AtomBusMon/build_250.sh
David Banks f64641f99c Added build scripts for xc3s500e
Change-Id: Icc7990c3ee257d1511fa478fd0d2b3575362eb29
2016-10-24 14:24:18 +01:00

13 lines
248 B
Bash
Executable File

#!/bin/bash
# Reset the logfile
rm -f build_250.log
# Compile the Xilinx Designs
./ise_clean.tcl 2>&1 | tee -a build_250.log
./ise_build.tcl 2>&1 | tee -a build_250.log
# Build the firmware release
./gen_mcs.sh 250 2>&1 | tee -a build_250.log