0% found this document useful (0 votes)
12 views122 pages

To Digital Electronics: Bharati Vidyapeeth's Institute of Computer Applications and Management, New Delhi-63

The document provides an introduction to digital electronics, covering the basics of analog and digital systems, combinational and sequential circuits, and the fundamental logic gates. It explains the representation of digital information through discrete values and the advantages of digital over analog systems. Key concepts include Boolean algebra, truth tables, and the implementation of circuits using various types of gates such as AND, OR, NOT, NAND, and NOR.

Uploaded by

dfh582876
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views122 pages

To Digital Electronics: Bharati Vidyapeeth's Institute of Computer Applications and Management, New Delhi-63

The document provides an introduction to digital electronics, covering the basics of analog and digital systems, combinational and sequential circuits, and the fundamental logic gates. It explains the representation of digital information through discrete values and the advantages of digital over analog systems. Key concepts include Boolean algebra, truth tables, and the implementation of circuits using various types of gates such as AND, OR, NOT, NAND, and NOR.

Uploaded by

dfh582876
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 122

Introduction

to
Digital Electronics

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63 1


Learning Objectives
To introduce analog and digital system
Combinational circuit
 Identify the basic gates and describe the behavior of
each
 Combine basic gates into circuits
 Adders
 Multiplexer and de multiplexer
 Encoder and decoder
Sequential circuit
 Latch and flip flop
 Types of flip flop

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 2
Analog and Digital

To be transmitted, data must be transformed


to electromagnetic signals.
•Data can be analog or digital.
•The term analog data refers to information that is
continuous; digital data refers to information that
has discrete states.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 3
Analog and Digital Data and Signal

 Analog and digital data


 Data can be analog or digital.
 Analog data are continuous and take continuous values.
 Digital data have discrete states and take discrete values.
 Signals can be analog or digital.
 Analog signals can have an infinite number of values in a
range.
 Digital signals can have only a limited number of values.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 4
Comparison of Analog and Digital
Signals

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 5
Digital Electronics

• Digital Electronics represents information (0, 1) with only two


discrete values.
• Ideally
“no voltage” (e.g., 0v) represents a 0 and
“full source voltage” (e.g., 5v) represents a 1
• Realistically
“low voltage” (e.g., <1v) represents a 0 and
“high voltage” (e.g., >4v) represents a 1
• We achieve these discrete values by using switches.
• We use transistor switches, which operates at high speed,
electronically, a small in size.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 6
Electronic Aspects of Digital
Design
• How we represent digital information in electronic
devices?
By discrete voltages.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 7
What is the
Basic Digital Element
in Electronics
?

a Switch

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 8
Using Switch to Represent Digital
Information

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 9
Digital Abstraction

• It is difficult to make ideal switches means a switch


is completely ON or completely OFF.
• So, we impose some rules that allow analog
behavior to be ignored in most cases, so circuits
can be modeled as if they really did process 0s and
1s, known as digital abstraction.
• Digital abstraction allows us to associate a noise
margin with each logic values (0 and 1).

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 10
Logic levels

• Undefined region
is inherent
 digital, not analog

• Switching threshold varies with voltage, temp


 need “noise margin”

• Logic voltage levels decreasing with new processors.


 5 , 3.3 , 2.5 , 1.8 V

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 11
Analog versus Digital

• Analog systems process time-varying signals that can


take on any value across a continuous range of voltages
(in electrical/electronics systems).
• Digital systems process time-varying signals that can
take on only one of two discrete values of voltages (in
electrical/electronics systems).
 Discrete values are called 1 and 0 (ON and OFF, HIGH and
LOW, TRUE and FALSE, etc.)

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 12
Representing Information
Electronically
“Analog electronics” deals with non-discrete values

“Digital electronics” deals with discrete values

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 13
Benefits of Digital over Analog

• Reproducibility
• Not effected by noise means quality
• Ease of design
• Data protection
• Programmable
• Speed
• Economy

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 14
Digital Revolution

Digital systems started back in 1940s.


Digital systems cover all areas of life:
 still pictures
 digital video
 digital audio
 telephone
 traffic lights
 Animation

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 15
Basic terminology
Gate
A device that performs a basic operation on electrical signals
Circuits
Gates combined to perform more complicated tasks

How do we describe the behavior of gates and circuits?

Boolean expressions
Uses Boolean algebra, a mathematical notation for expressing two-
valued logic
Logic diagrams
A graphical representation of a circuit; each gate has its own symbol
Truth tables
A table showing all possible input value and the associated output
values
© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 16
Circuits

• Circuits can be Combinational or Sequential


