From 0caeca64b6c1c8608761fbcb1ceb00f1159fea8d Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Tue, 22 Jul 2014 10:46:49 +0000
Subject: [PATCH] Used hdl_config.py with mode=1 to change build_synth_dir key
 value into /home/kooistra/svnroot/UniBoard_FP7/RadioHDL/trunk/build for all
 hdllib.cfg dictionary files.

---
 boards/uniboard1/designs/unb1_minimal/hdllib.cfg            | 2 +-
 boards/uniboard1/libraries/unb1_board/hdllib.cfg            | 2 +-
 libraries/base/common/hdllib.cfg                            | 2 +-
 libraries/base/diag/hdllib.cfg                              | 2 +-
 libraries/base/diagnostics/hdllib.cfg                       | 2 +-
 libraries/base/dp/hdllib.cfg                                | 2 +-
 libraries/base/mm/hdllib.cfg                                | 2 +-
 libraries/base/sens/hdllib.cfg                              | 2 +-
 libraries/base/tst/hdllib.cfg                               | 2 +-
 libraries/base/uth/hdllib.cfg                               | 2 +-
 libraries/external/easics/hdllib.cfg                        | 2 +-
 libraries/external/numonyx_m25p128/hdllib.cfg               | 2 +-
 libraries/io/epcs/hdllib.cfg                                | 2 +-
 libraries/io/eth/hdllib.cfg                                 | 4 ++--
 libraries/io/i2c/hdllib.cfg                                 | 2 +-
 libraries/io/ppsh/hdllib.cfg                                | 2 +-
 libraries/io/remu/hdllib.cfg                                | 2 +-
 libraries/io/tr_nonbonded/hdllib.cfg                        | 2 +-
 libraries/technology/fifo/hdllib.cfg                        | 2 +-
 libraries/technology/flash/hdllib.cfg                       | 2 +-
 libraries/technology/hdllib.cfg                             | 2 +-
 libraries/technology/iobuf/hdllib.cfg                       | 2 +-
 libraries/technology/ip_arria10/hdllib.cfg                  | 2 +-
 libraries/technology/ip_stratixiv/hdllib.cfg                | 2 +-
 libraries/technology/ip_stratixiv/tse_sgmii_gx/hdllib.cfg   | 2 +-
 libraries/technology/ip_stratixiv/tse_sgmii_lvds/hdllib.cfg | 2 +-
 libraries/technology/ip_virtex4/hdllib.cfg                  | 2 +-
 libraries/technology/memory/hdllib.cfg                      | 2 +-
 libraries/technology/transceiver/hdllib.cfg                 | 2 +-
 libraries/technology/tse/hdllib.cfg                         | 2 +-
 30 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/boards/uniboard1/designs/unb1_minimal/hdllib.cfg b/boards/uniboard1/designs/unb1_minimal/hdllib.cfg
