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/] [tmp/] [backup_v6_pcie_v1_6/] [v6_pcie_v1_6/] [simulation/] [functional/] [simulate_isim.sh] - Rev 13

Compare with Previous | Blame | View Log

#!/bin/sh
 
# compile all of the files
vhpcomp -work work --incremental -f board.f
 
# compile and link source files
fuse work.board -L unisim -L secureip -o demo_tb
 
# set BATCH_MODE=0 to run simulation in GUI mode
BATCH_MODE=1
 
if [ $BATCH_MODE == 1 ]; then
 
  # run the simulation in batch mode
  ./demo_tb -wdb wave_isim -tclbatch isim_cmd.tcl
 
else
 
  # run the simulation in gui mode
  ./demo_tb -gui -view wave.wcfg -wdb wave_isim -tclbatch isim_cmd.tcl
 
fi
 

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.