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 16 and 19

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 16 Rev 19
Line 4... Line 4...
shift
shift
 
 
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 $*
 iverilog -f bridge.vf tests/$TESTNAME.v $* |& tee compile.log
 ./a.out -lxt
 ./a.out -lxt | 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.