Skip to content

Instantly share code, notes, and snippets.

@edcote
Last active April 29, 2018 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edcote/970f8caa6945b289fbc4243771884e09 to your computer and use it in GitHub Desktop.
Save edcote/970f8caa6945b289fbc4243771884e09 to your computer and use it in GitHub Desktop.
HVT, SVT and LVT, channel length, etc.

High-Vt, Low-Vt, Standard-Vt. Used to implement multi-threshold low power techniques. info

  • HVT: less power, worse timing, used for power critical functions.
  • LVT: more power, better timing, used in timing critical functions
  • SVT: offers tradeoff between LVT and HVT

Subthreshold condution is one component of leakage. The amount of subthreshold conduction is set by the threshold voltgage, which sits between ground and the supply voltage.

From Multi-channel length:

Short channel length provide higher performance than longer channel lenghts, but longer channel lenghts has reduced subthreshold leakage current.

Timing critical paths are constructed of short channel length cells. Longer channel length cells can be used for non-timing-critical paths.

Timing corners:

  • SS: NMOS slow, PMOS slow
  • FF: NMOS fast, PMOS fast
  • TT: NMOS typical, PMOS typical

NLDM vs. CSS Delay models: http://www.paripath.com/blog/characterization-blog/comparing-nldm-and-ccs-delay-models

Characterization split into four groups:

  • pg: power gating cell
  • ulvl: high-low level shifters
  • dlvl: low-high level shifters
  • others
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment