Monday, January 27, 2014

3D Integrated Circuit Physical Verification

Continuing on the 'can IC Validator do that?" theme - another question I am often asked is "What do I have to do special with DRC and LVS to make my 3D packaged die work?".  Very much like my last thread, the short answer is what you're hoping to hear - "Nothing!".  Disclaimer - don't go off and tell your manager that just yet.  There are a few nuances, but in general, your physical verification design flow won't change dramatically.  In other words, read on....

One more disclaimer: In this discussion, I will deal only with the question of verifying each die individually.  Verifying multiple chips simultaneously brings a different set of challenges.  I'll address the question of the simultaneously verifying mulitple die in a separate email.

There are really two types of multi-die packages used in the industry today that use the monicker "3D-IC".  They are generally referred to as silicon-interposer and stacked die.  In both cases, the impact on physical verification is similar.

Silicon interposer

This type of multi-die configuration generally involves a set of 'high performance' chips, which are connected together by a chip on a lower-cost semiconductor process (the interposer).  The high performance chips perform the active functions of the product, while the interposer either has no active circuitry, or simple buffering circuitry to provide the inter-chip connectivity.  The functioning component chips are distributed on top of the interposer chip in a 1-D or 2-D array.  This is the most commonly discussed 3D-IC configuration in technical publications.

Silicon Interposer

Stacked Die

While a silicon interposer arranges the functioning chips in the "X" and "Y" dimensions, a stacked die arranges them in the "Z" direction.  This results in a much smaller footprint for the resulting package, however, it comes at the cost of reduced thermal conductivity.  That means you can't put a lot of high speed function into the stacked chips.  This type of configuration is being explored primarily for increasing memory density by stacking DRAM chips, such as Micron's Hybrid Memory Cube.

Stacked Die

DRC

The primary function of DRC is to evaluate geometric relationships between mask layers to ensure they can successfully be manufactured.  With 3D-IC, additional mask layers are introduced to support the TSVs. These layers are unlike traditional interconnect layers - which sit 'above' the active devices, and are co-planar only with themselves and vias.  Therefore, many additional rules to check the interaction of the TSVs and other design layers must be included.

Additional rules pertaining to the TSVs answer the following manufacturability questions:
  • What TSV sizes and pitches can result in a functioning and reliable chip? (Chan2013)
  • What layer in the metal stack does the TSV connect to? (M1 in most of the public examples)
  • What overlaps/or and spacings are required between other layers (ie NWELL or device layers) and the TSV?
  • For the metal layer that contacts the TSV, what are the via-coverage requirements (overlaps)
All of these questions can be validated using traditional DRC techniques.

In addition to rules governing the placement of the TSVs themselves, stacking chips eliminates the traditional path of heat flow off of the chip: the substrate.  When chips are stacked, the back side is no longer a heat sink, but is abutted to another chip.  In some cases, rules that relate to thermal effects (and secondary thermal effects such as reliability) may have to be tightened up.

LVS

The function of LVS for integrated circuits is to confirm that the design intent (schematic) is correctly implemented (layout).  The interface for the design are the primary inputs and outputs (I/Os).  On a standard (non-3D) chip, these I/Os are either the exposed C4s (flip-chip connections) or the bondpads on the surface of the chip.  The LVS process compares the circuitry in the design, and its connections to the I/Os to ensure the schematic was correctly implemented.

For 3D-IC, the most significant difference from an LVS perspective is the addition of chip connections through the TSV.  That means that in addition to C4/bondpads on the surface of the chip, there are also I/O connections from the TSV on the back of the chip.  The layout extraction phase of LVS must make sure to discover I/Os in both places.  This is an incremental change to traditional LVS.  Once the I/Os are established, the comparison to the schematic is straightforward.

It is also possible to model the TSV as a device.  It is a complex parasitic connector, and modeling it properly can be critical for circuit function.  The device models are generally 2-terminal, in some cases, they also include ground coupling (Kim2011).  Extraction of 2-terminal vertical devices in LVS is well established, and does not present any additional challenges.

Summary

For both LVS and DRC, there are additional constraints placed upon the design by the TSVs that will impact designs.  These may also have minor impacts on the runtime of DRC and LVS.  In general, however, the bulk of the physical verification flow for each individual chip will not be hugely impacted.

Physical design and verification can get more interesting if one were to verify the entire system at once.  In other words - a single schematic for the entire system of chips, plus a single layout representing the entire system.  I'll address that question in my next post.

References


No comments:

Post a Comment