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
|
|
|
set REQUIRED_QUARTUS_VERSION 21.1.0
|
2022-06-23 14:52:51 +00:00
|
|
|
set QUARTUS_PRO_ISUSED 0
|
|
|
|
source ../../../scripts/adi_env.tcl
|
|
|
|
source ../../scripts/adi_project_intel.tcl
|
|
|
|
|
|
|
|
adi_project template_c5soc
|
|
|
|
|
|
|
|
source $ad_hdl_dir/projects/common/c5soc/c5soc_system_assign.tcl
|
|
|
|
|
|
|
|
execute_flow -compile
|