#include <intpin.hh>
|
void | reportUnbound () const |
|
| Port (const std::string &_name, PortID _id) |
| Abstract base class for ports. More...
|
|
const PortID | id |
| A numeric identifier to distinguish ports in a vector, and set to InvalidPortID in case this port is not part of a vector. More...
|
|
Port * | _peer |
| A pointer to this port's peer. More...
|
|
bool | _connected |
| Whether this port is currently connected to a peer port. More...
|
|
Definition at line 93 of file intpin.hh.
◆ IntSourcePinBase()
gem5::IntSourcePinBase::IntSourcePinBase |
( |
const std::string & |
_name, |
|
|
PortID |
_id, |
|
|
bool |
def_state |
|
) |
| |
|
inline |
◆ bind()
void gem5::IntSourcePinBase::bind |
( |
Port & |
peer | ) |
|
|
overridevirtual |
◆ lower()
void gem5::IntSourcePinBase::lower |
( |
| ) |
|
|
inline |
◆ raise()
void gem5::IntSourcePinBase::raise |
( |
| ) |
|
|
inline |
◆ unbind()
void gem5::IntSourcePinBase::unbind |
( |
| ) |
|
|
overridevirtual |
◆ _state
bool gem5::IntSourcePinBase::_state = false |
|
private |
◆ sink
The documentation for this class was generated from the following files: