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

Subversion Repositories pcie_sg_dma

[/] [pcie_sg_dma/] [branches/] [Virtex6/] [ML605_ISE13.3/] [ipcore_dir_ISE13.3/] [v6_pcie_v1_6/] [simulation/] [functional/] [simulate_isim.bat] - Rev 13

Compare with Previous | Blame | View Log


REM compile all of the files
vhpcomp -work work --incremental -f board.f

REM compile and link source files
fuse.exe work.board -L unisim -L secureip -o demo_tb.exe

REM set BATCH_MODE=0 to run simulation in GUI mode
set /a BATCH_MODE=1

if [ %BATCH_MODE% == 1 ]; (goto :batchmode)

REM run the simulation in GUI mode
demo_tb.exe -gui -view wave.wcfg -wdb wave_isim -tclbatch isim_cmd.tcl
goto :eof

:batchmode

REM run the simulation in batch mode
demo_tb.exe -wdb wave_isim -tclbatch isim_cmd.tcl

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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