From 5c05ae657e00fc23e72acbbbe53de14c150d1a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Str=C3=B6mbergson?= Date: Mon, 6 Mar 2023 11:46:41 +0100 Subject: [PATCH] exe monitor can only be enabled, not disabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joachim Strömbergson --- hw/application_fpga/core/tk1/rtl/tk1.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/application_fpga/core/tk1/rtl/tk1.v b/hw/application_fpga/core/tk1/rtl/tk1.v index 5034c20..a2cff90 100644 --- a/hw/application_fpga/core/tk1/rtl/tk1.v +++ b/hw/application_fpga/core/tk1/rtl/tk1.v @@ -253,7 +253,7 @@ module tk1( end if (cpu_mon_en_we) begin - cpu_mon_en_reg <= write_data[0]; + cpu_mon_en_reg <= 1'h1; end if (cpu_mon_first_we) begin