Skip to content

Commit

Permalink
ariane_axi: Decrease AXI width to 48
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
  • Loading branch information
Vyae authored and niwis committed Feb 13, 2023
1 parent 8df7147 commit 450f832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/ariane_axi_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package ariane_axi;

localparam IdWidth = 4; // Recommended by AXI standard
localparam UserWidth = ariane_pkg::AXI_USER_WIDTH;
localparam AddrWidth = 64;
localparam AddrWidth = 48;
localparam DataWidth = 64;
localparam StrbWidth = DataWidth / 8;

Expand Down

0 comments on commit 450f832

Please sign in to comment.