• Combinational logic circuits produce a specified output (almost)
at the instant when input values are applied.
• The addition of a memory device to a combinational circuit allows
the output to be fed back into the input: Sequential circuit

Combinational circuit

Input(s) Output(s)
circuit

memory
Sequential circuit
© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 17
Digital Devices

• Combinational circuit
 Gates
 Multiplexer
 Demultiplexer
 Adders
 Encoder
 Decoder
• Sequential circuit
 Flip-Flops
 Registers
 Counters

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 18
Combinational Circuits

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63 19


Overview

• Gates
• Iterative combinational circuits
• Binary adders
 Half and full adders
 Ripple carry
 Binary subtraction
• Binary adder-subtractors
 Signed binary numbers
 Signed binary addition and subtraction
 Overflow

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 20
Combinational Circuits

• Combinational logic circuits produce a specified


output (almost) at the instant when input values are
applied.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 21
Gates

• The most basic digital devices are called gates.


• Gates got their name from their function of allowing
or blocking (gating) the flow of digital information.
• A gate has one or more inputs and produces an
output depending on the input(s).
• A gate is called a combinational circuit.
• Three most important gates are: AND, OR, NOT

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 22
Digital Logic

Binary system -- 0 & 1, LOW & HIGH,


negated and asserted.
Basic building blocks -- AND, OR, NOT

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 23
NOT Gate

•A NOT gate accepts one input signal (0 or 1) and returns the o


pposite signal as output

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 24
AND Gate
•An AND gate accepts two input signals
•If both are 1, the output is 1; otherwise the output is 0

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 25
OR Gate

•An OR gate accepts two input signals


•If both are 0, the output is 0; otherwise, the output is 1

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 26
XOR Gate

•An XOR gate accepts two input signals


•If both are the same, the output is 0; otherwise, the output is 1

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 27
XOR Gate

•Note the difference between the XOR gate and the OR


gate; they differ only in one input situation
•When both input signals are 1, the OR gate produces a
1 and the XOR produces a 0

•XOR is called the exclusive OR

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 28
NAND Gate
•The NAND gate accepts two input signals
•If both are 1, the output is 0; otherwise, the output is 1

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 29
NOR Gate

•The NOR gate accepts two input signals


•If both are 0, the output is 1; otherwise, the output is 0

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 30
De Morgan again

A NAND gate:
Y = A.B = A + B

is the same as an OR gate with two NOT gates

Similarly a NOR gate is the same as an AND gate with


two inverters
Y = A + B = A.B

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 31
Dual gates

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 32
Truth Tables and Boolean
Notation
NAND Gate
Representation
 It is possible to NOT
implement any X X

boolean expression
using only NAND AND A.B
A
gates B
A.B

OR
A

A  B A.B A+B

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 33
Truth Tables and Boolean
Notation
NAND Gate representation
 Implement the following circuit using only NAND gates

x2

x4

x3

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 34
Solution

Dual the gates, remember two nots together can


be removed.
A
A.B
A
A.B A+B
B

B
AND feeding OR

x2

x4

x3

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 35
Exercise

Implement NOT, AND and OR using NOR gates

Example AND gate dual circuit:

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 36
Solution
Similar pattern to using NAND gates (not surprising)

NOT
X X X X

A.B A
A
A.B
B
AND A.B

A+B A.B
A
A+B
B
B OR

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 37
Logic Gates

• NAND and NOR are known as universal gates because they


are inexpensive to manufacture and any Boolean function
can be constructed using only NAND or only NOR gates.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 38
Truth Tables and Boolean
Notation
NOR Gate representation
 It is also possible to implement any boolean expression using
only NOR gates
 Implement the following circuit using only NOR gates

X4
X3
X2

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 39
Solution

Two NOR gates in sequence acting as NOT’s can be eliminated:

X4
X3
X2

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 40
Logic Gates

Gates can have multiple inputs and more than one output.
 A second output can be provided for the complement
of the operation.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 41
Conclusion

• Computers are implementations of Boolean logic.


• Boolean functions are completely described by truth tables.
• Logic gates are small circuits that implement Boolean
operators.
• The basic gates are AND, OR, and NOT.
 The XOR gate is very useful in parity checkers and
adders.
• The “universal gates” are NOR, and NAND.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 42
Implementation
F=X.Y.+X’.Y’.Z

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 43
Iterative Combinational
Circuits
• Arithmetic functions
 Operate on binary vectors
 Use the same subfunction in each bit position
