|
发表于 2014-9-18 10:38:23
|
显示全部楼层
在xilinx官网上下xeclib库,在读入Reference或Implementation的时候,选择Option,修改Library type 为Read technology library files into library,再通过“Verilog”按钮将xeclib中的库文件读入,load完后设置top design就可以了。友情提醒,unmatch点很多哟~~
下面是官方的回复,可参考下:
Verilog source files for the Unisims/Simprims libraries is available with the Xilinx install for >=12.1 at "%Xilinx%/verilog/xeclib/".
These files are not synthesizable and can only be interpreted as a technology library. Synopsys Library Compiler can read these files to generate a .db technology library, if you have a Library Compiler license.
In Synopsys Formality, the verilog files can be loaded into your container by adding all of the source files as a "technology library" instead of into your source library "work" ("Read Design Files" tab -> "Options..." button -> "Library type" tab -> "Read technology library files into library:" radio button). The library source files will not successfully compile as a source library but they are accepted fine as a technology library. Since you can only load files to one library at a time, you have to load the files for each technology/source library in a seperate transaction. |
|