axi_ad9963: Fix port dependency definition
parent
aa90d9a6e1
commit
7d0b162eda
|
@ -43,7 +43,8 @@ set_property driver_value 0 [ipx::get_ports *dac_sync_in* -of_objects [ipx::curr
|
|||
set_property driver_value 0 [ipx::get_ports *dovf* -of_objects [ipx::current_core]]
|
||||
set_property driver_value 0 [ipx::get_ports *dunf* -of_objects [ipx::current_core]]
|
||||
|
||||
adi_set_ports_dependency "delay_clk" "ADC_IODELAY_ENABLE == 1" 0
|
||||
adi_set_ports_dependency "delay_clk" \
|
||||
"(spirit:decode(id('MODELPARAM_VALUE.ADC_IODELAY_ENABLE')) = 1)" 0
|
||||
|
||||
ipx::infer_bus_interface trx_clk xilinx.com:signal:clock_rtl:1.0 [ipx::current_core]
|
||||
ipx::infer_bus_interface tx_clk xilinx.com:signal:clock_rtl:1.0 [ipx::current_core]
|
||||
|
|
Loading…
Reference in New Issue