Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/backend/rename/
H A DRenameTable.scala243 …val debug_v0_rat = if (backendParams.debugEn) Some(Vec(1,Output(UInt(PhyRegIdxWidth.W)))) else No… constant
H A DRename.scala89 …val debug_v0_rat = if (backendParams.debugEn) Some(Vec(1, Input(UInt(PhyRegIdxWidth.W)))) else No… constant