Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/backend/fu/
H A DFuncUnit.scala178 … val seqNumVec = init.debug_seqNum +: Seq.fill(latency)(Reg(chiselTypeOf(io.in.bits.debug_seqNum))) constant
217 val seqNumVec = pipeReg.map(_.debug_seqNum) constant