• 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. Create pins from text

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 126
  • Views 13889
  • 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

Create pins from text

Steve Mikes
Steve Mikes over 13 years ago

I'm trying to create pins in a semi-automated way. I'm using the Create Label form in Auto mode to place labels onto wires at a certain location based on their connectivity info. This works fine. The problem is though that it doesn't create "label" objects, but rather "text display" objects. These are not recognized by the "Create pins from labels" tool, which only recognizes "label" objects. 

 Is there a way to either convert text displays to labels, make the create label tool place labels instead of text displays, or get the create pins from labels tool to recognizes text displays? 

 Thanks!

  • Cancel
  • Eduard Raines
    Eduard Raines over 13 years ago

    Hi,

    You can write a simple skil code to do this.

    Something like this :

    cv=geGetWindowCellView()

    tdList = setof(shape cv~>shapes shape~>objType =="textDisplay")

    foreach(text tdList 

    ;get text display name 

    lblName = text~>owner~>name

    ;create the label 

    dbCreateLabel(cv text~>lpp text~>xy "OO" text~>justify text~>orient text~>font text~>height )

    ;delete text display 

    dbDeleteObject(text)

    );foreach

     

    Regards,

    Eduard Raines

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Eduard Raines
    Eduard Raines over 13 years ago

    Please substitute "OO" in dbCreateLabel function with lblName.

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

     Eduard,

     Just wanted to say thanks for this solution - exactly what I was looking for today! You saved me a lot of time and headache.

    - Kari

    • 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