gem5
|
Port Object Declaration. More...
Go to the source code of this file.
Classes | |
class | Port |
Ports are used to interface memory objects to each other. More... | |
class | BaseMasterPort |
A BaseMasterPort is a protocol-agnostic master port, responsible only for the structural connection to a slave port. More... | |
class | BaseSlavePort |
A BaseSlavePort is a protocol-agnostic slave port, responsible only for the structural connection to a master port. More... | |
class | MasterPort |
A MasterPort is a specialisation of a BaseMasterPort, which implements the default protocol for the three different level of transport functions. More... | |
class | SlavePort |
A SlavePort is a specialisation of a port. More... | |