2014-03-10 15:11:16 +00:00
|
|
|
# ip
|
|
|
|
|
|
|
|
source ../scripts/adi_env.tcl
|
|
|
|
source $ad_hdl_dir/library/scripts/adi_ip.tcl
|
|
|
|
|
|
|
|
adi_ip_create util_wfifo
|
|
|
|
adi_ip_files util_wfifo [list \
|
2014-10-15 18:43:17 +00:00
|
|
|
"$ad_hdl_dir/library/common/ad_axis_inf_rx.v" \
|
2014-03-10 15:11:16 +00:00
|
|
|
"util_wfifo.v" ]
|
|
|
|
|
|
|
|
adi_ip_properties_lite util_wfifo
|
2014-03-10 15:21:20 +00:00
|
|
|
|
2014-03-10 18:48:14 +00:00
|
|
|
ipx::remove_bus_interface {s} [ipx::current_core]
|
|
|
|
ipx::remove_bus_interface {m} [ipx::current_core]
|
2014-03-10 15:21:20 +00:00
|
|
|
ipx::remove_bus_interface {fifo} [ipx::current_core]
|
|
|
|
ipx::remove_bus_interface {signal_clock} [ipx::current_core]
|
|
|
|
|
2014-03-10 18:48:14 +00:00
|
|
|
ipx::remove_memory_map {m} [ipx::current_core]
|
|
|
|
ipx::remove_address_space {s} [ipx::current_core]
|
2014-03-10 15:21:20 +00:00
|
|
|
ipx::remove_address_space {fifo} [ipx::current_core]
|
|
|
|
|
2014-03-10 15:11:16 +00:00
|
|
|
ipx::save_core [ipx::current_core]
|
|
|
|
|
|
|
|
|