From 664aa43c6a59294f64385ad8af2df72b68e508fa Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Wed, 28 May 2014 06:29:24 +0000
Subject: [PATCH] Corrected compile order.

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

diff --git a/libraries/base/sens/hdllib.cfg b/libraries/base/sens/hdllib.cfg
index b566e38961..1fc0cd1f7c 100644
--- a/libraries/base/sens/hdllib.cfg
+++ b/libraries/base/sens/hdllib.cfg
@@ -6,8 +6,8 @@ build_sim_dir = $HDL_BUILD_DIR
 build_synth_dir = 
 
 synth_files =
-    $UNB/Firmware/modules/Lofar/sens/src/vhdl/sens.vhd
     $UNB/Firmware/modules/Lofar/sens/src/vhdl/sens_ctrl.vhd
+    $UNB/Firmware/modules/Lofar/sens/src/vhdl/sens.vhd
     
 test_bench_files =
     $UNB/Firmware/modules/Lofar/sens/tb/vhdl/tb_sens.vhd
-- 
GitLab