gem5
v20.0.0.0
|
#include <OutputUnit.hh>
Public Member Functions | |
OutputUnit (int id, PortDirection direction, Router *router) | |
~OutputUnit ()=default | |
void | set_out_link (NetworkLink *link) |
void | set_credit_link (CreditLink *credit_link) |
void | wakeup () |
flitBuffer * | getOutQueue () |
void | print (std::ostream &out) const |
void | decrement_credit (int out_vc) |
void | increment_credit (int out_vc) |
bool | has_credit (int out_vc) |
bool | has_free_vc (int vnet) |
int | select_free_vc (int vnet) |
PortDirection | get_direction () |
int | get_credit_count (int vc) |
int | get_outlink_id () |
void | set_vc_state (VC_state_type state, int vc, Cycles curTime) |
bool | is_vc_idle (int vc, Cycles curTime) |
void | insert_flit (flit *t_flit) |
uint32_t | functionalWrite (Packet *pkt) |
![]() | |
Consumer (ClockedObject *_em) | |
virtual | ~Consumer () |
virtual void | storeEventInfo (int info) |
bool | alreadyScheduled (Tick time) |
void | insertScheduledWakeupTime (Tick time) |
void | scheduleEventAbsolute (Tick timeAbs) |
Private Attributes | |
Router * | m_router |
int M5_CLASS_VAR_USED | m_id |
PortDirection | m_direction |
int | m_vc_per_vnet |
NetworkLink * | m_out_link |
CreditLink * | m_credit_link |
flitBuffer | outBuffer |
std::vector< OutVcState > | outVcState |
Additional Inherited Members | |
![]() | |
void | scheduleEvent (Cycles timeDelta) |
Definition at line 47 of file OutputUnit.hh.
OutputUnit::OutputUnit | ( | int | id, |
PortDirection | direction, | ||
Router * | router | ||
) |
Definition at line 40 of file OutputUnit.cc.
References Router::get_net_ptr(), Router::get_num_vcs(), ArmISA::i, m_router, and outVcState.
|
default |
void OutputUnit::decrement_credit | ( | int | out_vc | ) |
Definition at line 52 of file OutputUnit.cc.
References Clocked::curCycle(), DPRINTF, Router::get_id(), m_id, m_router, and outVcState.
Referenced by print().
uint32_t OutputUnit::functionalWrite | ( | Packet * | pkt | ) |
Definition at line 158 of file OutputUnit.cc.
References flitBuffer::functionalWrite(), and outBuffer.
Referenced by is_vc_idle().
|
inline |
Definition at line 66 of file OutputUnit.hh.
References outVcState.
|
inline |
Definition at line 63 of file OutputUnit.hh.
References m_direction.
|
inline |
Definition at line 72 of file OutputUnit.hh.
References NetworkLink::get_id(), and m_out_link.
flitBuffer * OutputUnit::getOutQueue | ( | ) |
Definition at line 133 of file OutputUnit.cc.
References outBuffer.
Referenced by Router::addOutPort().
bool OutputUnit::has_credit | ( | int | out_vc | ) |
Definition at line 75 of file OutputUnit.cc.
References ACTIVE_, Clocked::curCycle(), m_router, and outVcState.
Referenced by print(), and SwitchAllocator::send_allowed().
bool OutputUnit::has_free_vc | ( | int | vnet | ) |
Definition at line 84 of file OutputUnit.cc.
References Clocked::curCycle(), is_vc_idle(), m_router, and m_vc_per_vnet.
Referenced by print().
void OutputUnit::increment_credit | ( | int | out_vc | ) |
Definition at line 62 of file OutputUnit.cc.
References Clocked::curCycle(), DPRINTF, Router::get_id(), m_id, m_router, and outVcState.
void OutputUnit::insert_flit | ( | flit * | t_flit | ) |
Definition at line 151 of file OutputUnit.cc.
References Clocked::clockEdge(), flitBuffer::insert(), m_out_link, m_router, outBuffer, and Consumer::scheduleEventAbsolute().
Referenced by is_vc_idle(), and CrossbarSwitch::wakeup().
|
inline |
Definition at line 84 of file OutputUnit.hh.
References functionalWrite(), IDLE_, insert_flit(), and outVcState.
Referenced by has_free_vc(), and select_free_vc().
|
inlinevirtual |
Implements Consumer.
Definition at line 56 of file OutputUnit.hh.
References decrement_credit(), has_credit(), has_free_vc(), increment_credit(), and select_free_vc().
int OutputUnit::select_free_vc | ( | int | vnet | ) |
Definition at line 97 of file OutputUnit.cc.
References ACTIVE_, Clocked::curCycle(), is_vc_idle(), m_router, m_vc_per_vnet, and outVcState.
Referenced by print(), and SwitchAllocator::vc_allocate().
void OutputUnit::set_credit_link | ( | CreditLink * | credit_link | ) |
Definition at line 145 of file OutputUnit.cc.
References m_credit_link.
Referenced by Router::addOutPort().
void OutputUnit::set_out_link | ( | NetworkLink * | link | ) |
Definition at line 139 of file OutputUnit.cc.
References m_out_link.
Referenced by Router::addOutPort().
|
inline |
|
virtual |
Implements Consumer.
Definition at line 119 of file OutputUnit.cc.
References NetworkLink::consumeLink(), Clocked::curCycle(), flit::get_vc(), IDLE_, increment_credit(), Credit::is_free_signal(), NetworkLink::isReady(), m_credit_link, m_router, and set_vc_state().
|
private |
Definition at line 99 of file OutputUnit.hh.
Referenced by set_credit_link(), and wakeup().
|
private |
Definition at line 96 of file OutputUnit.hh.
Referenced by get_direction().
|
private |
Definition at line 95 of file OutputUnit.hh.
Referenced by decrement_credit(), and increment_credit().
|
private |
Definition at line 98 of file OutputUnit.hh.
Referenced by get_outlink_id(), insert_flit(), and set_out_link().
|
private |
Definition at line 94 of file OutputUnit.hh.
Referenced by decrement_credit(), has_credit(), has_free_vc(), increment_credit(), insert_flit(), OutputUnit(), select_free_vc(), and wakeup().
|
private |
Definition at line 97 of file OutputUnit.hh.
Referenced by has_free_vc(), and select_free_vc().
|
private |
Definition at line 102 of file OutputUnit.hh.
Referenced by functionalWrite(), getOutQueue(), and insert_flit().
|
private |
Definition at line 104 of file OutputUnit.hh.
Referenced by decrement_credit(), get_credit_count(), has_credit(), increment_credit(), is_vc_idle(), OutputUnit(), select_free_vc(), and set_vc_state().