Nov
27
Xilinx文档:Setting Up Designs for Incremental Design
Incremental Design的主要步骤是:
1、设置Enable Incremental(Implement Properities)
2、写XCF文件,并将XCF文件加入Synthesis Properities
3、Cleanup Project Files
4、User Constraints -> Assign Area Constraints 设置Area Group到UCF文件
5、Implement
注意:
1、如果设置了Enable Incremental Design,那么Assign Area Constraints的时候会自动生成Area Groups。这时候只需要指定地方就可以了。
2、XCF文件的语法:
MODEL "top" incremental_synthesis = yes;
MODEL "A" incremental_synthesis = yes;
MODEL "A" resynthesize = yes; --verilog才需要resynthesize
注意,是incremental_synthesis 和resynthesize
Incremental Design的主要步骤是:
1、设置Enable Incremental(Implement Properities)
2、写XCF文件,并将XCF文件加入Synthesis Properities
3、Cleanup Project Files
4、User Constraints -> Assign Area Constraints 设置Area Group到UCF文件
5、Implement
注意:
1、如果设置了Enable Incremental Design,那么Assign Area Constraints的时候会自动生成Area Groups。这时候只需要指定地方就可以了。
2、XCF文件的语法:
MODEL "top" incremental_synthesis = yes;
MODEL "A" incremental_synthesis = yes;
MODEL "A" resynthesize = yes; --verilog才需要resynthesize
注意,是incremental_synthesis 和resynthesize
阿布
2009/06/17 11:26
请问怎样写xcf文件呢?
RickySu 回复于 2009/06/17 22:38
新建一个文本文件保存为xx.xcf就可以了
分页: 1/1
1
1
垃圾trackback
怎样把FIR参数由小数转换成整数




