Expand description

Public modules Interface definitions for cell delay look-up as it is provided for example by Liberty libraries.

Structs

Functions

  • Read a lookup table with indices and put it into an interpolator struct such that the lookup table can be evaluated like a function.
  • Read all lookup table templates in this library group and put them into a HashMap indexed by their name.

Type Definitions

  • Lookup table which maps the slew of the constrained and related signal to a constraint (e.g. setup or hold time).
  • DelayLut 🔒
    Lookup table which maps a (capacitance, time)-pair to a time.
  • SlewLut 🔒
    Lookup table which maps a (capacitance, time)-pair to a time.