Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/mem/prefetch/
H A DSMSPrefetcher.scala255 io.s2_gen_req.bits.debug_source_type := HW_PREFETCH_STRIDE.U
279 val debug_source_type = UInt(log2Up(nSourceType).W) constant
543 io.s2_pf_gen_req.bits.debug_source_type := HW_PREFETCH_AGT.U
886 pf_gen_req_arb.io.in.head.bits.debug_source_type := HW_PREFETCH_PHT_CUR.U
889 pf_gen_req_arb.io.in(1).bits.debug_source_type := HW_PREFETCH_PHT_INC.U
892 pf_gen_req_arb.io.in(2).bits.debug_source_type := HW_PREFETCH_PHT_DEC.U
919 val debug_source_type = UInt(log2Up(nSourceType).W) constant
929 val debug_source_type = Output(UInt(log2Up(nSourceType).W)) constant
948 io.debug_source_type := VecInit(entries.map(_.debug_source_type))(pf_req_arb.io.chosen)
1038 s1_alloc_entry.debug_source_type := s1_gen_req.debug_source_type
[all …]