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

Subversion Repositories srdydrdy_lib

[/] [srdydrdy_lib/] [trunk/] [examples/] [bridge/] [env/] [run] - Rev 22

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

#!/bin/bash

TESTNAME=$1
shift

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

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

powered by: WebSVN 2.1.0

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