How to solve layout Minimum Density Area across chip / CHIP Area must be >= 14%

Discussion in 'Cadence' started by boki, Sep 17, 2003.

  1. boki

    boki Guest

    Dear All:

    When I using TSMC 0.35 2P4M process to layout, the DRC error report
    these messages:

    1. POLY Minimum Density Area across chip / CHIP Area must be >= XX%
    2. M1 Minimum Density Area across chip / CHIP Area must be >= XX%
    3. M2 Minimum Density Area across chip / CHIP Area must be >= XX%
    4. M3 Minimum Density Area across chip / CHIP Area must be >= XX%
    5. M4 Minimum Density Area across chip / CHIP Area must be >= XX%

    But, in my layout design, I did't need these layers or area, could you
    please give me some suggest?

    Thanks!

    Boki.
     
    boki, Sep 17, 2003
    #1
  2. If you do not need POLY, then you have no transistors. If you do not
    need even M1, then you have no interconnect. The area they are talking
    about is the area of the chip, also known as your design.

    Assuming you are using Diva, to find the area of the design which has
    low density, try using a recent hot fix and a rule like the following.
    Substitute whatever layer is the bounding rectangle of the design for
    CHIP. Using geomBkgnd(0) might be enough. The resulting error markers
    are the windows which have density that is too low.

    drc(POLY CHIP coverage < 0.14 windowSize(10) stepSize(5)
    keep "density < 0.14")
     
    Edward J Kalenda, Sep 17, 2003
    #2
  3. boki

    S. Badel Guest

    usually you add dummy structures
    check the design rules maybe they explain how to build these
     
    S. Badel, Sep 17, 2003
    #3
  4. boki

    Ethan Dawe Guest

    Boki,

    The design rules require a certain density of metal over the total (chip)
    design area to ensure even planarization of the metal layers during CMP
    steps of the wafer fab. Design rules specifiy these percentages of each
    metal that must be met in your design. Here is a link to the MOSIS website
    which has a good description of the typical rules. Be sure to check your
    process specific rule from TSMC
    http://www.mosis.org/Technical/Designrules/guidelines.html
     
    Ethan Dawe, Oct 16, 2003
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.