From 65daa9434f09ed89935aeeaf56bff7925d0ed00a Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Wed, 4 Jun 2014 15:07:31 +0000
Subject: [PATCH] Corrected file paths.

---
 libraries/io/tr_nonbonded/hdllib.cfg | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/libraries/io/tr_nonbonded/hdllib.cfg b/libraries/io/tr_nonbonded/hdllib.cfg
index ba0d2b460a..271cf5a32c 100644
--- a/libraries/io/tr_nonbonded/hdllib.cfg
+++ b/libraries/io/tr_nonbonded/hdllib.cfg
@@ -6,13 +6,13 @@ build_sim_dir = $HDL_BUILD_DIR
 build_synth_dir = 
 
 synth_files =
+    $UNB/Firmware/modules/tr_nonbonded/tb/vhdl/serializer.vhd
+    $UNB/Firmware/modules/tr_nonbonded/tb/vhdl/deserializer.vhd
+    $UNB/Firmware/modules/tr_nonbonded/tb/vhdl/sim_gx.vhd
     src/vhdl/tr_nonbonded.vhd
-    $UNB/Firmware/modules/tr_nonbonded/src/vhdl/src/vhdl/tr_nonbonded_reg.vhd
-    $UNB/Firmware/modules/tr_nonbonded/src/vhdl/src/vhdl/mms_tr_nonbonded.vhd
+    $UNB/Firmware/modules/tr_nonbonded/src/vhdl/tr_nonbonded_reg.vhd
+    $UNB/Firmware/modules/tr_nonbonded/src/vhdl/mms_tr_nonbonded.vhd
 
 test_bench_files = 
-    $UNB/Firmware/modules/tr_nonbonded/src/vhdl/tb/vhdl/serializer.vhd
-    $UNB/Firmware/modules/tr_nonbonded/src/vhdl/tb/vhdl/deserializer.vhd
-    $UNB/Firmware/modules/tr_nonbonded/src/vhdl/tb/vhdl/tb_serdes.vhd
-    $UNB/Firmware/modules/tr_nonbonded/src/vhdl/tb/vhdl/sim_gx.vhd
-    $UNB/Firmware/modules/tr_nonbonded/src/vhdl/tb/vhdl/tb_tr_nonbonded.vhd
+    $UNB/Firmware/modules/tr_nonbonded/tb/vhdl/tb_serdes.vhd
+    $UNB/Firmware/modules/tr_nonbonded/tb/vhdl/tb_tr_nonbonded.vhd
-- 
GitLab