19 lines
645 B
Makefile
Executable File
19 lines
645 B
Makefile
Executable File
####################################################################################
|
|
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
PROJECT_NAME := template_vc709
|
|
|
|
M_DEPS += ../../scripts/adi_pd.tcl
|
|
M_DEPS += ../../common/vc709/vc709_system_mig.prj
|
|
M_DEPS += ../../common/vc709/vc709_system_constr.xdc
|
|
M_DEPS += ../../common/vc709/vc709_system_bd.tcl
|
|
M_DEPS += ../../../library/common/ad_iobuf.v
|
|
|
|
LIB_DEPS += axi_sysid
|
|
LIB_DEPS += sysid_rom
|
|
|
|
include ../../scripts/project-xilinx.mk
|