Searched refs:get_id (Results 1 - 15 of 15) sorted by relevance

/gem5/src/mem/ruby/network/garnet2.0/
H A Dflit.hh55 int get_id() { return m_id; } function in class:flit
94 return (n1->get_id() > n2->get_id());
H A DNetworkLink.hh60 int get_id() const { return m_id; } function in class:NetworkLink
H A DOutputUnit.cc70 m_router->get_id(), m_id, out_vc, m_router->curCycle());
80 m_router->get_id(), m_id, out_vc, m_router->curCycle());
H A DCrossbarSwitch.cc79 m_router->get_id(), m_router->curCycle());
H A DOutputUnit.hh75 return m_out_link->get_id();
H A DRoutingUnit.cc145 if (route.dest_router == m_router->get_id()) {
189 int my_id = m_router->get_id();
H A DInputUnit.hh135 inline int get_inlink_id() { return m_in_link->get_id(); }
H A DRouter.hh81 int get_id() { return m_id; } function in class:Router
H A DSwitchAllocator.cc200 m_router->get_id(), outvc,
H A DGarnetNetwork.cc139 assert(router_id == router->get_id());
/gem5/src/systemc/ext/utils/
H A Dsc_report.hh89 int get_id() const { return _id; } function in class:sc_core::sc_report
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h181 int get_id() const;
H A Dsc_report.cpp274 int sc_report::get_id() const function in class:sc_core::sc_report
H A Dsc_report_handler.cpp58 if ( rep.get_id() >= 0 ) // backward compatibility with 2.0+
62 "IWEF"[rep.get_severity()], rep.get_id());
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc377 int id = report.get_id();

Completed in 27 milliseconds