SlideShare ist ein Scribd-Unternehmen logo
1 von 23
Downloaden Sie, um offline zu lesen
SEQUENTIAL 
CIRCUITS 
12/11/2014 
1
COMBINATIONAL CIRCUITS 
 Combinational Circuits are made of logic gates. 
 Doesn’t contain memory element , that’s why they cant 
store any information. 
 Value of present output is determined by latest input. 
 Examples of combinational circuits are half adders, full 
adders, sub tractors etc. 
12/11/2014 
2
BLOCK DIAGRAM OF A 
COMBINATIONAL CIRCUIT 
12/11/2014 
3
SEQUENTIAL LOGIC CIRCUITS 
 Made up of combinational circuits and memory 
elements. 
 These memory elements are devices capable of 
storing ONE-BIT information. 
 Output depend on latest input and previous state. 
 Examples of sequential circuits are flip flops, 
counters, shift registers 
12/11/2014 
4
BLOCK DIAGRAM OF A SEQUENTIAL 
CIRCUIT 
12/11/2014 
5
TYPES OF SEQUENTIAL CIRCUITS 
Sequential circuits are of two types: 
1.SYNCHRONOUS CIRCUITS: 
 In synchronous sequential circuits, the state of the 
device changes only at discrete times in response to 
a clock Pulse. 
2.ASYNCHRONOUS CIRCUITS: 
 Asynchronous circuit is not synchronized by a 
clock signal; the outputs of the circuit change 
directly in response to changes in Inputs. 
12/11/2014 
6
inputs X outputs Z 
present state next state 
12/11/2014 
7 
Synchronous Sequential Circuits 
Combinational 
Circuits 
Flip-Flops 
clock 
Memory 
 Synchronous circuits employs a synchronizing signal called clock (a 
periodic train of pulses; 0s and 1s) 
 A clock determines when computational activities occur 
 Other signals determines what changes will occur,i.e.determining the 
output from the inputs whenever clock ticks.
SYNCHORONOUS CIRCUITS:- 
inputs X outputs Z 
present state next state 
12/11/2014 
8 
Combinational 
Circuits 
Flip-Flops 
clock 
 The storage elements (memory) used in clocked sequential circuits are 
called flip-flops 
 Each flip-flop can store one bit of information 0,1 
 A circuit may use many flip-flops; together they define the circuit state 
 Flip-Flops (memory/state) update only with the clock
EXAMPLE :-- 
12/11/2014 
9
inputs X outputs Z 
Example 
D Q 
12/11/2014 
10 
Problem with Latches 
 Problem: A latch is transparent; state keep 
changing as long as the clock remains active 
 Due to this uncertainty, latches can not be 
reliably used as storage elements. 
 Noise effects are more because the circuit is 
enabled for complete ON/OFF time 
C 
Q 
Q 
Clock 
Combinational 
Circuits 
Latches 
clock
SEQUENTIAL CIRCUITS… 
12/11/2014 
11 
bistable (2 stable states are stable)..... 
Bistable logic devices: latches (level) and flip-flops (edge). 
Latches and flip-flops differ in the method used for changing 
their state. 
Latches are useful in asynchronous sequential circuits 
Flip-Flips are built with latches
Difference between flip flop and latch 
 Flip flop and latch are two basic building blocks of 
sequentional circuit but there is suitable difference 
between the two is; 
 A flip flop continuously checks its inputs and 
corresponding changes its output only at times 
determined by clocking the signal. 
 Where as latch is a device which continuously checks 
all its inputs and correspondingly changes its output, 
independent of time determined by clocking signal. 
12/11/2014 
12
Difference between flip flop and latch 
12/11/2014 
13 
A unique signal called “enable” is provided 
with latch. 
The output changes only when enable signal is 
active. 
No change in output take place when the 
enable signal is inactive. 
Flip flop are edge trigger, while latches are 
level trigger.
FLIPFLOPS :-- 
12/11/2014 
14 
 What is Flip flop? 
