19 lines
434 B
Tcl
19 lines
434 B
Tcl
# ip
|
|
|
|
source ../scripts/adi_env.tcl
|
|
source $ad_hdl_dir/library/scripts/adi_ip_xilinx.tcl
|
|
|
|
adi_ip_create util_extract
|
|
adi_ip_files util_extract [list \
|
|
"util_extract.v" ]
|
|
|
|
adi_ip_properties_lite util_extract
|
|
|
|
set_property company_url {https://wiki.analog.com/resources/fpga/docs/util_extract} [ipx::current_core]
|
|
|
|
ipx::infer_bus_interface clk xilinx.com:signal:clock_rtl:1.0 [ipx::current_core]
|
|
|
|
ipx::save_core [ipx::current_core]
|
|
|
|
|