Skip to content
Snippets Groups Projects
Commit 16dd1cd0 authored by Zanting's avatar Zanting
Browse files

Added new ddr versions

parent 81e81043
No related branches found
No related tags found
No related merge requests found
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment