Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/cache/
H A DCacheInstruction.scala293 val decoded_cache_error = WireInit(encoded_cache_error.asTypeOf(ValidIO(new L1CacheErrorInfo))) constant
294 when(decoded_cache_error.valid && !RegNext(decoded_cache_error.valid)){
296 printf(" paddr 0x%x\n", decoded_cache_error.bits.paddr)
297 print_cache_error_flag(decoded_cache_error.bits.report_to_beu, "report to bus error unit")
298 print_cache_error_flag(decoded_cache_error.bits.source.tag, "tag")
299 print_cache_error_flag(decoded_cache_error.bits.source.data, "data")
300 print_cache_error_flag(decoded_cache_error.bits.source.l2, "l2")
301 print_cache_error_flag(decoded_cache_error.bits.opType.fetch, "fetch")
302 print_cache_error_flag(decoded_cache_error.bits.opType.load, "load")
303 print_cache_error_flag(decoded_cache_error.bits.opType.store, "store")
[all …]