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

/gem5/src/mem/ruby/network/garnet2.0/
H A DRoutingUnit.cc197 int x_hops = abs(dest_x - my_x); local
204 assert(!(x_hops == 0 && y_hops == 0));
206 if (x_hops > 0) {
225 // x_hops == 0 and y_hops == 0
228 panic("x_hops == y_hops == 0");

Completed in 3 milliseconds