求助:dc中的 library compiler怎么创建.db文件
时间:10-02
整理:3721RD
点击:
library compiler怎么创建.db文件?
read_lib
write_lib
这两个命令
如果不熟就 -help 或者man一下这两个命令。
多谢了啊.
仔细查看sold
write -f verilog -h -o *.db
hehe
maybe the command "write" do not work,
In Library compiler, it should be write_lib
dc 中 read_lib xxxx.lib
write_lib xxxxx.db
read_lib A.lib
write_lib -f db A -o A.db
