Reduce the Dcache write buffer to save silicon area

This commit is contained in:
JeanRochCoulon 2023-03-22 13:50:36 +01:00 committed by GitHub
parent ea4b51eac7
commit 0880ed02ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ package cva6_config_pkg;
localparam CVA6ConfigDcacheIdWidth = 1;
localparam CVA6ConfigWtDcacheWbufDepth = 8;
localparam CVA6ConfigWtDcacheWbufDepth = 2;
localparam CVA6ConfigNrCommitPorts = 1;
localparam CVA6ConfigNrScoreboardEntries = 4;