Searched hist:13270 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/systemc/core/
H A Dport.hhdiff 13270:99e1cfb8c6e8 Mon Oct 01 01:44:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Change how the timing of binding ports works.

In the Accellera implementation, interfaces are bound to ports
immediately if no ports have been bound, and otherwise saves them for
later along with the ports. The existing implementation would save
all interface and port bindings to finalize at the end of elaboration.

This seems like pointless complexity, but it's necessary to get the
output to match in the tests.

Change-Id: Ib82d324ee2be9e56e6a41561611c7fca4f4f4e72
Reviewed-on: https://gem5-review.googlesource.com/c/13196
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

Completed in 7 milliseconds