#include <intpin.hh>
|
using | OnChangeFunc |
|
void | set (const bool &new_state, const bool bypass_on_change=false) |
|
void | reportUnbound () const |
|
| Port (const std::string &_name, PortID _id) |
| Abstract base class for ports.
|
|
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.
|
|
Port * | _peer |
| A pointer to this port's peer.
|
|
bool | _connected |
| Whether this port is currently connected to a peer port.
|
|
Definition at line 38 of file intpin.hh.
◆ IntSinkPinBase() [1/4]
template<class Device >
gem5::IntSinkPinBase::IntSinkPinBase |
( |
const std::string & | _name, |
|
|
PortID | _id, |
|
|
Device * | dev, |
|
|
int | num ) |
|
inline |
◆ IntSinkPinBase() [2/4]
template<class Device >
gem5::IntSinkPinBase::IntSinkPinBase |
( |
const std::string & | _name, |
|
|
PortID | _id, |
|
|
Device * | dev ) |
|
inline |
◆ IntSinkPinBase() [3/4]
gem5::IntSinkPinBase::IntSinkPinBase |
( |
const std::string & | _name, |
|
|
PortID | _id, |
|
|
int | num ) |
|
inline |
◆ IntSinkPinBase() [4/4]
gem5::IntSinkPinBase::IntSinkPinBase |
( |
const std::string & | _name, |
|
|
PortID | _id ) |
|
inline |
◆ number()
int gem5::IntSinkPinBase::number |
( |
| ) |
|
|
inline |
◆ _number
const int gem5::IntSinkPinBase::_number = 0 |
|
private |
The documentation for this class was generated from the following file: