提交 782517ae 编写于 作者: Y Yinan Xu

csr: use intrVec instead uop.cf.intrVec

上级 edf53867
...@@ -684,12 +684,8 @@ class CSR extends FunctionUnit with HasCSRConst ...@@ -684,12 +684,8 @@ class CSR extends FunctionUnit with HasCSRConst
XSDebug(csrio.redirectOut.valid, "redirect to %x, pc=%x\n", csrio.redirectOut.bits, cfIn.pc) XSDebug(csrio.redirectOut.valid, "redirect to %x, pc=%x\n", csrio.redirectOut.bits, cfIn.pc)
XSDebug(raiseExceptionIntr, "int/exc: pc %x int (%d):%x exc: (%d):%x\n", XSDebug(raiseExceptionIntr, "int/exc: pc %x int (%d) exc: (%d):%x\n",
csrio.exception.bits.cf.pc, csrio.exception.bits.cf.pc, intrNO, intrVec, exceptionNO, raiseExceptionVec.asUInt
intrNO,
csrio.exception.bits.cf.intrVec.asUInt,
exceptionNO,
raiseExceptionVec.asUInt
) )
XSDebug(raiseExceptionIntr, XSDebug(raiseExceptionIntr,
"pc %x mstatus %x mideleg %x medeleg %x mode %x\n", "pc %x mstatus %x mideleg %x medeleg %x mode %x\n",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册