Searched refs:iewToFetchDelay (Results 1 - 5 of 5) sorted by relevance
/gem5/src/cpu/o3/ | ||
H A D | O3CPU.py | 86 iewToFetchDelay = Param.Cycles(1, "Issue/Execute/Writeback to fetch " variable in class:DerivO3CPU |
H A D | fetch.hh | 474 Cycles iewToFetchDelay; member in class:DefaultFetch |
H A D | fetch_impl.hh | 89 iewToFetchDelay(params->iewToFetchDelay), 301 fromIEW = timeBuffer->getWire(-iewToFetchDelay); |
/gem5/configs/common/cores/arm/ | ||
H A D | O3_ARM_v7a.py | 115 iewToFetchDelay = 1 variable in class:O3_ARM_v7a_3 |
H A D | ex5_big.py | 117 iewToFetchDelay = 1 variable in class:ex5_big |
Completed in 15 milliseconds