Integrated circuit - Design Economics and Packaging
Understand the economic factors in IC design, the role of EDA tools and foundry models, and the range of packaging technologies from traditional packages to advanced 2.5D/3D and chiplet solutions.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What is the typical non-recurring engineering cost for a complex integrated circuit?
1 of 11
Summary
Design and Economic Considerations for Integrated Circuits
Economic Drivers: NRE Cost and Production Volume
The design and manufacturing of integrated circuits involves significant upfront costs that profoundly influence business decisions. Non-recurring engineering (NRE) cost refers to the fixed, one-time expenses associated with designing a new integrated circuit. For complex chips, these costs can easily reach tens of millions of dollars, encompassing everything from design tools, verification and testing infrastructure, and mask creation for photolithography.
The critical insight is that NRE costs are amortized across the total production volume. This means:
High-volume products can distribute NRE costs across millions of units, making the per-unit cost negligible
Low-volume or specialized products must spread the same NRE across fewer units, resulting in higher per-chip costs
This economic reality fundamentally shapes which companies design their own chips. A company selling a million units annually can justify investing $50 million in custom IC design. A company selling 10,000 units cannot. This dynamic explains much of the industry structure discussed below.
Design Methodologies: IDM versus Fabless Models
The semiconductor industry has evolved two distinct business models for getting ICs to market:
Integrated Device Manufacturers (IDMs) design, fabricate, and sell their own integrated circuits. Intel and Samsung are prime examples. IDMs operate their own semiconductor fabrication plants (fabs), which are enormous capital-intensive facilities costing billions of dollars. This vertical integration allows IDMs to maintain tight control over design and manufacturing, but requires massive financial resources.
Fabless companies handle only the design phase, then outsource manufacturing entirely to pure-play foundries like Taiwan Semiconductor Manufacturing Company (TSMC). These fabless firms can focus purely on circuit design and product innovation without the burden of operating fabs. The foundry handles production at scale, amortizing its own capital costs across many different fabless customers. This model has become increasingly dominant for smaller companies and startups—they can design cutting-edge chips without needing billions in fab capital.
The choice between these models depends on economics: if a company has sufficient volume to justify a fab, vertical integration may offer cost advantages. Otherwise, fabless design with foundry manufacturing is more efficient.
<extrainfo>
Electronic Design Automation Tools: Designers rely on specialized software tools to manage chip complexity. EDA (Electronic Design Automation) software assists with schematic capture (converting circuit ideas into design files), layout (physically arranging components on silicon), and verification (ensuring the design works as intended before fabrication). These tools are essential because modern ICs contain billions of transistors—manual design and checking is impossible.
</extrainfo>
Packaging: From Traditional to Advanced Approaches
Once a silicon die is fabricated, it must be packaged into a form that connects to a circuit board and protects the delicate silicon inside. Packaging technology has evolved significantly, with different approaches optimized for different applications.
Traditional Package Types
Dual Inline Packages (DIPs) were historically ubiquitous and remain common in educational contexts. A DIP consists of a rectangular plastic or ceramic body with two parallel rows of pins—typically 8, 14, 16, 20, or 40 pins—extending outward from the sides. Despite being physically large by modern standards, DIPs are easy to insert into breadboards and test circuits, making them ideal for learning.
Pin Grid Arrays (PGAs) and Leadless Chip Carriers (LCCs) address a fundamental limitation: as chips grew more complex, they needed more pins. Rather than extending pins from just two sides, PGAs arrange pins in a dense grid pattern underneath or on top of the package, allowing hundreds of pins in the same footprint where a DIP might have only 40.
Ball Grid Arrays (BGAs) take this concept further by replacing pins with solder balls arranged in a grid on the underside of the package. The balls rest on pads on a printed circuit board (PCB) and are melted during assembly, creating electrical connections. BGAs are compact and provide excellent electrical and thermal performance, but require specialized equipment for assembly—you cannot hand-solder a BGA.
The progression from DIPs to PGAs to BGAs reflects increasing pin density: more connections in less space, but requiring more sophisticated manufacturing.
Surface Mount Technology and Modern Packaging
Surface Mount Technology (SMT) fundamentally changed PCB assembly by placing components directly onto the board surface rather than inserting them through holes. This reduces board space, lowers assembly costs, and enables fully automated manufacturing.
Small Outline Integrated Circuits (SOICs) exemplify this approach. SOICs have gull-wing shaped leads that bend outward from the package edges at a slight angle, designed to rest on pads on a PCB surface. Compared to comparable DIPs, SOICs achieve a footprint roughly 30-50% smaller while maintaining the same pin count. This size reduction made them invaluable as circuits became more complex and board space more valuable.
The key advantage of SMT is not just size reduction—it's that machines can place hundreds of components per second on a PCB, solder them in an oven, and test everything automatically. Manual through-hole assembly cannot compete on speed or cost for high-volume production.
Advanced Packaging: Beyond Single Dies
As performance demands increased and power consumption became critical, packaging evolved beyond simply placing a single die in a package.
Two and a Half Dimensional Packaging: Multi-Chip Modules
Two and a half dimensional (2.5D) packaging combines multiple silicon dies on a shared substrate called an interposer. The interposer is a larger piece of silicon or other material with electrical connections that route signals between the different dies. This approach is called "two and a half dimensional" because it stacks elements in a limited third dimension, but not with the full 3D density of truly stacked dies.
A practical example: a modern GPU might have the main processor logic on one die and high-bandwidth memory on another die, both connected through an interposer. This separation allows optimization—the processor die uses advanced logic technology while the memory die uses technology optimized for that purpose.
These assemblies are also called Multi-Chip Modules (MCMs). MCMs enable heterogeneous integration, meaning you can combine different technologies (logic, memory, analog, RF) that weren't designed with each other in mind.
Three Dimensional Packaging
Three dimensional (3D) packaging takes the next step by stacking dies vertically on top of each other. Two approaches exist:
Through-Silicon Vias (TSVs) drill microscopic holes through the entire thickness of a silicon die and fill them with metal, creating vertical connections between stacked dies. TSVs enable very short interconnects between dies, reducing signal delay and power consumption compared to 2.5D approaches where signals must travel horizontally through an interposer.
Monolithic stacking bonds silicon layers directly together and forms connections at a very fine pitch (small spacing), enabling even greater integration density.
3D stacking is particularly valuable for memory-intensive applications where you want to stack DRAM dies with a processor die to provide massive bandwidth. However, TSVs require specialized processing and add cost, so 3D packaging appears in high-end products where performance justifies the expense.
Chiplets and System in Package
Modern advanced packaging takes these concepts further:
Chiplets are small, focused functional blocks designed from the ground up to be assembled together. Rather than designing one massive monolithic chip, a designer breaks the system into chiplets (perhaps a processor core, a cache block, an I/O block, and a memory controller) that can be manufactured independently and then assembled in a package. Chiplets offer several advantages: they reduce design risk (each chiplet is simpler to verify), enable reuse of proven designs, and allow mixing dies from different manufacturing processes if needed.
System in Package (SiP) integrates multiple dies, passive components (resistors, capacitors, inductors), and sometimes sensors into one compact module. An SiP might contain a processor die, a power management IC, passive components that provide filtering and voltage regulation, all interconnected within a single package. This integration reduces board space and simplifies the design of the larger system because complex functionality is pre-integrated.
The distinction between these approaches reflects a shift in thinking: rather than viewing a package as a simple container for a die, modern packaging is a platform for heterogeneous integration, combining different technologies and functions in ways that individual chips cannot achieve.
Flashcards
What is the typical non-recurring engineering cost for a complex integrated circuit?
Tens of millions of dollars.
What are the three primary functions performed by an Integrated Device Manufacturer (IDM)?
Design, fabricate, and sell their own integrated circuits.
What are two prominent examples of Integrated Device Manufacturers?
Intel and Samsung.
How do fabless companies handle the manufacturing of their integrated circuit designs?
They outsource manufacturing to pure-play foundries.
What is a major example of a pure-play foundry used by fabless companies?
Taiwan Semiconductor Manufacturing Company (TSMC).
How are the pins arranged on a Dual Inline Package (DIP)?
Two parallel rows of pins.
What mechanism does a Ball Grid Array (BGA) use to attach the die to the package?
An array of solder balls on the underside of the package.
What is the primary physical advantage of using surface mount packages on a printed circuit board?
They reduce board space by placing components directly onto the board.
What type of leads are found on Small Outline Integrated Circuits (SOIC)?
Gull-wing leads.
What is the defining characteristic of 2.5D packaging?
Combining multiple dies on a shared interposer substrate.
What are chiplets?
Small functional blocks assembled together to form a larger system on a single package.
Quiz
Integrated circuit - Design Economics and Packaging Quiz Question 1: What typical magnitude does the non‑recurring engineering cost reach for a complex integrated circuit?
- Tens of millions of dollars (correct)
- A few thousand dollars
- Hundreds of thousands of dollars
- Billions of dollars
Integrated circuit - Design Economics and Packaging Quiz Question 2: Which companies are examples of integrated device manufacturers (IDMs)?
- Intel and Samsung (correct)
- TSMC and GlobalFoundries
- Qualcomm and ARM
- NVIDIA and AMD
Integrated circuit - Design Economics and Packaging Quiz Question 3: Using surface‑mount technology eliminates the need for which board‑level feature?
- Drilled mounting holes (correct)
- Copper routing layers
- Solder paste application
- Silkscreen labeling
Integrated circuit - Design Economics and Packaging Quiz Question 4: Compared with a comparable dual‑inline package, a small‑outline IC typically occupies what fraction of the board area?
- About 30–50 % smaller (correct)
- The same amount of area
- Approximately twice the area
- Only 10 % smaller
Integrated circuit - Design Economics and Packaging Quiz Question 5: Which technique is characteristic of three‑dimensional (3‑D) packaging?
- Vertically stacking dies with through‑silicon vias (correct)
- Placing dies side‑by‑side on a planar interposer
- Attaching a die to the PCB surface with solder balls
- Encapsulating a single die in a plastic mold
Integrated circuit - Design Economics and Packaging Quiz Question 6: Which activities are supported by electronic design automation (EDA) tools when developing integrated circuits?
- Schematic capture, layout, verification, and testing (correct)
- Fabrication of wafers in a manufacturing plant
- Marketing analysis and sales forecasting
- Physical packaging design only
Integrated circuit - Design Economics and Packaging Quiz Question 7: What layout characteristic allows pin grid arrays (PGAs) and leadless chip carriers (LCCs) to support a higher number of pins?
- A grid arrangement of pins (correct)
- A single linear row of pins
- A radial fan layout
- A series chain of pins
Integrated circuit - Design Economics and Packaging Quiz Question 8: What type of interconnect is used on the underside of a ball grid array (BGA) package?
- An array of solder balls (correct)
- Two parallel rows of through‑hole pins
- Lead‑frame contacts
- Wire bonds
Integrated circuit - Design Economics and Packaging Quiz Question 9: In advanced semiconductor packaging, what term refers to small functional blocks that can be combined to create a larger system on a single package?
- Chiplets (correct)
- Modules
- Subsystems
- Die stacks
What typical magnitude does the non‑recurring engineering cost reach for a complex integrated circuit?
1 of 9
Key Concepts
Semiconductor Manufacturing
Integrated Device Manufacturer (IDM)
Fabless Semiconductor Company
Non Recurring Engineering (NRE) Cost
Packaging Technologies
Dual Inline Package (DIP)
Ball Grid Array (BGA)
Surface Mount Technology (SMT)
Two‑and‑a‑Half Dimensional Packaging (2.5D packaging)
Three‑Dimensional Integrated Circuit (3D IC)
Chiplet
Multi‑Chip Module (MCM)
System in Package (SiP)
Design Tools
Electronic Design Automation (EDA)
Definitions
Non Recurring Engineering (NRE) Cost
The upfront engineering expense required to develop a new integrated circuit, often amounting to tens of millions of dollars.
Electronic Design Automation (EDA)
Software tools that assist engineers in designing, simulating, and verifying integrated circuits.
Integrated Device Manufacturer (IDM)
A company that designs, fabricates, and sells its own semiconductor devices, such as Intel or Samsung.
Fabless Semiconductor Company
A firm that designs chips but outsources their manufacturing to third‑party foundries.
Dual Inline Package (DIP)
A rectangular plastic or ceramic housing with two parallel rows of pins for through‑hole mounting.
Ball Grid Array (BGA)
A package type that attaches the die to an array of solder balls on the underside of the package.
Surface Mount Technology (SMT)
A method of mounting components directly onto the surface of a printed circuit board to save space.
Two‑and‑a‑Half Dimensional Packaging (2.5D packaging)
An approach that places multiple dies side‑by‑side on a shared interposer substrate.
Three‑Dimensional Integrated Circuit (3D IC)
A packaging technique that stacks dies vertically using through‑silicon vias or monolithic stacking.
Chiplet
A small, functional semiconductor block that can be combined with other chiplets to build a larger system.
Multi‑Chip Module (MCM)
An assembly that integrates several dies and passive components into a single package.
System in Package (SiP)
A compact module that incorporates multiple dies, passive components, and sometimes sensors into one package.