Skip to content

Commit

Permalink
library/scripts: Fix FPGA_TECHNOLOGY for VCU118 (#1498)
Browse files Browse the repository at this point in the history
* library/scripts: Fix FPGA_TECHNOLOGY for VCU118

The FPGA_TECHNOLOGY was identified as Ultrascale for VCU118
and it should be Ultrascale+.

Signed-off-by: PopPaul2021 <paul.pop@analog.com>
Co-authored-by: Jorge Marques <2892061+gastmaier@users.noreply.github.com>
  • Loading branch information
2 people authored and IstvanZsSzekely committed Jan 10, 2025
1 parent 4407f85 commit 9af25f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/scripts/adi_xilinx_device_info_enc.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2019-2023 Analog Devices, Inc. All rights reserved.
## Copyright (C) 2019-2024 Analog Devices, Inc. All rights reserved.
### SPDX short identifier: ADIBSD
###############################################################################

Expand Down Expand Up @@ -117,6 +117,7 @@ proc adi_device_spec {cellpath param} {
switch -regexp -- $part {
^xc7 {set series_name 7series}
^xczu {set series_name ultrascale+}
^xcvu.?.p {set series_name ultrascale+}
^x.zu..?p {set series_name ultrascale+}
^xck26 {set series_name ultrascale+}
^xc.u {set series_name ultrascale }
Expand Down

0 comments on commit 9af25f3

Please sign in to comment.