Skip to content

Commit

Permalink
[OpenPiton CVA6 Config] Moving CV-VEC configs to Polara
Browse files Browse the repository at this point in the history
  • Loading branch information
hossein1387 committed Aug 9, 2023
1 parent f4cdd62 commit 7ecb1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/include/cv64a6_imafdc_sv39_openpiton_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package cva6_config_pkg;
localparam CVA6ConfigXlen = 64;

localparam CVA6ConfigFpuEn = 1;
localparam CVA6ConfigF16En = 1;
localparam CVA6ConfigF16En = 0;
localparam CVA6ConfigF16AltEn = 0;
localparam CVA6ConfigF8En = 0;
localparam CVA6ConfigFVecEn = 0;
Expand All @@ -27,7 +27,7 @@ package cva6_config_pkg;
localparam CVA6ConfigCExtEn = 1;
localparam CVA6ConfigAExtEn = 1;
localparam CVA6ConfigBExtEn = 0;
localparam CVA6ConfigVExtEn = 1;
localparam CVA6ConfigVExtEn = 0;

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

0 comments on commit 7ecb1aa

Please sign in to comment.