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_7_x1/] [simulation/] [functional/] [simulate_ncsim.sh] - Rev 13

Compare with Previous | Blame | View Log

#!/bin/sh
 
#
# PCI Express Endpoint NC VHDL Run Script
#
 
rm -rf INCA* work
 
mkdir work
 
# Needed for LMC Smartmodel simulation - setenv LMC_TIMEUNIT -12
 
ncvhdl -v93 -work work -update -linedebug -status -file board.f
 
ncelab -work work -logfile ncelab.log -access +rwc -status \
  -VHdl_time_precision 1ps work.board
 
# set BATCH_MODE=0 to run simulation in GUI mode
BATCH_MODE=1
 
if [ $BATCH_MODE == 1 ]; then
 
  # run the simulation in batch mode
  ncsim work.board
 
else
 
  # run the simulation in GUI mode
  ncsim -gui work.board -input @"simvision -input wave.sv"
 
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.