From b9c415f5d6690b04700d9799e179d0b79693a1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Str=C3=B6mbergson?= Date: Mon, 13 Mar 2023 12:43:07 +0100 Subject: [PATCH] bank1 access should also be disabled by default. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joachim Strömbergson --- hw/application_fpga/rtl/fw_ram.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/application_fpga/rtl/fw_ram.v b/hw/application_fpga/rtl/fw_ram.v index 60b7e0e..32dee42 100644 --- a/hw/application_fpga/rtl/fw_ram.v +++ b/hw/application_fpga/rtl/fw_ram.v @@ -128,7 +128,7 @@ module fw_ram( always @* begin : rw_mux; bank0 = 1'h0; - bank1 = 1'h1; + bank1 = 1'h0; tmp_read_data = 32'h0; if (fw_app_cs) begin