index 4ef4e83b39..a9c9702ecf 100644
--- a/boards/uniboard1/designs/unb1_minimal/hdllib.cfg
+++ b/boards/uniboard1/designs/unb1_minimal/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = unb1_minimal_lib
 hdl_lib_uses = common mm i2c unb1_board
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/designs/unb_minimal/build/synth/quartus/sopc_unb_minimal.vhd
diff --git a/boards/uniboard1/libraries/unb1_board/hdllib.cfg b/boards/uniboard1/libraries/unb1_board/hdllib.cfg
index 63f1924eb9..d54bfd1026 100644
--- a/boards/uniboard1/libraries/unb1_board/hdllib.cfg
+++ b/boards/uniboard1/libraries/unb1_board/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = unb1_board_lib
 hdl_lib_uses = common dp diag uth ppsh i2c tr_nonbonded eth remu
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/designs/unb_common/../../modules/MegaWizard/pll/clk200_pll.vhd
diff --git a/libraries/base/common/hdllib.cfg b/libraries/base/common/hdllib.cfg
index 190409107c..0b3633ce30 100644
--- a/libraries/base/common/hdllib.cfg
+++ b/libraries/base/common/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = common_lib
 hdl_lib_uses = technology tech_memory tech_fifo tech_iobuf tst
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/common/src/vhdl/common_pkg.vhd
diff --git a/libraries/base/diag/hdllib.cfg b/libraries/base/diag/hdllib.cfg
index b656db8c38..1755ba50e2 100644
--- a/libraries/base/diag/hdllib.cfg
+++ b/libraries/base/diag/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = diag_lib
 hdl_lib_uses = dp common
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/Lofar/diag/src/vhdl/diag_bypass.vhd
diff --git a/libraries/base/diagnostics/hdllib.cfg b/libraries/base/diagnostics/hdllib.cfg
index 3e43977de4..9f99c1b206 100644
--- a/libraries/base/diagnostics/hdllib.cfg
+++ b/libraries/base/diagnostics/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = diagnostics_lib
 hdl_lib_uses = common dp diag
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/diagnostics/src/vhdl/diagnostics.vhd
diff --git a/libraries/base/dp/hdllib.cfg b/libraries/base/dp/hdllib.cfg
index c5b770115f..2738fabd23 100644
--- a/libraries/base/dp/hdllib.cfg
+++ b/libraries/base/dp/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = dp_lib
 hdl_lib_uses = mm common easics
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/dp/src/vhdl/dp_stream_pkg.vhd
diff --git a/libraries/base/mm/hdllib.cfg b/libraries/base/mm/hdllib.cfg
index 2f19c26847..b8e2fa03a1 100644
--- a/libraries/base/mm/hdllib.cfg
+++ b/libraries/base/mm/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = mm_lib
 hdl_lib_uses = common
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/mm/src/vhdl/mm_fields.vhd
diff --git a/libraries/base/sens/hdllib.cfg b/libraries/base/sens/hdllib.cfg
index 1fc0cd1f7c..85e19c4784 100644
--- a/libraries/base/sens/hdllib.cfg
+++ b/libraries/base/sens/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = sens_lib
 hdl_lib_uses = common i2c
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/Lofar/sens/src/vhdl/sens_ctrl.vhd
diff --git a/libraries/base/tst/hdllib.cfg b/libraries/base/tst/hdllib.cfg
index e92f910313..66f135b57a 100644
--- a/libraries/base/tst/hdllib.cfg
+++ b/libraries/base/tst/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = tst_lib
 hdl_lib_uses = 
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/Lofar/tst/src/vhdl/tst_output.vhd
diff --git a/libraries/base/uth/hdllib.cfg b/libraries/base/uth/hdllib.cfg
index 603fdd3f6b..c56999120c 100644
--- a/libraries/base/uth/hdllib.cfg
+++ b/libraries/base/uth/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = uth_lib
 hdl_lib_uses = common dp easics
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/uth/src/vhdl/uth_pkg.vhd
diff --git a/libraries/external/easics/hdllib.cfg b/libraries/external/easics/hdllib.cfg
index 07ec83130e..a3f67d5e75 100644
--- a/libraries/external/easics/hdllib.cfg
+++ b/libraries/external/easics/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = easics_lib
 hdl_lib_uses = 
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/easics/src/vhdl/PCK_CRC64_D8.vhd
diff --git a/libraries/external/numonyx_m25p128/hdllib.cfg b/libraries/external/numonyx_m25p128/hdllib.cfg
index 96f686b735..06a89ab44b 100644
--- a/libraries/external/numonyx_m25p128/hdllib.cfg
+++ b/libraries/external/numonyx_m25p128/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = numonyx_m25p128_lib
 hdl_lib_uses = 
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     
diff --git a/libraries/io/epcs/hdllib.cfg b/libraries/io/epcs/hdllib.cfg
index d0d1cd3c14..043b443b8f 100644
--- a/libraries/io/epcs/hdllib.cfg
+++ b/libraries/io/epcs/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = epcs_lib
 hdl_lib_uses = common dp tech_flash
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/epcs/src/vhdl/epcs_reg.vhd
diff --git a/libraries/io/eth/hdllib.cfg b/libraries/io/eth/hdllib.cfg
index 830e15adae..0ce194a842 100644
--- a/libraries/io/eth/hdllib.cfg
+++ b/libraries/io/eth/hdllib.cfg
@@ -3,8 +3,7 @@ hdl_library_clause_name = eth_lib
 hdl_lib_uses = dp common tech_tse
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
-
+build_synth_dir= $HDL_BUILD_DIR
 synth_files =
     src/vhdl/eth_pkg.vhd
     $UNB/Firmware/modules/tse/src/vhdl/eth_checksum.vhd