Answer: 
 In digital circuits, the flip-flop, is a kind 
of bistable multivibrator. 
 It is a Sequential Circuits / an electronic circuit which 
has two stable states and thereby is capable of 
serving as one bit of memory , bit 1 or bit 0.
CHARECTERSTICS OF FLIPFLOP… 
12/11/2014 
15 
 flip flop is built with a pair of latches. 
 The two latches are master and slave latches. 
clk clk
CHARECTERSTICS ….(CONT’D) 
12/11/2014 
16 
A master latch receives external inputs 
A slave latch receives inputs from the master latch 
Depending on the clock signal, only one latch is active at any 
given time 
If clk=1, the master latch is enabled and the inputs are latched 
if clk=0, the master is disabled and the slave is activated to generate the 
outputs 
 The above shown circuit acts as D Flipflop
CHARECTERSTICS….(CONTD) 
level 
positive (rising) edge negative (falling) edge 
12/11/2014 
17 
Active only at transitions; i.e. either from 0  1 or 1  0 
flip flop is one bit storage element. 
 flip flops are edge sensitive.
GRAPHIC SYMBOL OF FLIPFLOP 
12/11/2014 
18 
 A Flip Flop is designated by a rectangular block with inputs on 
the left and outputs on the right (similar to latches) 
 The clock is designated with an arrowhead 
 A bubble designates a negative-edge triggered flip flops
CHARECTERSTICS …(CONT’D) 
12/11/2014 
19 
ASYNCHRONOUS INPUTS:-- 
Some flip-flops have asynchronous inputs to set/reset 
their states independently of the clock. 
Preset or direct set, sets the flip-flop to 1 
Clear or direct reset, set the flip-flop to 0 
When power is turned on, a flip-flop state is unknown; 
Direct inputs are useful to put in a known state
METASTABILITY:-- 
12/11/2014 
20 
Flip-flops are subject to a problem 
called metastability 
V1 
V2 
Stable point 
Metastable point 
Stable point
METASTABILITY:- 
12/11/2014 
21 
metastability condition is occurred because by violating 
setup and hold time violation. 
Due to metastability state corruption of data will be 
occur. 
Setup time is the minimum amount of time the data signal should 
be held steady before the clock event so that the data are 
reliably sampled by the clock. This applies to synchronous input 
signals to the flip-flop. 
Hold time is the minimum amount of time the data signal should 
be held steady after the clock event so that the data are reliably 
sampled. This applies to synchronous input signals to the 
flip-flop.
CHARECTERSTIC TABLE OF FLIPFLOP :-- 
12/11/2014 
22
12/11/2014 
23

Weitere ähnliche Inhalte

Was ist angesagt?

Lecture 5 Synchronous Sequential Logic
Lecture 5 Synchronous Sequential LogicLecture 5 Synchronous Sequential Logic
Lecture 5 Synchronous Sequential LogicJames Evangelos
 
Registers and counters
Registers and countersRegisters and counters
Registers and countersHeman Pathak
 
Edge Trigged Flip Flops
Edge Trigged Flip FlopsEdge Trigged Flip Flops
Edge Trigged Flip FlopsFaizan Janjua
 
Presentation on Flip Flop
Presentation  on Flip FlopPresentation  on Flip Flop
Presentation on Flip FlopNahian Ahmed
 
Sequential Logic Circuit
Sequential Logic CircuitSequential Logic Circuit
Sequential Logic CircuitRamasubbu .P
 
Asynchronous sequential circuit analysis
Asynchronous sequential circuit analysisAsynchronous sequential circuit analysis
Asynchronous sequential circuit analysisDr Naim R Kidwai
 
Lec 07 - ANALYSIS OF CLOCKED SEQUENTIAL CIRCUITS
Lec 07 - ANALYSIS OF CLOCKED SEQUENTIAL CIRCUITSLec 07 - ANALYSIS OF CLOCKED SEQUENTIAL CIRCUITS
Lec 07 - ANALYSIS OF CLOCKED SEQUENTIAL CIRCUITSVajira Thambawita
 
