diff --git a/chisel/playground/src/defines/Bundles.scala b/chisel/playground/src/defines/Bundles.scala index cb70f93..5f44eb8 100644 --- a/chisel/playground/src/defines/Bundles.scala +++ b/chisel/playground/src/defines/Bundles.scala @@ -7,9 +7,9 @@ import cpu.defines.Const._ import cpu.CpuConfig class ExtInterrupt extends Bundle { - val ei = Bool() - val ti = Bool() - val si = Bool() + val mei = Bool() + val mti = Bool() + val msi = Bool() } class SrcInfo extends Bundle { diff --git a/difftest b/difftest index e2b04f5..8fb9d90 160000 --- a/difftest +++ b/difftest @@ -1 +1 @@ -Subproject commit e2b04f50f1fa43f0153bac2a21f1bbcc98f050be +Subproject commit 8fb9d90b00e02be2baa7536ffa43fe0a6d6dc7f6