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 8d8a6340b4f9e7bccae61762097711fae62e4def..d65f77c759595580d133820fab5514dad97cbc61 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 cea007d1d9f909e1274958e44154510b6c25be30..15f5fdf6328c43ac34ebafcd9dcc01eb9eace7d2 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"