Skip to content
Snippets Groups Projects
Commit 027ffea3 authored by Zanting's avatar Zanting
Browse files

Removed g_tech_ddr init as this should be done at top level.

parent a4f69684
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ ENTITY node_unb1_reorder IS ...@@ -35,7 +35,7 @@ ENTITY node_unb1_reorder IS
GENERIC ( GENERIC (
g_sim : BOOLEAN := TRUE; g_sim : BOOLEAN := TRUE;
g_use_MB_I : NATURAL := 1; -- 1: use MB_I 0: do not use g_use_MB_I : NATURAL := 1; -- 1: use MB_I 0: do not use
g_tech_ddr : t_c_tech_ddr := c_tech_ddr3_4g_800m_master; g_tech_ddr : t_c_tech_ddr;
g_nof_streams : POSITIVE := 4; g_nof_streams : POSITIVE := 4;
g_in_dat_w : POSITIVE := 8; g_in_dat_w : POSITIVE := 8;
g_ena_pre_transp : BOOLEAN := TRUE; g_ena_pre_transp : BOOLEAN := TRUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment