Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/cache/
H A DCacheInstruction.scala95 def isReadData(opcode: UInt) = opcode === "b00011".U method
247 val isReadData = WireInit(CacheInstrucion.isReadData(translated_cache_req.opCode)) constant