projects/common: Add build files templates carriers. Modified Quartus Versions
The build files are available for the following carriers:
* intel: a10gx, a10soc, c5soc, de10nano, s10soc
* xilinx: coraz7s, kc705, kcu105, vc707, vc709,
vck190, vcu118, vcu128, vmk180,
zc702, zc706, zcu102, zed
* Added Makefiles, system_constr.sdc, system_qsys intel
* Added Makefiles, system_bd, system_constr xilinx
* de10nano, c5soc: Changed quartus version from 20.1.1 to 21.1.0
according to last commit update
Signed-off-by: laurent-19 <laurentiu.popa@analog.com>
2022-09-26 19:12:04 +00:00
|
|
|
####################################################################################
|
2023-01-18 13:15:22 +00:00
|
|
|
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
|
projects/common: Add build files templates carriers. Modified Quartus Versions
The build files are available for the following carriers:
* intel: a10gx, a10soc, c5soc, de10nano, s10soc
* xilinx: coraz7s, kc705, kcu105, vc707, vc709,
vck190, vcu118, vcu128, vmk180,
zc702, zc706, zcu102, zed
* Added Makefiles, system_constr.sdc, system_qsys intel
* Added Makefiles, system_bd, system_constr xilinx
* de10nano, c5soc: Changed quartus version from 20.1.1 to 21.1.0
according to last commit update
Signed-off-by: laurent-19 <laurentiu.popa@analog.com>
2022-09-26 19:12:04 +00:00
|
|
|
### SPDX short identifier: BSD-1-Clause
|
|
|
|
## Auto-generated, do not modify!
|
|
|
|
####################################################################################
|
|
|
|
|
|
|
|
PROJECT_NAME := template_kc705
|
|
|
|
|
|
|
|
M_DEPS += ../../scripts/adi_pd.tcl
|
|
|
|
M_DEPS += ../../common/kc705/kc705_system_mig.prj
|
|
|
|
M_DEPS += ../../common/kc705/kc705_system_constr.xdc
|
|
|
|
M_DEPS += ../../common/kc705/kc705_system_bd.tcl
|
|
|
|
M_DEPS += ../../../library/common/ad_iobuf.v
|
|
|
|
|
|
|
|
LIB_DEPS += axi_sysid
|
|
|
|
LIB_DEPS += sysid_rom
|
|
|
|
|
|
|
|
include ../../scripts/project-xilinx.mk
|