From d668a64e1dfead8d1dc3e5529f983c64c1762b7f Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Fri, 17 Apr 2015 07:57:56 +0000
Subject: [PATCH] Use central buid_dir for synthesis.

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

diff --git a/libraries/base/ss/hdllib.cfg b/libraries/base/ss/hdllib.cfg
index 3695cf6878..13ea78cce2 100644
--- a/libraries/base/ss/hdllib.cfg
+++ b/libraries/base/ss/hdllib.cfg
@@ -6,7 +6,7 @@ hdl_lib_uses_sim =
 hdl_lib_technology = 
 
 build_dir_sim = $HDL_BUILD_DIR
-build_dir_synth = 
+build_dir_synth = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/Lofar/ss/src/vhdl/ss_store.vhd
-- 
GitLab