URL
https://opencores.org/ocsvn/ssbcc/ssbcc/trunk
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 13 |
Line 6... |
Line 6... |
|
|
../../../../../ssbcc -q -P monitor_stack tb_${NAME}.9x8 || { echo "${NAME} compile failed" > /dev/stderr; exit 1; }
|
../../../../../ssbcc -q -P monitor_stack tb_${NAME}.9x8 || { echo "${NAME} compile failed" > /dev/stderr; exit 1; }
|
iverilog -o tb tb.v tb_${NAME}.v || { echo "${NAME} build failed" > /dev/stderr; exit 1; }
|
iverilog -o tb tb.v tb_${NAME}.v || { echo "${NAME} build failed" > /dev/stderr; exit 1; }
|
./tb > tb.out;
|
./tb > tb.out;
|
|
|
T="`md5sum -c md5sums 2>&1 | sed '/: OK$/d'`";
|
T="`md5sum -c md5sums --quiet`";
|
if [ -n "${T}" ]; then
|
if [ -n "${T}" ]; then
|
echo "${NAME} failed" > /dev/stderr;
|
echo "${NAME} failed" > /dev/stderr;
|
exit 1;
|
exit 1;
|
fi
|
fi
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.