Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions projects/scripts/adi_project_intel.tcl
Original file line number Diff line number Diff line change
@@ -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
###############################################################################

Expand All @@ -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 {}}} {

Expand Down Expand Up @@ -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
Expand Down