Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
6b0368cf
Commit
6b0368cf
authored
1 year ago
by
David Brouwer
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into
RTSD-230
parents
7a6a7597
59434737
No related branches found
No related tags found
1 merge request
!373
RTSD-230: Shortened directoryname and changed application project name
Pipeline
#68349
passed
1 year ago
Stage: linting
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/dsp/wpfb/quartus_iwave/README.txt
+9
-2
9 additions, 2 deletions
libraries/dsp/wpfb/quartus_iwave/README.txt
libraries/dsp/wpfb/quartus_iwave/wpfb_unit_dev.qsf
+5
-2
5 additions, 2 deletions
libraries/dsp/wpfb/quartus_iwave/wpfb_unit_dev.qsf
with
14 additions
and
4 deletions
libraries/dsp/wpfb/quartus_iwave/README.txt
+
9
−
2
View file @
6b0368cf
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libraries/dsp/wpfb/quartus_iwave/wpfb_unit_dev.qsf
+
5
−
2
View file @
6b0368cf
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment