Searched defs:tag_match (Results 1 – 4 of 4) sorted by relevance
/XiangShan/src/main/scala/xiangshan/cache/mmu/ |
H A D | MMUBundle.scala | 866 …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 D | L1StridePrefetcher.scala | 71 def tag_match(valid1: Bool, valid2: Bool, new_hash_pc: UInt): Bool = { method
|
H A D | L1StreamPrefetcher.scala | 74 def tag_match(valid1: Bool, valid2: Bool, new_tag: UInt): Bool = { method
|
H A D | L1PrefetchComponent.scala | 278 def tag_match(valid1: Bool, valid2: Bool, new_tag: UInt): Bool = { method
|