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

Subversion Repositories srdydrdy_lib

[/] [srdydrdy_lib/] [trunk/] [examples/] [bridge/] [env/] [run] - Diff between revs 22 and 30

Show entire file | Details | Blame | View Log

Rev 22 Rev 30
Line 5... Line 5...
 
 
which iverilog &> /dev/null
which iverilog &> /dev/null
if [ "$?" == "0" ]; then
if [ "$?" == "0" ]; then
 rm -f a.out
 rm -f a.out
 iverilog -f bridge.vf tests/$TESTNAME.v $* | tee compile.log
 iverilog -f bridge.vf tests/$TESTNAME.v $* | tee compile.log
 ./a.out -lxt | tee run.log
 ./a.out | tee run.log
else
else
 vcs -full64 +v2k -R -I -f bridge.vf tests/$TESTNAME.v $*
 vcs -full64 +v2k -R -I -f bridge.vf tests/$TESTNAME.v $*
fi
fi
 
 

powered by: WebSVN 2.1.0

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