General-Concepts Interview Questions

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).

How are decap cells placed?

o Filler Replacement: Tools often place decaps in available whitespace within standard cell rows, replacing filler cells. This is the most common method.

Near High-Switching Logic: Targeted placement near blocks or cells known to have high switching activity (e.g., clock buffers, data path muxes, bus drivers).

Around Macros: Placing decap cells in the channel space surrounding memory macros or other large IP blocks.

Under Power Straps: Some flows allow placing decap cells directly underneath higher-level power grid straps.

How do you decide the max_trans value for PnR, considering the library limit?

oPnR Target: The target set in the PnR tool (e.g., via SDC set_max_transition command) is usually a fraction of the library limit, often around 70-80% of Lib_Max_Trans.

  • Provides design margin. Gives the PnR tool more headroom to work with. Helps improve correlation between PnR timing estimates and signoff STA results, which use more accurate extraction and timing models. Tighter transition control generally improves noise immunity.

Decision Process: The exact percentage or value is often project-specific or methodology-defined, based on:

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 extra care is needed in lower nodes?

o Variability Management: Use advanced modeling (AOCV/POCV) and variation-aware design techniques. Statistical timing and yield analysis become crucial.

o Complex Design Rules: multi-patterning rules (coloring, masks), pitch restrictions, via rules, and DFM (Design for Manufacturability) requirements like dummy fill, via ladders, etc.

o Power Integrity: Aggressive power grid design (dense mesh), extensive use of decap cells, careful IR drop and EM analysis (static and dynamic) are mandatory. Lower voltage margins make designs very sensitive.