axi_i2s: Remove incorrectly inferred interfaces

Remove interfaces that were incorrectly inferred by the tools.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
main
Lars-Peter Clausen 2016-11-18 14:52:07 +01:00
parent 43c74bf55c
commit 2f2570fcac
1 changed files with 6 additions and 0 deletions

View File

@ -103,5 +103,11 @@ ipx::associate_bus_interfaces -clock s_axi_aclk -reset S_AXIS_ARESETN -clear [ip
# Tie-off optional inputs to 0
set_property driver_value 0 [ipx::get_ports -filter "direction==in && enablement_dependency!={}" -of_objects [ipx::current_core]]
# Incorrectly inferred interfaces
ipx::remove_bus_interface DMA_REQ_TX_RSTN [ipx::current_core]
ipx::remove_bus_interface DMA_REQ_RX_RSTN [ipx::current_core]
ipx::remove_bus_interface DMA_REQ_TX_ACLK [ipx::current_core]
ipx::remove_bus_interface DMA_REQ_RX_ACLK [ipx::current_core]
ipx::save_core [ipx::current_core]