SEQUENTIAL AND COMBINATIONAL CIRCUITS,DIGITAL LOGIC DESIGN

quratarmy 11,273 views 16 slides May 01, 2013
Slide 1
Slide 1 of 16
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16

About This Presentation

COMBINATIONAL AND SEQUENTIAL CIRCUITS,DESIGN AND ANALYSIS PROCEDURE OF COMBINATIONAL CIRCUITS,


Slide Content

DIGITAL LOGIC CIRCUITS ~ INTRODUCTION TO COMBINATIONAL AND SEQUENTIAL CIRCUITS. ~DESIGN PROCEDURE OF COMBINATIONAL CIRCUITS ~ANALYSIS PROCEDURE OF COMBINATIONAL CIRCUITS PRESENTED BY: QURATULAIN BS(CS )- 1 QUAID-E-AZAM UNIVERSITY ISLAMABAD ,PAKISTAN.

TYPES OF DIGITAL LOGIC CIRCUITS COMBINATIONAL CIRCUITS SEQUENTIAL CIRCUITS

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 present input. Examples of combinational circuits are half adders, full adders, sub tractors etc.

BLOCK DIAGRAM OF A COMBINATIONAL CIRCUIT

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 input and previous state. Examples of sequential circuits are flip flops, counters, shift registers

BLOCK DIAGRAM OF A SEQUENTIAL CIRCUIT

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.

DESIGN PROCEDURE OF COMBINATIONAL CIRCUITS This procedure involves the following steps: The problem is stated. The number of available input variables and output variables is determined. The input and output variables are assigned letter symbols. Truth table is drawn Boolean function for output is obtained. The logic diagram is drawn.

ANALYSIS PROCEDURE OF COMBINATIONAL CIRCUIT TO DETERMINE THE OUTPUT FUNCTIONS AS ALGEBRAIC EXPRESSIONS. It is the reverse process of design procedure. Logic diagram of the circuit is given. Obtain the truth table from the diagram. Obtain Boolean function from the Truth Table for output.

LOGIC DIAGRAM FOR ANALYSIS EXAMPLE:

THE CIRCUIT HAS THREE INPUTS, A,B,C AND TWO OUTPUTS F1 AND F2 The Boolean function for outputs are: F2=AB+AC+BC T1=A+B+C T2=ABC Outputs functions for gates are : T3=F2’T1 F1=T3+T2

Substituting and simplifying, we get :

TRUTH TABLE DRAWN FROM THE LOGIC DIAGRAM.

BOOLEAN FUNCTIONS OBTAINED FOR OUTPUT ARE : F2=AB+AC+BC F1=A’BC’+A’B’C+AB’C’+ABC