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

/gem5/src/python/m5/
H A DSimObject.pydiff 9940:acc015106ac8 Thu Oct 17 11:20:00 EDT 2013 Geoffrey Blake <Geoffrey.Blake@arm.com> config: Fix for port references generated multiple times

SimObjects are expected to only generate one port reference per
port belonging to them. There is a subtle bug with using "not"
here as a VectorPort is seen as not having a reference if it is
either None or empty as per Python docs sec 9.9 for Standard operators.
Intended behavior is to only check if we have not created the reference.

Completed in 30 milliseconds