URL
https://opencores.org/ocsvn/fir_wishbone/fir_wishbone/trunk
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
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.