Skip to content

Commit

Permalink
Add 16 entry BHT in embedded configuration (openhwgroup#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanRochCoulon authored Nov 28, 2023
1 parent feda9ec commit 9f0e1b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci/expected_synth.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cv32a6_embedded:
gates: 118625
gates: 119494
2 changes: 1 addition & 1 deletion .gitlab-ci/scripts/report_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:]:
Expand Down
2 changes: 1 addition & 1 deletion core/include/cv32a6_embedded_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ package cva6_config_pkg;

localparam CVA6ConfigRASDepth = 0;
localparam CVA6ConfigBTBEntries = 0;
localparam CVA6ConfigBHTEntries = 0;
localparam CVA6ConfigBHTEntries = 16;

localparam CVA6ConfigNrPMPEntries = 8;

Expand Down

0 comments on commit 9f0e1b3

Please sign in to comment.