gem5 v24.0.0.0
|
#include <NetworkInterface.hh>
Classes | |
class | InputPort |
class | OutputPort |
Public Types | |
typedef GarnetNetworkInterfaceParams | Params |
Public Types inherited from gem5::ClockedObject | |
using | Params = ClockedObjectParams |
Parameters of ClockedObject. | |
Public Types inherited from gem5::SimObject | |
typedef SimObjectParams | Params |
Public Member Functions | |
NetworkInterface (const Params &p) | |
~NetworkInterface ()=default | |
void | addInPort (NetworkLink *in_link, CreditLink *credit_link) |
void | addOutPort (NetworkLink *out_link, CreditLink *credit_link, SwitchID router_id, uint32_t consumerVcs) |
void | dequeueCallback () |
void | wakeup () |
void | addNode (std::vector< MessageBuffer * > &inNode, std::vector< MessageBuffer * > &outNode) |
void | print (std::ostream &out) const |
int | get_vnet (int vc) |
void | init_net_ptr (GarnetNetwork *net_ptr) |
bool | functionalRead (Packet *pkt, WriteMask &mask) |
uint32_t | functionalWrite (Packet *) |
void | scheduleFlit (flit *t_flit) |
int | get_router_id (int vnet) |
Public Member Functions inherited from gem5::ClockedObject | |
ClockedObject (const ClockedObjectParams &p) | |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. | |
Public Member Functions inherited from gem5::SimObject | |
const Params & | params () const |
SimObject (const Params &p) | |
virtual | ~SimObject () |
virtual void | init () |
init() is called after all C++ SimObjects have been created and all ports are connected. | |
virtual void | loadState (CheckpointIn &cp) |
loadState() is called on each SimObject when restoring from a checkpoint. | |
virtual void | initState () |
initState() is called on each SimObject when not restoring from a checkpoint. | |
virtual void | regProbePoints () |
Register probe points for this object. | |
virtual void | regProbeListeners () |
Register probe listeners for this object. | |
ProbeManager * | getProbeManager () |
Get the probe manager for this object. | |
virtual Port & | getPort (const std::string &if_name, PortID idx=InvalidPortID) |
Get a port with a given name and index. | |
virtual void | startup () |
startup() is the final initialization call before simulation. | |
DrainState | drain () override |
Provide a default implementation of the drain interface for objects that don't need draining. | |
virtual void | memWriteback () |
Write back dirty buffers to memory using functional writes. | |
virtual void | memInvalidate () |
Invalidate the contents of memory buffers. | |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. | |
Public Member Functions inherited from gem5::EventManager | |
EventQueue * | eventQueue () const |
void | schedule (Event &event, Tick when) |
void | deschedule (Event &event) |
void | reschedule (Event &event, Tick when, bool always=false) |
void | schedule (Event *event, Tick when) |
void | deschedule (Event *event) |
void | reschedule (Event *event, Tick when, bool always=false) |
void | wakeupEventQueue (Tick when=(Tick) -1) |
This function is not needed by the usual gem5 event loop but may be necessary in derived EventQueues which host gem5 on other schedulers. | |
void | setCurTick (Tick newVal) |
EventManager (EventManager &em) | |
Event manger manages events in the event queue. | |
EventManager (EventManager *em) | |
EventManager (EventQueue *eq) | |
Public Member Functions inherited from gem5::Serializable | |
Serializable () | |
virtual | ~Serializable () |
void | serializeSection (CheckpointOut &cp, const char *name) const |
Serialize an object into a new section. | |
void | serializeSection (CheckpointOut &cp, const std::string &name) const |
void | unserializeSection (CheckpointIn &cp, const char *name) |
Unserialize an a child object. | |
void | unserializeSection (CheckpointIn &cp, const std::string &name) |
Public Member Functions inherited from gem5::Drainable | |
DrainState | drainState () const |
Return the current drain state of an object. | |
virtual void | notifyFork () |
Notify a child process of a fork. | |
Public Member Functions inherited from gem5::statistics::Group | |
Group (Group *parent, const char *name=nullptr) | |
Construct a new statistics group. | |
virtual | ~Group () |
virtual void | regStats () |
Callback to set stat parameters. | |
virtual void | resetStats () |
Callback to reset stats. | |
virtual void | preDumpStats () |
Callback before stats are dumped. | |
void | addStat (statistics::Info *info) |
Register a stat with this group. | |
const std::map< std::string, Group * > & | getStatGroups () const |
Get all child groups associated with this object. | |
const std::vector< Info * > & | getStats () const |
Get all stats associated with this object. | |
void | addStatGroup (const char *name, Group *block) |
Add a stat block as a child of this block. | |
const Info * | resolveStat (std::string name) const |
Resolve a stat by its name within this group. | |
void | mergeStatGroup (Group *block) |
Merge the contents (stats & children) of a block to this block. | |
Group ()=delete | |
Group (const Group &)=delete | |
Group & | operator= (const Group &)=delete |
Public Member Functions inherited from gem5::Named | |
Named (const std::string &name_) | |
virtual | ~Named ()=default |
virtual std::string | name () const |
Public Member Functions inherited from gem5::Clocked | |
void | updateClockPeriod () |
Update the tick to the current tick. | |
Tick | clockEdge (Cycles cycles=Cycles(0)) const |
Determine the tick when a cycle begins, by default the current one, but the argument also enables the caller to determine a future cycle. | |
Cycles | curCycle () const |
Determine the current cycle, corresponding to a tick aligned to a clock edge. | |
Tick | nextCycle () const |
Based on the clock of the object, determine the start tick of the first cycle that is at least one cycle in the future. | |
uint64_t | frequency () const |
Tick | clockPeriod () const |
double | voltage () const |
Cycles | ticksToCycles (Tick t) const |
Tick | cyclesToTicks (Cycles c) const |
Public Member Functions inherited from gem5::ruby::Consumer | |
Consumer (ClockedObject *em, Event::Priority ev_prio=Event::Default_Pri) | |
virtual | ~Consumer () |
virtual void | storeEventInfo (int info) |
bool | alreadyScheduled (Tick time) |
ClockedObject * | getObject () |
void | scheduleEventAbsolute (Tick timeAbs) |
void | scheduleEvent (Cycles timeDelta) |
Private Member Functions | |
void | checkStallQueue () |
bool | flitisizeMessage (MsgPtr msg_ptr, int vnet) |
int | calculateVC (int vnet) |
void | scheduleOutputPort (OutputPort *oPort) |
void | scheduleOutputLink () |
This function looks at the NI buffers if some buffer has flits which are ready to traverse the link in the next cycle, and the downstream output vc associated with this flit has buffers left, the link is scheduled for the next cycle. | |
void | checkReschedule () |
void | incrementStats (flit *t_flit) |
InputPort * | getInportForVnet (int vnet) |
OutputPort * | getOutportForVnet (int vnet) |
Private Attributes | |
GarnetNetwork * | m_net_ptr |
const NodeID | m_id |
const int | m_virtual_networks |
int | m_vc_per_vnet |
std::vector< int > | m_vc_allocator |
std::vector< OutputPort * > | outPorts |
std::vector< InputPort * > | inPorts |
int | m_deadlock_threshold |
std::vector< OutVcState > | outVcState |
std::vector< int > | m_stall_count |
std::vector< flitBuffer > | niOutVcs |
std::vector< Tick > | m_ni_out_vcs_enqueue_time |
std::vector< MessageBuffer * > | inNode_ptr |
std::vector< MessageBuffer * > | outNode_ptr |
std::vector< int > | vc_busy_counter |
Additional Inherited Members | |
Static Public Member Functions inherited from gem5::SimObject | |
static void | serializeAll (const std::string &cpt_dir) |
Create a checkpoint by serializing all SimObjects in the system. | |
static SimObject * | find (const char *name) |
Find the SimObject with the given name and return a pointer to it. | |
static void | setSimObjectResolver (SimObjectResolver *resolver) |
There is a single object name resolver, and it is only set when simulation is restoring from checkpoints. | |
static SimObjectResolver * | getSimObjectResolver () |
There is a single object name resolver, and it is only set when simulation is restoring from checkpoints. | |
Static Public Member Functions inherited from gem5::Serializable | |
static const std::string & | currentSection () |
Gets the fully-qualified name of the active section. | |
static void | generateCheckpointOut (const std::string &cpt_dir, std::ofstream &outstream) |
Generate a checkpoint file so that the serialization can be routed to it. | |
Public Attributes inherited from gem5::ClockedObject | |
PowerState * | powerState |
Protected Member Functions inherited from gem5::Drainable | |
Drainable () | |
virtual | ~Drainable () |
virtual void | drainResume () |
Resume execution after a successful drain. | |
void | signalDrainDone () const |
Signal that an object is drained. | |
Protected Member Functions inherited from gem5::Clocked | |
Clocked (ClockDomain &clk_domain) | |
Create a clocked object and set the clock domain based on the parameters. | |
Clocked (Clocked &)=delete | |
Clocked & | operator= (Clocked &)=delete |
virtual | ~Clocked () |
Virtual destructor due to inheritance. | |
void | resetClock () const |
Reset the object's clock using the current global tick value. | |
virtual void | clockPeriodUpdated () |
A hook subclasses can implement so they can do any extra work that's needed when the clock rate is changed. | |
Protected Attributes inherited from gem5::SimObject | |
const SimObjectParams & | _params |
Cached copy of the object parameters. | |
Protected Attributes inherited from gem5::EventManager | |
EventQueue * | eventq |
A pointer to this object's event queue. | |
Definition at line 62 of file NetworkInterface.hh.
typedef GarnetNetworkInterfaceParams gem5::ruby::garnet::NetworkInterface::Params |
Definition at line 65 of file NetworkInterface.hh.
gem5::ruby::garnet::NetworkInterface::NetworkInterface | ( | const Params & | p | ) |
Definition at line 54 of file NetworkInterface.cc.
References m_stall_count, m_virtual_networks, and niOutVcs.
|
default |
void gem5::ruby::garnet::NetworkInterface::addInPort | ( | NetworkLink * | in_link, |
CreditLink * | credit_link ) |
Definition at line 66 of file NetworkInterface.cc.
References DPRINTF, inPorts, m_vc_per_vnet, gem5::Named::name(), gem5::ruby::garnet::NetworkInterface::InputPort::outCreditQueue(), gem5::ruby::garnet::NetworkInterface::InputPort::printVnets(), gem5::ruby::garnet::NetworkLink::setLinkConsumer(), gem5::ruby::garnet::NetworkLink::setSourceQueue(), and gem5::ruby::garnet::NetworkLink::setVcsPerVnet().
void gem5::ruby::garnet::NetworkInterface::addNode | ( | std::vector< MessageBuffer * > & | inNode, |
std::vector< MessageBuffer * > & | outNode ) |
Definition at line 130 of file NetworkInterface.cc.
References inNode_ptr, and outNode_ptr.
void gem5::ruby::garnet::NetworkInterface::addOutPort | ( | NetworkLink * | out_link, |
CreditLink * | credit_link, | ||
SwitchID | router_id, | ||
uint32_t | consumerVcs ) |
Definition at line 84 of file NetworkInterface.cc.
References DPRINTF, fatal_if, gem5::ArmISA::i, INFINITE_, inPorts, m_net_ptr, m_ni_out_vcs_enqueue_time, m_vc_per_vnet, m_virtual_networks, gem5::Named::name(), niOutVcs, gem5::ruby::garnet::NetworkInterface::OutputPort::outFlitQueue(), outPorts, outVcState, gem5::ruby::garnet::NetworkInterface::OutputPort::printVnets(), gem5::ruby::garnet::NetworkLink::setLinkConsumer(), gem5::ruby::garnet::NetworkLink::setSourceQueue(), and gem5::ruby::garnet::NetworkLink::setVcsPerVnet().
|
private |
Definition at line 460 of file NetworkInterface.cc.
References gem5::curTick(), gem5::ArmISA::i, gem5::ruby::garnet::IDLE_, m_deadlock_threshold, m_vc_allocator, m_vc_per_vnet, gem5::Named::name(), outVcState, panic_if, and vc_busy_counter.
Referenced by flitisizeMessage().
|
private |
Definition at line 625 of file NetworkInterface.cc.
References gem5::Clocked::clockEdge(), gem5::curTick(), inNode_ptr, inPorts, gem5::ruby::garnet::NetworkLink::isReady(), niOutVcs, outPorts, and gem5::ruby::Consumer::scheduleEvent().
Referenced by wakeup().
|
private |
Definition at line 316 of file NetworkInterface.cc.
References gem5::Clocked::clockEdge(), gem5::curTick(), gem5::Clocked::cyclesToTicks(), gem5::ruby::garnet::flit::get_msg_ptr(), gem5::ruby::garnet::flit::get_vc(), gem5::ruby::garnet::flit::get_vnet(), incrementStats(), inPorts, m_stall_count, and outNode_ptr.
Referenced by wakeup().
void gem5::ruby::garnet::NetworkInterface::dequeueCallback | ( | ) |
Definition at line 144 of file NetworkInterface.cc.
References gem5::Clocked::clockEdge(), and gem5::ruby::Consumer::scheduleEventAbsolute().
Referenced by wakeup().
|
private |
Definition at line 369 of file NetworkInterface.cc.
References gem5::ruby::garnet::ACTIVE_, gem5::ruby::NetDest::add(), gem5::ruby::garnet::NetworkInterface::OutputPort::bitWidth(), calculateVC(), gem5::ruby::NetDest::clear(), gem5::curTick(), gem5::ruby::garnet::RouteInfo::dest_ni, gem5::ruby::garnet::RouteInfo::dest_router, gem5::divCeil(), DPRINTF, gem5::ruby::garnet::GarnetNetwork::get_router_id(), gem5::ruby::NetDest::getAllDest(), gem5::ruby::Message::getDestination(), gem5::ruby::Message::getMessageSize(), gem5::ruby::garnet::GarnetNetwork::getNextPacketID(), getOutportForVnet(), gem5::ruby::garnet::RouteInfo::hops_traversed, gem5::ArmISA::i, gem5::ruby::garnet::GarnetNetwork::increment_injected_flits(), gem5::ruby::garnet::GarnetNetwork::increment_injected_packets(), gem5::ArmISA::m, m_id, m_net_ptr, m_ni_out_vcs_enqueue_time, gem5::ruby::Network::MessageSizeType_to_int(), gem5::ruby::garnet::RouteInfo::net_dest, niOutVcs, outVcState, gem5::ruby::NetDest::removeNetDest(), gem5::ruby::garnet::NetworkInterface::OutputPort::routerID(), gem5::ruby::garnet::flit::set_src_delay(), gem5::ruby::garnet::RouteInfo::src_ni, gem5::ruby::garnet::RouteInfo::src_router, gem5::ruby::garnet::GarnetNetwork::update_traffic_distribution(), and gem5::ruby::garnet::RouteInfo::vnet.
Referenced by wakeup().
Definition at line 672 of file NetworkInterface.cc.
References gem5::ArmISA::mask, niOutVcs, and outPorts.
uint32_t gem5::ruby::garnet::NetworkInterface::functionalWrite | ( | Packet * | pkt | ) |
Definition at line 689 of file NetworkInterface.cc.
|
inline |
Definition at line 87 of file NetworkInterface.hh.
References getOutportForVnet(), and gem5::ruby::garnet::NetworkInterface::OutputPort::routerID().
int gem5::ruby::garnet::NetworkInterface::get_vnet | ( | int | vc | ) |
Definition at line 608 of file NetworkInterface.cc.
References fatal, gem5::ArmISA::i, m_vc_per_vnet, and m_virtual_networks.
Referenced by scheduleOutputPort().
|
private |
Definition at line 561 of file NetworkInterface.cc.
References inPorts.
|
private |
Definition at line 579 of file NetworkInterface.cc.
References outPorts.
Referenced by flitisizeMessage(), get_router_id(), and scheduleFlit().
|
private |
Definition at line 154 of file NetworkInterface.cc.
References gem5::curTick(), gem5::Clocked::cyclesToTicks(), gem5::ruby::garnet::flit::get_dequeue_time(), gem5::ruby::garnet::flit::get_enqueue_time(), gem5::ruby::garnet::flit::get_route(), gem5::ruby::garnet::flit::get_src_delay(), gem5::ruby::garnet::flit::get_type(), gem5::ruby::garnet::flit::get_vnet(), gem5::ruby::garnet::HEAD_TAIL_, gem5::ruby::garnet::RouteInfo::hops_traversed, gem5::ruby::garnet::GarnetNetwork::increment_flit_network_latency(), gem5::ruby::garnet::GarnetNetwork::increment_flit_queueing_latency(), gem5::ruby::garnet::GarnetNetwork::increment_packet_network_latency(), gem5::ruby::garnet::GarnetNetwork::increment_packet_queueing_latency(), gem5::ruby::garnet::GarnetNetwork::increment_received_flits(), gem5::ruby::garnet::GarnetNetwork::increment_received_packets(), gem5::ruby::garnet::GarnetNetwork::increment_total_hops(), m_net_ptr, and gem5::ruby::garnet::TAIL_.
Referenced by checkStallQueue(), and wakeup().
|
inline |
Definition at line 80 of file NetworkInterface.hh.
References m_net_ptr.
|
virtual |
Implements gem5::ruby::Consumer.
Definition at line 666 of file NetworkInterface.cc.
void gem5::ruby::garnet::NetworkInterface::scheduleFlit | ( | flit * | t_flit | ) |
Definition at line 590 of file NetworkInterface.cc.
References gem5::Clocked::clockEdge(), DPRINTF, gem5::ruby::garnet::flit::get_msg_ptr(), gem5::ruby::garnet::flit::get_vnet(), getOutportForVnet(), gem5::ruby::garnet::flitBuffer::insert(), gem5::Named::name(), gem5::ruby::garnet::NetworkInterface::OutputPort::outFlitQueue(), gem5::ruby::garnet::NetworkInterface::OutputPort::outNetLink(), panic, and gem5::ruby::Consumer::scheduleEventAbsolute().
Referenced by scheduleOutputPort().
|
private |
This function looks at the NI buffers if some buffer has flits which are ready to traverse the link in the next cycle, and the downstream output vc associated with this flit has buffers left, the link is scheduled for the next cycle.
Definition at line 552 of file NetworkInterface.cc.
References outPorts, and scheduleOutputPort().
Referenced by wakeup().
|
private |
Definition at line 484 of file NetworkInterface.cc.
References gem5::Clocked::clockEdge(), gem5::curTick(), gem5::ruby::garnet::flit::get_type(), get_vnet(), gem5::ruby::garnet::HEAD_TAIL_, gem5::ArmISA::i, INFINITE_, gem5::ruby::garnet::GarnetNetwork::isVNetOrdered(), gem5::ruby::garnet::NetworkInterface::OutputPort::isVnetSupported(), m_net_ptr, m_ni_out_vcs_enqueue_time, m_vc_per_vnet, niOutVcs, outVcState, scheduleFlit(), gem5::ruby::garnet::flit::set_time(), gem5::ruby::garnet::TAIL_, and gem5::ruby::garnet::NetworkInterface::OutputPort::vcRoundRobin().
Referenced by scheduleOutputLink().
|
virtual |
Implements gem5::ruby::Consumer.
Definition at line 191 of file NetworkInterface.cc.
References gem5::ArmISA::b, checkReschedule(), checkStallQueue(), gem5::Clocked::clockEdge(), gem5::Clocked::clockPeriod(), gem5::ruby::garnet::NetworkLink::consumeLink(), gem5::curTick(), gem5::Clocked::cyclesToTicks(), dequeueCallback(), DPRINTF, flitisizeMessage(), gem5::ruby::garnet::flit::get_msg_ptr(), gem5::ruby::garnet::flit::get_type(), gem5::ruby::garnet::flit::get_vc(), gem5::ruby::garnet::flit::get_vnet(), gem5::ruby::garnet::HEAD_TAIL_, gem5::ruby::garnet::IDLE_, incrementStats(), inNode_ptr, inPorts, gem5::ruby::garnet::Credit::is_free_signal(), gem5::ruby::garnet::NetworkLink::isReady(), m_id, m_stall_count, gem5::ruby::garnet::flit::m_width, outNode_ptr, outPorts, outVcState, gem5::ruby::MessageBuffer::peekMsgPtr(), gem5::ruby::Consumer::scheduleEventAbsolute(), scheduleOutputLink(), gem5::ruby::garnet::flit::set_dequeue_time(), and gem5::ruby::garnet::TAIL_.
|
private |
Definition at line 290 of file NetworkInterface.hh.
Referenced by addNode(), checkReschedule(), and wakeup().
|
private |
Definition at line 278 of file NetworkInterface.hh.
Referenced by addInPort(), addOutPort(), checkReschedule(), checkStallQueue(), getInportForVnet(), and wakeup().
|
private |
Definition at line 279 of file NetworkInterface.hh.
Referenced by calculateVC().
|
private |
Definition at line 273 of file NetworkInterface.hh.
Referenced by flitisizeMessage(), and wakeup().
|
private |
Definition at line 272 of file NetworkInterface.hh.
Referenced by addOutPort(), flitisizeMessage(), incrementStats(), init_net_ptr(), and scheduleOutputPort().
|
private |
Definition at line 287 of file NetworkInterface.hh.
Referenced by addOutPort(), flitisizeMessage(), and scheduleOutputPort().
|
private |
Definition at line 282 of file NetworkInterface.hh.
Referenced by checkStallQueue(), NetworkInterface(), and wakeup().
|
private |
Definition at line 276 of file NetworkInterface.hh.
Referenced by calculateVC().
|
private |
Definition at line 275 of file NetworkInterface.hh.
Referenced by addInPort(), addOutPort(), calculateVC(), get_vnet(), and scheduleOutputPort().
|
private |
Definition at line 274 of file NetworkInterface.hh.
Referenced by addOutPort(), get_vnet(), and NetworkInterface().
|
private |
Definition at line 286 of file NetworkInterface.hh.
Referenced by addOutPort(), checkReschedule(), flitisizeMessage(), functionalRead(), functionalWrite(), NetworkInterface(), and scheduleOutputPort().
|
private |
Definition at line 292 of file NetworkInterface.hh.
Referenced by addNode(), checkStallQueue(), and wakeup().
|
private |
Definition at line 277 of file NetworkInterface.hh.
Referenced by addOutPort(), checkReschedule(), functionalRead(), functionalWrite(), getOutportForVnet(), scheduleOutputLink(), and wakeup().
|
private |
Definition at line 280 of file NetworkInterface.hh.
Referenced by addOutPort(), calculateVC(), flitisizeMessage(), scheduleOutputPort(), and wakeup().
|
private |
Definition at line 294 of file NetworkInterface.hh.
Referenced by calculateVC().