Previous

NGD2VER

NGD2VER translates your design into a Verilog HDL file containing a netlist description of your design in terms of Xilinx simulation primitives. You can use the Verilog file to perform a back-end simulation with a Verilog simulator.

Simulation is based on SIMPRIMs, which create simulation models using basic simulation primitives. For example, a primitive for the XC4000 dual-port RAM does not exist in the Verilog SIMPRIM library files. Instead, if a dual-port RAM is needed, NGD2VER builds a simulation model for the dual-port RAM out of two 16x1 RAM SIMPRIM primitives.

NGD2VER can produce a Verilog file representing a design at any of the following stages.

The design flow for NGD2VER is shown in the following figure.

Figure 17.1 NGD2VER Design Flow

Next