From fcb898b84a906799b87048408a7d7fc145b5fc7d Mon Sep 17 00:00:00 2001 From: Laez Barbosa Date: Wed, 17 Dec 2025 13:33:24 -0300 Subject: [PATCH] a5s0c,a5gt: remove vestiges Signed-off-by: Laez Barbosa --- projects/scripts/adi_project_intel.tcl | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/projects/scripts/adi_project_intel.tcl b/projects/scripts/adi_project_intel.tcl index 61d5a946e1a..f46f7bfb70d 100644 --- a/projects/scripts/adi_project_intel.tcl +++ b/projects/scripts/adi_project_intel.tcl @@ -1,5 +1,5 @@ ############################################################################### -## Copyright (C) 2017-2024 Analog Devices, Inc. All rights reserved. +## Copyright (C) 2017-2025 Analog Devices, Inc. All rights reserved. ### SPDX short identifier: ADIBSD ############################################################################### @@ -13,7 +13,7 @@ set device "none" # \param[parameter_list] - a list of global parameters (parameters of the # system_top module) # -# Supported carrier names are: a10gx, a10soc, c5soc, de10nano, a5soc, a5gt. +# Supported carrier names are: a10gx, a10soc, c5soc, de10nano, s10soc, fm87 # proc adi_project {project_name {parameter_list {}}} { @@ -76,18 +76,6 @@ proc adi_project {project_name {parameter_list {}}} { set system_qip_file ${ad_project_dir}/system_bd/synthesis/system_bd.qip } - if [regexp "_a5soc" $project_name] { - set family "Arria V" - set device 5ASTFD5K3F40I3ES - set system_qip_file ${ad_project_dir}/system_bd/synthesis/system_bd.qip - } - - if [regexp "_a5gt" $project_name] { - set family "Arria V" - set device 5AGTFD7K3F40I3 - set system_qip_file ${ad_project_dir}/system_bd/synthesis/system_bd.qip - } - if [regexp "fm87" $project_name] { set family "Agilex 7" set device AGIB027R31B1E1V