-
Hi, I'm trying to place pins manually after the floorplan stage, because I don't want to place pins automatically around the die boundary.
Looking forward to your reply, thank you very very much! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
|
Beta Was this translation helpful? Give feedback.
-
OK fine, that really helps! Thank you a lot! |
Beta Was this translation helpful? Give feedback.
-
However, after placing pins manually: |
Beta Was this translation helpful? Give feedback.
define_pin_shape_pattern
creates a regular grid where pins can be placed throughout an area. This is mostly used if you want to create pins on your top layer, such as for a block which uses M1-M4 so that pins can be connected on M4 from above. The much more common use case is for advanced packaging. From the README: The define_pin_shape_pattern command can be used to place pins in any metal layer with the minimum allowed spacing to facilitate 3DIC integration of chips using face-to-face packaging technologies. These technologies include micro bumps and hybrid bonding for high density face-to-face interconnect.set_io_pin_constraint
assumes the normal pin placement rules, where pins will …