Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/cache/mmu/
H A DMMUBundle.scala799 def canRefill(levelUInt: UInt, s2xlate: UInt, pbmte: Bool, mode: UInt) = { method
800 val canRefill = WireInit(false.B) constant