Skip to content

Commit

Permalink
Disable Zicond in cv32a6_embedded_config_pkg.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanRochCoulon authored Oct 16, 2023
1 parent 7de1345 commit fef4284
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 @@ -23,7 +23,7 @@ package cva6_config_pkg;
localparam CVA6ConfigAExtEn = 0;
localparam CVA6ConfigBExtEn = 1;
localparam CVA6ConfigVExtEn = 0;
localparam CVA6ConfigZiCondExtEn = 1;
localparam CVA6ConfigZiCondExtEn = 0;

localparam CVA6ConfigAxiIdWidth = 4;
localparam CVA6ConfigAxiAddrWidth = 64;
Expand Down

0 comments on commit fef4284

Please sign in to comment.