From 6a3d5a63c9f61a90cf3c2a08ea92c23ee2f898b3 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Thu, 8 Jan 2015 15:39:34 +0000
Subject: [PATCH] Support internal DDR memory model for simulation in tech_ddr.

---
 libraries/technology/ddr/hdllib.cfg | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/libraries/technology/ddr/hdllib.cfg b/libraries/technology/ddr/hdllib.cfg
index 3b43e2b204..fb025e6048 100644
--- a/libraries/technology/ddr/hdllib.cfg
+++ b/libraries/technology/ddr/hdllib.cfg
@@ -10,8 +10,10 @@ synth_files =
     tech_ddr_pkg.vhd
     tech_ddr_component_pkg.vhd
     tech_ddr_stratixiv.vhd
+    
+    tech_ddr_mem_model_component_pkg.vhd
+    tech_ddr_mem_model.vhd
+    
     tech_ddr.vhd
 
 test_bench_files =
-    tech_ddr_mem_model_component_pkg.vhd
-    tech_ddr_mem_model.vhd
-- 
GitLab