Searched defs:isReadTag (Results 1 – 1 of 1) sorted by relevance
94 def isReadTag(opcode: UInt) = opcode === "b00010".U method246 val isReadTag = WireInit(CacheInstrucion.isReadTag(translated_cache_req.opCode)) constant