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

/gem5/src/mem/ruby/network/
H A DTopology.cc112 SwitchID max_switch_id = 0; local
116 max_switch_id = max(max_switch_id, src_dest.first);
117 max_switch_id = max(max_switch_id, src_dest.second);
121 int num_switches = max_switch_id+1;

Completed in 9 milliseconds