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 13 and 14

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

Rev 13 Rev 14
Line 1... Line 1...
#!/bin/bash
#!/bin/bash
 
 
TESTNAME=$1
TESTNAME=$1
shift
shift
 
 
which vcs &> /dev/null
which iverilog &> /dev/null
if [ "$?" == "-1" ]; then
if [ "$?" == "0" ]; then
iverilog -f bridge.vf tests/$TESTNAME.v $*
iverilog -f bridge.vf tests/$TESTNAME.v $*
./a.out
./a.out
else
else
vcs -full64 +v2k -R -I -f bridge.vf tests/$TESTNAME.v $*
vcs -full64 +v2k -R -I -f bridge.vf tests/$TESTNAME.v $*
#vcd2vpd env_top.vcd env_top.vpd
 
fi
fi
 
 

powered by: WebSVN 2.1.0

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