Skip to content

Commit 19c48fc

Browse files
Regenerate Makefiles with mistakes
Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
1 parent e15558c commit 19c48fc

File tree

24 files changed

+70
-40
lines changed

24 files changed

+70
-40
lines changed

library/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
####################################################################################
22
####################################################################################
3-
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
3+
## Copyright (c) 2018 - 2024 Analog Devices, Inc.
44
### SPDX short identifier: BSD-1-Clause
5+
## Auto-generated, do not modify!
56
####################################################################################
67
####################################################################################
78

library/axi_ltc235x/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
###############################################################################
2-
## Copyright (C) 2018-2023 Analog Devices, Inc.
1+
####################################################################################
2+
## Copyright (c) 2018 - 2024 Analog Devices, Inc.
33
### SPDX short identifier: BSD-1-Clause
44
## Auto-generated, do not modify!
5-
###############################################################################
5+
####################################################################################
66

77
LIBRARY_NAME := axi_ltc235x
88

library/axi_pulsar_lvds/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ XILINX_DEPS += ../xilinx/common/up_xfer_cntrl_constr.xdc
2727
XILINX_DEPS += ../xilinx/common/up_xfer_status_constr.xdc
2828
XILINX_DEPS += axi_pulsar_lvds_ip.tcl
2929

30+
XILINX_DEPS += ../interfaces/fifo_wr.xml
31+
XILINX_DEPS += ../interfaces/fifo_wr_rtl.xml
32+
3033
include ../scripts/library.mk

library/axi_pwm_gen/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ XILINX_LIB_DEPS += util_cdc
2121
INTEL_DEPS += ../intel/common/up_rst_constr.sdc
2222
INTEL_DEPS += ../util_cdc/sync_bits.v
2323
INTEL_DEPS += ../util_cdc/sync_data.v
24-
INTEL_DEPS += ../util_cdc/sync_event.v
2524
INTEL_DEPS += axi_pwm_gen_constr.sdc
2625
INTEL_DEPS += axi_pwm_gen_hw.tcl
2726

library/util_sigma_delta_spi/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ XILINX_DEPS += util_sigma_delta_spi_ip.tcl
1313
XILINX_DEPS += ../spi_engine/interfaces/spi_engine.xml
1414
XILINX_DEPS += ../spi_engine/interfaces/spi_engine_rtl.xml
1515

16+
XILINX_INTERFACE_DEPS += spi_engine/interfaces
17+
1618
include ../scripts/library.mk

projects/ad4170_asdz/coraz7s/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
####################################################################################
2-
## Copyright (c) 2024 Analog Devices, Inc.
2+
## Copyright (c) 2018 - 2024 Analog Devices, Inc.
33
### SPDX short identifier: BSD-1-Clause
44
## Auto-generated, do not modify!
55
####################################################################################
@@ -11,6 +11,8 @@ M_DEPS += ../../scripts/adi_pd.tcl
1111
M_DEPS += ../../common/coraz7s/coraz7s_system_ps7.tcl
1212
M_DEPS += ../../common/coraz7s/coraz7s_system_constr.xdc
1313
M_DEPS += ../../common/coraz7s/coraz7s_system_bd.tcl
14+
M_DEPS += ../../../library/util_cdc/sync_bits.v
15+
M_DEPS += ../../../library/spi_engine/scripts/spi_engine.tcl
1416
M_DEPS += ../../../library/common/ad_iobuf.v
1517
M_DEPS += ../../../library/common/ad_edge_detect.v
1618

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
#####################################################################################
2-
## Copyright (c) 2024 Analog Devices, Inc.
1+
####################################################################################
2+
## Copyright (c) 2018 - 2024 Analog Devices, Inc.
33
### SPDX short identifier: BSD-1-Clause
44
## Auto-generated, do not modify!
55
####################################################################################
66

77
PROJECT_NAME := ad4170_asdz_de10nano
88

9+
M_DEPS += ../common/ad4170_asdz_qsys.tcl
910
M_DEPS += ../../scripts/adi_pd.tcl
1011
M_DEPS += ../../common/de10nano/de10nano_system_qsys.tcl
1112
M_DEPS += ../../common/de10nano/de10nano_system_assign.tcl
12-
M_DEPS += ../../../library/common/ad_edge_detect.v
1313
M_DEPS += ../../../library/util_cdc/sync_bits.v
14+
M_DEPS += ../../../library/common/ad_edge_detect.v
1415

16+
LIB_DEPS += axi_dmac
1517
LIB_DEPS += axi_hdmi_tx
1618
LIB_DEPS += axi_sysid
17-
LIB_DEPS += sysid_rom
1819
LIB_DEPS += spi_engine/axi_spi_engine
1920
LIB_DEPS += spi_engine/spi_engine_execution
2021
LIB_DEPS += spi_engine/spi_engine_interconnect
2122
LIB_DEPS += spi_engine/spi_engine_offload
23+
LIB_DEPS += sysid_rom
2224

2325
include ../../scripts/project-intel.mk

projects/ad7124_asdz/de10nano/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
##################################################################################
1+
####################################################################################
22
## Copyright (c) 2018 - 2024 Analog Devices, Inc.
33
### SPDX short identifier: BSD-1-Clause
44
## Auto-generated, do not modify!
5-
##################################################################################
5+
####################################################################################
66

77
PROJECT_NAME := ad7124_asdz_de10nano
88

projects/ad738x_fmc/zed/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
####################################################################################
2-
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
2+
## Copyright (c) 2018 - 2024 Analog Devices, Inc.
33
### SPDX short identifier: BSD-1-Clause
44
## Auto-generated, do not modify!
55
####################################################################################
66

77
PROJECT_NAME := ad738x_fmc_zed
88

9+
M_DEPS += system_constr_4sdi.xdc
10+
M_DEPS += system_constr_2sdi.xdc
11+
M_DEPS += system_constr_1sdi.xdc
912
M_DEPS += ../common/ad738x_bd.tcl
1013
M_DEPS += ../../scripts/adi_pd.tcl
1114
M_DEPS += ../../common/zed/zed_system_constr.xdc
@@ -26,7 +29,5 @@ LIB_DEPS += spi_engine/spi_engine_interconnect
2629
LIB_DEPS += spi_engine/spi_engine_offload
2730
LIB_DEPS += sysid_rom
2831
LIB_DEPS += util_i2c_mixer
29-
LIB_DEPS += util_axis_upscale
30-
LIB_DEPS += util_pulse_gen
3132

3233
include ../../scripts/project-xilinx.mk

projects/ad7606x_fmc/zed/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
PROJECT_NAME := ad7606x_fmc_zed
88

9+
M_DEPS += system_constr_spi_8.xdc
10+
M_DEPS += system_constr_spi_4.xdc
11+
M_DEPS += system_constr_spi_2.xdc
12+
M_DEPS += system_constr_spi_1.xdc
13+
M_DEPS += system_constr_pif.xdc
914
M_DEPS += ../common/ad7606x_bd.tcl
1015
M_DEPS += ../../scripts/adi_pd.tcl
1116
M_DEPS += ../../common/zed/zed_system_constr.xdc

0 commit comments

Comments
 (0)