Chapter 4 flip flop for students
Chapter 4 flip flop for studentsChapter 4 flip flop for students
Chapter 4 flip flop for studentsCT Sabariah Salihin
 
encoder and decoder in digital electronics
encoder and decoder in digital electronicsencoder and decoder in digital electronics
encoder and decoder in digital electronicsvikram rajpurohit
 
Flipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflopsFlipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflopsstudent
 
Asynchronous Sequential Circuit-Unit 4 ppt
Asynchronous Sequential Circuit-Unit 4 pptAsynchronous Sequential Circuit-Unit 4 ppt
Asynchronous Sequential Circuit-Unit 4 pptSIVALAKSHMIPANNEERSE
 

Was ist angesagt? (20)

JK flip flops
JK flip flopsJK flip flops
JK flip flops
 
Lecture 5 Synchronous Sequential Logic
Lecture 5 Synchronous Sequential LogicLecture 5 Synchronous Sequential Logic
Lecture 5 Synchronous Sequential Logic
 
Registers and counters
Registers and countersRegisters and counters
Registers and counters
 
Edge Trigged Flip Flops
Edge Trigged Flip FlopsEdge Trigged Flip Flops
Edge Trigged Flip Flops
 
latches
 latches latches
latches
 
Presentation on Flip Flop
Presentation  on Flip FlopPresentation  on Flip Flop
Presentation on Flip Flop
 
Sequential circuits
Sequential circuitsSequential circuits
Sequential circuits
 
SEQUENTIAL CIRCUITS [Flip-flops and Latches]
SEQUENTIAL CIRCUITS [Flip-flops and Latches]SEQUENTIAL CIRCUITS [Flip-flops and Latches]
SEQUENTIAL CIRCUITS [Flip-flops and Latches]
 
Verilog HDL
Verilog HDLVerilog HDL
Verilog HDL
 
Digital Logic circuit
Digital Logic circuitDigital Logic circuit
Digital Logic circuit
 
Sequential Logic Circuit
Sequential Logic CircuitSequential Logic Circuit
Sequential Logic Circuit
 
Latches and flip flops
Latches and flip flopsLatches and flip flops
Latches and flip flops
 
Jk flip flop
Jk flip flopJk flip flop
Jk flip flop
 
Asynchronous sequential circuit analysis
Asynchronous sequential circuit analysisAsynchronous sequential circuit analysis
Asynchronous sequential circuit analysis
 
Lec 07 - ANALYSIS OF CLOCKED SEQUENTIAL CIRCUITS
Lec 07 - ANALYSIS OF CLOCKED SEQUENTIAL CIRCUITSLec 07 - ANALYSIS OF CLOCKED SEQUENTIAL CIRCUITS
Lec 07 - ANALYSIS OF CLOCKED SEQUENTIAL CIRCUITS
 
Chapter 4 flip flop for students
Chapter 4 flip flop for studentsChapter 4 flip flop for students
Chapter 4 flip flop for students
 
encoder and decoder in digital electronics
encoder and decoder in digital electronicsencoder and decoder in digital electronics
encoder and decoder in digital electronics
 
Flipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflopsFlipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflops
 
Asynchronous Sequential Circuit-Unit 4 ppt
Asynchronous Sequential Circuit-Unit 4 pptAsynchronous Sequential Circuit-Unit 4 ppt
Asynchronous Sequential Circuit-Unit 4 ppt
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 

Ähnlich wie Sequential circuits in digital logic design

De EE unit-3.pptx
De EE unit-3.pptxDe EE unit-3.pptx
De EE unit-3.pptxMukulThory1
 
Introduction to flipflops basic of elctronics COA.pptx
Introduction to flipflops basic of elctronics COA.pptxIntroduction to flipflops basic of elctronics COA.pptx
Introduction to flipflops basic of elctronics COA.pptxSaini71
 
