Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/backend/fu/NewCSR/CSREvents/
H A DTrapEntryMEvent.scala18 val mcause = ValidIO((new CauseBundle ).addInEvent(_.Interrupt, _.ExceptionCode)) constant
/XiangShan/src/main/scala/xiangshan/backend/fu/NewCSR/
H A DMachineLevel.scala201 val mcause = Module(new CSRModule("Mcause", new CauseBundle) with TrapEntryMEventSinkBundle) constant
/XiangShan/src/main/scala/xiangshan/backend/fu/
H A DCSR.scala291 val mcause = RegInit(UInt(XLEN.W), 0.U) constant