• Can design functional block for subfunction and repeat to
obtain functional block for overall function
• Cell - subfunction block
• Iterative array - a array of interconnected cells
• An iterative array can be in a single dimension (1D) or
multiple dimensions

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 44
Block Diagram of a 1D Iterative
Array
A n-1B n-1 A1 B0

X n-1 X2 X1
Xn X0
Cell n-1 Y n-1 Y2 Cell 1 Y1 Cell 0
Yn Y0

Cn-1 C1 C0

Example: n = 32
 Number of inputs = ?
 Truth table rows = ?
 Equations with up to ? input variables
 Equations with huge number of terms
 Design impractical!
Iterative array takes advantage of the regularity to make design feasible

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 45
Functional Blocks: Addition

Binary addition used frequently


Addition Development:
 Half-Adder (HA), a 2-input bit-wise addition functional block,
 Full-Adder (FA), a 3-input bit-wise addition functional block,
 Ripple Carry Adder, an iterative array to perform binary
addition, and
 Carry-Look-Ahead Adder (CLA), a hierarchical structure to
improve performance. *(Details not required)

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 46
Functional Block: Half-Adder

• A 2-input, 1-bit width binary adder that performs the following


computations:
• A half adder adds two bits to produce a two-bit sum
• The sum is expressed as a sum bit , S and a carry bit, C
• The half adder can be specified as a truth table for S and C 

X Y C S
0 0 0 0
X 0 0 1 1
0 1 0 1
+Y +0 +1 +0 +1
1 0 0 1
CS 00 01 01 10
1 1 1 0

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 47
Logic Simplification: Half-
Adder
The K-Map for S, C is:
This is a pretty trivial map! S Y C Y
By inspection:
0 11 0 1

X 12 3 X 2 13
S  XY  XY  X  Y
S  ( X  Y )( X  Y )
and
C  XY
C  ( ( XY ) )
These equations lead to several implementations.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 48
Five Implementations: Half-
Adder
• We can derive following sets of equations for a half-adder:

( a ) S  XY  XY ( d ) S  ( X  Y )C


C  XY C  ( X  Y)
( b ) S  ( X  Y )( X  Y ) (e ) S  X  Y
C  XY C  XY
( c ) S  ( C XY)
C  XY

• (a), (b), and (e) are SOP, POS, and XOR implementations for S.
• In (c), the C function is used as a term in the AND-NOR
implementation of S, and in (d), theC function is used in a POS
term for S.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 49
Implementations: Half-Adder

• The most common half


adder implementation is: X
Y S (e)

SX  Y C
C  XY

• A NAND only implementation is:


C
X
S  ( X  Y )C
C  ( ( XY ) ) S
Y

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 50
Functional Block: Full-Adder
• A full adder is similar to a half adder, but includes a carry-
in bit from lower stages. Like the half-adder, it computes
a sum bit, S and a carry bit, C.
 For a carry-in (Z) of
Z 0 0 0 0
0, it is the same as
the half-adder: X 0 0 1 1
+Y +0 +1 +0 +1
 For a carry- in CS 00 01 01 10
(Z) of 1:
Z 1 1 1 1
X 0 0 1 1
+Y +0 +1 +0 +1
CS 01 10 10 11
© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 51
Logic Optimization: Full-Adder
Full-Adder Truth Table:
X Y Z C S
0 0 0 0 0
0 0 1 0 1
0 1 0 0 1
0 1 1 1 0
Full-Adder K-Map: 1 0 0 0 1
1 0 1 1 0
1 1 0 1 0
1 1 1 1 1

S Y C Y

0
11 3
12 0 1
13 2

X 14 17 X 15 17 16
5 6 4

Z Z

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 52
Equations: Full-Adder
• From the K-Map, we get:
SX YZ  X Y Z  X YZ  X YZ
C X Y X Z  Y Z
• The S function is the three-bit XOR function (Odd Function):
SX  Y Z
• The Carry bit C is 1 if both X and Y are 1 (the sum is 2), or if the
sum is 1 and a carry-in (Z) occurs. Thus C can be re-written as:
C  X Y  (X  Y) Z
• The term X·Y is carry generate.
• The term XY is carry propagate.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 53
Full Adder Circuit
X
Y Sum

Cout

Z=Cin

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 54
Binary Adders

• To add multiple operands, we “bundle” logical signals


together into vectors and use functional blocks that operate
on the vectors
• Example: 4-bit ripple carry Description Subscript Name
adder: Adds input vectors 3210
A(3:0) and B(3:0) to get Carry In 0110 Ci
a sum vector S(3:0) Augend 1011 Ai

• Note: carry out of cell i Addend 0011 Bi


