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

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

日志

skill一些函数小笔记

热度 2已有 377 次阅读| 2024-2-5 14:18 |个人分类:学习skill|系统分类:芯片设计

从论坛找到的skill 官方文档说明

sklanguser : skill 语言的用户指南,入门必读。怎么用skill,不会教怎么调用Cadence的工具。

sklangref :skill 语言的参考手册,语言本身的问题都可以在参考手册中找到。

skdfref: 如何使用skill 调用cadence 数据库的手册,主要是版图数据库,如果你想直接改你的cell的话,本质上就是改这个cell的数据库,不用打开图形界面就可以更改。

sklayoutref : 如何用skill 调用cadence 版图界面的手册。注意,它需要打开版图界面才能使用。

skcompref : 如何用skill 调用cadence 原理图界面和数据库的手册。


  1. remove() : returns a copy of a list with all top-level elements equal to a SKILL object removed. Can also be used to remove an entry from an association table, in which case the removal is distructive , that is ,any other reference to the label will also see the changes. remove uses equal for comparison . remove can also be used with an association table to identify and remove an entry corresponding to the key specified in the function .

    eg:  remove("x" `("a" "b" "x" "d" "f")) => ("a" "b" "d" "f")

  2. geGetSelSetFigPoint() : returns a list indicating whether points are selected for an object. the list contains boolean values corresponding to the point list of object d_figId. each boolean is t if the corresponding object point is selected ; otherwise, it is nil . since instances, mosaics ,labels ,and dots cannot be partially selected, the list contains a single boolean specifying whether the object is selected or not.

  3. dbGetTrueOverlaps() : returns a list of all objects(such as , shapes,instances, and mosaics) in a cellview that overlap the area specified by l_bBox. if the object comes from a lower level in the hierarchy , instead of from the specified cellview , the object is represented by a list (potentially a nested list , if it comes from more than one level down). each level of the list has the ID of the instance in the corresponding level in the hierachy .

    eg: shapeList finds all the shapes on the device layer with drawing purpose on the top level .

           shapeList = dbGetTrueOverlaps(cv cv~>bBox "device")

2

点赞

刚表态过的朋友 (2 人)

评论 (0 个评论)

facelist

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

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

    周排名
  • 0

    月排名
  • 0

    总排名
  • 1

    关注
  • 1

    粉丝
  • 5

    好友
  • 2

    获赞
  • 5

    评论
  • 280

    访问数
关闭

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

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

GMT+8, 2024-5-1 21:23 , Processed in 0.023466 second(s), 16 queries , Gzip On, Redis On.

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