Skip to content
Snippets Groups Projects
Commit 800591ef authored by Pepping's avatar Pepping
Browse files

Added default values to mm_Rst and mm_clk

parent 192e1dad
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,8 @@ ENTITY ddr3 IS
);
PORT (
-- MM clock + reset
mm_rst : IN STD_LOGIC;
mm_clk : IN STD_LOGIC;
mm_rst : IN STD_LOGIC := '0';
mm_clk : IN STD_LOGIC := '0';
ctlr_ref_clk : IN STD_LOGIC;
ctlr_rst : IN STD_LOGIC; -- asynchronous reset input to controller
......
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