罗风 · 2021年03月25日

Innovus 小技巧 | Innovus 中如何验证低功耗设计

此处论及的低功耗设计是指带IEEE1801 或CPF 的设计,即有多个电压域的设计,对于这样的设计,power mesh 跟placement 做完后,通常需要检查:

  • placement 是否遵照了power intent 的需求,把对应的cell 摆放在了对应的电压域中;
  • 如何report 某个instance 或某个 power domain 的低功耗信息;
  • 如何对Power Grid 进行check, 如missing vias / straps.

Innovus 提供了如下三个强大的命令来完成对应的check:

  • verifyPowerDomain
  • reportPowerDomain
  • verifyPowerVia

verifyPowerDomain

可以用命令 "verifyPowerDomain -bind" 来检查是否所有的cell 都被link 到了对应的库上。

WeChat Image_20210325100315.jpg

可以用命令 "verifyPowerDomain -place" 来检查cell 和power domain placement 的问题,如power domain 是否有 overlap, cell 是否放入了正确的power domain.

WeChat Image_20210325100317.jpg

reportPowerDomain

用命令"reportPowerDomain" 可以报出如下信息:

  • Power domain name
  • Power domain bounding box
  • Timing library
  • Mingap
  • Route search (RS) extension
  • Row type and spacing
  • Instance specific PD information
  • Whether PD is always-on

用命令 "reportPowerDomain -bindLib -powerDomain PD\_name" 来check 指定power domain 中各instance 对应的timing library.



WeChat Image_20210325100320.jpg

用命令"reportPowerDomain -inst $your\_instance" 来check 指定instance 的power domain 信息。

WeChat Image_20210325100323.jpg

reportPowerDomain 还有许多option, 如-shifter/ -isoInst/ -pgNet, 分别可以用于check 指定power domain 中所有的level shifter cells, isolation cells 以及power/ ground nets.

verifyPowerVia

VerifyPowerVia 可做许多power-rail overlap check 用以找出power-grid missing vias. 例如要check 非相邻层之间是否缺少via 可以用命令 "verifyPowerVia -layerRange {bottomLayer topLayer}" 或 "verifyPowerVia -stackedVia".

If you create stripes with 'set2set' distance and want to be able to flag violations where the power rails do not connect to the power stripe within the 'set2set' distance or specified area, you can use the following new verifyPowerVia parameters:

  • -layer\_rail : Specifies the power rail layer to be checked.
  • -layer\_stripe : Specifies the stripe layer list to be checked.
  • -search\_range : Specifies a rectangle area of XY dimension. There should be a valid connection from power rail to power stripe in the specified area.
  • -stripe\_rule : Specifies in microns the center-to-center spacing distance for the power via, which is on the power rail.

示例:如下命令check layer M2 跟 M3 之间power rails 的连接关系, 如果这个VIA center-to-center 距离大于 17um,工具就会报 violation 并且标注对应的 power rail wires.

WeChat Image_20210325100325.jpg

Note: 文中涉及的三个命令,在Innovus 的命令文档中都可以找到更详细的描述,用户可以根据自己的需求加对应的option 做对应的check.

参考文献:

https://support.cadence.com/apex/ArticleAttachmentPortal?id=a1Od0000005xGN6EAM&pageName=ArticleContent

作者:陌上风骑驴
来源:https://mp.weixin.qq.com/s/fobxorZfD8O-3q5psWR9uQ
作者微信公众号
捕获.PNG

相关文章推荐

更多IC设计技术干货请关注IC设计技术专栏。
推荐阅读
关注数
11235
内容数
1222
主要交流IC以及SoC设计流程相关的技术和知识
目录
极术微信服务号
关注极术微信号
实时接收点赞提醒和评论通知
安谋科技学堂公众号
关注安谋科技学堂
实时获取安谋科技及 Arm 教学资源
安谋科技招聘公众号
关注安谋科技招聘
实时获取安谋科技中国职位信息