Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/cache/mmu/
H A DMMUBundle.scala866 …val tag_match = Wire(Vec(4, Bool())) // 512GB, 1GB, 2MB or 4KB(including SVNapot), not parameteriz… constant
886 val tag_match = Wire(Vec(3, Bool())) // SuperPage, 512GB, 1GB or 2MB constant
1144 val tag_match = Wire(Vec(4, Bool())) // 512GB, 1GB, 2MB or 4KB, not parameterized here constant
1200 val tag_match = Wire(Vec(4, Bool())) // 512GB, 1GB, 2MB or 4KB, not parameterized here constant
1217 val tag_match = Wire(Vec(3, Bool())) // SuperPage, 512GB, 1GB or 2MB constant
1316 val tag_match = Wire(Vec(4, Bool())) // 512GB, 1GB, 2MB or 4KB, not parameterized here constant
/XiangShan/src/main/scala/xiangshan/mem/prefetch/
H A DL1StridePrefetcher.scala71 def tag_match(valid1: Bool, valid2: Bool, new_hash_pc: UInt): Bool = { method
H A DL1StreamPrefetcher.scala74 def tag_match(valid1: Bool, valid2: Bool, new_tag: UInt): Bool = { method
H A DL1PrefetchComponent.scala278 def tag_match(valid1: Bool, valid2: Bool, new_tag: UInt): Bool = { method