From d2af806a8de8a97f5988f22ada573f27508e3ae1 Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Wed, 24 Jun 2015 11:39:09 +0000 Subject: [PATCH] -Changed name of generate and instance name to match entity name to ease wave window navigation in simulation. --- libraries/technology/ddr/tech_ddr.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/technology/ddr/tech_ddr.vhd b/libraries/technology/ddr/tech_ddr.vhd index b19e6f9ad1..b70734d969 100644 --- a/libraries/technology/ddr/tech_ddr.vhd +++ b/libraries/technology/ddr/tech_ddr.vhd @@ -110,8 +110,8 @@ BEGIN ----------------------------------------------------------------------------- -- Functional simulation model of both the DDR controller and the DDR memory ----------------------------------------------------------------------------- - gen_sim_model : IF g_sim_model=TRUE GENERATE - u0 : ENTITY work.sim_ddr + gen_sim_ddr : IF g_sim_model=TRUE GENERATE + u_sim_ddr : ENTITY work.sim_ddr GENERIC MAP ( g_tech_ddr => g_tech_ddr ) -- GitLab