Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/cache/dcache/
H A DCtrlUnit.scala51 val comp = UInt(1.W) // components: 1'b0 tag, 1'b1 data constant
94 …require(log2Up(io_pseudoError.length) == ctrlRegBundle.comp.getWidth, "io_pseudoError must equal n…
95 …inj.valid := ctrlRegBundle.ese && (ctrlRegBundle.comp === i.U) && (!ctrlRegBundle.ede || counterRe…
/XiangShan/src/main/scala/xiangshan/backend/
H A DBundles.scala912 val comp = Module(new UIntCompressor(allExuNum, iqParams.wakeUpSourceExuIdx)) constant
913 comp.io.in := exuOH
914 OHToUInt(Cat(comp.io.out, 0.U(1.W)))