分开单独操作:先使用synplify综合,后使用ise进行map等操作。1、用CORE generator生成了一个FIFO和DCM_ADC(按网上说的设置好,如vendow、netlist),然后外加一个module.v对这两个模块进行调用。2、创建一个synplify pro工程,添加这三个.v文件。最后综合生成一个edf文件。3、建立一个ISE工程,工程类型为EDIF,添加第二步生成的EDF文件,进行Implement过程,报了两个error:“NgdBuild:604 - logical block 'u_clk_dcm' with type 'clk_dcm' could not be resolved. A pin name misspelling can cause this, missing edif or ngc file, or the misspelling of a type name. Symbol 'clk_dcm' is not supported in target 'virtex5'。”最终失败,最后在网上查找资料,还是没找到什么有效方法。