From 4f32948d0bb41e26b7a04dce04da8f04f51a9b38 Mon Sep 17 00:00:00 2001 From: Liphen Date: Wed, 8 May 2024 20:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=BF=E5=AD=98=E7=BA=A7?= =?UTF-8?q?=E7=9A=84=E5=86=B2=E5=88=B7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chisel/playground/src/ctrl/Ctrl.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chisel/playground/src/ctrl/Ctrl.scala b/chisel/playground/src/ctrl/Ctrl.scala index 5ce6328..67b5e99 100644 --- a/chisel/playground/src/ctrl/Ctrl.scala +++ b/chisel/playground/src/ctrl/Ctrl.scala @@ -28,7 +28,7 @@ class Ctrl extends Module { io.fetchUnit.ctrlSignal.do_flush := io.executeUnit.flush io.decodeUnit.ctrlSignal.do_flush := io.executeUnit.flush || !io.decodeUnit.ctrlSignal.allow_to_go && io.executeUnit.ctrlSignal.allow_to_go - io.executeUnit.ctrlSignal.do_flush := io.executeUnit.flush + io.executeUnit.ctrlSignal.do_flush := false.B io.memoryUnit.ctrlSignal.do_flush := false.B io.writeBackUnit.ctrlSignal.do_flush := false.B