bag3_testbenches.measurement.digital.enum

Module Contents

Classes

TimingMeasType

Timing measurement type.

class bag3_testbenches.measurement.digital.enum.TimingMeasType[source]

Bases: enum.IntEnum

Timing measurement type.

RISE: (x, 1 - x) percent rise time criterion at the output FALL: (x, 1 - x) percent fall time criterion at the output DLEAY_H2L: the time it takes to go from 50% of input to 50% of output, when input goes H2L DLEAY_L2H: the time it takes to go from 50% of input to 50% of output, when input goes L2H

RISE = 0[source]
FALL = 1[source]
DELAY_H2L = 2[source]
DELAY_L2H = 3[source]