Implementation Scripts; Simulation Scripts; Functional Simulation - Xilinx LogiCORE IP CAN 3.2 Getting Started Manual

Full-featured targeted design platform
Table of Contents

Advertisement

Implementation Scripts

Note:
The implementation script is either a shell script(.sh) or batch file (.bat) that processes the
example design through the Xilinx tool flow. It is located at:
Linux
Windows
When the CORE Generator software is run with the Full System Hardware Evaluation, or
Full license types, the implement script performs the following steps:
The Xilinx tool flow generates several output and report files. These are saved in the
following directory which is created by the implement script:

Simulation Scripts

Functional Simulation

The test scripts are ModelSim macros that automate the simulation of the test bench. They
are available from the following location:
The test script performs the following tasks:
CAN Getting Started Guide
UG186 April 19, 2010
Present only with a Full license.
<project_dir>/<component_name>/implement/implement.sh
<project_dir>/<component_name>/implement/implement.bat
Synthesizes the HDL example design files using XST
Runs NGDBuild to consolidate the core netlist and the example design netlist into the
NGD file containing the entire design
Maps the design to the target technology
Place-and-routes the design on the target device
Performs static timing analysis on the routed design using Timing Analyzer (TRCE)
Generates a bitstream
Enables Netgen to run on the routed design to generate a VHDL or Verilog netlist (as
appropriate for the Design Entry project setting) and timing information in the form
of SDF files
<project_dir>/<component_name>/implement/results
<project_dir>/<component_name>/simulation/functional/
Compiles the structural UniSim simulation model
Compiles HDL Example Design source code
Compiles the demonstration test bench
Starts a simulation of the test bench
Opens a Wave window and adds signals of interest (wave_mti.do/wave_ncsim.sv)
Runs the simulation to completion
www.xilinx.com
Implementation Scripts
23

Advertisement

Table of Contents
loading

Table of Contents