twoyyf的个人空间 https://blog.eetop.cn/720411 [收藏] [复制] [分享] [RSS]

空间首页 动态 记录 日志 相册 主题 分享 留言板 个人资料

日志

merge gds

已有 159 次阅读| 2024-7-15 13:42 |个人分类:layout|系统分类:芯片设计| layout, merge, calibredrv

##merge GDS:add filling cell to top cell, not create new top.

set layout1 [layout create topCell.gds -dt_expand]

set layout2 [layout create topCell.fill.gds -dt expand]

set output topCell.merged.gds

set topcell [ $layout1 topcell ]

set topcell_fill [ $layout2 topcell ]

foreach cell [ $layout1 cells] {

if { [string match $topcell_fill $cell] } {

puts "In conflict cell in $topcell and $topcell fill: $cell."

Exit

}

##$L import layout {handle | file} del mode{if conflict}

$layout1 import layout $layout2 FALSE rename

##added fill cell to top cell.

##$L create ref incell refcell x y mirror angle mag [cols rows xspace yspace]

layout1 create ref $topcell $topcell fill 0 0 0 0 1

set output type [file extension $output]

##output merged gds

$layout1 gdsout $output



点赞

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 注册

  • 关注TA
  • 加好友
  • 联系TA
  • 0

    周排名
  • 0

    月排名
  • 0

    总排名
  • 0

    关注
  • 1

    粉丝
  • 0

    好友
  • 0

    获赞
  • 0

    评论
  • 166

    访问数
关闭

站长推荐 上一条 /1 下一条

小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-10-4 21:16 , Processed in 0.023166 second(s), 16 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部