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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 barabba
#!/bin/sh
2
 
3
#
4
# PCI Express Endpoint NC VHDL Run Script
5
#
6
 
7
rm -rf INCA* work
8
 
9
mkdir work
10
 
11
# Needed for LMC Smartmodel simulation - setenv LMC_TIMEUNIT -12
12
 
13
ncvhdl -v93 -work work -update -linedebug -status -file board.f
14
 
15
ncelab -work work -logfile ncelab.log -access +rwc -status \
16
  -VHdl_time_precision 1ps work.board
17
 
18
# set BATCH_MODE=0 to run simulation in GUI mode
19
BATCH_MODE=1
20
 
21
if [ $BATCH_MODE == 1 ]; then
22
 
23
  # run the simulation in batch mode
24
  ncsim work.board
25
 
26
else
27
 
28
  # run the simulation in GUI mode
29
  ncsim -gui work.board -input @"simvision -input wave.sv"
30
 
31
fi
32
 

powered by: WebSVN 2.1.0

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