After completing your Concept schematic, you must convert the Verilog file (.v) that it outputs into an EDIF file before you can use the Xilinx design implementation tools. To translate the Verilog file, you must run the CONCEPT2XIL command line utility. The design flow for this conversion appears in the CONCEPT2XIL Design Flow figure.
Figure 5.3 CONCEPT2XIL Design Flow |
The following shows the syntax for the CONCEPT2XIL command.
concept2xil [-cdslib lib_map_filename]
[-gcmd command_filename] [-help] [-log log_filename]
[-rundir run_directory] -family technology design_name
Enter this command as shown in the following example.
concept2xil -family xce4000x block
The CONCEPT2XIL command also generates a V file and a VF file as well as an EDIF file. It overwrites any existing V and VF files with the same name in the destination directory. Ensure you do not overwrite any existing files that you want to preserve.
After generating an EDIF file, you can use the Xilinx design tools to implement your design.
If targeting a Spartan or SpartanXL device, refer to the Xilinx web page, (http://www.xilinx.com/techdocs/3830.htm), or the A1.5 release notes for the latest details about using CONCEPT2XIL for these device families.