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

Subversion Repositories srdydrdy_lib

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /srdydrdy_lib/trunk/examples/bridge/env
    from Rev 14 to Rev 16
    Reverse comparison

Rev 14 → Rev 16

/run
5,8 → 5,9
 
which iverilog &> /dev/null
if [ "$?" == "0" ]; then
rm -f a.out
iverilog -f bridge.vf tests/$TESTNAME.v $*
./a.out
./a.out -lxt
else
vcs -full64 +v2k -R -I -f bridge.vf tests/$TESTNAME.v $*
fi
/env_top.v
15,7 → 15,7
`ifdef VCS
$vcdpluson;
`else
$dumpfile ("env_top.vcd");
$dumpfile ("env_top.lxt");
$dumpvars;
`endif
reset = 1;

powered by: WebSVN 2.1.0

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