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 \
21
21
22
22
adi_ip_properties axi_pulse_gen
23
23
adi_ip_ttcl axi_pulse_gen " axi_pulse_gen_constr.ttcl"
24
+ adi_set_ip_version_from_file " axi_pulse_gen.v"
24
25
25
26
adi_ip_add_core_dependencies [list \
26
27
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
11
11
12
12
set ip [ipl::add_ports_from_module -ip $ip -mod_data $mod_data ]
13
13
14
+ set version [ipl::set_ip_version_from_file -file " axi_pulse_gen.v" ]
15
+
14
16
set ip [ipl::general \
15
- -vlnv " analog.com:ip:axi_pulse_gen:1.0 " \
17
+ -vlnv " analog.com:ip:axi_pulse_gen:$version " \
16
18
-display_name " ADI AXI Pulse generator" \
17
19
-supported_products {*} \
18
20
-supported_platforms {esi radiant} \
You can’t perform that action at this time.
0 commit comments