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

/gem5/src/cpu/o3/
H A DO3CPU.py86 iewToFetchDelay = Param.Cycles(1, "Issue/Execute/Writeback to fetch " variable in class:DerivO3CPU
H A Dfetch.hh474 Cycles iewToFetchDelay; member in class:DefaultFetch
H A Dfetch_impl.hh89 iewToFetchDelay(params->iewToFetchDelay),
301 fromIEW = timeBuffer->getWire(-iewToFetchDelay);
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py115 iewToFetchDelay = 1 variable in class:O3_ARM_v7a_3
H A Dex5_big.py117 iewToFetchDelay = 1 variable in class:ex5_big

Completed in 14 milliseconds