You are on page 1of 19

Module 2

Dr. ROHITH S
Assoc. Professor
Department of ECE
NCET
Sequential Basics
Register
Application of Register
FF with CE
With reset and CE (Synchronous)
Asynchronous
solution
Solution
SH I FT R EG ISTE RS
• A register, as we have seen, stores data and
makes it available at the output unchanged.
• A shift register, on the other hand, can
perform a shift operation on the stored data
Structure of shift Register
LATCHES
• Flip-flop is a basic sequential circuit element
that stores one bit. Most digital circuits use
edge-triggered flip-flops that store a new data
value when the clock signal changes from 0 to
1.
• No further values are stored while the clock
remains at 1, nor when the clock returns to 0.
Latches and waveform verilog code
SR Latch

You might also like