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

/gem5/src/cpu/o3/
H A DO3CPU.py115 wbWidth = Param.Unsigned(8, "Writeback width") variable in class:DerivO3CPU
H A Diew_impl.hh81 wbWidth(params->wbWidth),
92 if (wbWidth > Impl::MaxWidth)
93 fatal("wbWidth (%d) is larger than compiled limit (%d),\n"
95 wbWidth, static_cast<int>(Impl::MaxWidth));
637 if (wbNumInst == wbWidth) {
644 wbCycle, wbWidth, wbNumInst, wbCycle * wbWidth + wbNumInst);
1461 for (int inst_num = 0; inst_num < wbWidth &&
H A Diew.hh410 unsigned wbWidth; member in class:DefaultIEW
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py133 wbWidth = 8 variable in class:O3_ARM_v7a_3
H A Dex5_big.py135 wbWidth = 8 variable in class:ex5_big

Completed in 20 milliseconds