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

/gem5/src/mem/
H A Dhmc_controller.hh95 int rr_counter; member in class:HMCController
H A Dhmc_controller.cc9 rr_counter(0)
35 int current_value = rr_counter;
36 rr_counter++;
37 if (rr_counter == n_master_ports)
38 rr_counter = 0;

Completed in 4 milliseconds