Add 16 entry BHT in embedded configuration (#1658)

This commit is contained in:
JeanRochCoulon 2023-11-28 06:14:11 +01:00 committed by GitHub
parent feda9ece82
commit 9f0e1b327d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
cv32a6_embedded:
gates: 118625
gates: 119494

View file

@ -18,7 +18,7 @@ iterations = None
# 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:]:

View file

@ -59,7 +59,7 @@ package cva6_config_pkg;
localparam CVA6ConfigRASDepth = 0;
localparam CVA6ConfigBTBEntries = 0;
localparam CVA6ConfigBHTEntries = 0;
localparam CVA6ConfigBHTEntries = 16;
localparam CVA6ConfigNrPMPEntries = 8;