Unit 4 sequential circuits
Unit 4  sequential circuitsUnit 4  sequential circuits
Unit 4 sequential circuitsAmrutaMehata
 
SEQUENTIAL CIRCUITS -Module 5 (1).pptx
SEQUENTIAL CIRCUITS -Module 5 (1).pptxSEQUENTIAL CIRCUITS -Module 5 (1).pptx
SEQUENTIAL CIRCUITS -Module 5 (1).pptxThanmayiKumar
 
DIGITAL ELECTRONICS PPT 1.ppt
DIGITAL ELECTRONICS PPT 1.pptDIGITAL ELECTRONICS PPT 1.ppt
DIGITAL ELECTRONICS PPT 1.pptAmitpaswan23
 
Digital_Electronics_Module_4_Sequential_Circuits v0.6.pptx
Digital_Electronics_Module_4_Sequential_Circuits v0.6.pptxDigital_Electronics_Module_4_Sequential_Circuits v0.6.pptx
Digital_Electronics_Module_4_Sequential_Circuits v0.6.pptxUtsavDas21
 
flip flop Presentation
flip flop  Presentationflip flop  Presentation
flip flop Presentationmaalik123
 
Introduction to Sequential DevicesChapter 66.1 M.docx
Introduction to Sequential DevicesChapter 66.1 M.docxIntroduction to Sequential DevicesChapter 66.1 M.docx
Introduction to Sequential DevicesChapter 66.1 M.docxbagotjesusa
 
Sequential circuit-Digital Electronics
Sequential circuit-Digital ElectronicsSequential circuit-Digital Electronics
Sequential circuit-Digital ElectronicsBipul Roy Bpl
 
counter using 4 master slave flip-flops
counter using 4 master slave flip-flops counter using 4 master slave flip-flops
counter using 4 master slave flip-flops ZunAib Ali
 

Ähnlich wie Sequential circuits in digital logic design (20)

Flip Flops
Flip FlopsFlip Flops
Flip Flops
 
De EE unit-3.pptx
De EE unit-3.pptxDe EE unit-3.pptx
De EE unit-3.pptx
 
Introduction to flipflops basic of elctronics COA.pptx
Introduction to flipflops basic of elctronics COA.pptxIntroduction to flipflops basic of elctronics COA.pptx
Introduction to flipflops basic of elctronics COA.pptx
 
Unit 4 sequential circuits
Unit 4  sequential circuitsUnit 4  sequential circuits
Unit 4 sequential circuits
 
Flip flo ps
Flip flo psFlip flo ps
Flip flo ps
 
SEQUENTIAL CIRCUITS -Module 5 (1).pptx
SEQUENTIAL CIRCUITS -Module 5 (1).pptxSEQUENTIAL CIRCUITS -Module 5 (1).pptx
SEQUENTIAL CIRCUITS -Module 5 (1).pptx
 
DIGITAL ELECTRONICS PPT 1.ppt
DIGITAL ELECTRONICS PPT 1.pptDIGITAL ELECTRONICS PPT 1.ppt
DIGITAL ELECTRONICS PPT 1.ppt
 
Digital_Electronics_Module_4_Sequential_Circuits v0.6.pptx
Digital_Electronics_Module_4_Sequential_Circuits v0.6.pptxDigital_Electronics_Module_4_Sequential_Circuits v0.6.pptx
Digital_Electronics_Module_4_Sequential_Circuits v0.6.pptx
 
flip flop Presentation
flip flop  Presentationflip flop  Presentation
flip flop Presentation
 
Flip flop
Flip flopFlip flop
Flip flop
 
latchesflip-flop DLD
latchesflip-flop DLDlatchesflip-flop DLD
latchesflip-flop DLD
 
Latches & flip flop
Latches & flip flopLatches & flip flop
Latches & flip flop
 
