Xilinx UG492 Switch User Manual


 
148 www.xilinx.com Ethernet AVB Endpoint User Guide
UG492 July 23, 2010
Chapter 15: Detailed Example Design (Standard Format)
simulation/timing
The timing directory contains timing simulation scripts provided with the core.
wave_ncsim.sv IES macro file that opens a wave window and
adds signals of interest to it. It is called by the
simulate_ncsim.sh script file.
simulate_vcs.sh VCS script file that compiles the Verilog
sources and runs the functional simulation to
completion.
vcs_commands.key This file is sourced by VCS at the start of
simulation; it configures the simulator.
vcs_session.tcl VCS macro file that opens a wave window
and adds signals of interest to it. It is called by
the
simulate_vcs.sh script file.
Back to Top
Table 15-8: Functional Directory (Cont’d)
Name Description
Table 15-9: Timing Directory
Name Description
<project_dir>/<component_name>/simulation/timing
simulate_mti.do ModelSim macro file that compiles Verilog or
VHDL sources and runs the timing
simulation to completion.
wave_mti.do ModelSim macro file that opens a wave
window and adds signals of interest to it. It is
called by the
simulate_mti.do macro file.
simulate_ncsim.sh IES script file that compiles the Verilog or
VHDL sources and runs the timing
simulation to completion.
wave_ncsim.sv IES macro file that opens a wave window and
adds signals of interest to it. It is called by the
simulate_ncsim.sh script file.
simulate_vcs.sh VCS script file that compiles the Verilog
sources and runs the timing simulation to
completion.
vcs_commands.key File sourced by VCS at the start of simulation;
it configures the simulator.
vcs_session.tcl VCS macro file that opens a wave window
and adds signals of interest to it. It is called by
the
simulate_vcs.sh script file.
Back to Top