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

/gem5/src/cpu/o3/
H A DO3CPU.py118 iewToCommitDelay = Param.Cycles(1, "Issue/Execute/Writeback to commit " variable in class:DerivO3CPU
H A Dcommit.hh396 const Cycles iewToCommitDelay; member in class:DefaultCommit
H A Dcommit_impl.hh87 iewToCommitDelay(params->iewToCommitDelay),
291 robInfoFromIEW = timeBuffer->getWire(-iewToCommitDelay);
321 fromIEW = iewQueue->getWire(-iewToCommitDelay);
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py135 iewToCommitDelay = 1 variable in class:O3_ARM_v7a_3
H A Dex5_big.py137 iewToCommitDelay = 1 variable in class:ex5_big

Completed in 16 milliseconds