CAN Getting Started Guide www.xilinx.com 21
UG186 April 19, 2010
Directory and File Contents
<component_name>/simulation/functional
The functional directory contains functional simulation scripts provided with the core.
Table 4-8: Functional Directory
Name Description
<project_dir>/<component_name>/simulation/functional
simulate_mti.do
A macro file for ModelSim that compiles the
HDL sources and runs the simulation.
simulate_ncsim.sh
A macro file for Cadence IES that compiles
the HDL sources and runs the simulation in a
Linux environment.
simulate_ncsim.bat
A macro file for Cadence IES that compiles
the HDL sources and runs the simulation in a
Windows environment.
wave.do
A macro file for ModelSim that opens a wave
window and adds key signals to the wave
viewer. This file is called by the
simulate_mti.do file and is displayed after
the simulation is loaded.
wave.sv
A macro file for Cadence IES that opens a
wave window and adds key signals to the
wave viewer.
Back to Top