Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/cache/
H A DCacheInstruction.scala93 def isReadDataECC(opcode: UInt) = opcode === "b00001".U method
245 val isReadDataECC = WireInit(CacheInstrucion.isReadDataECC(translated_cache_req_opCode_dup(0))) constant