AGILEX Per pin package RLC data
Hi,
I want to generate ibis file for my FPGA design and fooling the procedure described in :
https://community.intel.com/t5/FPGA-Wiki/Generating-an-Agilex-per-pin-RLC-IBIS-ibs-file/ta-p/1342589
I need Package specific Per pin package RLC data for AGIB027R31B2E2V. Not the ones given in
I am getting the following error when I run the script :
C:\Projects\NEST\Local\QuartusDesigns\DDRExmplForImp\qii> quartus_sh.exe -t Gen_agilex_pin_ibis.tcl ed_synth agilex-pkg-rlc.xlsx
Info: *******************************************************************
Info: Running Quartus Prime Shell
Info: Version 22.1.0 Build 174 03/30/2022 SC Pro Edition
Info: Copyright (C) 2022 Intel Corporation. All rights reserved.
Info: Your use of Intel Corporation's design tools, logic functions
Info: and other software and tools, and any partner logic
Info: functions, and any output files from any of the foregoing
Info: (including device programming or simulation files), and any
Info: associated documentation or information are expressly subject
Info: to the terms and conditions of the Intel Program License
Info: Subscription Agreement, the Intel Quartus Prime License Agreement,
Info: the Intel FPGA IP License Agreement, or other applicable license
Info: agreement, including, without limitation, that your use is for
Info: the sole purpose of programming logic devices manufactured by
Info: Intel and sold by Intel or its authorized distributors. Please
Info: refer to the applicable agreement for further details, at
Info: https://fpgasoftware.intel.com/eula.
Info: Processing started: Tue Nov 1 15:14:28 2022
Info: System process ID: 14812
Info: Command: quartus_sh -t Gen_agilex_pin_ibis.tcl ed_synth agilex-pkg-rlc.xlsx
Info: Quartus(args): ed_synth agilex-pkg-rlc.xlsx
Processing ed_synth.pin file and cross referencing to the agilex-pkg-rlc.xlsx file
Error (23035): Tcl error: can't read "package_Rtyp": no such variable
while executing
"format "%-*s %-*s %-*s %-*s" 17 "R_pkg" 20 $package_Rtyp 20 $package_Rmin 20 $package_Rmax"
("foreach" body line 49)
invoked from within
"foreach line $lines {
set first_txt [lindex $line 0]
# First find part number
if {$pinlist_area == 0} {
if {$first_txt == "CHIP"} {
..."
(file "Gen_agilex_pin_ibis.tcl" line 172)
------------------------------------------------
can't read "package_Rtyp": no such variable
while executing
"format "%-*s %-*s %-*s %-*s" 17 "R_pkg" 20 $package_Rtyp 20 $package_Rmin 20 $package_Rmax"
("foreach" body line 49)
invoked from within
"foreach line $lines {
set first_txt [lindex $line 0]
# First find part number
if {$pinlist_area == 0} {
if {$first_txt == "CHIP"} {
..."
(file "Gen_agilex_pin_ibis.tcl" line 172)
------------------------------------------------
Error (23031): Evaluation of Tcl script Gen_agilex_pin_ibis.tcl unsuccessful
Error: Quartus Prime Shell was unsuccessful. 2 errors, 0 warnings
Error: Peak virtual memory: 167 megabytes
Error: Processing ended: Tue Nov 1 15:14:28 2022
Error: Elapsed time: 00:00:00
Error: System process ID: 14812