axi: Remove extraneous interface declarations

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2025-03-25 00:03:42 -07:00
parent d2b0fa4693
commit 4f830c8a12
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ taxi_axi_if #(
.ADDR_W(ADDR_W+16),
.STRB_W(STRB_W),
.ID_W(ID_W)
) s_axi(), m_axi();
) s_axi();
taxi_axi_ram #(
.ADDR_W(ADDR_W),