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

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

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

powered by: WebSVN 2.1.0

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