Skip to content

Commit

Permalink
reduce store buffer size to reduce gate count
Browse files Browse the repository at this point in the history
Since #1349 the store buffer can be reduced (I cross the fingers)
  • Loading branch information
JeanRochCoulon authored Oct 9, 2023
1 parent 130bc2f commit 8ce2379
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -48,7 +48,7 @@ package cva6_config_pkg;
localparam CVA6ConfigDcacheIdWidth = 1;
localparam CVA6ConfigMemTidWidth = 2;

localparam CVA6ConfigWtDcacheWbufDepth = 2;
localparam CVA6ConfigWtDcacheWbufDepth = 1;

localparam CVA6ConfigNrCommitPorts = 1;
localparam CVA6ConfigNrScoreboardEntries = 4;
Expand Down

0 comments on commit 8ce2379

Please sign in to comment.