Home Knowledge Base Wire Load Model (WLM)

Wire Load Model (WLM) is a statistical model of interconnect wire length and RC parasitics based on net fanout — used during synthesis and pre-layout STA to estimate delay before actual routing completes.

Why Wire Load Models?

WLM Structure

WIRE_LOAD "wlm_typical_10K" {
  RESISTANCE  0.00010 ;
  CAPACITANCE 0.000110 ;
  AREA        0.003 ;
  SLOPE       0.040 ;
  FANOUT_LENGTH  1  0.050 ;
  FANOUT_LENGTH  2  0.100 ;
  FANOUT_LENGTH  4  0.200 ;
  FANOUT_LENGTH  8  0.400 ;
  FANOUT_LENGTH 16  0.800 ;
}

WLM Limitations

Zero Wire Load

Post-Route vs. WLM

Virtual Flat WLM

Wire load models are the timing estimation bridge between synthesis and physical implementation — while they lack precision, they prevent synthesis from optimizing away critical-path cells that will be needed once routing reveals actual wire lengths.

wire load modelwireload modelwlminterconnect estimationpre-route timing

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.