Skip to content
Snippets Groups Projects
Commit d2af806a authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Changed name of generate and instance name to match entity name to ease wave

 window navigation in simulation.
parent aee49add
No related branches found
No related tags found
No related merge requests found
...@@ -110,8 +110,8 @@ BEGIN ...@@ -110,8 +110,8 @@ BEGIN
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- Functional simulation model of both the DDR controller and the DDR memory -- Functional simulation model of both the DDR controller and the DDR memory
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
gen_sim_model : IF g_sim_model=TRUE GENERATE gen_sim_ddr : IF g_sim_model=TRUE GENERATE
u0 : ENTITY work.sim_ddr u_sim_ddr : ENTITY work.sim_ddr
GENERIC MAP ( GENERIC MAP (
g_tech_ddr => g_tech_ddr g_tech_ddr => g_tech_ddr
) )
......
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