From 0797cd651ecd50c1a915879f32bdad51e8291736 Mon Sep 17 00:00:00 2001 From: Liphen Date: Mon, 27 May 2024 15:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B6=E5=B1=82=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chisel/playground/src/defines/Bundles.scala | 6 +++--- difftest | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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