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
044030e0
Commit
044030e0
authored
9 years ago
by
Jonathan Hargreaves
Browse files
Options
Downloads
Patches
Plain Diff
fix duplicate drivers in wrapper
parent
2593fa43
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/technology/ddr/tech_ddr_arria10_e3sge3.vhd
+1
-5
1 addition, 5 deletions
libraries/technology/ddr/tech_ddr_arria10_e3sge3.vhd
libraries/technology/ddr/tech_ddr_pkg.vhd
+1
-1
1 addition, 1 deletion
libraries/technology/ddr/tech_ddr_pkg.vhd
with
2 additions
and
6 deletions
libraries/technology/ddr/tech_ddr_arria10_e3sge3.vhd
+
1
−
5
View file @
044030e0
...
@@ -74,7 +74,7 @@ ARCHITECTURE str OF tech_ddr_arria10_e3sge3 IS
...
@@ -74,7 +74,7 @@ ARCHITECTURE str OF tech_ddr_arria10_e3sge3 IS
CONSTANT
c_gigabytes
:
NATURAL
:
=
func_tech_ddr_module_size
(
g_tech_ddr
);
CONSTANT
c_gigabytes
:
NATURAL
:
=
func_tech_ddr_module_size
(
g_tech_ddr
);
CONSTANT
c_ctlr_address_w
:
NATURAL
:
=
26
;
--
func_tech_ddr_ctlr_address_w(g_tech_ddr);
CONSTANT
c_ctlr_address_w
:
NATURAL
:
=
func_tech_ddr_ctlr_address_w
(
g_tech_ddr
);
CONSTANT
c_ctlr_data_w
:
NATURAL
:
=
576
;
--func_tech_ddr_ctlr_data_w( g_tech_ddr);
CONSTANT
c_ctlr_data_w
:
NATURAL
:
=
576
;
--func_tech_ddr_ctlr_data_w( g_tech_ddr);
SIGNAL
i_ctlr_gen_clk
:
STD_LOGIC
;
SIGNAL
i_ctlr_gen_clk
:
STD_LOGIC
;
...
@@ -207,10 +207,6 @@ BEGIN
...
@@ -207,10 +207,6 @@ BEGIN
gen_ip_arria10_e3sge3_ddr4_8g_1600
:
IF
g_tech_ddr
.
name
=
"DDR4"
AND
c_gigabytes
=
8
AND
g_tech_ddr
.
mts
=
1600
GENERATE
gen_ip_arria10_e3sge3_ddr4_8g_1600
:
IF
g_tech_ddr
.
name
=
"DDR4"
AND
c_gigabytes
=
8
AND
g_tech_ddr
.
mts
=
1600
GENERATE
phy_ou
.
cs_n
(
1
)
<=
'1'
;
phy_ou
.
cke
(
1
)
<=
'0'
;
phy_ou
.
odt
(
1
)
<=
'0'
;
u_ip_arria10_e3sge3_ddr4_8g_1600
:
ip_arria10_e3sge3_ddr4_8g_1600
u_ip_arria10_e3sge3_ddr4_8g_1600
:
ip_arria10_e3sge3_ddr4_8g_1600
PORT
MAP
(
PORT
MAP
(
amm_ready_0
=>
ctlr_miso
.
waitrequest_n
,
-- ctrl_amm_avalon_slave_0.waitrequest_n
amm_ready_0
=>
ctlr_miso
.
waitrequest_n
,
-- ctrl_amm_avalon_slave_0.waitrequest_n
...
...
This diff is collapsed.
Click to expand it.
libraries/technology/ddr/tech_ddr_pkg.vhd
+
1
−
1
View file @
044030e0
...
@@ -92,7 +92,7 @@ PACKAGE tech_ddr_pkg IS
...
@@ -92,7 +92,7 @@ PACKAGE tech_ddr_pkg IS
CONSTANT
c_tech_ddr4_sim_1m
:
t_c_tech_ddr
:
=
(
"DDR4"
,
1600
,
TRUE
,
"DUAL "
,
10
,
9
,
10
,
2
,
72
,
9
,
0
,
9
,
2
,
1
,
1
,
1
,
0
,
1
,
0
,
8
,
3
,
8
,
64
,
7
);
-- use a_row to set nof ctrl addr = 2**(cs_w + ba + a_row + a_col + bg_w - rsl_w)
CONSTANT
c_tech_ddr4_sim_1m
:
t_c_tech_ddr
:
=
(
"DDR4"
,
1600
,
TRUE
,
"DUAL "
,
10
,
9
,
10
,
2
,
72
,
9
,
0
,
9
,
2
,
1
,
1
,
1
,
0
,
1
,
0
,
8
,
3
,
8
,
64
,
7
);
-- use a_row to set nof ctrl addr = 2**(cs_w + ba + a_row + a_col + bg_w - rsl_w)
CONSTANT
c_tech_ddr4_4g_1600m
:
t_c_tech_ddr
:
=
(
"DDR4"
,
1600
,
TRUE
,
"DUAL "
,
17
,
15
,
10
,
2
,
72
,
9
,
0
,
9
,
2
,
1
,
1
,
1
,
0
,
1
,
0
,
8
,
3
,
8
,
64
,
7
);
CONSTANT
c_tech_ddr4_4g_1600m
:
t_c_tech_ddr
:
=
(
"DDR4"
,
1600
,
TRUE
,
"DUAL "
,
17
,
15
,
10
,
2
,
72
,
9
,
0
,
9
,
2
,
1
,
1
,
1
,
0
,
1
,
0
,
8
,
3
,
8
,
64
,
7
);
CONSTANT
c_tech_ddr4_8g_1600m
:
t_c_tech_ddr
:
=
(
"DDR4"
,
1600
,
TRUE
,
"DUAL "
,
17
,
15
,
10
,
2
,
72
,
9
,
0
,
9
,
2
,
2
,
2
,
2
,
0
,
2
,
0
,
8
,
3
,
8
,
64
,
7
);
CONSTANT
c_tech_ddr4_8g_1600m
:
t_c_tech_ddr
:
=
(
"DDR4"
,
1600
,
TRUE
,
"DUAL "
,
17
,
15
,
10
,
2
,
72
,
9
,
0
,
9
,
2
,
2
,
2
,
2
,
1
,
2
,
0
,
8
,
3
,
8
,
64
,
7
);
CONSTANT
c_tech_ddr4_4g_2000m
:
t_c_tech_ddr
:
=
(
"DDR4"
,
2000
,
TRUE
,
"DUAL "
,
17
,
15
,
10
,
2
,
72
,
9
,
0
,
9
,
2
,
1
,
1
,
1
,
0
,
1
,
0
,
8
,
3
,
8
,
64
,
7
);
CONSTANT
c_tech_ddr4_4g_2000m
:
t_c_tech_ddr
:
=
(
"DDR4"
,
2000
,
TRUE
,
"DUAL "
,
17
,
15
,
10
,
2
,
72
,
9
,
0
,
9
,
2
,
1
,
1
,
1
,
0
,
1
,
0
,
8
,
3
,
8
,
64
,
7
);
-- PHY in, inout and out signal records
-- PHY in, inout and out signal records
...
...
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