• 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. Stacked Vias

Stats

  • Locked Locked
  • Replies 17
  • Subscribers 145
  • Views 23089
  • 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

Stacked Vias

Davadaroo Baba
Davadaroo Baba over 15 years ago

Hi,

I am interested to know if these's a way to create a stacked VIA, say a stack of VIA4 & VIA5 in a 6 metal process.

I am interested to know  how do I add this Stack VIA in the technology file? Can I add it to the tech file throught an API like the CreateStdVia & the CreateCustomVia? Or should I specify it in a constarain group entry(desired one),

I need Via4 & VIA5 placed one over the other.

 

Thanks in Advance.

 

Krish

 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    Which version are you using? The answer is different between IC5141 and IC613.

    Regards,

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Davadaroo Baba
    Davadaroo Baba over 15 years ago

    Andrew,

    I am using 6.1.3

     

    Thanks

    Regards

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    Hi Krish,

    In that case, you should use Create->Via and then select "Stack" and you can enter the start and stop layers. It will create a stack of vias. Yes, it's multiple via objects, each of which is between a pair of layers, but this has the advantage of being simpler, and also better understood by multiple tools.

    If  you use create wire, and change through multiple layers (e.g. hit the space bar to change layer), it will place a stack of vias for you.

    Also, in the "Options" toolbar there is an icon to control whether Via Stack selection is on or not (this also appears on the Options->Selection form). What this does is ensure that if you click on a stack of vias, it selects the entire stack, rather than just the individial vias.

    So there really is no need (and indeed it's not recommended) to create specific stacked vias in the tech file.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Davadaroo Baba
    Davadaroo Baba over 15 years ago

     Hi Andrew,

     

    This is the exact way I am following now.

    But I  am trying to  get  the following mechanism work :

    ( "Dummy_via_group"    nil
        interconnect(
         ( validLayers   (NW OD PO1 M1 M2 M3 M4 M6 .....  ) )
         ( validVias     ( M1__PO M2_M1 M3_M2 M4_M3 M5_M4 M6_M5 ))
        ) ;interconnect
      ) ;

    If I select the  following via group and create a wire,  when I move from M4 to up , it mus place  a stacked Via containing M5_M4_VIA & M6_M5_VIA

    What  changes do I do in the technology file if needed  to achieve this.

     

    Thanks

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    You don't have M5 in the valid layers. If you have M5 in the valid layers, you can hop from M4 to M6 and it should put both vias in, as a stack.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Davadaroo Baba
    Davadaroo Baba over 15 years ago

     M5 in my case becomes an invalid routing layer and will be not available.

    There are 2 cases.

    #1. Process XYZ Where M1, M2, M3, M4, M5 & M6 are available and it puts up a stack, everything works great

    #2. Process ABC Where only M5 is absent and this is where I face the problem. Especially when I want to  have design portability between the 2 options.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    Krish,

    If M5 is absent in the process, don't you just need to define an M4_M6 via - it's not going to be stacked, because there's no M5? Or have I misunderstood? I can't see how you could have a stack from M4 to M5, then M5 to M6 if there's no M5 in the process...

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Davadaroo Baba
    Davadaroo Baba over 15 years ago

     Yes M5 is absent in this process option .

    If I have M6_M4 Via I will face a major issue in porting this desigh to the process option where M5 is present. Because there we do not have a Via M6_M4 obviously.

     

    Any design using this M6_M4 via will not be portable in the process option with  M5 present.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Austin CAD Guy
    Austin CAD Guy over 15 years ago

    Setup a customViaDef which defines a via M6_M4 between M4 and M6.

     Create a pcell M6_M4 which draws the necessary layers for the via. It could check the valid layer list and not draw M5 or it could always draw V4, M5, V5 but the designer would not be able to route on M5 because it is not in the valid layer list. The pcell would have the parameters which coorespond to the stdViaDef parameters so the tools would place them correctly on wide wires.

    Create two  constraint groups, with and without M5 and use the appropriate one.

    ( "Design_With_M5_group"    nil
        interconnect(
         ( validLayers   (NW OD PO1 M1 M2 M3 M4 M5 M6 .....  ) )
         ( validVias     ( M1__PO M2_M1 M3_M2 M4_M3 M5_M4 M6_M5 ))
        ) ;interconnect
      ) ;

    ( "Design_Without_M5_group"    nil
        interconnect(
         ( validLayers   (NW OD PO1 M1 M2 M3 M4 M6 .....  ) )
         ( validVias     ( M1__PO M2_M1 M3_M2 M4_M3 M6_M4  ))
        ) ;interconnect
      ) ;

    When a designer finds the need for M5, they just switch constraint groups. The cell would still exist in the current library and would draw the appropriate layers.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Austin CAD Guy
    Austin CAD Guy over 15 years ago
    Message deleted.
    • 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