Home
last modified time | relevance | path

Searched refs:SelectGroupSize (Results 1 – 2 of 2) sorted by relevance

/XiangShan/src/main/scala/xiangshan/mem/lsqueue/
H A DLoadQueueRAW.scala242 val SelectGroupSize = RollbackGroupSize constant
243 val lgSelectGroupSize = log2Ceil(SelectGroupSize)
267 val numSelectGroups = scala.math.ceil(valid.length.toFloat / SelectGroupSize).toInt
270 val selectValidGroups = valid.grouped(SelectGroupSize).toList
271 val selectBitsGroups = bits.grouped(SelectGroupSize).toList
273 if (valid.length <= SelectGroupSize) {
/XiangShan/src/main/scala/xiangshan/mem/pipeline/
H A DHybridUnit.scala1312 val SelectGroupSize = RollbackGroupSize constant
1313 val lgSelectGroupSize = log2Ceil(SelectGroupSize)