gem5 v24.0.0.0
|
#include <external_slave.hh>
Public Member Functions | |
virtual ExternalPort * | getExternalPort (const std::string &name, ExternalSlave &owner, const std::string &port_data)=0 |
Create or find an external port which can be bound. | |
Definition at line 95 of file external_slave.hh.
|
pure virtual |
Create or find an external port which can be bound.
Returns NULL on failure
Implemented in gem5::StubSlavePortHandler.