Skip to content

Commit

Permalink
cva6_config: Add ZiCondExtEn localparam in v configs
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Feb 2, 2024
1 parent 9089396 commit dc9f1ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/include/cv64a6_imadfcv_sv39_polara_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ package cva6_config_pkg;
localparam CVA6ConfigAExtEn = 1;
localparam CVA6ConfigBExtEn = 0;
localparam CVA6ConfigVExtEn = 1;
localparam CVA6ConfigZiCondExtEn = 0;
localparam CVA6ConfigSclicExtEn = 0;
localparam CVA6ConfigHExtEn = 0; // hypervisor extension disabled by default

Expand Down
3 changes: 2 additions & 1 deletion core/include/cv64a6_imafdcv_sv39_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ package cva6_config_pkg;
localparam CVA6ConfigAExtEn = 1;
localparam CVA6ConfigBExtEn = 0;
localparam CVA6ConfigVExtEn = 1;
localparam CVA6ConfigZiCondExtEn = 0;
localparam CVA6ConfigSclicExtEn = 0;
localparam CVA6ConfigHExtEn = 0; // hypervisor extension disabled by default

Expand Down Expand Up @@ -93,7 +94,7 @@ package cva6_config_pkg;
RVZCB: bit'(CVA6ConfigZcbExtEn),
XFVec: bit'(CVA6ConfigFVecEn),
CvxifEn: bit'(CVA6ConfigCvxifEn),
ZiCondExtEn: bit'(0),
ZiCondExtEn: bit'(CVA6ConfigZiCondExtEn),
RVSCLIC: bit'(CVA6ConfigSclicExtEn),
// Extended
RVF:
Expand Down

0 comments on commit dc9f1ac

Please sign in to comment.