Skip to content
Snippets Groups Projects
Commit 6b0368cf authored by David Brouwer's avatar David Brouwer
Browse files

Merge branch 'master' into RTSD-230

parents 7a6a7597 59434737
No related branches found
No related tags found
1 merge request!373RTSD-230: Shortened directoryname and changed application project name
Pipeline #68349 passed
......@@ -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
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment