SlideShare a Scribd company logo
1 of 58
Download to read offline
R.M.K COLLEGE OF ENGINEERING & TECHNOLOGY
DEPARTMENT OF
ELECTRONICS AND COMMUNICATION ENGINEERING
EC8392- DIGITAL ELECTRONICS
UNIT-III
By
S.Sesha Vidhya /ASP/ECE
UNIT III
SYNCHRONOUS SEQUENTIAL CIRCUITS
Flip flops – SR, JK, T, D, Master/Slave FF – operation and excitation tables,
Triggering of FF, Analysis and design of clocked sequential circuits – Design -
Moore/Mealy models, state minimization, state assignment, circuit
implementation – Design of Counters- Ripple Counters, Ring Counters,
Shift registers, Universal Shift Register
Synchronous Sequential Circuits
• Synchronous circuit is a digital circuit in which the changes in the state of memory
elements are synchronized by a clock signal.
• In a sequential digital logic circuit, data is stored in memory devices called flip-flops or
latches.
• Memory element is classified into TWO types
• Latch
• Flip-flop
LATCHESVs FLIP FLOP
Memory Element
Level triggering and Edge triggering
Flip-Flop
Is a memory element used in sequential circuit that
stores one bit of information
Types of FF
1. SR FF
2. D FF
3. JK FF
4. T FF
SR Flip-Flop
Logic Diagram
NOR gate and NAND gate are used in the design
SR FF using NAND gate SR FF using NOR gate
SR FF FunctionTable and Logic Diagram
SR FF FunctionTable
Clocked SR with NAND gates
Clocked SR with NOR gates
ExcitationTable of SR FF
State Diagram
D Flip-Flop
Toeliminate the undesirable condition of the forbidden state in an SR FF i.e,
S and R inputs are never equal to 1 at the same time. This is done by delay
FF.
D FF using NAND gate D FF using NOR gate
D FF Function Table
D FF Excitation Table
D FF Characteristic Equation
D FF Characteristic Table
D FF State Diagram
D FF is used for data transfer between input and output. Hence this circuit is known as
transparentlatch
D FF Characteristic Table
JK Flip-Flop
Has two inputs i.e, J and K. J – Set input
K – Reset input
Can be obtained from the clocked SR FF by adding
two AND gates
JK FF using NAND gates
JK FF using NOR gates
JK FF Function Table JK FF Characteristic Table
JK FF Characteristic Equation
Race around condition:
If J = K = 1, output continuously
toggles. To avoid race around
condition, use edge triggering or
master slave FF
JK FF Excitation Table
JK FF Characteristic Table
JK FF Excitation Table
JK FF StateDiagram
T Flip-Flop
Is a modification of JK FF. Obtained from JK FF by
connecting both the inputs, J and K to 1.
T FF using NAND gates
T FF using NOR gates
T FF Function Table T FF Characteristic Table
T FF Characteristic Equation
T FF Excitation Table
ExcitationTable
Is derived from the characteristic Table.This Table consists of present state, next state and inputs.
The Table is used in the Synchronous Sequential CircuitDesign.
T
D
SR
JK
Master Slave Flip-Flop
• Is constructed from two FF; one acts as the master and the
otherslave
• Master is positive level triggered and slaveis negative level
triggered
• Master FF output is connected to the input of the slave FF
Master Slave Flip-Flop
Logic Symbol
Logic Diagram
1. Realize D FF using SR FF
• Write the characteristic table of D FF.
• Write the excitation table of SR FF
• Determine the expressions for the given FF inputs using
K-Map Draw the FF conversion logic diagram
D FF Characteristic Table
Realization of a FF using other Flip-flops
2. Realize T FF using D FF
D FF Excitation Table
Flip-flop Conversion Diagram
3. Realize JK FF using D FF
D FF Excitation Table
Logic Diagram
Synchronous Sequential Circuit is analyzed and designed with the
help of two models.
1.Mealy model
2.Moore model
Analysis of Clocked Sequential Circuits
1. Analyze the given D Flip-flop equations:
DA = xQA+ QB ; DB = Q’AQB y = x’Q’B + xQA
Steps:
i)Determine FF input equations in terms of input variables and present state.
ii)Determine next state equation of FF using characteristic table.
iii)Determine circuit output if it is present.
Characteristic Table
In function table, Next States are filled by using characteristic table of the
corresponding FF.
Function Table
State table consists of present state, next state and output
State Diagram
State Table
Design of Clocked Synchronous Sequential
Circuit
Design Procedure:
i. A state diagram is given which describes the behavior of the circuit
that is
to be designed.
ii. Obtain the state table
iii. Reduce the number of states by state reduction method, if required.
iv. Do state assignment, if required.
v. Determine the FF required and assign the letter symbols
vi. Decide the type of FF to be used.
vii.Derive the circuit excitation table from the state table
viii.Obtain the expression for circuit output and flip flop output
ix. Implement the logic diagram
1.Design the Synchronous Sequential Circuit for Melay state
diagram using JK Flip-flop
State Table
Excitation Table
Transition Table
K-Map for Flip-flops
STATE DIAGRAM
State Reduction or State Minimization, State Assignment
STATETABLE –REDUCTION
Reduced STATETABLE
Reduced STATE DIAGRAM
COUNTER
• Counter is a sequential circuit.
• A digital circuit which is used for a counting pulses is known counter.
• Counter is the widest application of flip-flops.
• It is a group of flip-flops with a clock signal applied.
APPLICATIONS OF COUNTER
COUNTERSTYPES
Asynchronous vs Synchronous Counter
Asynchronous Counter (4-Bit)
Timing Diagram of 4-bit
Ripple counter
Truth Table of Asynchronous
Counter
3-bit Asynchronous Down Counter (Mod-8 Counter)
Timing Diagram
Truth Table
Mod-10 Ripple Counter (Decade Counter or BCD
Counter)
Truth Table
Timing Diagram
• Mod-5 Counter counts 5 states from 000 to 100.
• Three FFs are needed in this design NAND gate output is connected to Reset input of all the FFs
• During the fifth state, all the FFs are in Reset condition. Truth Table
Timing Diagram
Mod-5 Ripple Counter
4-bit Asynchronous Up/ Down Counter
Truth Table
Synchronous Counter
A counter is a register capable of counting the number of clock pulses arriving at its clock input.
Count represents the number of clock pulses arrived
BINARY COUNTER/ SYNCHRONOUS COUNTER / UP
COUNTER
Ring Counter
Truth Table of a Ring Counter
Johnson Counter/Twisted Ring Counter
Function Table of Johnson Counter
1.Design a synchronous Mod-6 counter using JK FF.
State Diagram
SYNCHRONOUS COUNTER DESIGN
HOME WORK /PRACTICE
1. Design a synchronous decade counter using T FF
2. Design a 3-bit synchronous counter using JK FF.
3. Design a synchronous Mod-5 counter using T FF.
4. Design a synchronous counter to count the sequence 0,1,3,4,5,7,0,…using D FF.
REGISTER
SHIFT REGISTER
Applications:
Serial to Parallel Convertor
Parallel to Serial Convertor
Shift Register Counters
Ring Counter
Johnson Counter
Pseudo Random Sequence Generator
Serial In and Serial Out Shift Register
Serial In and Parallel Out Shift Register
Parallel In and Serial Out Shift Register
Parallel In and Parallel Out Shift Register
No of positive
edge of
Clock A B C D
Serial
out
0 0 1 1 0 -
1 - 0 1 1 0
2 - - 0 1 1
3 - - - 0 1
4 - - - - 0
Universal Shift Register
Function Table of Universal Shift Register
STAY HOME…
STAY SAFE…

More Related Content

What's hot

SHIFT REGISTERS
SHIFT REGISTERSSHIFT REGISTERS
SHIFT REGISTERSkumari36
 
Combinational Circuits & Sequential Circuits
Combinational Circuits & Sequential CircuitsCombinational Circuits & Sequential Circuits
Combinational Circuits & Sequential Circuitsgourav kottawar
 
Flip flop’s state tables & diagrams
Flip flop’s state tables & diagramsFlip flop’s state tables & diagrams
Flip flop’s state tables & diagramsSunny Khatana
 
Traffic light Controller Design
Traffic light Controller DesignTraffic light Controller Design
Traffic light Controller DesignIvan Tim Oloya
 
Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...NimeshSingh27
 
Master slave jk flip flop.pdf
Master slave jk flip flop.pdfMaster slave jk flip flop.pdf
Master slave jk flip flop.pdfAbdurRakib68
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits DrSonali Vyas
 
Microcontroller-8051.ppt
Microcontroller-8051.pptMicrocontroller-8051.ppt
Microcontroller-8051.pptDr.YNM
 
Architecture of 8086 Microprocessor
Architecture of 8086 Microprocessor  Architecture of 8086 Microprocessor
Architecture of 8086 Microprocessor Mustapha Fatty
 
Flip-Flop || Digital Electronics
Flip-Flop || Digital ElectronicsFlip-Flop || Digital Electronics
Flip-Flop || Digital ElectronicsMd Sadequl Islam
 
Lecture No:1 Signals & Systems
Lecture No:1 Signals & SystemsLecture No:1 Signals & Systems
Lecture No:1 Signals & Systemsrbatec
 
Microprocessor and Interfacing Notes
Microprocessor and Interfacing NotesMicroprocessor and Interfacing Notes
Microprocessor and Interfacing NotesAkshansh Chaudhary
 

What's hot (20)

SHIFT REGISTERS
SHIFT REGISTERSSHIFT REGISTERS
SHIFT REGISTERS
 
Sequential circuits
Sequential circuitsSequential circuits
Sequential circuits
 
Combinational Circuits & Sequential Circuits
Combinational Circuits & Sequential CircuitsCombinational Circuits & Sequential Circuits
Combinational Circuits & Sequential Circuits
 
D and T Flip Flop
D and T Flip FlopD and T Flip Flop
D and T Flip Flop
 
Counters
CountersCounters
Counters
 
Flip flop’s state tables & diagrams
Flip flop’s state tables & diagramsFlip flop’s state tables & diagrams
Flip flop’s state tables & diagrams
 
Traffic light Controller Design
Traffic light Controller DesignTraffic light Controller Design
Traffic light Controller Design
 
Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...
 
Master slave jk flip flop.pdf
Master slave jk flip flop.pdfMaster slave jk flip flop.pdf
Master slave jk flip flop.pdf
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits
 
Timing diagram 8085 microprocessor
Timing diagram 8085 microprocessorTiming diagram 8085 microprocessor
Timing diagram 8085 microprocessor
 
Microcontroller-8051.ppt
Microcontroller-8051.pptMicrocontroller-8051.ppt
Microcontroller-8051.ppt
 
Digital electronics
Digital electronicsDigital electronics
Digital electronics
 
DSP Processor
DSP Processor DSP Processor
DSP Processor
 
Semiconductor memory
Semiconductor memorySemiconductor memory
Semiconductor memory
 
Architecture of 8086 Microprocessor
Architecture of 8086 Microprocessor  Architecture of 8086 Microprocessor
Architecture of 8086 Microprocessor
 
latches
 latches latches
latches
 
Flip-Flop || Digital Electronics
Flip-Flop || Digital ElectronicsFlip-Flop || Digital Electronics
Flip-Flop || Digital Electronics
 
Lecture No:1 Signals & Systems
Lecture No:1 Signals & SystemsLecture No:1 Signals & Systems
Lecture No:1 Signals & Systems
 
Microprocessor and Interfacing Notes
Microprocessor and Interfacing NotesMicroprocessor and Interfacing Notes
Microprocessor and Interfacing Notes
 

Similar to RMK Digital Electronics Unit III - Synchronous Sequential Circuits

Digital Electronics – Unit III.pdf
Digital Electronics – Unit III.pdfDigital Electronics – Unit III.pdf
Digital Electronics – Unit III.pdfKannan Kanagaraj
 
Analysis sequential circuits
Analysis sequential circuitsAnalysis sequential circuits
Analysis sequential circuitsG Subramaniamg
 
Ade(unit 4) Counters
Ade(unit 4) CountersAde(unit 4) Counters
Ade(unit 4) CountersANKITSURWADE
 
synchronous state machine design
synchronous state machine designsynchronous state machine design
synchronous state machine designAdarsh Patel
 
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
 
EET107_Chapter 3_SLD(part2.1)-edit1.ppt
EET107_Chapter 3_SLD(part2.1)-edit1.pptEET107_Chapter 3_SLD(part2.1)-edit1.ppt
EET107_Chapter 3_SLD(part2.1)-edit1.pptBeautyKumar1
 
Digital Fundamental Material for the student
Digital Fundamental Material for the studentDigital Fundamental Material for the student
Digital Fundamental Material for the studentjainyshah20
 
SEQUENTIAL CIRCUITS -Module 5 (1).pptx
SEQUENTIAL CIRCUITS -Module 5 (1).pptxSEQUENTIAL CIRCUITS -Module 5 (1).pptx
SEQUENTIAL CIRCUITS -Module 5 (1).pptxThanmayiKumar
 
Chapter 7_Counters (EEEg4302).pdf
Chapter 7_Counters (EEEg4302).pdfChapter 7_Counters (EEEg4302).pdf
Chapter 7_Counters (EEEg4302).pdfTamiratDejene1
 
Sequential and combinational alu
Sequential and combinational alu Sequential and combinational alu
Sequential and combinational alu Piyush Rochwani
 
Unit 4 sequential circuits
Unit 4  sequential circuitsUnit 4  sequential circuits
Unit 4 sequential circuitsAmrutaMehata
 
DIGITAL ELECTRONICS PPT 1.ppt
DIGITAL ELECTRONICS PPT 1.pptDIGITAL ELECTRONICS PPT 1.ppt
DIGITAL ELECTRONICS PPT 1.pptAmitpaswan23
 
FYBSC IT Digital Electronics Unit V Chapter I Counters
FYBSC IT Digital Electronics Unit V Chapter I CountersFYBSC IT Digital Electronics Unit V Chapter I Counters
FYBSC IT Digital Electronics Unit V Chapter I CountersArti Parab Academics
 

Similar to RMK Digital Electronics Unit III - Synchronous Sequential Circuits (20)

unit 5.pptx
unit 5.pptxunit 5.pptx
unit 5.pptx
 
Digital Electronics – Unit III.pdf
Digital Electronics – Unit III.pdfDigital Electronics – Unit III.pdf
Digital Electronics – Unit III.pdf
 
Analysis sequential circuits
Analysis sequential circuitsAnalysis sequential circuits
Analysis sequential circuits
 
Ade(unit 4) Counters
Ade(unit 4) CountersAde(unit 4) Counters
Ade(unit 4) Counters
 
synchronous state machine design
synchronous state machine designsynchronous state machine design
synchronous state machine design
 
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
 
EET107_Chapter 3_SLD(part2.1)-edit1.ppt
EET107_Chapter 3_SLD(part2.1)-edit1.pptEET107_Chapter 3_SLD(part2.1)-edit1.ppt
EET107_Chapter 3_SLD(part2.1)-edit1.ppt
 
Digital Fundamental Material for the student
Digital Fundamental Material for the studentDigital Fundamental Material for the student
Digital Fundamental Material for the student
 
SEQUENTIAL CIRCUITS -Module 5 (1).pptx
SEQUENTIAL CIRCUITS -Module 5 (1).pptxSEQUENTIAL CIRCUITS -Module 5 (1).pptx
SEQUENTIAL CIRCUITS -Module 5 (1).pptx
 
Chapter 7_Counters (EEEg4302).pdf
Chapter 7_Counters (EEEg4302).pdfChapter 7_Counters (EEEg4302).pdf
Chapter 7_Counters (EEEg4302).pdf
 
Ch3
Ch3Ch3
Ch3
 
DLD Chapter-5.pdf
DLD Chapter-5.pdfDLD Chapter-5.pdf
DLD Chapter-5.pdf
 
Sequential and combinational alu
Sequential and combinational alu Sequential and combinational alu
Sequential and combinational alu
 
Unit 4 sequential circuits
Unit 4  sequential circuitsUnit 4  sequential circuits
Unit 4 sequential circuits
 
DIGITAL ELECTRONICS PPT 1.ppt
DIGITAL ELECTRONICS PPT 1.pptDIGITAL ELECTRONICS PPT 1.ppt
DIGITAL ELECTRONICS PPT 1.ppt
 
ANALOG AND DIGITAL ELECTRONICS unit 5
ANALOG AND DIGITAL ELECTRONICS unit 5ANALOG AND DIGITAL ELECTRONICS unit 5
ANALOG AND DIGITAL ELECTRONICS unit 5
 
Chapter 6 register
Chapter 6 registerChapter 6 register
Chapter 6 register
 
Dns module3 p3
Dns module3 p3Dns module3 p3
Dns module3 p3
 
Dns module3 p3_shift registers
Dns module3 p3_shift registersDns module3 p3_shift registers
Dns module3 p3_shift registers
 
FYBSC IT Digital Electronics Unit V Chapter I Counters
FYBSC IT Digital Electronics Unit V Chapter I CountersFYBSC IT Digital Electronics Unit V Chapter I Counters
FYBSC IT Digital Electronics Unit V Chapter I Counters
 

Recently uploaded

(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Recently uploaded (20)

DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

RMK Digital Electronics Unit III - Synchronous Sequential Circuits

  • 1. R.M.K COLLEGE OF ENGINEERING & TECHNOLOGY DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING EC8392- DIGITAL ELECTRONICS UNIT-III By S.Sesha Vidhya /ASP/ECE
  • 2. UNIT III SYNCHRONOUS SEQUENTIAL CIRCUITS Flip flops – SR, JK, T, D, Master/Slave FF – operation and excitation tables, Triggering of FF, Analysis and design of clocked sequential circuits – Design - Moore/Mealy models, state minimization, state assignment, circuit implementation – Design of Counters- Ripple Counters, Ring Counters, Shift registers, Universal Shift Register
  • 3.
  • 4. Synchronous Sequential Circuits • Synchronous circuit is a digital circuit in which the changes in the state of memory elements are synchronized by a clock signal. • In a sequential digital logic circuit, data is stored in memory devices called flip-flops or latches. • Memory element is classified into TWO types • Latch • Flip-flop
  • 7. Level triggering and Edge triggering
  • 8. Flip-Flop Is a memory element used in sequential circuit that stores one bit of information Types of FF 1. SR FF 2. D FF 3. JK FF 4. T FF
  • 9. SR Flip-Flop Logic Diagram NOR gate and NAND gate are used in the design SR FF using NAND gate SR FF using NOR gate
  • 10. SR FF FunctionTable and Logic Diagram SR FF FunctionTable Clocked SR with NAND gates
  • 11. Clocked SR with NOR gates
  • 12. ExcitationTable of SR FF State Diagram
  • 13. D Flip-Flop Toeliminate the undesirable condition of the forbidden state in an SR FF i.e, S and R inputs are never equal to 1 at the same time. This is done by delay FF. D FF using NAND gate D FF using NOR gate
  • 14. D FF Function Table D FF Excitation Table D FF Characteristic Equation D FF Characteristic Table
  • 15. D FF State Diagram D FF is used for data transfer between input and output. Hence this circuit is known as transparentlatch D FF Characteristic Table
  • 16. JK Flip-Flop Has two inputs i.e, J and K. J – Set input K – Reset input Can be obtained from the clocked SR FF by adding two AND gates JK FF using NAND gates JK FF using NOR gates
  • 17. JK FF Function Table JK FF Characteristic Table JK FF Characteristic Equation Race around condition: If J = K = 1, output continuously toggles. To avoid race around condition, use edge triggering or master slave FF
  • 18. JK FF Excitation Table JK FF Characteristic Table JK FF Excitation Table JK FF StateDiagram
  • 19. T Flip-Flop Is a modification of JK FF. Obtained from JK FF by connecting both the inputs, J and K to 1. T FF using NAND gates T FF using NOR gates
  • 20. T FF Function Table T FF Characteristic Table T FF Characteristic Equation T FF Excitation Table
  • 21. ExcitationTable Is derived from the characteristic Table.This Table consists of present state, next state and inputs. The Table is used in the Synchronous Sequential CircuitDesign. T D SR JK
  • 22. Master Slave Flip-Flop • Is constructed from two FF; one acts as the master and the otherslave • Master is positive level triggered and slaveis negative level triggered • Master FF output is connected to the input of the slave FF
  • 23. Master Slave Flip-Flop Logic Symbol Logic Diagram
  • 24. 1. Realize D FF using SR FF • Write the characteristic table of D FF. • Write the excitation table of SR FF • Determine the expressions for the given FF inputs using K-Map Draw the FF conversion logic diagram D FF Characteristic Table Realization of a FF using other Flip-flops
  • 25. 2. Realize T FF using D FF D FF Excitation Table Flip-flop Conversion Diagram
  • 26. 3. Realize JK FF using D FF D FF Excitation Table Logic Diagram
  • 27. Synchronous Sequential Circuit is analyzed and designed with the help of two models. 1.Mealy model 2.Moore model Analysis of Clocked Sequential Circuits
  • 28. 1. Analyze the given D Flip-flop equations: DA = xQA+ QB ; DB = Q’AQB y = x’Q’B + xQA Steps: i)Determine FF input equations in terms of input variables and present state. ii)Determine next state equation of FF using characteristic table. iii)Determine circuit output if it is present. Characteristic Table In function table, Next States are filled by using characteristic table of the corresponding FF. Function Table
  • 29. State table consists of present state, next state and output State Diagram State Table
  • 30. Design of Clocked Synchronous Sequential Circuit Design Procedure: i. A state diagram is given which describes the behavior of the circuit that is to be designed. ii. Obtain the state table iii. Reduce the number of states by state reduction method, if required. iv. Do state assignment, if required. v. Determine the FF required and assign the letter symbols vi. Decide the type of FF to be used. vii.Derive the circuit excitation table from the state table viii.Obtain the expression for circuit output and flip flop output ix. Implement the logic diagram 1.Design the Synchronous Sequential Circuit for Melay state diagram using JK Flip-flop State Table Excitation Table Transition Table
  • 32.
  • 33. STATE DIAGRAM State Reduction or State Minimization, State Assignment
  • 36. COUNTER • Counter is a sequential circuit. • A digital circuit which is used for a counting pulses is known counter. • Counter is the widest application of flip-flops. • It is a group of flip-flops with a clock signal applied. APPLICATIONS OF COUNTER
  • 39.
  • 40. Asynchronous Counter (4-Bit) Timing Diagram of 4-bit Ripple counter Truth Table of Asynchronous Counter
  • 41. 3-bit Asynchronous Down Counter (Mod-8 Counter) Timing Diagram Truth Table
  • 42. Mod-10 Ripple Counter (Decade Counter or BCD Counter) Truth Table Timing Diagram
  • 43. • Mod-5 Counter counts 5 states from 000 to 100. • Three FFs are needed in this design NAND gate output is connected to Reset input of all the FFs • During the fifth state, all the FFs are in Reset condition. Truth Table Timing Diagram Mod-5 Ripple Counter
  • 44. 4-bit Asynchronous Up/ Down Counter Truth Table
  • 45. Synchronous Counter A counter is a register capable of counting the number of clock pulses arriving at its clock input. Count represents the number of clock pulses arrived
  • 46. BINARY COUNTER/ SYNCHRONOUS COUNTER / UP COUNTER
  • 47. Ring Counter Truth Table of a Ring Counter
  • 48. Johnson Counter/Twisted Ring Counter Function Table of Johnson Counter
  • 49. 1.Design a synchronous Mod-6 counter using JK FF. State Diagram SYNCHRONOUS COUNTER DESIGN
  • 50.
  • 51.
  • 52. HOME WORK /PRACTICE 1. Design a synchronous decade counter using T FF 2. Design a 3-bit synchronous counter using JK FF. 3. Design a synchronous Mod-5 counter using T FF. 4. Design a synchronous counter to count the sequence 0,1,3,4,5,7,0,…using D FF.
  • 54. SHIFT REGISTER Applications: Serial to Parallel Convertor Parallel to Serial Convertor Shift Register Counters Ring Counter Johnson Counter Pseudo Random Sequence Generator
  • 55. Serial In and Serial Out Shift Register Serial In and Parallel Out Shift Register
  • 56. Parallel In and Serial Out Shift Register Parallel In and Parallel Out Shift Register No of positive edge of Clock A B C D Serial out 0 0 1 1 0 - 1 - 0 1 1 0 2 - - 0 1 1 3 - - - 0 1 4 - - - - 0
  • 57. Universal Shift Register Function Table of Universal Shift Register