Skip to content
Snippets Groups Projects
Commit 7c71ba31 authored by Pepping's avatar Pepping
Browse files

Added mm ports

parent 5566b292
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,10 @@ ENTITY ddr3 IS ...@@ -47,6 +47,10 @@ ENTITY ddr3 IS
g_flush_nof_channels : NATURAL := 0 g_flush_nof_channels : NATURAL := 0
); );
PORT ( PORT (
-- MM clock + reset
mm_rst : IN STD_LOGIC;
mm_clk : IN STD_LOGIC;
ctlr_ref_clk : IN STD_LOGIC; ctlr_ref_clk : IN STD_LOGIC;
ctlr_rst : IN STD_LOGIC; -- asynchronous reset input to controller ctlr_rst : IN STD_LOGIC; -- asynchronous reset input to controller
......
...@@ -218,6 +218,10 @@ BEGIN ...@@ -218,6 +218,10 @@ BEGIN
g_flush_nof_channels => 0 g_flush_nof_channels => 0
) )
PORT MAP ( PORT MAP (
mm_clk => mm_clk,
mm_rst => mm_rst,
ctlr_ref_clk => dp_ref_clk, ctlr_ref_clk => dp_ref_clk,
ctlr_rst => dp_ref_rst, ctlr_rst => dp_ref_rst,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment