gem5
|
#include <CommonTypes.hh>
Public Attributes | |
int | vnet |
NetDest | net_dest |
int | src_ni |
int | src_router |
int | dest_ni |
int | dest_router |
int | hops_traversed |
Definition at line 49 of file CommonTypes.hh.
int RouteInfo::dest_ni |
Definition at line 58 of file CommonTypes.hh.
Referenced by NetworkInterface::flitisizeMessage(), and flit::print().
int RouteInfo::dest_router |
Definition at line 59 of file CommonTypes.hh.
Referenced by NetworkInterface::flitisizeMessage(), RoutingUnit::outportCompute(), RoutingUnit::outportComputeXY(), and flit::print().
int RouteInfo::hops_traversed |
Definition at line 60 of file CommonTypes.hh.
Referenced by NetworkInterface::flitisizeMessage(), flit::increment_hops(), and NetworkInterface::incrementStats().
NetDest RouteInfo::net_dest |
Definition at line 53 of file CommonTypes.hh.
Referenced by NetworkInterface::flitisizeMessage(), and RoutingUnit::outportCompute().
int RouteInfo::src_ni |
Definition at line 56 of file CommonTypes.hh.
Referenced by NetworkInterface::flitisizeMessage(), and flit::print().
int RouteInfo::src_router |
Definition at line 57 of file CommonTypes.hh.
Referenced by NetworkInterface::flitisizeMessage(), and flit::print().
int RouteInfo::vnet |
Definition at line 52 of file CommonTypes.hh.
Referenced by NetworkInterface::flitisizeMessage(), and RoutingUnit::outportCompute().