Download as pdf or txt
Download as pdf or txt
You are on page 1of 28

DEPARTMENT OF ECE , SVIT DIGITAL SYSTEM DESIGN USING VERILOG (21EC32)

MODULE-3 FLIP-FLOPS AND ITS APPLICATIONS

The Master-Slave Flip-flops (Pulse-Triggered flip-flops): SR flip-flops, JK flip flops,


Characteristic equations, Registers, Binary Ripple Counters, Synchronous Binary Counters,
Counters based on Shift Registers, Design of Synchronous mod-n Counter using clocked T, JK,
D and SR flip-flops.

Combinational Circuit and Sequential Circuit

Key Combinational Circuit Sequential Circuit

A Combinational Circuit is a type of A Sequential circuit is a type of


circuit in which the output is circuit where output not only relies
Definition independent of time and only relies on on the current input but also
the input present at that particular depends on the previous output.
instant.

Since output does not depend on the The output relies on its previous
time instant, no feedback is required feedback so output of previous
Feedback for its next output generation. input is being transferred as
feedback used with input for next
output generation.

As the input of current instant is only Sequential circuits are


required in case of Combinational comparatively slower and has low
Performance circuit, it is faster and better in performance as compared to that of
performance as compared to that of Combinational circuit.
Sequential circuit.

No implementation of feedback makes The implementation of feedback


the combinational circuit less complex makes sequential circuit more
Complexity
as compared to sequential circuit. complex as compared to
combinational circuit.

The elementary building blocks of a The building blocks of a sequential


Elementary
combinational circuit are its logic circuit are the logic gates along with
Blocks
gates. flip flops.

Combinational circuits are mainly Sequential circuits are mainly used


Operation used for arithmetic as well as Boolean for storing data.
operations.

Pavithra G S, Assistant Professor, pavithra.gs@saividya.ac.in Pg. 1

You might also like