Home
last modified time | relevance | path

Searched refs:translated_cache_req_opCode_dup (Results 1 – 1 of 1) sorted by relevance

/XiangShan/src/main/scala/xiangshan/cache/
H A DCacheInstruction.scala160 val translated_cache_req_opCode_dup = Reg(Vec(DCacheDupNum, UInt(XLEN.W))) constant
182 translated_cache_req_opCode_dup.map(dup => update_cache_req_when_write("CACHE_OP", dup))
214 …_req_bits_opCode_dup.zipWithIndex.map{ case (dup, i) => dup := translated_cache_req_opCode_dup(i) }
244 val isReadTagECC = WireInit(CacheInstrucion.isReadTagECC(translated_cache_req_opCode_dup(0)))
245 val isReadDataECC = WireInit(CacheInstrucion.isReadDataECC(translated_cache_req_opCode_dup(0)))