Skip to content

Commit

Permalink
Defaults: AW=32, DW=64
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth committed Jul 25, 2024
1 parent 77dc50c commit ed23e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/axi/rtl/caliptra_axi_sram.sv
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@


module caliptra_axi_sram #(
parameter AW = 48,
parameter DW = 32,
parameter AW = 32,
parameter DW = 64,
BC = DW/8, // Byte Count
BW = $clog2(BC), // Byte count Width
parameter UW = 32, // User Width
Expand Down

0 comments on commit ed23e36

Please sign in to comment.