calibredrv给GDS中的cell加后缀

set L [layout create xxx.gds -dt_expand -preservePaths -preserveTextAttributes -preserveProperties]
set T  {$L topcell]
set clist [$L cells]
foreach child $clist {
  if {$child !=$T} {
    $L cellname $child ${child}_yourSuffix
  }
}
$L gdsout xxx_new.gds
陕ICP备20000710号
本站已运行15年4月22天
发表了391篇文章 · 总计13万8千字
Built with Hugo
Theme Stack designed by Jimmy