• 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. Digital Implementation
  3. How to sort pins in a particular order?

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 92
  • Views 15289
  • 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 sort pins in a particular order?

NAADHAN
NAADHAN over 16 years ago

Hi,

           I have a done a floor-plan and now the pin section need to be sorted and placed.... Initially this was sorted by name. But i have a specific order in which i want them to appear... So how should i tell the tool(encounter) that i want the pins to be placed in this specific order??..

There are around 900 pins....

 

Thanks & Regards,

NAADHAN

  • Cancel
Parents
  • jgentry
    jgentry over 16 years ago

     Say the "odd" layers are vertical and you want to place your 900 pins on the top of your block.  When you use edit pin, you can only specify a single layer (see below):

     editPin -honorConstraint 1 -unit TRACK -fixedPin 1 -fixOverlap 1 \
       -cell cell_name -pin [list the ordered lists of 900 pins] \
      -spreadType CENTER -side TOP -layer 3 -spacing 2

    If the block was somewhat skinny and you don't have room for all 900 pins, you may want to divide the pins between layers 3 and 5 (maybe even through 7 into the mix if there still isn't enough room).  Thus, if you needed to split the 900 out, you'd have to:

     editPin -honorConstraint 1 -unit TRACK -fixedPin 1 -fixOverlap 1 \
       -cell cell_name -pin [list the ordered lists of first 450 pins] \
      -spreadType CENTER -side TOP -layer 3 -spacing 2

     editPin -honorConstraint 1 -unit TRACK -fixedPin 1 -fixOverlap 1 \
       -cell cell_name -pin [list the ordered lists of last 450 pins] \
      -spreadType CENTER -side TOP -layer 5 -spacing 2

     

    Make sense?
    JG

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • jgentry
    jgentry over 16 years ago

     Say the "odd" layers are vertical and you want to place your 900 pins on the top of your block.  When you use edit pin, you can only specify a single layer (see below):

     editPin -honorConstraint 1 -unit TRACK -fixedPin 1 -fixOverlap 1 \
       -cell cell_name -pin [list the ordered lists of 900 pins] \
      -spreadType CENTER -side TOP -layer 3 -spacing 2

    If the block was somewhat skinny and you don't have room for all 900 pins, you may want to divide the pins between layers 3 and 5 (maybe even through 7 into the mix if there still isn't enough room).  Thus, if you needed to split the 900 out, you'd have to:

     editPin -honorConstraint 1 -unit TRACK -fixedPin 1 -fixOverlap 1 \
       -cell cell_name -pin [list the ordered lists of first 450 pins] \
      -spreadType CENTER -side TOP -layer 3 -spacing 2

     editPin -honorConstraint 1 -unit TRACK -fixedPin 1 -fixOverlap 1 \
       -cell cell_name -pin [list the ordered lists of last 450 pins] \
      -spreadType CENTER -side TOP -layer 5 -spacing 2

     

    Make sense?
    JG

    • 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