axi_i2s: Tie-off optional inputs
Tie-off all optional inputs to 0 so that they are driven to a defined value when not used. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>main
parent
26907ef1fd
commit
43c74bf55c
|
@ -100,5 +100,8 @@ adi_set_ports_dependency "DMA_REQ_RX_RSTN" \
|
|||
ipx::associate_bus_interfaces -clock s_axi_aclk -reset S_AXI_ARESETN [ipx::current_core]
|
||||
ipx::associate_bus_interfaces -clock s_axi_aclk -reset S_AXIS_ARESETN -clear [ipx::current_core]
|
||||
|
||||
# Tie-off optional inputs to 0
|
||||
set_property driver_value 0 [ipx::get_ports -filter "direction==in && enablement_dependency!={}" -of_objects [ipx::current_core]]
|
||||
|
||||
ipx::save_core [ipx::current_core]
|
||||
|
||||
|
|
Loading…
Reference in New Issue