[ Shell ] 通过 Shell 脚本导出 CDL 网表
Python微信订餐小程序课程视频
https://edu.csdn.net/course/detail/36074
Python实战量化交易理财系统
https://edu.csdn.net/course/detail/35475 https://blog.csdn.net/yeungchie/
通过 si 导出电路网表,实际上在 Virtuoso 中通过菜单 File - Export - CDL 和 Calibre LVS 中 Export from schematic viewer 也是通过 si 来导出电路网表的,下面讲下如何使用。
如何运行 si
下面是 si 的运行命令, $cdslibFile 为 cds.lib 文件。
复制代码
1
bashsi -batch -command netlist -cdslib $cdslibFile
si.env 文件
在 si 的运行路
共有 0 条评论