URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
Subversion Repositories minsoc
[/] [minsoc/] [branches/] [verilator/] [sim/] [modelsim/] [run_sim.bat] - Rev 72
Go to most recent revision | Compare with Previous | Blame | View Log
@echo off
set /p filename=Input the target firmware hex file along with its path. Ex: "..\..\sw\uart\uart-nocache.hex":
vsim -lib minsoc minsoc_bench -pli ../../bench/verilog/vpi/jp-io-vpi.dll +file_name=%filename%
Go to most recent revision | Compare with Previous | Blame | View Log