• 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. How to find a pin in the layout using SKILL....?

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 125
  • Views 16303
  • 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 find a pin in the layout using SKILL....?

Amit  Biswas
Amit Biswas over 14 years ago

Hi,
I am using the following command to search the pin called "b"  in the layout          
leSearchHierarchy(cv cv~>bBox 0 "pin" list(list("term name" "==" "b"))) 
But the output I am getting is for "*b*" not for "b"  

Any  comment , suggestion will be  deeply appriciated

Regards,
Amit

  • Cancel
  • skillUser
    skillUser over 14 years ago

     Hi Amit,

    I believe that the GUI form implicitly adds a "^" to the front and a "$" to the end of the query, but your SKILL code criteria is taken more literally, hence it would find all of the pins that had a "b" in the name.  The simple fix in this case is to change the search expression to "^b$" and you will get just the pins with the name "b".  I tested this in IC5141 and IC61x and it seems that the leSearchHierarchy() function behaves the same in both.

    Best regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Amit  Biswas
    Amit Biswas over 14 years ago

    Thank you Lawrence. Its working fine.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Amit  Biswas
    Amit Biswas over 14 years ago

    Thanks Lawrence , It is working.

    But One problrm is using SKILL command  is very slow compared to GUI, Is there any way to make it faster ?

    Regards,

    Amit

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • skillUser
    skillUser over 14 years ago

    Hi Amit,

    The GUI uses a different function - leHiSearch() does not call leSearchHierarchy() directly, and if looking within the current cellview, it calls a different function still. So, the answer is either to try and write your own pin search routine (rather than the generic capabilities of the leSearchHierarchy function), or to perhaps invoke the GUI function instead.

    Regards,

    Lawrence.

    • 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