Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/mem/prefetch/
H A DL1StridePrefetcher.scala90 val can_send_pf = stride_valid && stride_match && confidence === MAX_CONF.U constant
H A DL1PrefetchComponent.scala293 def can_send_pf(valid: Bool): Bool = { method