Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/frontend/
H A DnewRAS.scala91 val spec_queue = Output(Vec(RasSpecSize, new RASEntry)) constant
156 val spec_queue = RegInit(VecInit(Seq.fill(rasSpecSize)(RASEntry(0.U, 0.U)))) constant