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

Subversion Repositories srdydrdy_lib

[/] [srdydrdy_lib/] [trunk/] [examples/] [bridge/] [env/] [run] - Blame information for rev 13

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 8 ghutchis
#!/bin/bash
2
 
3 13 ghutchis
TESTNAME=$1
4
shift
5
 
6 11 ghutchis
which vcs &> /dev/null
7
if [ "$?" == "-1" ]; then
8 13 ghutchis
iverilog -f bridge.vf tests/$TESTNAME.v $*
9 8 ghutchis
./a.out
10 11 ghutchis
else
11 13 ghutchis
vcs -full64 +v2k -R -I -f bridge.vf tests/$TESTNAME.v $*
12 11 ghutchis
#vcd2vpd env_top.vcd env_top.vpd
13
fi
14 8 ghutchis
 

powered by: WebSVN 2.1.0

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