2015-06-26 09:04:19 +00:00
|
|
|
# ip
|
|
|
|
|
|
|
|
source ../scripts/adi_env.tcl
|
|
|
|
source $ad_hdl_dir/library/scripts/adi_ip.tcl
|
|
|
|
|
|
|
|
adi_ip_create axi_ad9152
|
|
|
|
adi_ip_files axi_ad9152 [list \
|
|
|
|
"axi_ad9152.v" ]
|
|
|
|
|
|
|
|
adi_ip_properties axi_ad9152
|
|
|
|
|
2017-05-05 16:55:36 +00:00
|
|
|
adi_ip_add_core_dependencies { \
|
|
|
|
analog.com:user:ad_ip_jesd204_tpl_dac:1.0 \
|
|
|
|
}
|
|
|
|
|
2015-06-26 09:04:19 +00:00
|
|
|
set_property driver_value 0 [ipx::get_ports *dunf* -of_objects [ipx::current_core]]
|
2016-11-23 20:02:20 +00:00
|
|
|
set_property driver_value 0 [ipx::get_ports *tx_ready* -of_objects [ipx::current_core]]
|
2015-06-26 09:04:19 +00:00
|
|
|
|
2018-02-15 08:41:14 +00:00
|
|
|
ipx::infer_bus_interface tx_clk xilinx.com:signal:clock_rtl:1.0 [ipx::current_core]
|
|
|
|
ipx::infer_bus_interface dac_clk xilinx.com:signal:clock_rtl:1.0 [ipx::current_core]
|
|
|
|
|
2015-06-26 09:04:19 +00:00
|
|
|
ipx::save_core [ipx::current_core]
|