Skip to content

Commit

Permalink
Rvert AXI address width in configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed May 25, 2024
1 parent 0a83f78 commit c2e264a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/cv64a6_imafdc_sv39_wb_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ package cva6_config_pkg;
localparam CVA6ConfigSclicExtEn = 0;

localparam CVA6ConfigAxiIdWidth = 4;
localparam CVA6ConfigAxiAddrWidth = 48;
localparam CVA6ConfigAxiAddrWidth = 64;
localparam CVA6ConfigAxiDataWidth = 64;
localparam CVA6ConfigFetchUserEn = 0;
localparam CVA6ConfigFetchUserWidth = CVA6ConfigXlen;
Expand Down

0 comments on commit c2e264a

Please sign in to comment.