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

/gem5/src/cpu/minor/
H A Dpipeline.cc61 params.fetch1ToFetch2ForwardDelay),
81 std::max(params.fetch1ToFetch2ForwardDelay,
87 if (params.fetch1ToFetch2ForwardDelay < 1) {
88 fatal("%s: fetch1ToFetch2ForwardDelay must be >= 1 (%d)\n",
89 cpu.name(), params.fetch1ToFetch2ForwardDelay);
H A DMinorCPU.py214 fetch1ToFetch2ForwardDelay = Param.Cycles(1, variable in class:MinorCPU
/gem5/configs/common/cores/arm/
H A DHPI.py1408 fetch1ToFetch2ForwardDelay = 1 variable in class:HPI

Completed in 14 milliseconds