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
16dd1cd0
Commit
16dd1cd0
authored
9 years ago
by
Zanting
Browse files
Options
Downloads
Patches
Plain Diff
Added new ddr versions
parent
81e81043
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
boards/uniboard1/designs/unb1_test/revisions/unb1_test_all/unb1_test_all.vhd
+10
-5
10 additions, 5 deletions
...signs/unb1_test/revisions/unb1_test_all/unb1_test_all.vhd
with
10 additions
and
5 deletions
boards/uniboard1/designs/unb1_test/revisions/unb1_test_all/unb1_test_all.vhd
+
10
−
5
View file @
16dd1cd0
...
@@ -91,7 +91,12 @@ ENTITY unb1_test_all IS
...
@@ -91,7 +91,12 @@ ENTITY unb1_test_all IS
-- SO-DIMM Memory Bank I
-- SO-DIMM Memory Bank I
MB_I_IN
:
IN
t_tech_ddr3_phy_in
;
MB_I_IN
:
IN
t_tech_ddr3_phy_in
;
MB_I_IO
:
INOUT
t_tech_ddr3_phy_io
;
MB_I_IO
:
INOUT
t_tech_ddr3_phy_io
;
MB_I_OU
:
OUT
t_tech_ddr3_phy_ou
MB_I_OU
:
OUT
t_tech_ddr3_phy_ou
;
-- SO-DIMM Memory Bank II
MB_II_IN
:
IN
t_tech_ddr3_phy_in
;
MB_II_IO
:
INOUT
t_tech_ddr3_phy_io
;
MB_II_OU
:
OUT
t_tech_ddr3_phy_ou
);
);
END
unb1_test_all
;
END
unb1_test_all
;
...
@@ -163,11 +168,11 @@ BEGIN
...
@@ -163,11 +168,11 @@ BEGIN
MB_I_IN
=>
MB_I_IN
,
MB_I_IN
=>
MB_I_IN
,
MB_I_IO
=>
MB_I_IO
,
MB_I_IO
=>
MB_I_IO
,
MB_I_OU
=>
MB_I_OU
MB_I_OU
=>
MB_I_OU
,
--
MB_II_IN => MB_II_IN,
MB_II_IN
=>
MB_II_IN
,
--
MB_II_IO => MB_II_IO,
MB_II_IO
=>
MB_II_IO
,
--
MB_II_OU => MB_II_OU
MB_II_OU
=>
MB_II_OU
);
);
END
str
;
END
str
;
...
...
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