Skip to content
Snippets Groups Projects
Commit c576df23 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Clarified ctlr_init_done.

parent e5a66ec5
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,15 @@ ...@@ -20,6 +20,15 @@
-- --
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
-- Purpose: Technology independent component for DDR memory access.
-- Description:
-- The component also supports different types of DDR, so DDR3 and DDR4.
-- Remarks:
-- . The ctlr_init_done goes high after power up. It could have been AND-ed
-- with ctlr_miso.waitrequest_n to avoid having it as a port. However the
-- timing closure for ctlr_miso.waitrequest_n can be critical, so therefore
-- it is better not to combinatorially load it with the AND ctlr_init_done.
LIBRARY IEEE, common_lib, technology_lib, tech_ddr_lib; LIBRARY IEEE, common_lib, technology_lib, tech_ddr_lib;
USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_1164.ALL;
USE common_lib.common_mem_pkg.ALL; USE common_lib.common_mem_pkg.ALL;
......
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