axi_i2s: Remove duplicated clock interface association
The I2S interface has a clock associated to it twice, this will generate a critical warning when using the core, so remove one of them. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>main
parent
0d75bcb606
commit
26907ef1fd
|
@ -98,7 +98,6 @@ adi_set_ports_dependency "DMA_REQ_RX_RSTN" \
|
|||
"(spirit:decode(id('MODELPARAM_VALUE.DMA_TYPE')) = 1)"
|
||||
|
||||
ipx::associate_bus_interfaces -clock s_axi_aclk -reset S_AXI_ARESETN [ipx::current_core]
|
||||
ipx::associate_bus_interfaces -busif I2S -clock i2s_signal_clock [ipx::current_core]
|
||||
ipx::associate_bus_interfaces -clock s_axi_aclk -reset S_AXIS_ARESETN -clear [ipx::current_core]
|
||||
|
||||
ipx::save_core [ipx::current_core]
|
||||
|
|
Loading…
Reference in New Issue