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

/gem5/src/cpu/o3/
H A Ddecode.hh271 Cycles fetchToDecodeDelay; member in class:DefaultDecode
H A DO3CPU.py98 fetchToDecodeDelay = Param.Cycles(1, "Fetch to decode delay") variable in class:DerivO3CPU
H A Ddecode_impl.hh67 fetchToDecodeDelay(params->fetchToDecodeDelay),
77 skidBufferMax = (fetchToDecodeDelay + 1) * params->fetchWidth;
202 fromFetch = fetchQueue->getWire(-fetchToDecodeDelay);
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py125 fetchToDecodeDelay = 3 variable in class:O3_ARM_v7a_3
H A Dex5_big.py127 fetchToDecodeDelay = 3 variable in class:ex5_big

Completed in 12 milliseconds