• 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 Design
  3. What is the syntax for creating pins withing SKILL

Stats

  • Locked Locked
  • Replies 10
  • Subscribers 126
  • Views 18168
  • 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

What is the syntax for creating pins withing SKILL

JMCaJHU
JMCaJHU over 16 years ago

 I tried accessing the documentation, but it seems to be unavailable at my university this year.  I was just wondering what the syntax for creating a pin is.  I think it is dbCreatePin( ) but i don't know the parameters.  

 Also is there a way to specify what material/metal the pin is created on?

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 16 years ago
    You should also try to resolve the documentation issue. Writing SKILL code without docs is going to be rather hard. I consider the tools crippled if the documentation has been deleted.

    You should be able to run the cdsFinder command from the UNIX prompt, or startFinder() in the CIW. This will bring up the "quick reference" - not the documentation, but a short description of the function and the template for the function.

    If cdsdoc (cdnshelp in the latest releases) does not work, you should raise that with whoever is responsible for your installation. You may however be able to just look in <ICinstDir>/doc and this contains directories for each manual, containing HTML and PDF formats. The one you want is in "skdfref" (I think; I'm offline so I can't check).

    To further what Lawrence says, you'll need to use dbMakeNet to create the net first, and dbCreateRect (or whatever) to create the pin figure. Then pass the results of these two to dbCreatePin.

    Regards,

    Andrew
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 16 years ago
    You should also try to resolve the documentation issue. Writing SKILL code without docs is going to be rather hard. I consider the tools crippled if the documentation has been deleted.

    You should be able to run the cdsFinder command from the UNIX prompt, or startFinder() in the CIW. This will bring up the "quick reference" - not the documentation, but a short description of the function and the template for the function.

    If cdsdoc (cdnshelp in the latest releases) does not work, you should raise that with whoever is responsible for your installation. You may however be able to just look in <ICinstDir>/doc and this contains directories for each manual, containing HTML and PDF formats. The one you want is in "skdfref" (I think; I'm offline so I can't check).

    To further what Lawrence says, you'll need to use dbMakeNet to create the net first, and dbCreateRect (or whatever) to create the pin figure. Then pass the results of these two to dbCreatePin.

    Regards,

    Andrew
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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