From f71ea4c31f89df47766ebf2db12b1111d34102b3 Mon Sep 17 00:00:00 2001
From: David Cussans <David.Cussans@bristol.ac.uk>
Date: Wed, 9 May 2018 09:15:20 +0100
Subject: [PATCH] * Changed Dep file (thought I had committed this already ...
 ) * Edited build_tlu_firmware.sh - no need to execute script to change top
 level entity

---
 .../TLU_v1e/firmware/cfg/enclustra_ax3_pm3_a35.dep  | 13 ++++++++++++-
 scripts/build_tlu_firmware.sh                       |  4 ++--
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/projects/TLU_v1e/firmware/cfg/enclustra_ax3_pm3_a35.dep b/projects/TLU_v1e/firmware/cfg/enclustra_ax3_pm3_a35.dep
index 8d8a6340..d65f77c7 100644
--- a/projects/TLU_v1e/firmware/cfg/enclustra_ax3_pm3_a35.dep
+++ b/projects/TLU_v1e/firmware/cfg/enclustra_ax3_pm3_a35.dep
@@ -1,8 +1,19 @@
+@device_family = "artix7"
+@device_name = "xc7a35t"
+@device_package = "csg324"
+@device_speed = "-2"
+@boardname = "enclustra_ax3_pm3"
+
+setup settings_v7.tcl
+include -c ipbus-firmware:boards/enclustra_ax3_pm3/base_fw/synth enclustra_ax3_pm3_infra.dep
+src -c ipbus-firmware:components/ipbus_core ipbus_package.vhd
+src -c ipbus-firmware:boards/enclustra_ax3_pm3/base_fw/synth --cd ../ucf enclustra_ax3_pm3.tcl
+
 #
 src top_enclustra_tlu_v1e.vhd
 # src --cd ../ucf enclustra_ax3_pm3.tcl
 src --cd ../ucf I2C_constr.xdc
 src --cd ../ucf TLU_enclustra_v1e.xdc
 
-include -c ipbus-firmware:boards/enclustra_ax3_pm3/base_fw/synth enclustra_ax3_pm3_a35.dep
+#include -c ipbus-firmware:boards/enclustra_ax3_pm3/base_fw/synth enclustra_ax3_pm3_a35.dep
 
diff --git a/scripts/build_tlu_firmware.sh b/scripts/build_tlu_firmware.sh
index cea007d1..15f5fdf6 100755
--- a/scripts/build_tlu_firmware.sh
+++ b/scripts/build_tlu_firmware.sh
@@ -38,8 +38,8 @@ cd proj/TLU_1e
 
 ipbb vivado project
 # Set correct file as design "top"
-echo "BUILD: Setting the correct design as top"
-vivado -mode tcl -nojournal -nolog -notrace -source ../../src/firmware_AIDA/projects/TLU_v1e/firmware/cfg/set_top.tcl top/top.xpr
+#echo "BUILD: Setting the correct design as top"
+#vivado -mode tcl -nojournal -nolog -notrace -source ../../src/firmware_AIDA/projects/TLU_v1e/firmware/cfg/set_top.tcl top/top.xpr
 
 
 echo "BUILD: ipbb impl"
-- 
GitLab