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

@@ -85,6 +85,7 @@ interface axi_intf #(
// A2.1.1 Write request channel
logic WVALID; // Valid indicator [Manager]
logic WREADY; // Ready indicator [Subordinate]
logic [ID_W_WIDTH-1:0] WID; // Transaction identifier for the write channels [Manager]
logic [DATA_WIDTH-1:0] WDATA; // Write data [Manager]
logic [DATA_WIDTH_DIV_8-1:0] WSTRB; // Write data strobes [Manager]
logic [CEIL_DATA_WIDTH_DIV_128_TMS_4-1:0] WTAG; // Memory Tag [Manager]
@@ -210,6 +211,7 @@ interface axi_intf #(
// A2.1.1 Write request channel
output WVALID,
input WREADY,
output WID,
output WDATA,
output WSTRB,
output WTAG,
@@ -336,6 +338,7 @@ interface axi_intf #(
// A2.1.1 Write request channel
input WVALID,
output WREADY,
input WID,
input WDATA,
input WSTRB,
input WTAG,