Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/cache/dcache/loadpipe/
H A DLoadPipe.scala90 val late_prefetch_hit = Output(Bool()) constant
487 …val late_prefetch_hit = s2_valid && s2_hit && (s2_req.instrtype === DCACHE_PREFETCH_SOURCE.U) && i… constant