From 78fde0c9005e8b9da102e83de711c23753509afd Mon Sep 17 00:00:00 2001 From: David Brouwer <dbrouwer@astron.nl> Date: Thu, 21 Dec 2023 10:34:45 +0100 Subject: [PATCH] Updated DEVICE AGIB027R31A1I1VB -> AGIB027R31B1E1V --- libraries/dsp/wpfb/quartus_iwave/README.txt | 11 +++++++++-- libraries/dsp/wpfb/quartus_iwave/wpfb_unit_dev.qsf | 7 +++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/libraries/dsp/wpfb/quartus_iwave/README.txt b/libraries/dsp/wpfb/quartus_iwave/README.txt index 465131b74d..b37ce92040 100644 --- a/libraries/dsp/wpfb/quartus_iwave/README.txt +++ b/libraries/dsp/wpfb/quartus_iwave/README.txt @@ -29,7 +29,8 @@ Contents: 3) Parameters (ALMA vs LOFAR2) 4) Synthesis 5) Agilex7 issues -6) References +6) Remarks +7) References @@ -161,7 +162,13 @@ Contents: . Solutions to solved Critical Warnings and Errors are described in the qsf file. -6) References: +6) Remarks: + + . 20231220_BrD: Updated set_global_assignment -name DEVICE from AGIB027R31A1I1VB to AGIB027R31B1E1V + This is the delivered part. + + +7) References: [1] "Virtual Pin Assignments in a Partial Design", Apr 17, 2021, https://www.youtube.com/watch?v=QET0lC-jdAQ diff --git a/libraries/dsp/wpfb/quartus_iwave/wpfb_unit_dev.qsf b/libraries/dsp/wpfb/quartus_iwave/wpfb_unit_dev.qsf index 4acbc6f34a..3a75a8c360 100644 --- a/libraries/dsp/wpfb/quartus_iwave/wpfb_unit_dev.qsf +++ b/libraries/dsp/wpfb/quartus_iwave/wpfb_unit_dev.qsf @@ -19,7 +19,7 @@ ############################################################################### # # Author: -# . D.F. Brouwer, 24 November 2023 +# . D.F. Brouwer, 24 November 2023 (updated 20 December 2023) # Purpose: # . Synthesis of wpfb_unit_dev to investigate resource usages, timing reports # with fmax summary and time critical paths. @@ -34,7 +34,10 @@ set_global_assignment -name LAST_QUARTUS_VERSION "23.2.0 Pro Edition" set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0 set_global_assignment -name MAX_CORE_JUNCTION_TEMP 100 -set_global_assignment -name DEVICE AGIB027R31A1I1VB +# Delivered FPGA DEVICE PART +set_global_assignment -name DEVICE AGIB027R31B1E1V +# Seleced FPGA DEVICE PART for configuration until delivery +#set_global_assignment -name DEVICE AGIB027R31A1I1VB set_global_assignment -name FAMILY "Agilex 7" set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 256 set_global_assignment -name PWRMGT_VOLTAGE_OUTPUT_FORMAT "LINEAR FORMAT" -- GitLab