ICC2:自动修transition脚本

ac3c9b1503a54e218cd092149cfb2ada.png

68a036ece1004a6f813b3754be8a8eaa.png

我正在「拾陆楼」和朋友们讨论有趣的话题,你⼀起来吧?

拾陆楼知识星球入口

76917b68a5794dd9aa0a2449c666cd63.png

此脚本的逻辑是抓取rpt中的pin,然后再抓取驱动名字,最后替换驱动来修transition,1.需要整理rpt文件,删掉开头结尾的注释,2.需要清楚工艺库的cell名字,自行匹配

set rpt_context ./transition_vio.rpt
file mkdir pin_vio.rpt
set out_context ./pin_vio.rpt
set input_file [open $rpt_context r]
set output_file [open $out_context w]
while {[gets $input_file line] >= 0} {

相关推荐

  1. <span style='color:red;'>IDC</span><span style='color:red;'>脚本</span>

    IDC脚本

    2024-04-23 17:26:02      21 阅读
  2. PT通过size vt时序脚本

    2024-04-23 17:26:02       32 阅读
  3. Python 自动化脚本系列:第2

    2024-04-23 17:26:02       25 阅读
  4. MySQL自动备份脚本

    2024-04-23 17:26:02       64 阅读
  5. nginx自动清理脚本

    2024-04-23 17:26:02       27 阅读
  6. HadoopHa自动安装脚本

    2024-04-23 17:26:02       21 阅读
  7. Redis自动部署脚本编写

    2024-04-23 17:26:02       55 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-23 17:26:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-23 17:26:02       106 阅读
  3. 在Django里面运行非项目文件

    2024-04-23 17:26:02       87 阅读
  4. Python语言-面向对象

    2024-04-23 17:26:02       96 阅读

热门阅读

  1. php常见图片处理方法

    2024-04-23 17:26:02       37 阅读
  2. SpringBoot学习路线推荐

    2024-04-23 17:26:02       39 阅读
  3. 算法刷题记录 Day51

    2024-04-23 17:26:02       33 阅读
  4. 在线办公:巨头通往新质生产力的一把利剑

    2024-04-23 17:26:02       34 阅读
  5. Python-07-循环遍历、嵌套循环

    2024-04-23 17:26:02       28 阅读
  6. 支持三十多个算法的免费科学计算API

    2024-04-23 17:26:02       32 阅读
  7. 代码托管(二)git(1)介绍

    2024-04-23 17:26:02       37 阅读
  8. next server 组件 加载client 组件,使用suspense

    2024-04-23 17:26:02       32 阅读
  9. 更全面的Embedding介绍

    2024-04-23 17:26:02       39 阅读