Analysis and Design of Digital Integrated Circuits by Hodges, Jackson, and Saleh is a foundational textbook, with its 3rd edition providing a comprehensive update to focus on CMOS technology and deep submicron models. The text is praised for balancing rigorous analysis with design, covering modern topics like low-power design, SPICE simulation, and interconnects. Reviews on sites such as Amazon and ThriftBooks describe it as a clear and essential resource for both students and professionals.
Analysis and Design of Digital Integrated Circuits | Request PDF
"Analysis and Design of Digital Integrated Circuits" (3rd Edition) by Hodges, Jackson, and Saleh is a foundational academic text providing a modern approach to Digital VLSI, with an emphasis on CMOS technology and deep submicron modeling. The text offers a comprehensive, practical approach to both analysis and design, covering topics from MOSFETs to interconnects and simulation techniques. For a closer look, visit Amazon.com Amazon.com
Analysis and Design of Digital Integrated Circuits - Amazon.com
Here’s a helpful, informative post for a forum (like Reddit’s r/chipdesign or r/ECE), a blog, or a study group. Analysis and Design of Digital Integrated Circuits by
Title: My honest take on "Analysis and Design of Digital Integrated Circuits" (Hodges, Jackson, Saleh) – is it still worth it in 2026?
Hey everyone,
I’ve been spending serious time with the 3rd edition of Analysis and Design of Digital Integrated Circuits by Hodges, Jackson, and Saleh (often just called "Hodges & Jackson"). If you're in an advanced undergrad or grad-level VLSI course, or trying to break into custom digital design, you’ve probably seen this book. Here’s my practical breakdown.
TL;DR: Don't use it as a first pass. Use it after/alongside Rabaey or Kang & Leblebici. Where it shines is deep, intuitive, hand-calculation-heavy analysis of CMOS logic families. Where it shows its age is in deep-submicron effects and modern low-power flow. Title: My honest take on "Analysis and Design
| Topic | Method | |-------|--------| | Inverter delay | ( t_p = 0.69 R_eq C_L ) (for step input) | | CMOS gate sizing | Match ( R_eq,p / R_eq,n ) to ( W_p / W_n ) | | Logical effort | ( g = R_gate/R_inv ) (same drive) | | Leakage estimation | ( I_sub = I_0 \cdot 10^(V_GS-V_TH)/S \cdot (1 - e^-V_DS/V_T) ) | | Dynamic power | ( P = \alpha C_L V_DD^2 f ) | | Clock skew margin | ( T_clk > t_pcq + t_logic + t_setup + t_skew ) |
The book does not assume you are a physicist. It starts with the MOS transistor as a switch. However, unlike introductory texts, it dives into the Id vs. Vds characteristic curves, threshold voltage derivation, and body effect immediately.
Before you design a circuit, you must know how it is built. The book provides detailed steps of the CMOS fabrication process: photolithography, etching, deposition, and metallization.
Hand analysis you can actually use
The nMOS era context that still matters
Dynamic logic made clear
Stick diagrams and layout rules
Do buy/use:
You want intuitive, algebraic understanding of delay, power, and noise margins for common logic styles. You’re doing analog-heavy digital design (e.g., custom datapaths, register files, clock distribution). Dynamic Logic: The analysis of clocked domino logic—faster
Don't use as only text:
You need to tape out a 5 nm chip tomorrow, or you're doing high-level RTL/synthesis.
The digital inverter is the "Hello, World" of IC design. The book provides an exhaustive analysis of the CMOS inverter: