From 654b10894c270c10f28d188b03603250f1e54af3 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Thu, 29 Dec 2022 17:07:50 -0600 Subject: [PATCH] Re-enabled the branch predictor in rv64gc. --- pipelined/config/rv64gc/wally-config.vh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/config/rv64gc/wally-config.vh b/pipelined/config/rv64gc/wally-config.vh index 6ca3a56c..65d27aa3 100644 --- a/pipelined/config/rv64gc/wally-config.vh +++ b/pipelined/config/rv64gc/wally-config.vh @@ -139,7 +139,7 @@ `define PLIC_GPIO_ID 3 `define PLIC_UART_ID 10 -`define BPRED_ENABLED 0 +`define BPRED_ENABLED 1 `define BPTYPE "BPGSHARE" // BPLOCALPAg or BPGLOBAL or BPTWOBIT or BPGSHARE `define TESTSBP 0 `define BPRED_SIZE 10