• 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. How to get VIAS name for a particular technology ?

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 13483
  • 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

How to get VIAS name for a particular technology ?

Amar Kumar
Amar Kumar over 9 years ago

Hello,

 

To get all the VIAS name for a technology , I am using this :

techID~>viaDefs~>name

The above statement is giving me all the VIAS form the technolog y, but  I want only the vias which can be used in layout.

Ex: when you call the function "leHiCreateVia()" in layout window,a GUI opens.In that GUI list of VIAS are there , which user can select and put in the layout .

So through skill , how can I get those vias name.

OR from list (techID~>viaDefs~>name) , how can I filter the original VIAS.

Please suggest me,

 

Thanks in advance,

Amar

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    Hi Amar,

    cvId=geGetEditCellView()
    cgName=cstGetDefaultConstraintGroupName(cvId "Via")
    split=parseString(cgName ":")
    cgId=if(car(split)=="dsn" then
        cstFindConstraintGroupIn(cvId cadr(split))
      else
        cstFindConstraintGroupIn(techGetTechFile(cvId) cgName)
      )
    validVias=cstFindFirstConstraint(cgId "validVias")->value

    This gets the current constraint group name (as specified on the Editor Options) for Vias, and then looks up that constraint group, and then looks for the "validVias" constraint and retrieves the value.

    Regards,

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Amar Kumar
    Amar Kumar over 9 years ago

    Hi Andrew,

    This is exactly what i was looking for and it is working great.

    Many many thanks for the information.

    Really helped me a lot.

     

    Again thank you so  much.

    Amar

    • 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