Skip to content
Snippets Groups Projects
Commit 584a3f4e authored by Pepping's avatar Pepping
Browse files

Replaced port ypes

parent 6422383a
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,12 @@
--
-------------------------------------------------------------------------------
LIBRARY IEEE, common_lib, dp_lib;
LIBRARY IEEE, common_lib, dp_lib, tech_ddr_lib;
USE IEEE.STD_LOGIC_1164.ALL;
USE common_lib.common_pkg.ALL;
USE common_lib.common_mem_pkg.ALL;
USE dp_lib.dp_stream_pkg.ALL;
USE tech_ddr_lib.tech_ddr_pkg.ALL;
USE work.ddr3_pkg.ALL;
ENTITY mms_ddr3 IS
......@@ -85,9 +86,9 @@ ENTITY mms_ddr3 IS
rd_data_miso : OUT t_mem_miso := c_mem_miso_rst;
-- SO-DIMM Memory Bank
ddr3_in : IN t_ddr3_phy_in;
ddr3_io : INOUT t_ddr3_phy_io;
ddr3_ou : OUT t_ddr3_phy_ou
ddr3_in : IN t_tech_ddr3_phy_in;
ddr3_io : INOUT t_tech_ddr3_phy_io;
ddr3_ou : OUT t_tech_ddr3_phy_ou
);
END mms_ddr3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment