From 954051da1369a534490cba3b054f11dd47fd223d Mon Sep 17 00:00:00 2001 From: David Harris Date: Mon, 19 Dec 2022 16:15:12 -0800 Subject: [PATCH] Removed CSR support from rv32i --- pipelined/config/rv32i/wally-config.vh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/config/rv32i/wally-config.vh b/pipelined/config/rv32i/wally-config.vh index 77a462080..a103dfc0a 100644 --- a/pipelined/config/rv32i/wally-config.vh +++ b/pipelined/config/rv32i/wally-config.vh @@ -39,7 +39,7 @@ // I `define MISA (32'h00000104) -`define ZICSR_SUPPORTED 1 +`define ZICSR_SUPPORTED 0 `define ZIFENCEI_SUPPORTED 0 `define COUNTERS 32 `define ZICOUNTERS_SUPPORTED 0