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 util_ccat
|
|
|
|
adi_ip_files util_ccat [list \
|
|
|
|
"util_ccat.v" \
|
|
|
|
"util_ccat_constr.xdc" ]
|
|
|
|
|
|
|
|
adi_ip_properties_lite util_ccat
|
|
|
|
|
2015-08-19 11:11:47 +00:00
|
|
|
set_property -dict {driver_value {0} enablement_dependency {spirit:decode(id('MODELPARAM_VALUE.NUM_OF_CHANNELS')) > 1}} \
|
2016-07-28 17:42:30 +00:00
|
|
|
[ipx::get_ports *_1* -of_objects [ipx::current_core]] \
|
2015-06-26 09:04:19 +00:00
|
|
|
|
|
|
|
|
2015-08-19 11:11:47 +00:00
|
|
|
set_property -dict {driver_value {0} enablement_dependency {spirit:decode(id('MODELPARAM_VALUE.NUM_OF_CHANNELS')) > 2}} \
|
2016-07-28 17:42:30 +00:00
|
|
|
[ipx::get_ports *_2* -of_objects [ipx::current_core]] \
|
2015-06-26 09:04:19 +00:00
|
|
|
|
|
|
|
|
2015-08-19 11:11:47 +00:00
|
|
|
set_property -dict {driver_value {0} enablement_dependency {spirit:decode(id('MODELPARAM_VALUE.NUM_OF_CHANNELS')) > 3}} \
|
2016-07-28 17:42:30 +00:00
|
|
|
[ipx::get_ports *_3* -of_objects [ipx::current_core]] \
|
2015-06-26 09:04:19 +00:00
|
|
|
|
|
|
|
|
2015-08-19 11:11:47 +00:00
|
|
|
set_property -dict {driver_value {0} enablement_dependency {spirit:decode(id('MODELPARAM_VALUE.NUM_OF_CHANNELS')) > 4}} \
|
2016-07-28 17:42:30 +00:00
|
|
|
[ipx::get_ports *_4* -of_objects [ipx::current_core]] \
|
2015-06-26 09:04:19 +00:00
|
|
|
|
|
|
|
|
2015-08-19 11:11:47 +00:00
|
|
|
set_property -dict {driver_value {0} enablement_dependency {spirit:decode(id('MODELPARAM_VALUE.NUM_OF_CHANNELS')) > 5}} \
|
2016-07-28 17:42:30 +00:00
|
|
|
[ipx::get_ports *_5* -of_objects [ipx::current_core]] \
|
2015-06-26 09:04:19 +00:00
|
|
|
|
|
|
|
|
2015-08-19 11:11:47 +00:00
|
|
|
set_property -dict {driver_value {0} enablement_dependency {spirit:decode(id('MODELPARAM_VALUE.NUM_OF_CHANNELS')) > 6}} \
|
2016-07-28 17:42:30 +00:00
|
|
|
[ipx::get_ports *_6* -of_objects [ipx::current_core]] \
|
2015-06-26 09:04:19 +00:00
|
|
|
|
|
|
|
|
2015-08-19 11:11:47 +00:00
|
|
|
set_property -dict {driver_value {0} enablement_dependency {spirit:decode(id('MODELPARAM_VALUE.NUM_OF_CHANNELS')) > 7}} \
|
2016-07-28 17:42:30 +00:00
|
|
|
[ipx::get_ports *_7* -of_objects [ipx::current_core]] \
|
2015-06-26 09:04:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
ipx::save_core [ipx::current_core]
|
|
|
|
|
|
|
|
|