URL
https://opencores.org/ocsvn/wisbone_2_ahb/wisbone_2_ahb/trunk
Subversion Repositories wisbone_2_ahb
[/] [wisbone_2_ahb/] [branches/] [toomuch/] [script/] [run.mti] - Rev 2
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/bashahb_wb=../ #project directorysrc=$ahb_wb/src #source code directorybench=$ahb_wb/bench #test bench directoryvlog \-work ahb_wb \+incldir+$src \$src/ahbmas_wbslv_top.vvlog \-work ahb_wb \+incldir+$bench \$bench/AHBMAS_WBSLV_TOP_tb.vvsim -c ahb_wb.AHBMAS_WBSLV_TOP_tb -do " log -r /* ; run -all; quit -f " 2>&1 | tee transcript.logecho "Converting to VCD format..........."wlf2vcd vsim.wlf > vsim.vcdgtkwave vsim.vcd &
Go to most recent revision | Compare with Previous | Blame | View Log