ANALOG AND DIGITAL ELECTRONICS unit 5
ANALOG AND DIGITAL ELECTRONICS unit 5ANALOG AND DIGITAL ELECTRONICS unit 5
ANALOG AND DIGITAL ELECTRONICS unit 5
 
Lecture 1 6844
Lecture 1 6844Lecture 1 6844
Lecture 1 6844
 
Introduction to Sequential DevicesChapter 66.1 M.docx
Introduction to Sequential DevicesChapter 66.1 M.docxIntroduction to Sequential DevicesChapter 66.1 M.docx
Introduction to Sequential DevicesChapter 66.1 M.docx
 
flip flop.pptx
flip flop.pptxflip flop.pptx
flip flop.pptx
 
Sequential circuit-Digital Electronics
Sequential circuit-Digital ElectronicsSequential circuit-Digital Electronics
Sequential circuit-Digital Electronics
 
Assignment#5
Assignment#5Assignment#5
Assignment#5
 
Latches and flip flops
Latches and flip flopsLatches and flip flops
Latches and flip flops
 
counter using 4 master slave flip-flops
counter using 4 master slave flip-flops counter using 4 master slave flip-flops
counter using 4 master slave flip-flops
 

Mehr von Nallapati Anindra

Mehr von Nallapati Anindra (6)

digital logic design number system
digital logic design number systemdigital logic design number system
digital logic design number system
 
Synchronous and asynchronous reset
Synchronous and asynchronous resetSynchronous and asynchronous reset
Synchronous and asynchronous reset
 
Synchronous and asynchronous clock
Synchronous and asynchronous clockSynchronous and asynchronous clock
Synchronous and asynchronous clock
 
Data types in verilog
Data types in verilogData types in verilog
Data types in verilog
 
Metastability
MetastabilityMetastability
Metastability
 
Functions and tasks in verilog
Functions and tasks in verilogFunctions and tasks in verilog
Functions and tasks in verilog
 

Kürzlich hochgeladen

Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf203318pmpc
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 

Kürzlich hochgeladen (20)

Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 

