From 51fc29cedf69004b9bafde0008665fb137ba8e0b Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Wed, 23 Jul 2014 09:14:56 +0000
Subject: [PATCH] Move tb_common_pkg and tb_common_mem_pkg to synth_files key
 section, because theseare used in the mmm_<design_name>.vhd

---
 libraries/base/common/hdllib.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/common/hdllib.cfg b/libraries/base/common/hdllib.cfg
index 0b3633ce30..1cfb7e287e 100644
--- a/libraries/base/common/hdllib.cfg
+++ b/libraries/base/common/hdllib.cfg
@@ -155,10 +155,10 @@ synth_files =
     
     $UNB/Firmware/modules/common/build/synth/quartus/common_top.vhd
 
-test_bench_files = 
     $UNB/Firmware/modules/common/tb/vhdl/tb_common_pkg.vhd
     $UNB/Firmware/modules/common/tb/vhdl/tb_common_mem_pkg.vhd
     
+test_bench_files = 
     $UNB/Firmware/modules/common/tb/vhdl/tb_common_acapture.vhd
     $UNB/Firmware/modules/common/tb/vhdl/tb_common_add_sub.vhd
     $UNB/Firmware/modules/common/tb/vhdl/tb_common_adder_tree.vhd
-- 
GitLab