#include <interconnect.hh>
Public Member Functions | |
InterconnectDelivery (Tick _grantTime, int _fromID, int _toID, MemReqPtr &_req) | |
Public Attributes | |
Tick | grantTime |
int | fromID |
int | toID |
MemReqPtr | req |
Definition at line 117 of file interconnect.hh.
Interconnect::InterconnectDelivery::InterconnectDelivery | ( | Tick | _grantTime, | |
int | _fromID, | |||
int | _toID, | |||
MemReqPtr & | _req | |||
) | [inline] |
Default constructor
_grantTime | The tick the request was granted access and the delivery object created | |
_fromID | The ID of the requesting interface | |
_toID | The ID of the destination interface | |
_req | The MemReqPtr that will be delivered |
Definition at line 134 of file interconnect.hh.