Searched refs:dest_id (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/ruby/network/garnet2.0/
H A DRoutingUnit.cc193 int dest_id = route.dest_router; local
194 int dest_x = dest_id % num_cols;
195 int dest_y = dest_id / num_cols;
/gem5/src/mem/
H A Dnoncoherent_xbar.cc309 PortID dest_id = findPort(pkt->getAddrRange()); local
312 masterPorts[dest_id]->sendFunctional(pkt);
H A Dcoherent_xbar.cc1016 PortID dest_id = findPort(pkt->getAddrRange()); local
1018 masterPorts[dest_id]->sendFunctional(pkt);

Completed in 9 milliseconds