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] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 barabba
 
2
REM compile all of the files
3
vhpcomp -work work --incremental -f board.f
4
 
5
REM compile and link source files
6
fuse.exe work.board -L unisim -L secureip -o demo_tb.exe
7
 
8
REM set BATCH_MODE=0 to run simulation in GUI mode
9
set /a BATCH_MODE=1
10
 
11
if [ %BATCH_MODE% == 1 ]; (goto :batchmode)
12
 
13
REM run the simulation in GUI mode
14
demo_tb.exe -gui -view wave.wcfg -wdb wave_isim -tclbatch isim_cmd.tcl
15
goto :eof
16
 
17
:batchmode
18
 
19
REM run the simulation in batch mode
20
demo_tb.exe -wdb wave_isim -tclbatch isim_cmd.tcl
21
 

powered by: WebSVN 2.1.0

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