Searched defs:t (Results 1 – 9 of 9) sorted by relevance
/XiangShan/src/main/scala/xiangshan/backend/fu/util/ |
H A D | CryptoUtils.scala | 81 val t = Wire(Vec(6, Bool())) constant 117 val t = Wire(Vec(5, Bool())) constant 152 val t = Wire(Vec(7, Bool())) constant 189 val t = Wire(Vec(46, Bool())) constant 262 val t = Wire(Vec(30, Bool())) constant 309 val t = Wire(Vec(30, Bool())) constant 356 val t = Wire(Vec(30, Bool())) constant
|
/XiangShan/src/main/scala/xiangshan/backend/fu/ |
H A D | Multiplier.scala | 70 val t = MuxLookup(last_x, 0.U(2.W))(Seq( constant
|
H A D | CSR.scala | 219 val t = new Priv constant
|
/XiangShan/src/main/scala/xiangshan/mem/prefetch/ |
H A D | PrefetcherMonitor.scala | 147 val t = (1 << i) constant
|
/XiangShan/src/main/scala/xiangshan/frontend/ |
H A D | SC.scala | 230 val t = Wire(new SCThreshold(ctrBits = bits)) constant 243 val t = Module(new SCTable(nRows / TageBanks, ctrBits, histLen)) constant
|
H A D | ITTAGE.scala | 423 val t = Module(new ITTageTable(nRows, histLen, tagLen, i)) constant
|
H A D | Tage.scala | 623 val t = Module(new TageTable(nRows, histLen, tagLen, i)) constant
|
/XiangShan/src/main/scala/xiangshan/cache/mmu/ |
H A D | L2TLB.scala | 882 val t = RegInit(VecInit(Seq.fill(n)(0.U.asTypeOf(gen)))) constant
|
/XiangShan/src/main/scala/xiangshan/backend/decode/ |
H A D | FusionDecoder.scala | 77 val t = compareAndGet(getInstrFuOpType) constant
|