levelsynchronous
Levelsynchronous is a term used in digital design to describe circuits whose state changes are governed by the level of the clock signal rather than by clock edges. In a level-synchronous design, storage elements are often level-sensitive latches that are transparent when the clock is at a particular level (typically high) and become opaque when the clock switches to the opposite level. This contrasts with edge-synchronous designs that sample inputs only at clock transitions using edge-triggered flip-flops.
Operation in level-synchronous designs relies on latches that propagate data while the clock is in the transparent
Advantages and considerations include simpler implementation with latch-based structures and potential for flexible timing in short
See also: Level-sensitive latch; Latch; Edge-triggered flip-flop; Micropipeline; Clocking in digital circuits.