Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/frontend/icache/
H A DICache.scala187 val code = cacheParams.tagCode.encode(meta, poison) >> ICacheMetaBits constant
231 val code: UInt = UInt(ICacheMetaCodeBits.W) constant
398 val code: UInt = UInt(ICacheDataCodeBits.W) constant
/XiangShan/src/main/scala/xiangshan/frontend/
H A DIFU.scala961 val code = io.toIbuffer.bits.instrs(i) constant