Follow the stories of academics and their research expeditions
Physical verification (PV) is the last technical gate before a chip design is sent to the foundry. A physical verification engineer takes the finished layout database (typically GDSII or OASIS) and proves, with foundry-qualified checks, that it can be manufactured and that it still matches the circuit the design team intended. If the PV engineer signs off on a layout with a hidden short or a missed design rule, the company pays for it in silicon — a mask respin can cost months of schedule. That responsibility is why PV exists as a distinct discipline rather than a side task of layout.
Day to day, the work splits into three activities: running the sign-off checks with the foundry rule deck, debugging the violations those checks report, and driving each violation to closure — either a real layout fix or a formally documented waiver approved by the foundry or an internal sign-off authority.
The dominant sign-off tools in industry are Siemens Calibre, Synopsys IC Validator, and Cadence Pegasus/PVS. Concepts transfer across all three, but most job descriptions in India and the US name Calibre specifically, so its run-control and results-viewing environment (RVE) is worth learning first.
Debugging is where junior engineers earn their keep. A workable sequence for an LVS short looks like this:
The same discipline applies to DRC: sort violations by rule, fix systematic ones with a script or a change to a repeated cell, then chase one-off geometries. A tapeout can start with tens of thousands of raw violations; triaging them into "real, waivable, and false" categories is the core judgement skill of the role.
A typical path: a junior engineer runs block-level checks and closes assigned violations; a mid-level engineer owns full sign-off for a block or subsystem including waiver justification; a senior engineer owns full-chip tapeout sign-off, merges dozens of blocks, and manages the foundry interface. From there, engineers branch into PV methodology/CAD roles (writing rule decks and building automated flows), move sideways into physical design or analog layout, or grow into tapeout lead and design-manager positions. Because every chip must pass PV regardless of market cycle, the role tends to be resilient — demand follows tapeout volume, not any single product category.
On compensation: entry-level PV salaries in India are broadly comparable to other back-end VLSI roles, and senior sign-off owners at product companies command a significant premium. Treat any specific figure you see online as an indicative range only — it varies widely by company type, node experience, and city.
Start with CMOS fundamentals and a layout tool, then practise running DRC and LVS on small designs — an inverter, a NAND gate, then a small digital block — using an open PDK if you do not have foundry access. Deliberately break a design (short two nets, delete a via, mislabel a pin) and debug it; that exercise mirrors real interview questions almost exactly. Structured learning helps compress this: you can browse all courses on CourseTron to find physical design and verification tracks, and the platform's online electronics classes cover the device and CMOS foundations the role assumes.
Yes. PV exposes you to the entire chip — every block passes through sign-off — so you build layout intuition faster than in many narrower roles, and the debug skills transfer directly to physical design and layout careers.
Physical design creates the layout (floorplanning, placement, clock tree synthesis, routing); physical verification independently proves that layout is manufacturable and electrically correct. PD engineers run quick DRC/LVS iterations during implementation, but the PV engineer owns the final foundry-deck sign-off and waiver process.
You can start with tool GUIs, but progression depends on automation. Tcl and Python scripting for run management and report parsing is expected at mid-level, and rule-deck development (SVRF/TVF) is the usual gateway to senior methodology roles.
Leave a comment