Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Encoder and Decoder Final

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

COLLEGE OF ENGINEERING & TECHNOLOGY

UNIVERSITY OF SARGODHA

Digital Logic Design


EE-211

Lab 6 Manual

• Implementation of Encoder and Decoder

Lab Instructor: Engr. Asjad Ullah

Student Name

Roll No.

Date Performed

Marks obtained

Instructor Signature
EXPERIMENT NO 06
IMPLEMENTATION OF ENCODER AND DECODER
COMPONENTS

1. Digital Logic Trainer

RELEVANT THEORY TOPICS

Combinational logic Decoders, Encoders (Refer Article 4.10, 4.11of Digital design, 4𝑡ℎ Edition
by Morris Mano)
OBJECTIVE
To study Encoder and Decoder.

THEORY

An encoder circuit has more input lines and fewer output lines.

A decimal to BCD encoder (10 line to 4 line) will convert (at any one time) one active input out of
ten to a BCD code output.

An octal-to-binary encoder (8 line to 3 line) will convert (at any one time) one-of-eight inputs to
a binary code output

A decoder circuit few input lines and more output lines.

A binary-to-octal decoder converts 3 binary bits into 8 outputs (only one which will be active at
one time)

A BCD decoder converts a 4-bit BCD code on into 10 output outputs (only one which will be active
at one time).

A hexadecimal decoder converts a 4-bit binary code on the input to a 1-of-16 output.

Decoders are often used in microprocessor systems to decode the address information from
the microprocessor in order to select the correct memory chip.
Lab Manual Digital Logic Design

TASK 1: ENCODER
Design 8- Line-to- 3-line (octal to binary) Encoder. It has 8 Inputs (0-7), an Enable Input EI,
an Enable Output EO, 3 Output (A0-A2). Details as under:
• A0-A2 outputs reflect a code that is equal to the active input.

• EI and EO are used for cascading more than one IC together.

INPUT OUTPUT
EI 0 1 2 3 4 5 6 7 A2 A1 A0

Wire the circuit and fill in the blanks in the truth table.

3
CET, UOS
Lab Manual Digital Logic Design

TASK 2: DECODERS:
IC 74138 has been used as a decoder. It has 3-Select Inputs and 8- Data Outputs. Functional
block diagram of IC 74138 is attached. Note that the IC 74138 has Enable Inputs which
we will not use during decoder operation, therefore we will keep G1 as high and G2A and G2B as
low so that the output of Enable gate remains always high and does not interfere with our desired
result. Also note that the output of the IC is active low. Connection diagram and Truth table of
the IC 74138 when used as decoder is shown below:

Note: Output of the IC 74138 is active low, so the output line having a Zero
In the Truth Table will be selected
SELECT INPUT DATA OUTPUT
G2B’ G2A’ G1 C B A O7 O6 O5 O4 O3 O2 O1 O0

Wire the circuit as per figure above and verify the results.

4
CET, UOS
Lab Manual Digital Logic Design

ASSIGNMENT
P1. Implement full adder and full subtractor using decoder.

Observations/Comments/Explanation of Results:

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

5
CET, UOS

You might also like