From be80bd4c184973377ef0ff1c08243ddf26343a73 Mon Sep 17 00:00:00 2001 From: Luke Wren Date: Sat, 2 Apr 2022 17:53:22 +0100 Subject: [PATCH] Radical opinion, we should have good performance by default, not bad --- hdl/hazard3_config.vh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdl/hazard3_config.vh b/hdl/hazard3_config.vh index f1ba939..4e62a30 100644 --- a/hdl/hazard3_config.vh +++ b/hdl/hazard3_config.vh @@ -117,7 +117,7 @@ parameter MULH_FAST = 0, // FAST_BRANCHCMP: Instantiate a separate comparator (eq/lt/ltu) for branch // resolution, rather than using the ALU. May improve fetch address delay. // (Especially if Zba extension is enabled) -parameter FAST_BRANCHCMP = 0, +parameter FAST_BRANCHCMP = 1, // MTVEC_WMASK: Mask of which bits in MTVEC are modifiable. Save gates by // making trap vector base partly fixed (legal, as it's WARL).