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
bb69952f
Commit
bb69952f
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Rename g_ddr into g_tech_ddr
parent
3faa952b
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/technology/ddr3/tech_ddr3.vhd
+2
-2
2 additions, 2 deletions
libraries/technology/ddr3/tech_ddr3.vhd
libraries/technology/ddr3/tech_ddr3_stratixiv.vhd
+93
-93
93 additions, 93 deletions
libraries/technology/ddr3/tech_ddr3_stratixiv.vhd
with
95 additions
and
95 deletions
libraries/technology/ddr3/tech_ddr3.vhd
+
2
−
2
View file @
bb69952f
...
@@ -29,7 +29,7 @@ USE tech_ddr_lib.tech_ddr_pkg.ALL;
...
@@ -29,7 +29,7 @@ USE tech_ddr_lib.tech_ddr_pkg.ALL;
ENTITY
tech_ddr3
IS
ENTITY
tech_ddr3
IS
GENERIC
(
GENERIC
(
g_technology
:
NATURAL
:
=
c_tech_select_default
;
g_technology
:
NATURAL
:
=
c_tech_select_default
;
g_
ddr
:
t_c_tech_ddr
g_
tech_ddr
:
t_c_tech_ddr
);
);
PORT
(
PORT
(
-- PLL reference clock
-- PLL reference clock
...
@@ -61,7 +61,7 @@ BEGIN
...
@@ -61,7 +61,7 @@ BEGIN
gen_ip_stratixiv
:
IF
g_technology
=
c_tech_stratixiv
GENERATE
gen_ip_stratixiv
:
IF
g_technology
=
c_tech_stratixiv
GENERATE
u0
:
ENTITY
work
.
tech_ddr3_stratixiv
u0
:
ENTITY
work
.
tech_ddr3_stratixiv
GENERIC
MAP
(
g_ddr
)
GENERIC
MAP
(
g_
tech_
ddr
)
PORT
MAP
(
ctlr_ref_clk
,
ctlr_ref_rst
,
PORT
MAP
(
ctlr_ref_clk
,
ctlr_ref_rst
,
ctlr_gen_clk
,
ctlr_gen_rst
,
ctlr_gen_clk_2x
,
ctlr_gen_rst_2x
,
ctlr_gen_clk
,
ctlr_gen_rst
,
ctlr_gen_clk_2x
,
ctlr_gen_rst_2x
,
ctlr_init_done
,
ctlr_init_done
,
...
...
This diff is collapsed.
Click to expand it.
libraries/technology/ddr3/tech_ddr3_stratixiv.vhd
+
93
−
93
View file @
bb69952f
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