此处论及的低功耗设计是指带IEEE1801 或CPF 的设计,即有多个电压域的设计,对于这样的设计,power mesh 跟placement 做完后,通常需要检查:
Innovus 提供了如下三个强大的命令来完成对应的check:
verifyPowerDomain
可以用命令 "verifyPowerDomain -bind" 来检查是否所有的cell 都被link 到了对应的库上。
可以用命令 "verifyPowerDomain -place" 来检查cell 和power domain placement 的问题,如power domain 是否有 overlap, cell 是否放入了正确的power domain.
用命令"reportPowerDomain" 可以报出如下信息:
用命令 "reportPowerDomain -bindLib -powerDomain PD_name" 来check 指定power domain 中各instance 对应的timing library.
用命令"reportPowerDomain -inst $your_instance" 来check 指定instance 的power domain 信息。
reportPowerDomain 还有许多option, 如-shifter/ -isoInst/ -pgNet, 分别可以用于check 指定power domain 中所有的level shifter cells, isolation cells 以及power/ ground nets.
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:
示例:如下命令check layer M2 跟 M3 之间power rails 的连接关系, 如果这个VIA center-to-center 距离大于 17um,工具就会报 violation 并且标注对应的 power rail wires.
Note: 文中涉及的三个命令,在Innovus 的命令文档中都可以找到更详细的描述,用户可以根据自己的需求加对应的option 做对应的check.
驴说IC
参考文献:
https://support.cadence.com/apex/ArticleAttachmentPortal?id=a1Od0000005xGN6EAM&pageName=ArticleContent