Using the Xilinx Development System
To translate your design to a bit file so the Xilinx tools can program your device, perform the following steps.
- Run NGDBuild on the SXNF or SEDIF file to create an NGD file.
- Run the MAP program on the NGD file to create a mapped NCD file.
- Run the TRACE program to determine if PAR will meet your timing goals.
- Run PAR on the NCD file to place and route your design.
- Run TRACE again on your placed and routed design.
- Run NGDAnno on your routed design to create an NGA file.
- Run either NGD2VHDL or NGD2VER on the NGA file to create a VHD or VER file that can be simulated with the appropriate simulators.
- Run the BitGen program to create a bitstream for programming the FPGA.
