日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

Innovus中如何验证低功耗设计

發布時間:2023/12/15 46 生活家
生活随笔 收集整理的這篇文章主要介紹了 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 到了對應的庫上。

可以用命令 "verifyPowerDomain -place" 來檢查cell 和power domain placement 的問題,如power domain 是否有overlap, cell 是否放入了正確的power domain.

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 -powerDomainPD_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

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 newverifyPowerViaparameters:

  • -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 thecenter-to-center spacingdistance 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.

Note: 文中涉及的三個命令,在Innovus 的命令文檔中都可以找到更詳細的描述,用戶可以根據自己的需求加對應的option 做對應的check.

總結

以上是生活随笔為你收集整理的Innovus中如何验证低功耗设计的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。