Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/mem/prefetch/
H A DBasePrefecher.scala38 val l1D_pf_active_threshold = UInt(4.W) constant
/XiangShan/src/main/scala/xiangshan/backend/fu/NewCSR/
H A DNewCSR.scala1301 io.status.custom.pf_ctrl.l1D_pf_active_threshold := spfctl.regOut.L1D_PF_ACTIVE_THRESHOLD.asUInt
/XiangShan/src/main/scala/xiangshan/mem/
H A DMemBlock.scala438 …sms.io_act_threshold := GatedRegNextN(io.ooo_to_mem.csrCtrl.pf_ctrl.l1D_pf_active_threshold, 2, So…