We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a4f0d commit 39de716Copy full SHA for 39de716
library/axi_laser_driver/axi_laser_driver_hw.tcl
@@ -27,6 +27,7 @@ ad_ip_files axi_laser_driver [list \
27
"axi_laser_driver_constr.sdc" \
28
"axi_laser_driver_regmap.v" \
29
"axi_laser_driver.v"]
30
+ad_set_ip_version_from_file "axi_laser_driver.v"
31
32
# IP parameters
33
library/axi_laser_driver/axi_laser_driver_ip.tcl
@@ -18,6 +18,7 @@ adi_ip_files axi_laser_driver [list \
18
19
20
adi_ip_properties axi_laser_driver
21
+adi_set_ip_version_from_file "axi_laser_driver.v"
22
adi_ip_ttcl axi_laser_driver "../axi_pulse_gen/axi_pulse_gen_constr.ttcl"
23
24
set_property company_url {https://wiki.analog.com/resources/fpga/docs/axi_laser_driver} [ipx::current_core]
0 commit comments