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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
cc6e4a47
Commit
cc6e4a47
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added missing c_tech_arria10_e2sg => g_ddr4; for unb2c.
parent
b6257ca4
No related branches found
No related tags found
1 merge request
!192
Corrected missing quote that causes the compile to fail. I do not understand...
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/technology/ddr/tech_ddr_pkg.vhd
+5
-4
5 additions, 4 deletions
libraries/technology/ddr/tech_ddr_pkg.vhd
with
5 additions
and
4 deletions
libraries/technology/ddr/tech_ddr_pkg.vhd
+
5
−
4
View file @
cc6e4a47
...
...
@@ -198,10 +198,11 @@ PACKAGE BODY tech_ddr_pkg IS
FUNCTION
func_tech_sel_ddr
(
g_technology
:
NATURAL
;
g_ddr3
,
g_ddr4
:
t_c_tech_ddr
)
RETURN
t_c_tech_ddr
IS
BEGIN
CASE
g_technology
IS
WHEN
c_tech_stratixiv
=>
RETURN
g_ddr3
;
WHEN
c_tech_arria10
=>
RETURN
g_ddr4
;
WHEN
c_tech_arria10_e3sge3
=>
RETURN
g_ddr4
;
WHEN
c_tech_arria10_e1sg
=>
RETURN
g_ddr4
;
WHEN
c_tech_stratixiv
=>
RETURN
g_ddr3
;
-- unb1
WHEN
c_tech_arria10
=>
RETURN
g_ddr4
;
-- unb2
WHEN
c_tech_arria10_e3sge3
=>
RETURN
g_ddr4
;
-- unb2
WHEN
c_tech_arria10_e1sg
=>
RETURN
g_ddr4
;
-- unb2b
WHEN
c_tech_arria10_e2sg
=>
RETURN
g_ddr4
;
-- unb2c
WHEN
OTHERS
=>
RETURN
g_ddr3
;
END
CASE
;
END
;
...
...
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