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 11

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

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

powered by: WebSVN 2.1.0

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