Sum 1110 Si
becomes carry in of cell
i+1 Carry out 0011 Ci+1

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 56
Combinational Circuits

• Just as we combined half adders to make a full adder, full


adders can connected in series.
• The carry bit “ripples” from one adder to the next; hence,
this configuration is called a ripple-carry adder.

Today’s systems employ more efficient adders.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 57
4-bit Ripple-Carry Binary Adder

• A four-bit Ripple Carry Adder made from four 1-bit Full


Adders:

B3 A3 B2 A2 B1 A1 B0 A

C3 C2 C1
FA FA FA C0

C4 S3 S2 S1 S0

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 58
Signed Integer Representations

Signed-Magnitude – here the n – 1 digits are interpreted as a


positive magnitude.
Signed-Complement – here the digits are interpreted as the
rest of the complement of the number. There are two
possibilities here:
 Signed 1's Complement
Uses 1's Complement Arithmetic
 Signed 2's Complement
Uses 2's Complement Arithmetic

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 59
Signed Integers

• Positive numbers and zero can be represented by unsigned


n-digit, radix r numbers. We need a representation for
negative numbers.
• To represent a sign (+ or –) we need exactly one more bit
of information (1 binary digit gives 21 = 2 elements which
is exactly what is needed).
• Since computers use binary numbers, by convention, the
most significant bit is interpreted as a sign bit:
s an–2  a2a1a0
where:
s = 0 for Positive numbers
s = 1 for Negative numbers
and ai = 0 or 1 represent the magnitude in some form.
© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 60
Signed-Magnitude Arithmetic

• If the parity of the three signs is 0:


1. Add the magnitudes.
2. Check for overflow (a carry out of the MSB)
3. The sign of the result is the same as the sign of the
first operand.
• If the parity of the three signs is 1:
1. Subtract the second magnitude from the first.
2. If a borrow occurs:
take the two’s complement of result
• and make the result sign the complement of
the sign of the first operand.
3. Overflow will never occur.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 61
2’s Complement Method

Given: an n-bit binary number, beginning at the least significant


bit and proceeding upward:
 Copy all least significant 0’s
 Copy the first 1
 Complement all bits thereafter.
2’s Complement Example:
10010100
 Copy underlined bits:
100
 and complement bits to the left:
01101100

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 62
Signed Integer Representation
Example

Number Sign -Mag. 1's Comp. 2's Comp.


+3 011 011 011
+2 010 010 010
+1 001 001 001
+0 000 000 000
–0 100 111 —
–1 101 110 111
–2 110 101 110
–3 111 100 101
–4 — — 100

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 63
Signed-Complement Arithmetic

