diff --git a/.gitlab-ci/expected_synth.yml b/.gitlab-ci/expected_synth.yml index 5ab197f12a..f699307cda 100644 --- a/.gitlab-ci/expected_synth.yml +++ b/.gitlab-ci/expected_synth.yml @@ -1,2 +1,2 @@ cv32a6_embedded: - gates: 118625 + gates: 119494 diff --git a/.gitlab-ci/scripts/report_benchmark.py b/.gitlab-ci/scripts/report_benchmark.py index 4f47c053e4..b7e5d47281 100644 --- a/.gitlab-ci/scripts/report_benchmark.py +++ b/.gitlab-ci/scripts/report_benchmark.py @@ -18,7 +18,7 @@ # Will fail if the number of cycles is different from this one valid_cycles = { 'dhrystone': 217900, - 'coremark': 733510, + 'coremark': 696571, } for arg in sys.argv[1:]: diff --git a/core/include/cv32a6_embedded_config_pkg.sv b/core/include/cv32a6_embedded_config_pkg.sv index 3f27c6a2c7..8bb019b984 100644 --- a/core/include/cv32a6_embedded_config_pkg.sv +++ b/core/include/cv32a6_embedded_config_pkg.sv @@ -59,7 +59,7 @@ package cva6_config_pkg; localparam CVA6ConfigRASDepth = 0; localparam CVA6ConfigBTBEntries = 0; - localparam CVA6ConfigBHTEntries = 0; + localparam CVA6ConfigBHTEntries = 16; localparam CVA6ConfigNrPMPEntries = 8;