• 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. Pin assignment

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 92
  • Views 7228
  • 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

Pin assignment

gpeyton
gpeyton over 2 years ago

Hi,

I have two groups of pins for the LEFT and RIGHT sides. I have 2 problems relating to the code below.

  1. The pins appear ok in the GUI, but the spacing seems to be set to 3.2, not 2.5 as expected. Min width is not 3.2um
  2. the LEFT and RIGHT pins are not aligned in y-dim. I tried to align them using offsetStart, but that didn't work.

Many thanks for the assistance.

set interface_pin_pitch 2.5
set pin_width 0.5

editPin -pin $interface_pins \
-layer $interface_layer \
-fixedPin 1 \
-edge 2 \
-offsetStart [expr $interface_pin_pitch/2] \
-spacing $interface_pin_pitch \
-spreadType CENTER \
-pinWidth $pin_width \

editPin -pin $addr_pins \
-layer $interface_layer \
-fixedPin 1 \
-edge 0 \
-spacing $interface_pin_pitch \
-spreadType CENTER \
-pinWidth $pin_width \

  • Cancel
  • DimoM
    DimoM over 2 years ago

    Hi,
    how much is the misalignment that you have ? Is it in the range of your track pitch ? You can query your track pitch with:
    get_db [get_db layers $interface_layer] .pitch_y

    The default behavior is to snap the pins to the closest routing track. You can change this with the -snap switch, e.g. -snap MGRID to snap to the manufacturing grid. 

    - Dimo

    • 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