mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 17:08:38 -08:00
axi: Remove extraneous interface declarations
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user