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

/gem5/src/dev/
H A DIntPin.py31 INT_SINK_ROLE = 'Int Sink Pin' variable
32 Port.compat(INT_SOURCE_ROLE, INT_SINK_ROLE)
45 super(IntSinkPin, self).__init__(INT_SINK_ROLE, desc)
52 super(VectorIntSinkPin, self).__init__(INT_SINK_ROLE, desc)

Completed in 4 milliseconds