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

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

日志

Cadence 之 多View下默认打开Schematic

已有 260 次阅读| 2024-8-22 23:44 |个人分类:经验分享|系统分类:芯片设计| Cadence, cdsinit, Cadence, Cadence

当一个Cell有多个View,如schematic、symbol、layout、calibre、adexl等,一般我们只想要看原理图schematic,不想每次双击都跳出一个菜单选择view和打开方式。配置成默认new tab打开原理图


image.png

不再打开这个窗口选择 view 和打开方式

论坛中有类似帖子 https://bbs.eetop.cn/thread-961593-1-1.html ,但解决方法不尽人意


配置方式来源自帮助文档:Descending Using the Descend Command & Descend Edit/Read & View Name List 

帮助文档原文如下:

Press the F3 key in the active Descend command to bring up the options form. 

Target Cellview Specify the descend target cellview, either query user or use viewNameList.

Environment variable: descendTarget

If the descend target is query user (default), the Descend form opens, asking you which view you want to descend into.

If the descend target is use viewNameList, type view names in a specific order in the View Name List field in the Command tab of the Editor Options form.



单次配置:

`Edit > Hierarchy > Descend Edit : Shift+E → F3 > Target Cellview:viewNameList & Open in new tab` 

`Editor Options > Command Controls > View Name List > schematic 置于第一位` 


写入环境变量:


.cdsinit

`envSetVal("schematic" "viewNameList" 'string "schematic calibre spectre cmos_sch cmos.sch veriloga")`

`envSetVal("schematic" "descendDemoteViewNameList" 'string "calibre")` ; set calibre view at the end of viewNameList

`envSetVal("schematic" "descendTarget" 'string "use viewNameList")`

`envSetVal("schematic" "descendCanvasType" 'string "new tab")`

第二句可选,意思是将 calibre 放在 viewNameList 的最后。

如果设置不成功可以加入这句,因为calibre一般是默认第一个的

.cdsenv

`schematic descendTarget string use viewNameList`

`schematic viewNameList 'string schematic symbol`

cdsinit cdsenv 语句等效,设置一个即可


同样可以配置当前tab(current tab), read打开



点赞

全部作者的其他最新日志

评论 (0 个评论)

facelist

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

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

    周排名
  • 4

    月排名
  • 0

    总排名
  • 1

    关注
  • 0

    粉丝
  • 0

    好友
  • 3

    获赞
  • 3

    评论
  • 7

    访问数
关闭

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

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

GMT+8, 2024-9-27 07:18 , Processed in 0.020781 second(s), 15 queries , Gzip On, Redis On.

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