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

Subversion Repositories minsoc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /minsoc/trunk/sim/modelsim
    from Rev 72 to Rev 73
    Reverse comparison

Rev 72 → Rev 73

/run_sim.bat
1,3 → 1,8
@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%
set /p target_firmware=Input the target firmware hex file along with its path. Ex: "..\..\sw\uart\uart-nocache.hex":
if EXIST %target_firmware% (
vsim -lib minsoc minsoc_bench -pli ../../bench/verilog/vpi/jp-io-vpi.dll +file_name=%target_firmware%
) else (
echo %target_firmware% could not be found.
set /p exit=Press ENTER to close this window...
)
/compile_design.bat
1,2 → 1,4
@echo off
vlog -incr -work minsoc -f ../bin/minsoc_verilog_files.txt
vlog -incr -work minsoc -f ../bin/minsoc_verilog_files.txt
echo Finished...
set /p exit=Press ENTER to close this window...
/prepare_modelsim.bat
1,3 → 1,5
@echo off
vlib minsoc
vmap minsoc ./minsoc
vmap minsoc ./minsoc
echo Finished...
set /p exit=Press ENTER to close this window...

powered by: WebSVN 2.1.0

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