URL
https://opencores.org/ocsvn/ahb2wishbone/ahb2wishbone/trunk
Subversion Repositories ahb2wishbone
[/] [ahb2wishbone/] [trunk/] [sim/] [run.mti] - Rev 10
Compare with Previous | Blame | View Log
#! /bin/env bashvlog ../bench/ahb2wb_tb.vvsim -novopt -c work.ahb2wb_tb -do "log -r /*; run -all; quit -f" 2>&1 | tee transcript.logecho "Converting to vcd ..."wlf2vcd vsim.wlf > vsim.vcdgtkwave vsim.vcd &
