Searched defs:isReadData (Results 1 – 1 of 1) sorted by relevance
95 def isReadData(opcode: UInt) = opcode === "b00011".U method247 val isReadData = WireInit(CacheInstrucion.isReadData(translated_cache_req.opCode)) constant