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

/gem5/src/mem/ruby/network/garnet2.0/
H A DRoutingUnit.cc198 int y_hops = abs(dest_y - my_y); local
204 assert(!(x_hops == 0 && y_hops == 0));
214 } else if (y_hops > 0) {
225 // x_hops == 0 and y_hops == 0
228 panic("x_hops == y_hops == 0");

Completed in 4 milliseconds