Skip to content
GitLab
Explore
Sign in
Register
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
ee3ea3ff
Commit
ee3ea3ff
authored
May 15, 2023
by
Eric Kooistra
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into
L2SDP-942
parents
936dba67
959c169d
No related branches found
No related tags found
1 merge request
!330
Resolve L2SDP-942
Pipeline
#49656
failed
May 15, 2023
Stage: linting
Stage: simulation
Stage: synthesis
Changes
21
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/technology/technology_pkg.vhd
+2
-1
2 additions, 1 deletion
libraries/technology/technology_pkg.vhd
with
2 additions
and
1 deletion
libraries/technology/technology_pkg.vhd
+
2
−
1
View file @
ee3ea3ff
...
...
@@ -49,7 +49,8 @@ PACKAGE technology_pkg IS
CONSTANT
c_tech_arria10_e3sge3
:
INTEGER
:
=
6
;
-- e.g. used on UniBoard2 second run (7 boards version "01" dec 2015)
CONSTANT
c_tech_arria10_e1sg
:
INTEGER
:
=
7
;
-- e.g. used on UniBoard2b third run (5 ARTS boards version "01" feb 2017)
CONSTANT
c_tech_arria10_e2sg
:
INTEGER
:
=
8
;
-- e.g. used on UniBoard2c (2 LOFAR2.0 SDP boards version "11" f 2021)
CONSTANT
c_tech_nof_technologies
:
INTEGER
:
=
9
;
CONSTANT
c_tech_ultrascale
:
INTEGER
:
=
9
;
-- e.g. used on Alveo FPGA platforms
CONSTANT
c_tech_nof_technologies
:
INTEGER
:
=
10
;
-- Functions
FUNCTION
tech_sel_a_b
(
sel
:
BOOLEAN
;
a
,
b
:
STRING
)
RETURN
STRING
;
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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