From 5e7bf0d60468c2b5410575236a4d7cb48bd3631b Mon Sep 17 00:00:00 2001 From: Luke Wren Date: Sat, 8 Oct 2022 16:24:28 +0100 Subject: [PATCH] Don't reset register file by default --- 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 97f0142..cc385ac 100644 --- a/hdl/hazard3_config.vh +++ b/hdl/hazard3_config.vh @@ -207,7 +207,7 @@ parameter FAST_BRANCHCMP = 1, // RESET_REGFILE: whether to support reset of the general purpose registers. // There are around 1k bits in the register file, so the reset can be // disabled e.g. to permit block-RAM inference on FPGA. -parameter RESET_REGFILE = 1, +parameter RESET_REGFILE = 0, // BRANCH_PREDICTOR: enable branch prediction. The branch predictor consists // of a single BTB entry which is allocated on a taken backward branch, and