Addition:
1. Add the numbers including the sign bits, discarding a carry
out of the sign bits (2's Complement), or using an end-around
carry (1's Complement).
2. If the sign bits were the same for both numbers and the sign of
the result is different, an overflow has occurred.
3. The sign of the result is computed in step 1.
Subtraction:
Form the complement of the number you are subtracting and
follow the rules for addition.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 64
2’s Complement Adder/Subtractor

Subtraction can be done by addition of the 2's Complement.


1. Complement each bit (1's Complement.)
2. Add 1 to the result.
The circuit shown computes A + B and A – B:
For S = 1, subtract,
the 2’s complement B A B A B 3A B 3A 2 2 1 1 0 0

of B is formed by using S
XORs to form the 1’s
comp and adding the 1
applied to C0.
For S = 0, add, B is FA
C3
FA
C2
FA
C1
FA
C0

passed through
unchanged C4 S3 S2 S1 S0

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 65
Overflow Detection

• Overflow occurs if n + 1 bits are required to contain the result from


an n-bit addition or subtraction
• Overflow can occur for:
 Addition of two operands with the same sign
 Subtraction of operands with different signs
• Signed number overflow cases with correct result sign
0 0 1 1
+ 0 - 1 -0 +1
0 0 1 1
• Detection can be performed by examining the result signs which
should match the signs of the top operand

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 66
Overflow Detection
• Signed number cases with carries Cn and Cn-1 shown for correct result signs:
0 00 01 11 1
0 0 1 1
+0 -1 -0 +1
0 0 1 1
• Signed number cases with carries shown for erroneous result signs (indicating
overflow):
0 10 11 01 0
0 0 1 1
+ 0 - 1 -0 + 1
1 1 0 0
• Simplest way to implement overflow V = Cn + Cn - 1
• This works correctly only if 1’s complement and the addition of the carry in of
1 is used to implement the complementation! Otherwise fails for - 10 ... 0

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 67
Other Arithmetic Functions

• Convenient to design the functional blocks by


contraction - removal of redundancy from circuit
to which input fixing has been applied
• Functions
 Incrementing
 Decrementing
 Multiplication by Constant
 Division by Constant

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 68
Incrementing & Decrementing

Incrementing
 Adding a fixed value to an arithmetic variable
 Fixed value is often 1, called counting (up)
 Examples: A + 1, B + 4
 Functional block is called incrementer
Decrementing
 Subtracting a fixed value from an arithmetic variable
 Fixed value is often 1, called counting (down)
 Examples: A - 1, B - 4
 Functional block is called decrementer

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 69
Multiplication/Division by 2n

(a) Multiplication
by 100 B3 B2 B1 B0

 Shift left by 2
0 0
(b) Division C5 C4 C3 C2 C1 C0
(a)
by 100
 Shift right by 2
B3 B2 B1 B0
 Remainder
preserved 0 0
C3 C2 C1 C0 C21 C22
(b)

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 70
Combinational Circuits

• A multiplexer does just the


opposite of a decoder.
• It selects a single output from
several inputs.
• The particular input chosen for
output is determined by the value
of the multiplexer’s control lines.
• To be able to select among n
inputs, log2n control lines are This is a block
needed. diagram for a
multiplexer.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 71
Example of a Combinatorial Circuit:
A Multiplexer
(MUX)
• Consider an integer ‘m’, which is
• constrained by the following relation:
• m = 2n , where m and n
are both integers.
• A m-to-1 Multiplexer has
m Inputs: I0, I1, I2, ................ I(m-1)
one Output: Y
n Control inputs: S0, S1, S2, ...... S(n-1)
One (or more) Enable input(s)
• such that Y may be equal to one of the inputs, depending upon
the control inputs.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 72
Examples

The Multiplexer
 Selects one of 2n inputs and copies it to a single
output
 The selected line is determined from the bit
combination (address) on the n selection lines
 e.g. 1 from 2 mutiplexer n=1
a 0 out
sel a b out b 1
0 0 0
0 0 1 sel
0 1 0
ab
00 01 11 10
0 1 1 sel
0
1 0 0
1
1 0 1
1 1 0 out =
1 1 1
© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 73
K map for 2:1 Multiplexer
AB
sel 00 01 11 10

0 1 1 output = sel.a + sel.b


1 1 1
data

Principal can be extended to


4:1 – 2 select lines and 4 data lines out
8:1 – 3 select lines and 8 data lines
and so on…

sel

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 74
2:1 Multiplexer

sel a b out
sel a b out 0 0 ? 0
0 0 0 0 0 1 ? 1
0 0 1 0 1 ? 0 0
0 1 0 1 1 ? 1 1
0 1 1 1 if a is selected, don’t
care about b.
1 0 0 0
AB
1 0 1 1
sel 00 01 11 10
1 1 0 0
0 1 1
1 1 1 1
1 1 1
© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 75
Combinational Circuits

This is what a 4-to-1 multiplexer looks like on the inside.

If S0 = 1 and S1 = 0,
which input is
transferred to the
output?

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 76
Demultiplexer (DMUX)/
Decoder
• A 1-to-m DMUX, with ACTIVE HIGH Outputs, has
• 1 Input: I ( also called as the Enable input when the
device is called a Decoder)
• m ACTIVE HIGH Outputs: Y0, Y1,
Y2, ..................................... …………….Y(m-1)
• n Control inputs: S0, S1, S2, ...... S(m-1)

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 77
Characteristic table of the 1-to-4 DMUX
with ACTIVE HIGH Outputs:

Table 1

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 78
Characteristic Table of a 1-to-4 DMUX, with
ACTIVE LOW Outputs:

Table 2

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 79
The diagram below shows the relation
between a multiplexer and a Demultiplexer.

Y0
I0 4 to 1 1 to 4
MUX DEMUX
I1
Y1
Y out Input

I2 Y2

I3 Y4

S1 S0 S1 S0

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 80
Combinational Circuits
• Decoders are another important type of combinational circuit.
• Among other things, they are useful in selecting a memory
location according a binary value placed on the address lines
of a memory bus.
• Address decoders with n inputs can select any of 2n
locations.

This is a block
diagram for a
decoder.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 81
Combinational Circuits

• This is what a 2-to-4 decoder looks like on the inside.

If x = 0 and y = 1,
which output line
is enabled?

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 82
A Decoder is a Demultiplexer with a change in
the name of the inputs :

Y0
2 to 4
Decoder
ENABLE Y1

INPUT Y2

Y4

S1 S0

When the IC is used as a Decoder, the input I is


called an Enable input

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 83
DECODER

• The ‘unexcited’ state of an Output is 0 for an IC with


ACTIVE HIGH Outputs.
• The ‘unexcited’ state of an Output is 1 for an IC with
ACTIVE LOW Outputs.
• Enable Input:
• In a Decoder, the Enable Input can be ACTIVE LOW or
ACTIVE HIGH.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 84
Characteristic Table of a 2-to-4 DECODER, with ACTIVE
LOW Outputs and with ACTIVE LOW Enable Input:

Logic expressions for the outputs of the Decoder of Table:


Y0 = E + S1 + S0 Y1 = E + S1+ S0‘
Y2 = E + S1‘ + S0 Y3 = E + S1‘ +
S0‘

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 85
Encoders

• Multiple-input/multiple-output
device.

• Performs the inverse function of a


Decoder.

• Outputs ( m ) are less than inputs ( n ).


output
input code
code ENCODER
• Converts input code words into output

code words.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 86
Encoders vs. Decoders

Decoder Encoder

Binary decoders/encoders
 n-to-2^n  2^n-to-n encoder
 Input code : Binary Code Input code : 1-out-of-
2^n.
Output code :1-out-of-
2^n. Output code : Binary
Code
© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 87
Encoder/Decoder Vocabulary

ENCODER- a digital circuit that


produces a binary output code
depending on which of its inputs are
activated.

DECODER- a digital circuit that converts


an input binary code into a single
numeric output.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 88
ENCODERS AND DECODERS

A0 O0 A0 O0
A1 O1 A1 O1
A2 O2 A2 O2
A3 ENCODER DECODER O3
A4 O4
A5 O5
A6 O6
A7 O7

ONLY ONE INPUT BINARY CODE INPUT


ACTIVATED AT A TIME ONLY ONE OUTPUT
BINARY CODE OUTPUT ACTIVATED AT A TIME

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 89
Binary Encoder
Binary encoder

• 2^n-to-n encoder : 2^n inputs and n outputs. I0

• I1
Input code : 1-out-of-2^n.
I2 Y0
• Output code : Binary Code
I3 Y1
• Example : n=3, 8-to-3 encoder
I4 Y2
Inputs Outputs
I5
I0 I1 I2 I3 I4 I5 I6 I7 Y2 Y1 Y0 I6
1 0 0 0 0 0 0 0 0 0 0 I7
0 1 0 0 0 0 0 0 0 0 1
0 0 1 0 0 0 0 0 0 1 0
0 0 0 1 0 0 0 0 0 1 1
0 0 0 0 1 0 0 0 1 0 0
0 0 0 0 0 1 0 0 1 0 1
0 0 0 0 0 0 1 0 1 1 0
0 0 0 0 0 0 0 1 1 1 1

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 90
8-to-3 encoder Implementation

• Simplified implementation:
- From the truth table
I0
Y0 = I1 + I3 + I5 + I7
Y1 = I2 + I3 + I6 + I7 I1
Y2
Y2 = I4 + I5 + I6 + I7
I2
• Limitations :
- I0 has no effect on the output I3
- Only one input can be activated I4 Y1
• Application: I5
Handling multiple devices requests
I6
But, no simultaneous requests
Y0
• Establishing priorities solve the I7
problem of multiple requests

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 91
What you should be able to
do:
•Change circuits using one set of gates (e.g. AND, OR, NOT)
to their equivalent using NAND or NOR gates only (and vice
versa).

•Be familiar with half-, full- adders and multiplexer, de


multiplexer, encoder and decoder circuits.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 92
TEST
ANSWER THE FOLLOWING QUESTIONS WITH ONE OR MORE
OF THESE WORDS: MUX, DEMUX, ENCODER, DECODER.
A. Has more inputs than outputs. ENCODER, MUX

B. Uses select inputs. MUX, DEMUX

C. Can be used in parallel-to-serial conversion. MUX

D. Produces a binary code at its output. ENCODER

E. Only one of its outputs is activated at one time. DEMUX, DECODER

F. Used to route input signals to one of several outputs. MUX

G. Used to generate arbitrary logic functions. MUX, DEMUX

H. 3 line-to-8 line or binary to octal. DECODER

I. Data Selectors are also MUX.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 93
Sequential Logic

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63 94


Sequential Logic Circuits
• So far we have only considered circuits where the
output is purely a function of the inputs 1
7
3

• With sequential circuits the output is a function of the


values of past and present inputs

This particular example is not very useful


A
X

X=X+A

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 95
Sequential Circuits

• Combinational logic circuits are perfect for situations


when we require the immediate application of a Boolean
function to a set of inputs.
• There are other times, however, when we need a circuit
to change its value with consideration to its current state
as well as its inputs.
 These circuits have to “remember” their current state.
• Sequential logic circuits provide this functionality for
us.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 96
Integrated Circuits
• A collection of one or more gates fabricated on a
single silicon chip is called an integrated circuit (IC).
• ICs were classified by size:
 SSI - small scale integration - 1~20 gates
 MSI - medium scale integration - 20~200 gates
 LSI - large scale integration - 200~200,000 gates
 VLSI - very large scale integration - over 1M transistors
• Pentium-III - 40 million transistors

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 97
Sequential circuit concepts
•The addition of a memory device to a combinational circuit allows
the output to be fed back into the input:
•To retain their state values, sequential circuits rely on feedback.
•Feedback in digital circuits occurs when an output is looped back to
the input.

Input(s) Output(s)
circuit

memory

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 98
Synchronous and
Asynchronous
Input(s) Output(s)
circuit

memory

Clock
pulse

•With synchronous circuits a clock pulse is used to regulate


the feedback, input signal only enabled when clock pulse is
high – acts like a “gate” being opened.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 99
Sequential Circuits

• As the name implies, sequential logic circuits require a


means by which events can be sequenced.
• State changes are controlled by clocks.
 A “clock” is a special circuit that sends electrical pulses
through a circuit.
• Clocks produce electrical waveforms such as the one shown
below.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 100
Sequential Circuits

• State changes occur in sequential circuits only when the


clock ticks.
• Circuits can change state on the rising edge, falling edge, or
when the clock pulse reaches its highest voltage.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 101
Sequential Circuits

• Circuits that change state on the rising edge, or falling edge


of the clock pulse are called edge-triggered.
• Level-triggered circuits change state when the clock voltage
reaches its highest or lowest level.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 102
Clock Pulse Definition

Positive Pulse Negative Pulse

Positive Negative Negative Positive


Edge Edge Edge Edge

Edges can also be referred to as leading and trailing.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 103
Flip-flops
• A device that stores either a 0 or 1.
• Stored value can be changed only at certain times
determined by a clock input.
• New value depend on the current state and it’s
control inputs
• A digital circuit that contains filp-flops is called a
sequential circuit

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 104
Flip-flops

S-R latch symbols D flip-flop

J-K flip-flops

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 105
Latches

Two cross-coupled NOR gates form an SR (set and reset) latch

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 106
Latches
The SR Latch
 Consider the following circuit

1
R Q R R Q Q
0

S S Q Q
1 Q
S
Symbol
0 Circuit

R S Qn+1 n+1 represents


0 0 Qn output at some future
0 1 1 time
1 0 0
1 1 ?
Function Table n represents current
output.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 107
SR Latch operation
Assume some previous operation has Q as a 1
Assume R and S are initially inactive

Indicates a stable state


R=0 at some future time (n+
Q=1 R S Qn+1 = now plus)
0 0 Qn
0 1 1 ~Q = Q, ie is the
S=0 Q=0 1 0 0 complement of Q.
1 1 ?
Circuit

Now assume R goes first to 1 then returns to 0, what


happens:

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 108
Reset goes active

R=1
When R goes active 1, the output Q=0
from the first gate must be 0.

This 0 feeds
S=0 ~Q = 1
back to gate 2

Since both inputs are 0 the output is forced to 1

The output ~Q is fed back


to gate 1, both inputs R=1
being 1 the output Q stays Q=0
at 0.

S=0 ~Q = 1

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 109
Reset goes in-active
When R now goes in-active 0, the
feedback from ~Q (still 1), holds R=0
Q=0
Q at 0.

S=0 ~Q = 1
The “pulse” in R has changed
the output as shown in the
function table:

R S Qn+1
We went from here 0 0 Qn
0 1 1 And back
To here 1 0 0 again
1 1 ?
In that process, Q changed from 1 to 0. Further signals on R
will have no effect.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 110
Set the latch
•Similar sequences can be followed to show that setting S to 1 then 0 –
activating S – will set Q to a 1 stable state.
•When R and S are activated simultaneously both outputs will go to a 0

R=1
Q=0

S=1 ~Q = 0

•When R and S now go inactive 0, both inputs at both


gates
are 0 and both gates output a 1.
•This 1 fedback to the inputs drives the outputs to 0, again
both inputs are 0 and so on and so on and so on and so
on.
© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 111
Metastable state
In a perfect world of perfect electronic circuits the oscillation
continues indefinitely.

However, delays will not be consistent in both gates so the


circuit will collapse into one stable state or another.

R S Qn+1
This collapse is 0 0 Qn Future output = present output
unpredictable. Set the latch
0 1 1
1 0 0 Reset the latch
Thus our function table: 1 1 ? Don’t know

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 112
Sequential Switching Elements
R-S Latch Revisited
Truth Table: Derived K-Map:
Next State = F(S, R, Current State) S
SR
S(t) R(t) Q(t) Q(t+) 00 01 11 10
Q( t )
0 0 0 0 HOLD 0 0 0 X 1
0 0 1 1
1 1 0 X 1
0 1 0 0 RESET
0 1 1 0 R
1 0 0 1 SET
1 0 1 1 Characteristic Equation:
1 1 0 X Not Allowed Q+ = S + R Q t
1 1 1 X
S
R-S
R Latch Q+

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 113
Application of the SR Latch
 An important application of SR latches is for recording short
lived events
 e.g. pressing an alarm bell in a hospital

bed1
R Q light
RS
Latch
1 S
bed1
button bed2
R Q light
bed2 RS
button Latch
1 S warning
bell

1 master
reset

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 114
Clocks and synchronization
• A clock is a special device that whose output continuously alternates between 0
and 1.
clock period

• The time it takes the clock to change from 1 to 0 and back to 1 is called the
clock period, or clock cycle time.
• The clock frequency is the inverse of the clock period. The unit of measurement
for frequency is the hertz.
• Clocks are often used to synchronize circuits.
 They generate a repeating, predictable pattern of 0s and 1s that can trigger
certain events in a circuit, such as writing to a latch.
 If several circuits share a common clock signal, they can coordinate their
actions with respect to one another.
• This is similar to how humans use real clocks for synchronization.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 115
The Clocked SR Latch

• In some cases it is necessary to disable the inputs to a latch


• This can be achieved by adding a control or clock input to
the latch
 When C = 0 R and S inputs cannot reach the latch
 Holds its stored value
 When C = 1 R and S inputs connected to the latch
 Functions as before

R
Q

Q
S

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 116
Clocked SR Latch

R S C Qn+1
R R Q Q X X 0 Qn Hold
C 0 0 1 Qn Hold
C
0 1 1 1 Set
S S Q Q 1 0 1 0 Reset
1 1 1 ? Unused

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 117
Clocked D Latch

• Simplest clocked latch of practical importance is


the Clocked D latch

D S
Q

Q
R

• It means that both active 1 inputs at R and S can’t occur.

• Notice we’ve reversed S and R so when D is 1 Q is 1.


© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 118
D Latch
 It removes the undefined behaviour of the SR latch
 Often used as a basic memory element for the short term storage
of a binary digit applied to its input
 Symbols are often labeled data and enable/clock (D and C)

D
S Q Q
D Q D C Qn+1
C C X 0 Qn Hold
R Q Q C Q 0 1 0 Reset
1 1 1 Set

Circuit Symbol Function Table

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 119
Transparency

 The devices that we have looked so far are transparent


 That is when C = 1 the output follows the input
 There will be a slight lag between them

1
C
0 When the clock
1
t “gate” opens,
D changes in input
0
t
take effect at
1 outputs –
Q transparency.
0
t Also known as
“level-triggered”.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 120
Latches - Summary

• Two cross-coupled NOR gates form an SR (set and reset) latch


• A clocked SR latch has an additional input that controls when
setting and resetting can take place
• A D latch has a single data input
 the output is held when the clock input is a zero
 the input is copied to the output when the clock input is a one
• The output of the clocked latches is transparent
• The output of the clocked D latch can be represented by the
following behavior
D C Qn+1
X 0 Qn Hold
0 1 0 Reset
1 1 1 Set

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 121
Latches and Flip Flops
• Terms are sometimes used confusingly:
• A latch is not clocked whereas a flip-flop is clocked.
• A clocked latch can therefore equally be referred to as a flip flop
(SR flip flop, D flip flop).
• However, as we shall see, all practical flip flops are edge- triggered
on the clock pulse.
• Sometimes latches are included within flip flops as a sub-type.
Clocked latches are level triggered. While the clock is high, inputs
and thus outputs can change.
• This is not always desirable.
• A Flip Flop is edge-triggered – either by the leading or falling edge
• of the clock pulse.
• Ideally, it responds to the inputs only at a particular instant in time.

© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 122
© Bharati Vidyapeeth’s Institute of Computer Applications and Management, New Delhi-63, by Deepali Kamthania 123

You might also like