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

/gem5/src/mem/ruby/network/garnet2.0/
H A DInputUnit.cc123 Cycles pipe_stages = m_router->get_pipe_stages(); local
124 if (pipe_stages == 1) {
129 assert(pipe_stages > 1);
131 // (pipe_stages cycles - 1) cycles before going for SA
133 Cycles wait_time = pipe_stages - Cycles(1);

Completed in 4 milliseconds