IC Layout: What are I/O Pads and Why are They Necessary?

  • Thread starter Thread starter EvLer
  • Start date Start date
  • Tags Tags
    Ic
AI Thread Summary
I/O pads are essential in IC layout as they provide a reliable interface for connecting input/output signals to the chip, primarily through bond wires that link the IC to the external world. These pads must be larger than typical IC features to ensure accurate bonding, as the bonding process can misplace wires. The discussion highlights the distinction between analog pads, which serve as metallic contacts, and digital pads, which include drivers and amplifiers necessary for managing off-chip capacitance. Additionally, issues can arise during layout, such as connectivity violations when adding dummy pins, which may require rerunning place and route processes to resolve. Understanding the role of I/O pads and their associated drivers is crucial for effective IC design.
EvLer
Messages
454
Reaction score
0
Does anyone know why I/O pads are necessary in IC layout?
is it because there are input/output signals coming in/out of the chip and one would want to interface it to something else?
Is it really that simple? or I am missing something...
 
Last edited:
Engineering news on Phys.org
The biggest reason is that the external world is connected to the IC by bond wires. The bond wires, while still thinner than human hairs, are absolutely enormous when compared to IC feature sizes. Futhermore, the bonding machine is not perfect, and doesn't always land its bonding wires in exactly the right spot.

Besides, you need some kind of metallic (ohmic) connection between the chip and the outside world; you can't easily bond a wire to silicon.

The solution is to use a little metal pad, large enough that the bonder can hit it nearly 100% of the time.

- Warren
 
ooooooohhh... ok... now i get it... thanks :)
 
By the way, you didn't specify whether you're talking about analog or digital pads, but there's a bit of a nomeclature problem in the industry.

An 'analog pad' is essentially just a metallic (ohmic) contact, also called simply a 'bond pad.' The term 'digital pad,' however, is sometimes used to refer to both the bond pad AND the digital pad driver and amplifier used for I/O.

If you're asking "why do ICs need special pad drivers?" then the answer is because off-chip lines have large capacitance, and you need a very large driver, capable of large currents, to quickly charge and discharge that capacitance.

- Warren
 
chroot said:
By the way, you didn't specify whether you're talking about analog or digital pads, but there's a bit of a nomeclature problem in the industry.
- Warren
I think I meant 'analog'... and actually did not know about the digital part of it. So, they actually use amplifiers for I/O? thanks for the extra stuff...
 
ok, one more thing... I recently did a layout of my chip in SOC encounter and I had to pad it with no-connect pins, i.e. dummy pins. Since the design was presupposing a square chip with 40 pins, 10-N, 10-S, 10-E, 10-W, I padded everything up to 40, I had only 19 I/O proper. However I noticed the pins were spaced out. I ran verify connectivity and did not get any violations. But then when I added more no-connect pins to fill in the spacing around the core I got 600-some connectivity violations. How do I fix this?
 
Last edited:
I hope you ran place & route again after you laid down your dummy pads?

- Warren
 
Back
Top