URL
https://opencores.org/ocsvn/ahb2wishbone/ahb2wishbone/trunk
Subversion Repositories ahb2wishbone
[/] [ahb2wishbone/] [branches/] [toomuch/] [sim/] [run.mti] - Rev 11
Go to most recent revision | Compare with Previous | Blame | View Log
#! /bin/env bash
vlog ../bench/ahb2wb_tb.v
vsim -novopt -c work.ahb2wb_tb -do "log -r /*; run -all; quit -f" 2>&1 | tee transcript.log
echo "Converting to vcd ..."
wlf2vcd vsim.wlf > vsim.vcd
gtkwave vsim.vcd &
Go to most recent revision | Compare with Previous | Blame | View Log