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

/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.cc191 int dest_y = -1; local
203 dest_y = radix - src_y - 1;
204 destination = dest_y*radix + dest_x;
225 dest_y = src_y;
226 destination = dest_y*radix + dest_x;
234 dest_y = src_x;
235 destination = dest_y*radix + dest_x;
238 dest_y = src_y;
239 destination = dest_y*radix + dest_x;
/gem5/src/mem/ruby/network/garnet2.0/
H A DRoutingUnit.cc195 int dest_y = dest_id / num_cols; local
198 int y_hops = abs(dest_y - my_y);
201 bool y_dirn = (dest_y >= my_y);

Completed in 5 milliseconds