You must login before you can post a comment.
Author: Ginno Buenaobra
Forked from: Roddy Khelawan/S R Latch with enable input C
Project access type: Public
Description:
S R Latch with enable input C.
S R are active high inputs that set the output Q high and resets the output Q low respectively
If both S and R are not asserted or the enable input, C, is low then Q retains its state. (It state is determined by the previous S or R assertion.)
Asserting S and R simultaneously is not recommended as it may lead to metastability when C transitions from high to low.
Created: Apr 05, 2024
Updated: Apr 05, 2024
Comments