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

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

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