Placing-And-Routing The Design; Static Timing Analysis; Generating A Bitstream; Post-Implementation Simulation - Xilinx LogiCORE IP MAC v8.5 User Manual

Ug144 1-gigabit ethernet
Table of Contents

Advertisement

Post-Implementation Simulation

Placing-and-Routing the Design

Execute the par command to place-and-route your design logic components (mapped
physical logic cells) contained within an NCD file in accordance with the layout and timing
requirements specified within the PCF file. The par command outputs the placed and
routed physical design to an NCD file.
An example of the par command is:

Static Timing Analysis

Execute the trace command to evaluate timing closure on a design and create a Timing
Report file (TWR) derived from static timing analysis of the Physical Design file (NCD).
The analysis is typically based on constraints included in the optional PCF file.
An example of the trce command is:

Generating a Bitstream

To create the configuration bitstream (BIT) file based on the contents of a physical
implementation file (NCD), the bitgen command must be executed. The BIT file defines
the behavior of the programmed FPGA. An example of the bitgen command is:
Post-Implementation Simulation
The purpose of post-implementation simulation is to verify that the design as
implemented in the FPGA works as expected.

Generating a Simulation Model

Run the netgen command to generate a chip-level simulation netlist for your design.
VHDL
Verilog
1-Gigabit Ethernet MAC v8.5 User Guide
UG144 April 24, 2009
-- DISCONTINUED PRODUCT --
$ par top_level_module_name_map.ncd top_level_module_name.ncd \
top_level_module_name.pcf
$ trce -o top_level_module_name.twr top_level_module_name.ncd \
top_level_module_name.pcf
$ bitgen -w top_level_module_name.ncd
$ netgen -sim -ofmt vhdl -ngm top_level_module_name_map.ngm \
-tm netlist top_level_module_name.ncd \
top_level_module_name_postimp.vhd
$ netgen -sim -ofmt verilog -ngm top_level_module_name_map.ngm \
-tm netlist top_level_module_name.ncd \
top_level_module_name_postimp.v
www.xilinx.com
R
125

Advertisement

Table of Contents
loading

Table of Contents