@@ -34,3 +33,4 @@ test_bench_files =
     tb/vhdl/tb_eth_udp_offload.vhd
     tb/vhdl/tb_eth_ihl_to_20.vhd
     tb/vhdl/tb_tb_tb_eth_regression.vhd
+
diff --git a/libraries/io/i2c/hdllib.cfg b/libraries/io/i2c/hdllib.cfg
index 2be78a2b72..9d6e83b1e7 100644
--- a/libraries/io/i2c/hdllib.cfg
+++ b/libraries/io/i2c/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = i2c_lib
 hdl_lib_uses = common
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/Lofar/i2c/src/vhdl/i2c_pkg.vhd
diff --git a/libraries/io/ppsh/hdllib.cfg b/libraries/io/ppsh/hdllib.cfg
index b298045d16..1ec3113f95 100644
--- a/libraries/io/ppsh/hdllib.cfg
+++ b/libraries/io/ppsh/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = ppsh_lib
 hdl_lib_uses = common
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/ppsh/src/vhdl/ppsh.vhd
diff --git a/libraries/io/remu/hdllib.cfg b/libraries/io/remu/hdllib.cfg
index 363c70a084..ea889cf771 100644
--- a/libraries/io/remu/hdllib.cfg
+++ b/libraries/io/remu/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = remu_lib
 hdl_lib_uses = common tech_flash
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/remu/src/vhdl/remu_reg.vhd
diff --git a/libraries/io/tr_nonbonded/hdllib.cfg b/libraries/io/tr_nonbonded/hdllib.cfg
index 271cf5a32c..58e3a481d1 100644
--- a/libraries/io/tr_nonbonded/hdllib.cfg
+++ b/libraries/io/tr_nonbonded/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = tr_nonbonded_lib
 hdl_lib_uses = common dp diag diagnostics tech_transceiver
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     $UNB/Firmware/modules/tr_nonbonded/tb/vhdl/serializer.vhd
diff --git a/libraries/technology/fifo/hdllib.cfg b/libraries/technology/fifo/hdllib.cfg
index cdddb6fb1b..4ccf2b95a1 100644
--- a/libraries/technology/fifo/hdllib.cfg
+++ b/libraries/technology/fifo/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_fifo_lib
 hdl_lib_uses = technology ip_stratixiv
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     tech_fifo_component_pkg.vhd
diff --git a/libraries/technology/flash/hdllib.cfg b/libraries/technology/flash/hdllib.cfg
index 2dd6f897ea..b556ac3ff5 100644
--- a/libraries/technology/flash/hdllib.cfg
+++ b/libraries/technology/flash/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_flash_lib
 hdl_lib_uses = technology ip_stratixiv
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     tech_flash_component_pkg.vhd
diff --git a/libraries/technology/hdllib.cfg b/libraries/technology/hdllib.cfg
index 1caa3766c3..1bbf1f5ff8 100644
--- a/libraries/technology/hdllib.cfg
+++ b/libraries/technology/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = technology_lib
 hdl_lib_uses =
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     technology_pkg.vhd
diff --git a/libraries/technology/iobuf/hdllib.cfg b/libraries/technology/iobuf/hdllib.cfg
index 729453c1b8..c13bb70c0b 100644
--- a/libraries/technology/iobuf/hdllib.cfg
+++ b/libraries/technology/iobuf/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_iobuf_lib
 hdl_lib_uses = technology ip_stratixiv
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     tech_iobuf_component_pkg.vhd
diff --git a/libraries/technology/ip_arria10/hdllib.cfg b/libraries/technology/ip_arria10/hdllib.cfg
index 4bc36acb20..969ed283c2 100644
--- a/libraries/technology/ip_arria10/hdllib.cfg
+++ b/libraries/technology/ip_arria10/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_arria10_lib
 hdl_lib_uses = technology
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     ip_arria10_ram_crw_crw.vhd
diff --git a/libraries/technology/ip_stratixiv/hdllib.cfg b/libraries/technology/ip_stratixiv/hdllib.cfg
index 0c60b2911b..a096cdf947 100644
--- a/libraries/technology/ip_stratixiv/hdllib.cfg
+++ b/libraries/technology/ip_stratixiv/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_stratixiv_lib
 hdl_lib_uses = technology numonyx_m25p128
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     ip_stratixiv_ram_crwk_crw.vhd
diff --git a/libraries/technology/ip_stratixiv/tse_sgmii_gx/hdllib.cfg b/libraries/technology/ip_stratixiv/tse_sgmii_gx/hdllib.cfg
index 2ad8b4bb85..0434ee175a 100644
--- a/libraries/technology/ip_stratixiv/tse_sgmii_gx/hdllib.cfg
+++ b/libraries/technology/ip_stratixiv/tse_sgmii_gx/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_stratixiv_tse_sgmii_gx_lib
 hdl_lib_uses = technology
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     ip_stratixiv_tse_sgmii_gx.vho
diff --git a/libraries/technology/ip_stratixiv/tse_sgmii_lvds/hdllib.cfg b/libraries/technology/ip_stratixiv/tse_sgmii_lvds/hdllib.cfg
index f37420dc51..8ec381681e 100644
--- a/libraries/technology/ip_stratixiv/tse_sgmii_lvds/hdllib.cfg
+++ b/libraries/technology/ip_stratixiv/tse_sgmii_lvds/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_stratixiv_tse_sgmii_lvds_lib
 hdl_lib_uses = common
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     ip_stratixiv_tse_sgmii_lvds.vho
diff --git a/libraries/technology/ip_virtex4/hdllib.cfg b/libraries/technology/ip_virtex4/hdllib.cfg
index 7c07ac5a0d..43fc5b8991 100644
--- a/libraries/technology/ip_virtex4/hdllib.cfg
+++ b/libraries/technology/ip_virtex4/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = ip_virtex4_lib
 hdl_lib_uses = 
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
         
