General-Concepts Interview Questions

Explain CMOS technology basics

oCMOS stands for Complementary Metal-Oxide-Semiconductor. It’s the dominant technology for constructing integrated circuits.

oComplementary: It uses both NMOS (N-channel Metal-Oxide-Semiconductor) and PMOS (P-channel Metal-Oxide-Semiconductor) transistors, typically paired together.

oStructure:

o**NMOS:** Conducts current (electrons) when its gate voltage is high (logic '1').  Built on a P\-type substrate.

o**PMOS:** Conducts current (holes) when its gate voltage is low (logic '0'). Built on an N\-type substrate (or N\-well).

oBasic Inverter: The fundamental CMOS gate is the inverter. It consists of one PMOS transistor connecting the output to VDD (power supply) and one NMOS transistor connecting the output to VSS (ground).

Explain physical-only cells. What is the need for physical cells?

o Decap Cells (Decoupling Capacitors): These are essentially capacitors (often MOSCAPs) placed near switching logic.

Need: to supply instantaneous current demands during fast switching events, stabilizing the power supply voltage (VDD/VSS) and mitigating dynamic IR drop and voltage noise on the power grid

Filler Cells: These cells fill the empty spaces left in standard cell rows after placement and optimization. They typically only contain VDD/VSS connections and substrate/well contacts.

Need: Ensure N-well and substrate continuity for proper biasing. Provide continuous power rail connections along the rows. Required for manufacturability (uniform density for CMP - Chemical Mechanical Polishing).

What are the differences between lower technology nodes and higher nodes?

FeatureLower Nodes (e.g., ≤7nm, 5nm, 3nm)Higher Nodes (e.g., ≥12nm, 28nm)
Transistor ArchitectureFinFETs, transitioning to Gate-All-Around (GAA) FETs (e.g., MBCFETs) at 3nm and below. Complex 3D structures.Planar MOSFETs (at 28nm), early FinFETs (at 16/14/12nm). Simpler structures.
Lithography & PatterningEUV (Extreme Ultraviolet) lithography for critical layers is essential. Multi-patterning (e.g., SAQP) for some DUV layers if EUV not fully deployed. Extremely complex and restrictive design rules.Primarily DUV (Deep Ultraviolet) immersion lithography. Double patterning (DPT) common for critical layers. Simpler design rules.
Parasitics (RC)Interconnect Resistance (R) and Via Resistance are highly dominant over Capacitance (C). Significant impact on wire delay and IR drop. Higher variability in parasitics. Coupling capacitance (Cc​) is still a major concern.Capacitance (C) was often more dominant in interconnect delay compared to Resistance (R).
Variability (PVT, OCV)Very high impact of process variations (Random Dopant Fluctuations - RDF, Line Edge Roughness - LER, Work Function Variation). Statistical timing (e.g., POCV) and variation-aware design are mandatory.Lower relative impact of process variations. Deterministic timing models (OCV, AOCV) were more commonly sufficient.
Operating Voltage (Vdd​)Significantly lower (e.g., < 0.8V, approaching 0.5-0.7V). Smaller noise margins.Higher (e.g., ~0.9V to 1.V+). Larger noise margins.
Leakage CurrentHigher relative leakage current due to smaller device dimensions and lower Vt​. Complex leakage control mechanisms are vital.Lower relative leakage current.
Power Density & ThermalMuch higher transistor density leads to significantly increased power density and severe thermal hotspots. Thermal management is a critical design constraint.Lower power density, thermal issues generally more manageable.
Design Rules & DFMExtremely complex, numerous, and restrictive design rules. Extensive Design for Manufacturability (DFM), Design for Yield (DFY), and Design for Reliability (DFR) checks are mandatory. Litho hotspots, CMP effects, stress effects are major concerns.More relaxed design rules. DFM was important but less acutely critical.
Interconnect MaterialsExploration/use of new materials like Cobalt (Co), Ruthenium (Ru) for liners, vias, or even wires to combat high resistance of Cu at very small dimensions.Predominantly Copper (Cu) interconnects with traditional barrier/liner materials (e.g., Tantalum, Titanium).
IR Drop & Electromigration (EM)More severe due to lower Vdd​, higher wire R, and higher current densities. Requires very robust power distribution network (PDN) design.Less severe compared to lower nodes.
Cost (Design & Manufacturing)Exponentially higher NRE (Non-Recurring Engineering) costs (masks, IP), more complex manufacturing processes, and longer design cycles.More mature processes with lower NRE costs.
Design ComplexitySignificantly higher, requiring more sophisticated EDA tools, advanced modeling, and larger design teams.High, but less complex than cutting-edge nodes.
Standard Cell HeightSmaller (e.g., 6-track, 5-track, or even lower). Tighter pin access.Larger (e.g., 9-track, 10-track, 12-track). Easier pin access.

What does max transition and max capacitance mean? Which one is given priority and why?

o Max Transition (or Max Slew): This is a design rule constraint specified in the library (.lib) that defines the longest permissible time for a signal to transition from one logic level to another (e.g., 10% to 90% of Vdd).

Purpose: Ensures signal integrity and predictable cell behavior. Slow transitions can cause:

Increased sensitivity to noise (crosstalk).

Increased short-circuit power consumption within the receiving cell.

Unreliable timing (cell delays are characterized based on input slew; very slow slews might fall outside characterization).

What is the difference between std. cell LEF and tech LEF? What content is in tech LEF?

o Technology LEF (tech.lef): Defines the process technology rules and properties. It contains information common to the entire chip manufacturing process, independent of specific standard cells.

Content:

Layers: Defines all routing (metal), cut (via), masterslice (poly, diffusion), and other layers used in the technology. Includes name, type, direction preference, pitch, width, spacing rules (DRCs), resistance, capacitance per unit area/length, thickness, color (for multi-patterning).

Vias: Defines standard via types connecting different layers, including their cut patterns, enclosure rules, and resistance.

Which state (switching or not switching) consumes more power? Which VT leaks more (HVT vs LVT)?

oSwitching State: The switching state consumes significantly more power in CMOS circuits. This is called dynamic power and has two main components:

Switching Power: Charging and discharging load capacitances (Psw​=αCVdd2​f, where α is activity factor, C is load capacitance, Vdd is supply voltage, f is frequency).

Short-Circuit Power: For a brief moment during switching, both PMOS and NMOS transistors can be partially ON, creating a direct path from VDD to VSS.