Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/cache/
H A DCacheInstruction.scala92 def isReadTagECC(opcode: UInt) = opcode === "b00000".U method
244 val isReadTagECC = WireInit(CacheInstrucion.isReadTagECC(translated_cache_req_opCode_dup(0))) constant