AXI interface regenerated

This commit is contained in:
2025-10-01 23:57:04 -07:00
parent cce61f687a
commit 9f14bc7ceb
3 changed files with 43 additions and 38 deletions

View File

@@ -49,6 +49,7 @@
// A2.1.1 Write request channel
always @(a_if.WVALID) t_if.WVALID <= a_if.WVALID;
always @(a_if.WREADY) t_if.WREADY <= a_if.WREADY;
always @(a_if.WID) t_if.WID <= a_if.WID;
always @(a_if.WDATA) t_if.WDATA <= a_if.WDATA;
always @(a_if.WSTRB) t_if.WSTRB <= a_if.WSTRB;
always @(a_if.WTAG) t_if.WTAG <= a_if.WTAG;