Skip to content

Commit

Permalink
Enable zcb and bitmanip for cv32a60x config
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Wadood <[email protected]>
  • Loading branch information
Abdulwadoodd committed Sep 17, 2023
1 parent fef36b0 commit 1165598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/include/cv32a60x_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ package cva6_config_pkg;

localparam CVA6ConfigCvxifEn = 1;
localparam CVA6ConfigCExtEn = 1;
localparam CVA6ConfigZcbExtEn = 0;
localparam CVA6ConfigZcbExtEn = 1;
localparam CVA6ConfigAExtEn = 1;
localparam CVA6ConfigBExtEn = 0;
localparam CVA6ConfigBExtEn = 1;
localparam CVA6ConfigVExtEn = 0;
localparam CVA6ConfigZiCondExtEn = 1;

Expand Down

0 comments on commit 1165598

Please sign in to comment.