From 54f477b9665e8e4494866e74d3c3829acf43e748 Mon Sep 17 00:00:00 2001 From: Liphen Date: Thu, 23 Nov 2023 16:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9commit=E4=BF=A1=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chisel/playground/src/pipeline/writeback/WriteBackUnit.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/chisel/playground/src/pipeline/writeback/WriteBackUnit.scala b/chisel/playground/src/pipeline/writeback/WriteBackUnit.scala index 26aa562..243fdfd 100644 --- a/chisel/playground/src/pipeline/writeback/WriteBackUnit.scala +++ b/chisel/playground/src/pipeline/writeback/WriteBackUnit.scala @@ -64,5 +64,4 @@ class WriteBackUnit(implicit val config: CpuConfig) extends Module { io.regfile(1).wdata ) } - io.debug.wb_rf_wen := io.ctrl.allow_to_go }