File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ adi_ip_files axi_pulse_gen [list \
2121
2222adi_ip_properties axi_pulse_gen
2323adi_ip_ttcl axi_pulse_gen " axi_pulse_gen_constr.ttcl"
24+ adi_set_ip_version_from_file " axi_pulse_gen.v"
2425
2526adi_ip_add_core_dependencies [list \
2627 analog.com:$VIVADO_IP_LIBRARY :util_cdc:1.0 \
Original file line number Diff line number Diff line change @@ -11,8 +11,10 @@ set ip $::ipl::ip
1111
1212set ip [ipl::add_ports_from_module -ip $ip -mod_data $mod_data ]
1313
14+ set version [ipl::set_ip_version_from_file -file " axi_pulse_gen.v" ]
15+
1416set ip [ipl::general \
15- -vlnv " analog.com:ip:axi_pulse_gen:1.0 " \
17+ -vlnv " analog.com:ip:axi_pulse_gen:$version " \
1618 -display_name " ADI AXI Pulse generator" \
1719 -supported_products {*} \
1820 -supported_platforms {esi radiant} \
You can’t perform that action at this time.
0 commit comments