Skip to content

Commit

Permalink
axi_adapter_wrapper: fix wstrb width
Browse files Browse the repository at this point in the history
  • Loading branch information
kgugala committed Dec 18, 2024
1 parent a1f5c9c commit 8b7227f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module axi_adapter_wrapper
output logic awready,

input logic [AxiDataWidth-1:0] wdata,
input logic [ 3:0] wstrb,
input logic [ 7:0] wstrb,
input logic wlast,
input logic wvalid,
output logic wready,
Expand Down

0 comments on commit 8b7227f

Please sign in to comment.