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

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

日志

use command to report R and route lengths in custom compiler

已有 330 次阅读| 2023-2-18 08:26 |个人分类:日记|系统分类:芯片设计| custom, compiler

在custom compiler 的console中执行如下command来实现in design reporting R 与两点间走线长度:


set context [de::getActiveContext]

db::setPrefValue leStarRCReportResistance -value false -scope $context

db::setPrefValue leResistanceModel -value oaTechDB -scope $context


set res [le::reportResistance [db::getNets a -of [ed]] -source {{194.31 54.74} m5} -destination {{222.955 72.125} m3}]

puts "Path R: [lindex $res 2]"

puts "Length: [lindex $res 3]"


图片



点赞

评论 (0 个评论)

facelist

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

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

    周排名
  • 2

    月排名
  • 0

    总排名
  • 4

    关注
  • 104

    粉丝
  • 56

    好友
  • 111

    获赞
  • 47

    评论
  • 1046

    访问数
关闭

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

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

GMT+8, 2024-3-28 19:16 , Processed in 0.013303 second(s), 8 queries , Gzip On, Redis On.

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