设置生成网表程序top层
在综合选项中去掉 IOBuffer,具体操作为在综合设置窗口的 Options 下面最后一项 More Options 一栏写入 -no_iobuf;
综合完成后,打开 Synthesized Design,并在 Tcl Console 中输入:write_edif path/xx.edif例化时,要保留一个跟eidf 同名的 hdl 文件,且文件中只保留 module 的接口和 parameter 参数
Tcl命令:
不含Xilinx IP
write_edif F:/FPGA/abc.edf
包含Xilinx IP
write_edif -security_mode all F:/FPGA/abc.edf