微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微电子和IC设计 > IC后端设计交流 > ICC stream out top level gds

ICC stream out top level gds

时间:10-02 整理:3721RD 点击:
请教各位:
怎么样能够在ICC里导出完整的GDS呢?
我现在这样用的:
set_write_stream_options -map_layer ../library/gds2OutLayer.map
write_stream -lib_name ${lib_name} -cells ${cell_name} ./output/${cell_name}.gds
这样出来的gds只有顶层连接,模块都是空壳,请高人指点

如果reference的lib中含有CEL这部分信息的话,应该能出来吧

模块的mw lib是用LEF做的,所以有CEL信息,但是也只是个壳子
这样的话,即使出来GDS也没意义,还是只能在icfb里去merge了,是这样的吗?
通常大家是怎么做的呢?谢谢

加上-child_depth 99选项,就能输出full gds,如下:
set_write_stream_options -reset
set_write_stream_options -child_depth 99 -output_pin {text geometry} -map_layer ../library/gds2OutLayer.map
write_stream -lib_name ${lib_name} -cells ${cell_name} -format gds ./output/${cell_name}.gds

我是用脚本在calibredrv里merge的

LS是牛人 膜拜啊

ref cell里面有真正的GDS full mask layer (AA,poly)才行的,然后就是那个option:-child_depth 99

最近也碰到這問題,得學習學習。 : )

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top