• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. Add new metal layer

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 144
  • Views 14692
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Add new metal layer

Michael85
Michael85 over 13 years ago

Hi,

I would like to add M7 layer above the M6 layer automatically in the entire design.

in order to do that I need to create VIA M7-M6 between the to layers.

Is there a way to do that?

To cover M6 with M7 and create vias between them.

 Thanks,

Michael

  • Cancel
  • marcelpreda
    marcelpreda over 13 years ago

     Hi Michael,

    To copy M6 to M7 you may have a look at dbLayerOr() function.

    dbLayerOr(
    d_cellViewId
    t_layerName
    l_dbIdList1
    [ l_dbIdList2 ]
    [ x_numVertices ]
    )

     

    I guess that you should descend down into the hierarchy on each cell do

    ;; open the lib/cell/view in "cv" variable

    m6_lpp = car(exists(lpp cv->lpps (lpp->layerName == "M6" && lpp->purpose == "drawing")))

    m7_list = dbLayerOr(cv "M7" m6_lp->shapes)

     ;;Now you will have the M7 shapes in m7_list.

     Eventually to improve the speed if  a lib/cell/view is used multiple times in the layout, and  you have already added M7 you have to skip the procedure next time (M7 is already there).

     Regarding via placing, I think that here you will need a more complex procedure.

     

    Anyway the question is: is a good idea to put M7 everywere over M6 ?

    If you already have some M7 shapes in the layout you may create unwanted shorts.

     Hope this helps,

    Marcel

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Michael85
    Michael85 over 13 years ago

    Thanks marcelpreda.

    It works fine.

    Michaael

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information