Design Compiler在使用时, 须要读取Memory Compiler生成的SRAM的DB文件,这就须要将Memory Compiler生成的lib文件转换为db文件:
DC读lib文件:read_lib xxx.libweb
DC吐出相应的db文件:
write_lib -formate db xxx -output xxx.dbsvg
注:DC 的 K-2015.06 版本后自身不支持library compiler,能够使用以前的版本,或者自行安装library compiler。orm
安装library Compile 后使用help命令查看如何使用,也比较简单
原文链接:https://blog.csdn.net/immeatea_aun/article/details/78867928
网友评论