Commit d5da54ef authored by David Cussans's avatar David Cussans

Minor fix to build_tlu_firmware.sh so that it builds cleanly

parent 481f68b1
......@@ -2,7 +2,7 @@
# Put which branch of Git to use here...
IPBUS_BRANCH="-b v1.6"
TLU_BRANCH="-b 1e000024"
TLU_BRANCH="-b master"
echo "BUILD: Creating working directory"
[ -d work ] && echo "Directory Exists" || mkdir work
......@@ -30,14 +30,11 @@ echo "BUILD: ipbb proj create"
ipbb proj create vivado TLU_1e fmc-mtlu-gw:AIDA_tlu/projects/TLU_v1e -t top_tlu_1e_a35.dep
cd proj/TLU_1e
echo "BUILD: creating VIVADO project"
ipbb vivado project
echo "BUILD: creating IPBus address decoder"
ipbb vivado gendecoders
echo "BUILD: Copying generated decoder into source tree"
cp decoders/ipbus_decode_TLUaddrmap.vhd ../../src/fmc-mtlu-gw/AIDA_tlu/projects/TLU_v1e/firmware/hdl/ipbus_decode_TLUaddrmap.vhd
echo "BUILD: creating VIVADO project"
ipbb vivado project
echo "BUILD: ipbb impl"
ipbb vivado impl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment