Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/cache/dcache/loadpipe/
H A DLoadPipe.scala93 val useful_prefetch = Output(Bool()) constant
98 val useful_prefetch = Output(Bool()) constant
489 …val useful_prefetch = s2_valid && (s2_req.instrtype === DCACHE_PREFETCH_SOURCE.U) && resp.bits.han… constant
/XiangShan/src/main/scala/xiangshan/mem/prefetch/
H A DFDP.scala212 val useful_prefetch = Vec(LoadPipelineWidth, Input(Bool())) // from load pipeline, prefetch hit constant