Configure load to be wait state zero in embedded configuration (#1657)

This commit is contained in:
JeanRochCoulon 2023-11-27 18:20:36 +01:00 committed by GitHub
parent cc5a7ddde7
commit feda9ece82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -50,7 +50,7 @@ package cva6_config_pkg;
localparam CVA6ConfigFPGAEn = 0;
localparam CVA6ConfigNrLoadPipeRegs = 1;
localparam CVA6ConfigNrLoadPipeRegs = 0;
localparam CVA6ConfigNrStorePipeRegs = 0;
localparam CVA6ConfigNrLoadBufEntries = 2;