levelsensitive
Level-sensitive describes a property of certain digital circuits in which the output responds to the input as long as a control signal remains at a given logic level, rather than only at a clock edge. In sequential logic, level-sensitive devices sample and potentially propagate input signals when an enable or clock input is at its active level, and they hold a value when the enable level is inactive. This is in contrast to edge-triggered devices, which change state only on the transition of a clock signal.
The classic example is the level-sensitive latch, such as the D latch. A D latch becomes transparent
In practice, level-sensitive designs are often used to implement more complex timing architectures, such as master-slave