Home > Community > Forums > Digital Implementation > How to query row area of the block

Email

* Required Fields

Recipients email * (separate multiple addresses with commas)

Your name *

Your email *

Message *

Contact Us

* Required Fields
First Name *

Last Name *

Email *

Company / Institution *

Comments: *

 How to query row area of the block 

Last post Wed, Mar 14 2007 2:43 AM by archive. 2 replies.
Started by archive 14 Mar 2007 02:43 AM. Topic has 2 replies.
Page 1 of 1 (3 items)
Sort Posts:
  • Wed, Mar 14 2007 2:43 AM

    • archive
    • Top 75 Contributor
    • Joined on Fri, Jul 4 2008
    • Posts 88
    • Points 4,740
    How to query row area of the block Reply

    Hello All,
    Does somebody know how to query row area of the block?
    Thanks,


    Originally posted in cdnusers.org by Stalker
    • Post Points: 0
  • Wed, Mar 14 2007 6:34 AM

    • archive
    • Top 75 Contributor
    • Joined on Fri, Jul 4 2008
    • Posts 88
    • Points 4,740
    RE: How to query row area of the block Reply

    Hello,

    Design->Report->Summary... ("summaryReport") contains this information. Here is some sample output:

    ==============================
    Floorplan/Placement Information
    ==============================
    Total area of Standard cells: 469511.230 um^2
    Total area of Macros: 297703.134 um^2
    Total area of Blockages: 0.000 um^2
    Total area of Pad cells: 587500.000 um^2
    Total area of Core: 708425.222 um^2
    Total area of Chip: 2286264.955 um^2
    Effective Utilization: 3.9201e-01
    Number of Cell Rows: 167

    The "Total area of core" should be equal to the row area of the block unless unless you've cut rows from the design.

    "queryPlaceDensity" might also be helpful. But be aware that it calculates the available area by subtracting the things that take up placeable area (like FIXED hard macros and placement obstructions) rather than simply returning the area of the rows. The intent here is to give you a feel for how hard it is going to be to place the standard cells in the design within the available area.

    I don't think there's a natively defined TCL command that returns only the area of the rows in a design, but it would be relatively easy to write a short script that did. Please reply back if that would be helpful.

    Hope this helps,
    Bob


    Originally posted in cdnusers.org by BobD
    • Post Points: 0
  • Wed, Mar 14 2007 6:58 AM

    • archive
    • Top 75 Contributor
    • Joined on Fri, Jul 4 2008
    • Posts 88
    • Points 4,740
    RE: How to query row area of the block Reply

    Thanks,


    Originally posted in cdnusers.org by Stalker
    • Post Points: 0
Page 1 of 1 (3 items)
Sort Posts:
Started by archive at 14 Mar 2007 02:43 AM. Topic has 2 replies.