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

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [peripherals/] [tb/] [inFIFO_async/] [run] - Diff between revs 2 and 13

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
 
 

powered by: WebSVN 2.1.0

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