Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/backend/fu/NewCSR/
H A DMachineLevel.scala379 val mconfigptr = Module(new CSRModule("Mconfigptr", new CSRBundle { constant
/XiangShan/src/main/scala/xiangshan/backend/fu/
H A DCSR.scala347 …val mconfigptr = RegInit(UInt(XLEN.W), 0.U) // the read-only pointer pointing to the platform conf… constant