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