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_ad9250
|
|
|
|
adi_ip_files axi_ad9250 [list \
|
|
|
|
"axi_ad9250.v" ]
|
|
|
|
|
|
|
|
adi_ip_properties axi_ad9250
|
|
|
|
|
2017-05-05 16:55:49 +00:00
|
|
|
adi_ip_add_core_dependencies { \
|
|
|
|
analog.com:user:ad_ip_jesd204_tpl_adc:1.0 \
|
|
|
|
}
|
|
|
|
|
2016-11-10 08:52:37 +00:00
|
|
|
set_property driver_value 0 [ipx::get_ports *rx_valid* -of_objects [ipx::current_core]]
|
2015-06-26 09:04:19 +00:00
|
|
|
set_property driver_value 0 [ipx::get_ports *dovf* -of_objects [ipx::current_core]]
|
|
|
|
|
2018-04-05 12:44:51 +00:00
|
|
|
ipx::infer_bus_interface rx_clk xilinx.com:signal:clock_rtl:1.0 [ipx::current_core]
|
|
|
|
ipx::infer_bus_interface adc_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]
|