Skip to content

Commit

Permalink
Fix axi4-lite write strobe width. #68
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Sep 29, 2023
1 parent 639cafc commit 333853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peakrdl_regblock/cpuif/axi4lite/axi4lite_tmpl.sv
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ logic axil_awvalid;
logic [{{cpuif.addr_width-1}}:0] axil_awaddr;
logic axil_wvalid;
logic [{{cpuif.data_width-1}}:0] axil_wdata;
logic [{{cpuif.data_width-1}}:0] axil_wstrb;
logic [{{cpuif.data_width_bytes-1}}:0] axil_wstrb;
logic axil_aw_accept;
logic axil_resp_acked;

Expand Down

0 comments on commit 333853b

Please sign in to comment.