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
7d7debaa
Commit
7d7debaa
authored
10 years ago
by
Kenneth Hiemstra
Browse files
Options
Downloads
Patches
Plain Diff
adapt changed io_ddr
parent
d55d0ad2
No related branches found
Branches containing commit
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/src/vhdl/unb1_test.vhd
+27
-20
27 additions, 20 deletions
boards/uniboard1/designs/unb1_test/src/vhdl/unb1_test.vhd
with
27 additions
and
20 deletions
boards/uniboard1/designs/unb1_test/src/vhdl/unb1_test.vhd
+
27
−
20
View file @
7d7debaa
...
@@ -103,14 +103,14 @@ ENTITY unb1_test IS
...
@@ -103,14 +103,14 @@ ENTITY unb1_test IS
BN_BI_3_RX
:
IN
STD_LOGIC_VECTOR
(
c_unb1_board_ci
.
tr
.
bus_w
-1
DOWNTO
0
);
BN_BI_3_RX
:
IN
STD_LOGIC_VECTOR
(
c_unb1_board_ci
.
tr
.
bus_w
-1
DOWNTO
0
);
-- SO-DIMM Memory Bank I
-- SO-DIMM Memory Bank I
MB_I_IN
:
IN
t_tech_ddr_phy_in
_arr
(
sel_a_b
(
g_sim
,
1
,
g_use_MB_I
)
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_tech_ddr_phy_in_
rst
)
;
MB_I_IN
:
IN
t_tech_ddr
3
_phy_in
:
=
c_tech_ddr
3
_phy_in_
x
;
MB_I_IO
:
INOUT
t_tech_ddr
_phy_io_arr
(
sel_a_b
(
g_sim
,
1
,
g_use_MB_I
)
-1
DOWNTO
0
);
-- := (OTHERS=>c_tech_ddr
_phy_io
_rst)
;
MB_I_IO
:
INOUT
t_tech_ddr
3
_phy_io
;
MB_I_OU
:
OUT
t_tech_ddr_phy_ou
_arr
(
sel_a_b
(
g_sim
,
1
,
g_use_MB_I
)
-1
DOWNTO
0
)
MB_I_OU
:
OUT
t_tech_ddr
3
_phy_ou
-- SO-DIMM Memory Bank II
-- SO-DIMM Memory Bank II
--
MB_II_IN : IN t_tech_ddr_phy_in
_arr(sel_a_b(g_sim, 1, g_use_MB_II) -1 DOWNTO 0)
;
--
MB_II_IN : IN t_tech_ddr
3
_phy_in
:= c_tech_ddr3_phy_in_x
;
--
MB_II_IO : INOUT t_tech_ddr_phy_io
_arr(sel_a_b(g_sim, 1, g_use_MB_II) -1 DOWNTO 0)
;
--
MB_II_IO : INOUT t_tech_ddr
3
_phy_io;
--
MB_II_OU : OUT t_tech_ddr_phy_ou
_arr(sel_a_b(g_sim, 1, g_use_MB_II) -1 DOWNTO 0)
--
MB_II_OU : OUT t_tech_ddr
3
_phy_ou
);
);
END
unb1_test
;
END
unb1_test
;
...
@@ -988,11 +988,10 @@ BEGIN
...
@@ -988,11 +988,10 @@ BEGIN
gen_MB_I
:
IF
g_use_MB_I
=
1
GENERATE
gen_MB_I
:
IF
g_use_MB_I
=
1
GENERATE
u_mms_ddr3_i
:
ENTITY
io_ddr_lib
.
io_ddr
u_mms_ddr3_i
:
ENTITY
io_ddr_lib
.
io_ddr
GENERIC
MAP
(
GENERIC
MAP
(
g_technology
=>
g_technology
,
g_technology
=>
g_technology
,
g_tech_ddr
=>
c_ddr_master
,
g_tech_ddr
=>
c_ddr_master
,
g_use_ddr_memory_model
=>
g_sim
,
g_wr_data_w
=>
c_st_dat_w
,
g_wr_data_w
=>
c_st_dat_w
,
g_rd_data_w
=>
c_st_dat_w
g_rd_data_w
=>
c_st_dat_w
)
)
PORT
MAP
(
PORT
MAP
(
mm_clk
=>
mm_clk
,
mm_clk
=>
mm_clk
,
...
@@ -1031,9 +1030,9 @@ BEGIN
...
@@ -1031,9 +1030,9 @@ BEGIN
term_ctrl_out
=>
OPEN
,
term_ctrl_out
=>
OPEN
,
term_ctrl_in
=>
OPEN
,
term_ctrl_in
=>
OPEN
,
phy_in
=>
MB_I_IN
(
0
)
,
phy
3
_in
=>
MB_I_IN
,
phy_io
=>
MB_I_IO
(
0
)
,
phy
3
_io
=>
MB_I_IO
,
phy_ou
=>
MB_I_OU
(
0
)
phy
3
_ou
=>
MB_I_OU
);
);
END
GENERATE
;
END
GENERATE
;
...
@@ -1046,17 +1045,22 @@ BEGIN
...
@@ -1046,17 +1045,22 @@ BEGIN
-- u_mms_ddr3_ii: ENTITY io_ddr_lib.io_ddr
-- u_mms_ddr3_ii: ENTITY io_ddr_lib.io_ddr
-- GENERIC MAP (
-- GENERIC MAP (
-- g_technology => g_technology,
-- g_technology => g_technology,
-- g_tech_ddr => c_ddr_slave,
-- g_tech_ddr => c_ddr_master,
-- g_sim => g_sim,
-- g_wr_data_w => c_st_dat_w,
-- g_wr_data_w => c_st_dat_w,
-- g_rd_data_w => c_st_dat_w
-- g_rd_data_w => c_st_dat_w
-- )
-- )
-- PORT MAP (
-- PORT MAP (
-- mm_clk => mm_clk,
-- mm_rst => mm_rst,
--
-- reg_io_ddr_mosi => reg_io_ddr_mosi2,
-- reg_io_ddr_miso => reg_io_ddr_miso2,
--
-- ctlr_ref_clk => dp_clk,
-- ctlr_ref_clk => dp_clk,
-- ctlr_ref_rst => dp_rst,
-- ctlr_ref_rst => dp_rst,
--
--
-- ctlr_clk_out => ddr_ctlr_clk(1),
-- ctlr_clk_out => ddr_ctlr_clk(1),
-- ctlr_clk_in => ddr_ctlr_clk(1),
-- connect ctlr_clk_out to ctlr_clk_in to avoid potential delta-cycle differences between the same clock
-- ctlr_clk_in => ddr_ctlr_clk(1),
--
--
-- ctlr_rst_out => ddr_ctlr_rst(1),
-- ctlr_rst_out => ddr_ctlr_rst(1),
-- ctlr_rst_in => ddr_ctlr_rst(1),
-- ctlr_rst_in => ddr_ctlr_rst(1),
...
@@ -1079,9 +1083,12 @@ BEGIN
...
@@ -1079,9 +1083,12 @@ BEGIN
-- rd_sosi => from_mem_sosi2,
-- rd_sosi => from_mem_sosi2,
-- rd_siso => from_mem_siso2,
-- rd_siso => from_mem_siso2,
--
--
-- phy_in => MB_II_IN(0),
-- term_ctrl_out => OPEN,
-- phy_io => MB_II_IO(0),
-- term_ctrl_in => OPEN,
-- phy_ou => MB_II_OU(0)
--
-- phy3_in => MB_I_IN,
-- phy3_io => MB_I_IO,
-- phy3_ou => MB_I_OU
-- );
-- );
-- END GENERATE;
-- END GENERATE;
...
...
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