From 2b77358489d9897d66e2c2860fe73f8f71534827 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Thu, 12 Feb 2015 13:16:10 +0000
Subject: [PATCH] Compile diag_pkg.vhd first.

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

diff --git a/libraries/base/diag/hdllib.cfg b/libraries/base/diag/hdllib.cfg
index a3615c4e8b..c177773708 100644
--- a/libraries/base/diag/hdllib.cfg
+++ b/libraries/base/diag/hdllib.cfg
@@ -7,6 +7,7 @@ build_dir_sim = $HDL_BUILD_DIR
 build_dir_synth = $HDL_BUILD_DIR
 
 synth_files =
+    $UNB/Firmware/modules/Lofar/diag/src/vhdl/diag_pkg.vhd
     $UNB/Firmware/modules/Lofar/diag/src/vhdl/diag_bypass.vhd
     src/vhdl/diag_tx_seq.vhd
     $UNB/Firmware/modules/Lofar/diag/src/vhdl/diag_tx_frm.vhd
@@ -15,7 +16,6 @@ synth_files =
     $UNB/Firmware/modules/Lofar/diag/src/vhdl/diag_frm_monitor.vhd
     src/vhdl/mms_diag_tx_seq.vhd
     src/vhdl/mms_diag_rx_seq.vhd
-    $UNB/Firmware/modules/Lofar/diag/src/vhdl/diag_pkg.vhd
     $UNB/Firmware/modules/Lofar/diag/src/vhdl/diag_wg.vhd
     $UNB/Firmware/modules/Lofar/diag/src/vhdl/diag_wg_wideband.vhd
     $UNB/Firmware/modules/Lofar/diag/src/vhdl/diag_wg_wideband_reg.vhd
-- 
GitLab