From 5ca26335dafdf867a97df366a1e7e2cd32070d32 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Fri, 31 Oct 2014 12:08:19 +0000 Subject: [PATCH] Use central build_dir_synth = $HDL_BUILD_DIR instead of local in SVN tree. --- libraries/io/mdio/hdllib.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/io/mdio/hdllib.cfg b/libraries/io/mdio/hdllib.cfg index 0cb8a9f188..45d9a2e097 100644 --- a/libraries/io/mdio/hdllib.cfg +++ b/libraries/io/mdio/hdllib.cfg @@ -4,7 +4,7 @@ hdl_lib_uses = common mm hdl_lib_technology = build_dir_sim = $HDL_BUILD_DIR -build_dir_synth = +build_dir_synth = $HDL_BUILD_DIR synth_files = $UNB/Firmware/modules/Lofar/mdio/src/vhdl/mdio_pkg.vhd -- GitLab