Skip to content

Commit 42187ed

Browse files
ladacesarpadi
authored andcommitted
library: Fix for CRITICAL WARNING 19-991
Fixes for: CRITICAL WARNING: [IP_Flow 19-991] Unrecognized or unsupported file 'bd/bd.tcl' found in file group 'Synthesis'. CRITICAL WARNING: [IP_Flow 19-991] Unrecognized or unsupported file 'bd/bd.tcl' found in file group 'Simulation'. Signed-off-by: Liviu 'Ceshu' Adace <[email protected]> Signed-off-by: sarpadi <[email protected]>
1 parent 28234ee commit 42187ed

File tree

8 files changed

+33
-8
lines changed

8 files changed

+33
-8
lines changed

library/axi_clkgen/axi_clkgen_ip.tcl

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2014-2023 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2014-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

@@ -17,6 +17,11 @@ adi_ip_files axi_clkgen [list \
1717
"bd/bd.tcl" \
1818
"axi_clkgen.v" ]
1919

20+
set_property used_in_simulation false [get_files ./bd/bd.tcl]
21+
set_property used_in_simulation false [get_files $ad_hdl_dir/library/scripts/adi_xilinx_device_info_enc.tcl]
22+
set_property used_in_synthesis false [get_files ./bd/bd.tcl]
23+
set_property used_in_synthesis false [get_files $ad_hdl_dir/library/scripts/adi_xilinx_device_info_enc.tcl]
24+
2025
adi_ip_properties axi_clkgen
2126
adi_ip_bd axi_clkgen "bd/bd.tcl"
2227

library/axi_dmac/axi_dmac_ip.tcl

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2014-2024 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2014-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

@@ -46,6 +46,9 @@ adi_ip_files axi_dmac [list \
4646
"axi_dmac_pkg_sv.ttcl" \
4747
"bd/bd.tcl" ]
4848

49+
set_property used_in_simulation false [get_files ./bd/bd.tcl]
50+
set_property used_in_synthesis false [get_files ./bd/bd.tcl]
51+
4952
adi_ip_properties axi_dmac
5053
adi_ip_infer_mm_interfaces axi_dmac
5154
adi_ip_ttcl axi_dmac "axi_dmac_constr.ttcl"

library/jesd204/jesd204_rx/jesd204_rx_ip.tcl

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2017-2023 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2017-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIJESD204
44
###############################################################################
55

@@ -30,6 +30,9 @@ adi_ip_files jesd204_rx [list \
3030
"bd/bd.tcl"
3131
]
3232

33+
set_property used_in_simulation false [get_files ./bd/bd.tcl]
34+
set_property used_in_synthesis false [get_files ./bd/bd.tcl]
35+
3336
set_property source_mgmt_mode DisplayOnly [current_project]
3437

3538
adi_ip_properties_lite jesd204_rx

library/jesd204/jesd204_tx/jesd204_tx_ip.tcl

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2017-2023 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2017-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIJESD204
44
###############################################################################
55

@@ -23,6 +23,9 @@ adi_ip_files jesd204_tx [list \
2323
"bd/bd.tcl"
2424
]
2525

26+
set_property used_in_simulation false [get_files ./bd/bd.tcl]
27+
set_property used_in_synthesis false [get_files ./bd/bd.tcl]
28+
2629
set_property source_mgmt_mode DisplayOnly [current_project]
2730

2831
adi_ip_properties_lite jesd204_tx

library/scripts/adi_ip_xilinx.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2014-2024 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2014-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

library/util_hbm/util_hbm_ip.tcl

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2022-2024 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2022-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

@@ -14,6 +14,9 @@ adi_ip_files util_hbm [list \
1414
"bd/bd.tcl" \
1515
]
1616

17+
set_property used_in_simulation false [get_files ./bd/bd.tcl]
18+
set_property used_in_synthesis false [get_files ./bd/bd.tcl]
19+
1720
adi_ip_properties_lite util_hbm
1821
adi_ip_ttcl util_dacfifo "util_hbm_ooc.ttcl"
1922
adi_ip_bd util_hbm "bd/bd.tcl"

library/xilinx/axi_adxcvr/axi_adxcvr_ip.tcl

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2016-2023 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2016-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

@@ -17,6 +17,9 @@ adi_ip_files axi_adxcvr [list \
1717
"axi_adxcvr_mstatus.v" \
1818
"axi_adxcvr.v" ]
1919

20+
set_property used_in_simulation false [get_files $ad_hdl_dir/library/scripts/adi_xilinx_device_info_enc.tcl]
21+
set_property used_in_synthesis false [get_files $ad_hdl_dir/library/scripts/adi_xilinx_device_info_enc.tcl]
22+
2023
adi_ip_properties axi_adxcvr
2124
adi_ip_infer_mm_interfaces axi_adxcvr
2225

library/xilinx/util_adxcvr/util_adxcvr_ip.tcl

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2016-2023 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2016-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

@@ -19,6 +19,11 @@ adi_ip_files util_adxcvr [list \
1919
"util_adxcvr.v" \
2020
"bd/bd.tcl" ]
2121

22+
set_property used_in_simulation false [get_files ./bd/bd.tcl]
23+
set_property used_in_simulation false [get_files $ad_hdl_dir/library/scripts/adi_xilinx_device_info_enc.tcl]
24+
set_property used_in_synthesis false [get_files ./bd/bd.tcl]
25+
set_property used_in_synthesis false [get_files $ad_hdl_dir/library/scripts/adi_xilinx_device_info_enc.tcl]
26+
2227
adi_ip_properties_lite util_adxcvr
2328

2429
adi_ip_bd util_adxcvr "bd/bd.tcl"

0 commit comments

Comments
 (0)