Implement/results, Component name>/simulation, Simulation/functional – Xilinx IP Ethernet AVB Endpoint v2.4 UG492 User Manual

Page 147: Table 15-6, Table 15-7, Table 15-8

Advertising
background image

Ethernet AVB Endpoint User Guide

www.xilinx.com

147

UG492 September 21, 2010

Directory and File Contents

implement/results

The results directory is created by the implement script, after which the implement script
results are placed in the results directory.

<component name>/simulation

The simulation directory and subdirectories that provide the files necessary to test a
Verilog or VHDL implementation of the example design. For more information, see

“Example Design,” page 152

.

simulation/functional

The functional directory contains functional simulation scripts provided with the core.

Table 15-6:

Results Directory

Name

Description

<project_dir>/<component_name>/implement/results

routed.v[hd]

Back-annotated SimPrim-based model used
for timing simulation.

routed.sdf

Timing information for simulation.

Back to Top

Table 15-7:

Simulation Directory

Name

Description

<project_dir>/<component_name>/simulation

demo_tb.v[hd]

The demonstration test bench for the example
design. Instantiates the example design (the
Device Under Test (DUT)), generates clocks,
resets, and gathers statistics as the simulation
is run.

Back to Top

Table 15-8:

Functional Directory

Name

Description

<project_dir>/<component_name>/simulation/functional

simulate_mti.do

ModelSim macro file that compiles Verilog or
VHDL sources and runs the functional
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 functional
simulation to completion.

Advertising