1. 首页
  2. 云计算
  3. Openstack
  4. 如何开始command file的编写

如何开始command file的编写

上传者: 2020-12-12 13:37:01上传 PDF文件 41.21KB 热度 16次
比如你打算写一个DRC的command file 你首先把原有的command file照抄一遍当然,operation部分不能照抄,这部分就是由你来写的你先写好格式,如下:*operation*end然后在之间,填充语句。比如,要检查两根metal1的间距不能小于0.6u语句如下:ext[h] mt1 lt 0.6 out drc01 40整个operation部分的内容就是*operext[h] mt1 lt 0.6 out drc01 40*end本句的具体意思就是mt1 extend to mt1 less than 0.6 ,and check notch, output error
下载地址
用户评论