Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/mem/lsqueue/
H A DVirtualLoadQueue.scala78 val debug_paddr = Reg(Vec(VirtualLoadQueueSize, UInt(PAddrBits.W))) // mmio: inst's paddr constant
H A DStoreQueue.scala250 val debug_paddr = Reg(Vec(StoreQueueSize, UInt((PAddrBits).W))) constant