From 5f3a48893c7ede798027f7194550742f9a9246a5 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Mon, 26 May 2014 11:24:01 +0000
Subject: [PATCH] Use paths to sources in
 /home/kooistra/svnroot/UniBoard_FP7/UniBoard/trunk.

---
 libraries/base/tst/hdllib.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/base/tst/hdllib.cfg b/libraries/base/tst/hdllib.cfg
index 29645fb687..e92f910313 100644
--- a/libraries/base/tst/hdllib.cfg
+++ b/libraries/base/tst/hdllib.cfg
@@ -6,7 +6,7 @@ build_sim_dir = $HDL_BUILD_DIR
 build_synth_dir = 
 
 synth_files =
-    src/vhdl/tst_output.vhd
-    src/vhdl/tst_input.vhd
+    $UNB/Firmware/modules/Lofar/tst/src/vhdl/tst_output.vhd
+    $UNB/Firmware/modules/Lofar/tst/src/vhdl/tst_input.vhd
     
 test_bench_files = 
-- 
GitLab