Sequential circuits in digital logic design

  • 2. COMBINATIONAL CIRCUITS  Combinational Circuits are made of logic gates.  Doesn’t contain memory element , that’s why they cant store any information.  Value of present output is determined by latest input.  Examples of combinational circuits are half adders, full adders, sub tractors etc. 12/11/2014 2
  • 3. BLOCK DIAGRAM OF A COMBINATIONAL CIRCUIT 12/11/2014 3
  • 4. SEQUENTIAL LOGIC CIRCUITS  Made up of combinational circuits and memory elements.  These memory elements are devices capable of storing ONE-BIT information.  Output depend on latest input and previous state.  Examples of sequential circuits are flip flops, counters, shift registers 12/11/2014 4
  • 5. BLOCK DIAGRAM OF A SEQUENTIAL CIRCUIT 12/11/2014 5
  • 6. TYPES OF SEQUENTIAL CIRCUITS Sequential circuits are of two types: 1.SYNCHRONOUS CIRCUITS:  In synchronous sequential circuits, the state of the device changes only at discrete times in response to a clock Pulse. 2.ASYNCHRONOUS CIRCUITS:  Asynchronous circuit is not synchronized by a clock signal; the outputs of the circuit change directly in response to changes in Inputs. 12/11/2014 6
  • 7. inputs X outputs Z present state next state 12/11/2014 7 Synchronous Sequential Circuits Combinational Circuits Flip-Flops clock Memory  Synchronous circuits employs a synchronizing signal called clock (a periodic train of pulses; 0s and 1s)  A clock determines when computational activities occur  Other signals determines what changes will occur,i.e.determining the output from the inputs whenever clock ticks.
  • 8. SYNCHORONOUS CIRCUITS:- inputs X outputs Z present state next state 12/11/2014 8 Combinational Circuits Flip-Flops clock  The storage elements (memory) used in clocked sequential circuits are called flip-flops  Each flip-flop can store one bit of information 0,1  A circuit may use many flip-flops; together they define the circuit state  Flip-Flops (memory/state) update only with the clock
  • 10. inputs X outputs Z Example D Q 12/11/2014 10 Problem with Latches  Problem: A latch is transparent; state keep changing as long as the clock remains active  Due to this uncertainty, latches can not be reliably used as storage elements.  Noise effects are more because the circuit is enabled for complete ON/OFF time C Q Q Clock Combinational Circuits Latches clock
  • 11. SEQUENTIAL CIRCUITS… 12/11/2014 11 bistable (2 stable states are stable)..... Bistable logic devices: latches (level) and flip-flops (edge). Latches and flip-flops differ in the method used for changing their state. Latches are useful in asynchronous sequential circuits Flip-Flips are built with latches
  • 12. Difference between flip flop and latch  Flip flop and latch are two basic building blocks of sequentional circuit but there is suitable difference between the two is;  A flip flop continuously checks its inputs and corresponding changes its output only at times determined by clocking the signal.  Where as latch is a device which continuously checks all its inputs and correspondingly changes its output, independent of time determined by clocking signal. 12/11/2014 12
  • 13. Difference between flip flop and latch 12/11/2014 13 A unique signal called “enable” is provided with latch. The output changes only when enable signal is active. No change in output take place when the enable signal is inactive. Flip flop are edge trigger, while latches are level trigger.
  • 14. FLIPFLOPS :-- 12/11/2014 14  What is Flip flop? Answer:  In digital circuits, the flip-flop, is a kind of bistable multivibrator.  It is a Sequential Circuits / an electronic circuit which has two stable states and thereby is capable of serving as one bit of memory , bit 1 or bit 0.
  • 15. CHARECTERSTICS OF FLIPFLOP… 12/11/2014 15  flip flop is built with a pair of latches.  The two latches are master and slave latches. clk clk
  • 16. CHARECTERSTICS ….(CONT’D) 12/11/2014 16 A master latch receives external inputs A slave latch receives inputs from the master latch Depending on the clock signal, only one latch is active at any given time If clk=1, the master latch is enabled and the inputs are latched if clk=0, the master is disabled and the slave is activated to generate the outputs  The above shown circuit acts as D Flipflop
  • 17. CHARECTERSTICS….(CONTD) level positive (rising) edge negative (falling) edge 12/11/2014 17 Active only at transitions; i.e. either from 0  1 or 1  0 flip flop is one bit storage element.  flip flops are edge sensitive.
  • 18. GRAPHIC SYMBOL OF FLIPFLOP 12/11/2014 18  A Flip Flop is designated by a rectangular block with inputs on the left and outputs on the right (similar to latches)  The clock is designated with an arrowhead  A bubble designates a negative-edge triggered flip flops
  • 19. CHARECTERSTICS …(CONT’D) 12/11/2014 19 ASYNCHRONOUS INPUTS:-- Some flip-flops have asynchronous inputs to set/reset their states independently of the clock. Preset or direct set, sets the flip-flop to 1 Clear or direct reset, set the flip-flop to 0 When power is turned on, a flip-flop state is unknown; Direct inputs are useful to put in a known state
  • 20. METASTABILITY:-- 12/11/2014 20 Flip-flops are subject to a problem called metastability V1 V2 Stable point Metastable point Stable point
  • 21. METASTABILITY:- 12/11/2014 21 metastability condition is occurred because by violating setup and hold time violation. Due to metastability state corruption of data will be occur. Setup time is the minimum amount of time the data signal should be held steady before the clock event so that the data are reliably sampled by the clock. This applies to synchronous input signals to the flip-flop. Hold time is the minimum amount of time the data signal should be held steady after the clock event so that the data are reliably sampled. This applies to synchronous input signals to the flip-flop.
  • 22. CHARECTERSTIC TABLE OF FLIPFLOP :-- 12/11/2014 22