Searched refs:PortRef (Results 1 - 2 of 2) sorted by relevance

/gem5/src/python/m5/util/
H A Ddot_writer.py65 from m5.params import PortRef, isNullPointer
119 if isinstance(port, PortRef):
/gem5/src/python/m5/
H A Dparams.py1857 class PortRef(object): class in inherits:object
1908 elif not isinstance(other, PortRef):
1927 if not isinstance(new_1, PortRef) or not isinstance(new_2, PortRef):
1990 # PortRef, but has an index.
1991 class VectorPortElementRef(PortRef):
1993 PortRef.__init__(self, simobj, name, role, is_source)
2076 # SimObject instance. The latter are represented by PortRef objects.
2099 # Generate a PortRef for this port on the given SimObject with the
2102 return PortRef(simob
[all...]

Completed in 13 milliseconds