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
a635d975
Commit
a635d975
authored
9 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Renamed c_tech_arria10_e3sg into c_tech_arria10_e3sge3 for arria10 FPGA device on unb2 v01
parent
ca4835e2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/technology/technology_pkg.vhd
+1
-1
1 addition, 1 deletion
libraries/technology/technology_pkg.vhd
with
1 addition
and
1 deletion
libraries/technology/technology_pkg.vhd
+
1
−
1
View file @
a635d975
...
@@ -46,7 +46,7 @@ PACKAGE technology_pkg IS
...
@@ -46,7 +46,7 @@ PACKAGE technology_pkg IS
CONSTANT
c_tech_virtex6
:
INTEGER
:
=
3
;
-- e.g. used on Roach2 for Casper
CONSTANT
c_tech_virtex6
:
INTEGER
:
=
3
;
-- e.g. used on Roach2 for Casper
CONSTANT
c_tech_virtex7
:
INTEGER
:
=
4
;
-- e.g. used on Roach3 for Casper
CONSTANT
c_tech_virtex7
:
INTEGER
:
=
4
;
-- e.g. used on Roach3 for Casper
CONSTANT
c_tech_arria10
:
INTEGER
:
=
5
;
-- e.g. used on UniBoard2 first proto (1 board version "00" may 2015)
CONSTANT
c_tech_arria10
:
INTEGER
:
=
5
;
-- e.g. used on UniBoard2 first proto (1 board version "00" may 2015)
CONSTANT
c_tech_arria10_e3sg
:
INTEGER
:
=
6
;
-- e.g. used on UniBoard2 second run (7 boards version "01" dec 2015)
CONSTANT
c_tech_arria10_e3sg
e3
:
INTEGER
:
=
6
;
-- e.g. used on UniBoard2 second run (7 boards version "01" dec 2015)
CONSTANT
c_tech_nof_technologies
:
INTEGER
:
=
7
;
CONSTANT
c_tech_nof_technologies
:
INTEGER
:
=
7
;
-- Functions
-- Functions
...
...
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