1)What is Technology in VLSI?
Technology in VLSI is the semiconductor manufacturing process used to fabricate an Integrated
Circuit (IC). It defines how transistors, wires (interconnects), and other components are
physically built on a silicon wafer.
(or)
Technology is the set of manufacturing rules, device models, libraries, and process parameters
provided by a semiconductor foundry (TSMC, Samsung, Intel, GlobalFoundries, etc.) that allows
an RTL design to be converted into a physical chip.
What Does Technology Define?
Technology provides everything needed to manufacture the chip.
It includes:
Transistor type
Technology node
Standard cell libraries
Timing and power models
Physical cell dimensions
Metal stack (routing layers)
RC (Resistance and Capacitance) information
Supply voltage (VDD)
Design rules
Example
Suppose your RTL is:
module AND_GATE(
input a,
input b,
output y
);
assign y = a & b;
endmodule
This only tells the tool:
"Perform an AND operation."
Technology decides:
Which AND gate cell to use (AND2_X1)
How many transistors are needed
The transistor dimensions
Delay of the gate
Power consumption
Area occupied
Pin locations
Routing layers
Without technology, synthesis cannot map RTL into hardware.
Required Technology Files:
Lib Timing, Power, area info of cells
Lef Height, Width, Pin directions of cells
Tf Width & Spacing of metals, Via info
Tlu+ Resistance & Capacitance of wires
2) What are Technology Nodes in VLSI?
A technology node is the generation of semiconductor manufacturing technology used to
fabricate integrated circuits (ICs). It represents the advancement in transistor fabrication and is
identified by names such as 180 nm, 90 nm, 45 nm, 28 nm, 16 nm, 7 nm, 5 nm, and 3 nm.
(or)
A technology node indicates the process generation used to manufacture a chip. Smaller
technology nodes generally allow more transistors to be integrated into the same chip area,
resulting in better performance and higher density.
Why is it called a "Node"?
In older technologies (180 nm, 130 nm, 90 nm), the node approximately represented the
minimum transistor gate length or a critical manufacturing dimension.
For example:
180 nm → Gate length ≈ 180 nm
90 nm → Gate length ≈ 90 nm
However, in modern technologies (7 nm, 5 nm, 3 nm), the node name is mainly a process
generation label used by foundries. It no longer directly corresponds to the actual physical gate
length.
180 nm – 28 nm Planar CMOS
16 nm – 5 nm finFET
3nm GAAFET/ Advanced finFET
2nm GAAFET
Feature 180 nm 28 nm 7 nm 3 nm
Transistor Size Large Smaller Very Small Extremely Small
Speed Low Medium High Very High
Power Efficiency Lower Better High Very High
Transistor Density Low Medium High Very High
Feature 180 nm 28 nm 7 nm 3 nm
Cost Low Medium High Very High
Design Complexity Low Medium High Very High
Why Do We Move to Smaller Nodes?
As the technology node decreases:
1. Higher Performance
Smaller transistors switch faster, enabling higher operating frequencies.
2. Higher Density
More transistors fit into the same silicon area.
Example:
180 nm chip → Millions of transistors
3 nm chip → Tens of billions of transistors
3. Lower Dynamic Power
Dynamic power is approximately: P = αC V 2 f
Advanced nodes reduce capacitance (C) and operating voltage (V), helping reduce dynamic
power.
4. Smaller Chip Area
The same functionality occupies less silicon, potentially reducing die size.
Challenges of Advanced Nodes
Although smaller nodes have many advantages, they also introduce challenges:
Increased leakage current
Higher manufacturing cost
More complex design rules
Greater process variation
More difficult timing closure
Signal integrity issues
Increased IR drop and electromigration concerns
Why Don't We Always Use the Latest Node?
Advanced nodes are very expensive.
For example:
A washing machine controller does not need billions of transistors or multi-GHz
performance.
Using a 3 nm process would significantly increase manufacturing cost without
meaningful benefit.
Therefore, designers choose the node based on:
Performance requirements
Power targets
Area constraints
Product lifetime
Manufacturing cost
Real World Examples
Product Typical Technology Node
Calculator 180 nm
Washing Machine Controller 180/90 nm
Automotive MCU 65/40 nm
SSD Controller 28/16 nm
Smartphone Processor 5/3 nm
AI Accelerator 5/3/2 nm