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
d1c68aa5
Commit
d1c68aa5
authored
5 years ago
by
Jonathan Hargreaves
Browse files
Options
Downloads
Patches
Plain Diff
dd e2sg to technology select package files
parent
82adcff4
No related branches found
No related tags found
2 merge requests
!6
Master
,
!4
Stat 313
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/technology/technology_pkg.vhd
+2
-1
2 additions, 1 deletion
libraries/technology/technology_pkg.vhd
libraries/technology/technology_select_pkg_unb2c.vhd
+1
-1
1 addition, 1 deletion
libraries/technology/technology_select_pkg_unb2c.vhd
with
3 additions
and
2 deletions
libraries/technology/technology_pkg.vhd
+
2
−
1
View file @
d1c68aa5
...
...
@@ -48,7 +48,8 @@ PACKAGE technology_pkg IS
CONSTANT
c_tech_arria10
:
INTEGER
:
=
5
;
-- e.g. used on UniBoard2 first proto (1 board version "00" may 2015)
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 UniBoard2 third run (5 'ARTS' boards version "01" feb 2017)
CONSTANT
c_tech_nof_technologies
:
INTEGER
:
=
8
;
CONSTANT
c_tech_arria10_e2sg
:
INTEGER
:
=
8
;
-- e.g. used on UniBoard2 third run (5 'ARTS' boards version "01" feb 2017)
CONSTANT
c_tech_nof_technologies
:
INTEGER
:
=
9
;
-- Functions
FUNCTION
tech_sel_a_b
(
sel
:
BOOLEAN
;
a
,
b
:
STRING
)
RETURN
STRING
;
...
...
This diff is collapsed.
Click to expand it.
libraries/technology/technology_select_pkg_unb2c.vhd
+
1
−
1
View file @
d1c68aa5
...
...
@@ -33,6 +33,6 @@ PACKAGE technology_select_pkg IS
--CONSTANT c_tech_select_default : INTEGER := c_tech_stratixiv;
--CONSTANT c_tech_select_default : INTEGER := c_tech_arria10;
--CONSTANT c_tech_select_default : INTEGER := c_tech_arria10_e3sge3;
CONSTANT
c_tech_select_default
:
INTEGER
:
=
c_tech_arria10_e
1
sg
;
CONSTANT
c_tech_select_default
:
INTEGER
:
=
c_tech_arria10_e
2
sg
;
END
technology_select_pkg
;
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