OpenCores
URL https://opencores.org/ocsvn/fir_wishbone/fir_wishbone/trunk

Subversion Repositories fir_wishbone

[/] [fir_wishbone/] [trunk/] [workspaces/] [synthesis/] [quartus/] [synthesise.sh] - Diff between revs 15 and 16

Show entire file | Details | Blame | View Log

Rev 15 Rev 16
Line 56... Line 56...
if [ $error == 'true' ]
if [ $error == 'true' ]
then
then
        echo "Build error(s) exist. Refer to report files in the output_files directory for more details. Exiting."; exit;
        echo "Build error(s) exist. Refer to report files in the output_files directory for more details. Exiting."; exit;
else
else
        echo $(date "+[%Y-%m-%d %H:%M:%S]: Configuring device...");
        echo $(date "+[%Y-%m-%d %H:%M:%S]: Configuring device...");
        quartus_pgm -c 'USB-Blaster [1-1.1]' -m jtag -o 'p;./output_files/flight-controller.sof' | tee -ai ./synthesise.log;
        quartus_pgm -c 'USB-Blaster [1-1.1]' -m jtag -o 'p;./output_files/fir.sof' | tee -ai ./synthesise.log;
fi
fi
 
 
errorStr=`grep 'Error (' ./synthesise.log`
errorStr=`grep 'Error (' ./synthesise.log`
if [ `echo ${#errorStr}` -gt 0 ]
if [ `echo ${#errorStr}` -gt 0 ]
then
then

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.