Module libreda_sta::models

source ·
Expand description

Model implementations (cell delay and constraints, interconnect delays).

Modules

  • Wrap delay/constraint models and add the capability for keeping track of clock sources which drive a signal.
  • Cell model which outputs a constant delay for each cell delay arc.
  • Implementation of the CellDelayModel using the non-linear delay model (NDLM) with data from a liberty library.
  • Dummy implementation of an interconnect delay model: The delay is always zero.