Home
last modified time | relevance | path

Searched defs:HistoryLength (Results 1 – 1 of 1) sorted by relevance

/XiangShan/src/main/scala/xiangshan/
H A DParameters.scala389 val HistoryLength = allHistLens.max + numBr * FtqSize + 9 // 256 for the predictor configs now constant
656 def HistoryLength = coreParams.HistoryLength method