Skip to content

Commit

Permalink
Update cv32a6_embedded_config_pkg.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanRochCoulon authored Jan 30, 2024
1 parent 4643b82 commit e846a8f
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 @@ -37,7 +37,7 @@ package cva6_config_pkg;
localparam CVA6ConfigIcacheSetAssoc = 2;
localparam CVA6ConfigIcacheLineWidth = 128;
localparam CVA6ConfigDcacheByteSize = 2048;
localparam CVA6ConfigDcacheSetAssoc = 2;
localparam CVA6ConfigDcacheSetAssoc = 4;
localparam CVA6ConfigDcacheLineWidth = 128;

localparam CVA6ConfigDcacheIdWidth = 1;
Expand Down

0 comments on commit e846a8f

Please sign in to comment.