diff --git a/libraries/technology/memory/hdllib.cfg b/libraries/technology/memory/hdllib.cfg
index 425fa60e57..175a204d8b 100644
--- a/libraries/technology/memory/hdllib.cfg
+++ b/libraries/technology/memory/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_memory_lib
 hdl_lib_uses = technology ip_stratixiv ip_arria10 ip_virtex4
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     tech_memory_component_pkg.vhd
diff --git a/libraries/technology/transceiver/hdllib.cfg b/libraries/technology/transceiver/hdllib.cfg
index c4f9aa3b32..9ba31c3888 100644
--- a/libraries/technology/transceiver/hdllib.cfg
+++ b/libraries/technology/transceiver/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_transceiver_lib
 hdl_lib_uses = technology ip_stratixiv common dp
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     tech_transceiver_component_pkg.vhd
diff --git a/libraries/technology/tse/hdllib.cfg b/libraries/technology/tse/hdllib.cfg
index 4f94c143b8..ef37a34a42 100644
--- a/libraries/technology/tse/hdllib.cfg
+++ b/libraries/technology/tse/hdllib.cfg
@@ -3,7 +3,7 @@ hdl_library_clause_name = tech_tse_lib
 hdl_lib_uses = technology ip_stratixiv_tse_sgmii_lvds ip_stratixiv_tse_sgmii_gx common dp
 
 build_sim_dir = $HDL_BUILD_DIR
-build_synth_dir = 
+build_synth_dir = $HDL_BUILD_DIR
 
 synth_files =
     tech_tse_component_pkg.vhd
-- 
GitLab