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

/gem5/configs/example/
H A Dread_config.py135 class PortConnection(object): class in inherits:object
153 return PortConnection(object_name, port_name, index)
282 Returns a list of (PortConnection, PortConnection) with unordered
295 PortConnection(object_name, port.name, index),
296 PortConnection.from_string(peer)))

Completed in 3 milliseconds