在综合实现这一部分,ISE主要有5个步骤

   synthesize,translate,map,place&route,generate programming File
 
1、synthesize:
   工具可以用自带的XST(全称为xilinx sythesize technology),Synthesis完毕后,可以用任何的文本工具打开后缀名为“.syr”的文件,察看synthesis的具体运行过程及报告。
命令可如下:
xst -ise "G:/communication/adhoc/code/vitgenerate/testrst/testproj.ise" -intstyle ise -ifn testrst.xst -ofn testrst.syr
在这一过程中产生的比较重要的文件有 .ngr 逻辑设计的网表   .ngc 包含了逻辑设计及约束的网表.
 
2、translate:
把所有的netlist以及user constrain合并成一个.ngd文件,以待map使用。这个过程用到的工具是ngdbuild. 产生后缀名为.bld的文件
ngdbuild -ise "G:/communication/adhoc/code/vitgenerate/testrst/testproj.ise" -ints