Searched refs:VectorPort (Results 1 - 5 of 5) sorted by relevance

/gem5/src/dev/
H A DIntPin.py28 from m5.params import Port, VectorPort
36 class IntSourcePin(VectorPort):
50 class VectorIntSinkPin(VectorPort):
/gem5/src/systemc/
H A DTlm.py28 from m5.params import Port, VectorPort
44 class VectorTlmTargetSocket(VectorPort):
60 class VectorTlmInitiatorSocket(VectorPort):
/gem5/src/dev/net/
H A DEthernet.py54 class VectorEtherInt(VectorPort):
/gem5/src/python/m5/
H A Dparams.py1898 # reference to plain VectorPort is implicit append
1989 # A reference to an individual element of a VectorPort... much like a
2030 raise TypeError("VectorPort index must be integer")
2044 raise TypeError("VectorPort index must be integer")
2055 # scalar assignment to plain VectorPort is implicit append
2119 # number of elements for a VectorPort).
2136 # VectorPort description object. Like Port, but represents a vector
2138 class VectorPort(Port): class in inherits:Port
2142 class VectorRequestPort(VectorPort):
2148 class VectorResponsePort(VectorPort)
[all...]
H A DSimObject.py192 is_vector = isinstance(port, m5.params.VectorPort)

Completed in 21 milliseconds