使用dc_shell 进行lib2db
时间:10-02
整理:3721RD
点击:
各位,在使用dc_shell、dc_shell -gui、dc_shell-t、dc_shell-t -gui,命令行模式、图形界面模式下,都试了,可以正确的read_lib,但在write_lib -format db “libname”时就会报“write_lib in dc_shell is not enable,please start new session and do enable_write_db_mode to enable it”,在手册、帮助文档中没有找到设置
enable_write_db_mode及类似变量的内容。这个问题是该怎么解决呢?
注:在2010-sp5版本是上述操作是可以的,但在2013.12-SP2更高级版本上不可以。
我是采用的lc_shell完成的上述操作。
enable_write_db_mode及类似变量的内容。这个问题是该怎么解决呢?
注:在2010-sp5版本是上述操作是可以的,但在2013.12-SP2更高级版本上不可以。
我是采用的lc_shell完成的上述操作。
I believe you need library compiler license
invoke lc_shell, then
write_lib libname -format db -o####.db
after version 2013, Synopsys remove write_lib command form dc_shell.
you need lc_shell to finish this task.
do we need separate license ?
Yes, you need the feature "Library-Compiler"
I agree withupstairs
lc_shell is good
在dc_shell设置一下set enable_write_db_mode True
enable_write_db_mode 是一条命令,刚打开dc_shell的时候就执行,后面就可以write lib了
同楼上,楼上的楼上。
打开dc_shell,先执行 “enable_write_db_mode",后面就可以用write_lib了