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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 barabba
#!/bin/sh
2
 
3
# compile all of the files
4
vhpcomp -work work --incremental -f board.f
5
 
6
# compile and link source files
7
fuse work.board -L unisim -L secureip -o demo_tb
8
 
9
# set BATCH_MODE=0 to run simulation in GUI mode
10
BATCH_MODE=1
11
 
12
if [ $BATCH_MODE == 1 ]; then
13
 
14
  # run the simulation in batch mode
15
  ./demo_tb -wdb wave_isim -tclbatch isim_cmd.tcl
16
 
17
else
18
 
19
  # run the simulation in gui mode
20
  ./demo_tb -gui -view wave.wcfg -wdb wave_isim -tclbatch isim_cmd.tcl
21
 
22
fi

powered by: WebSVN 2.1.0

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