54 fatal(
"%s does not have any master port named %s\n",
name(), if_name);
60 fatal(
"%s does not have any slave port named %s\n",
name(), if_name);
virtual BaseSlavePort & getSlavePort(const std::string &if_name, PortID idx=InvalidPortID)
Get a slave port with a given name and index.
A BaseSlavePort is a protocol-agnostic slave port, responsible only for the structural connection to ...
The ClockedObject class extends the SimObject with a clock and accessor functions to relate ticks to ...
virtual const std::string name() const
A BaseMasterPort is a protocol-agnostic master port, responsible only for the structural connection t...
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
MemObject(const Params *params)
virtual BaseMasterPort & getMasterPort(const std::string &if_name, PortID idx=InvalidPortID)
Get a master port with a given name and index.