diff --git a/libraries/dsp/wpfb/quartus_iwave/README.txt b/libraries/dsp/wpfb/quartus_iwave/README.txt index 465131b74d5dfdccdf15553f88576c0be038e27d..b37ce92040e3033466398c5293044c23aa4afb7b 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 4acbc6f34ac9866df0e38dc3f464cdafc88bfb30..3a75a8c360c5eed25ca965c7c49a4679b3a545a7 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"