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

/gem5/src/mem/ruby/network/garnet2.0/
H A DRoutingUnit.cc190 int my_x = my_id % num_cols; local
197 int x_hops = abs(dest_x - my_x);
200 bool x_dirn = (dest_x >= my_x);

Completed in 8 milliseconds