You are on page 1of 36

LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT

(Approved by AICTE New Delhi & Affiliated to JNTUK, Kakinada)


Loyola Nagar, Dhulipalla(V), Sattenapalli(M)-522 412
(An ISO 9001: 2015 Certified Institution)

Department of Electronics and Communication Engineering

LITAM
DSD & DICA LABORATORY

NAME : …………………………..……
Regd.NO. : ………………………………..
YEAR/SEM : ………………………………..
LITAM(A4)
LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT
DEPARTMENT OF ECE

III B.Tech., ECE I Sem

DSD&DICA LAB
The students are required to Design and draw the internal structure of the following Digital
Integrated Circuits and to develop VHDL Source code, Perform Simulation using relevant
Simulator and analyze the obtained simulation results using necessary Synthesizer.Further, it is
required to verify the logical operation of the Digital ICs (Hardware) in the Laboratory.

1. Realization of Logic Gates.

2. 3 to 8 Decoder - 74138.

3. 8x1 Multiplexer - 74151 and 2x4 De-multiplexer - 74155.

4. 4-Bit Comparator - 7485.

5. D Flip-Flop - 7474.

6. Decade Counter – 7490.

7. 4-Bit Counter – 7493.

8. Shift Registers – 7495.

9. Universal Shift Registers – 74194/195.

10. RAM (16x4) – 74189(Read and Write Operations).

11. Stack and Queue Implementation using RAM.

12. ALU Design.


LITAM
LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT
(Approved by AICTE & Affiliated to JNTUK, KAKINADA)

DEPARTMENT OF ECE
DSD&DIICA LABORATORY
(HARDWARE)
INDEX
Regd.No. :
Sl Expt. Page
DATE Experiment Name Signature
NO. NO. No.

Regd.No. :

Total Number of Experiments Done :


Station :
Date :

Signature of Staff Member


LITAM
LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT
(Approved by AICTE & Affiliated to JNTUK, KAKINADA)

DEPARTMENT OF ECE
DSD&DIICA LABORATORY
(SOFTWARE)
INDEX
Regd.No. :
Sl Expt. Page
DATE Experiment Name Signature
NO. NO. No.

Total Number of Experiments Done :


Station :
Date :

Signature of Staff Member


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

I. Realization of LOGIC GATES DATE :


AIM: To Verify the TRUTH TABLES of all the logic gates ( IC 7408 – AND Gate, IC 7432 – OR
Gate, IC 7404 – NOT Gate, IC 7400 – NAND Gate, IC 7402 – NOR Gate and IC 7486 – Ex-OR
Gate).
Equipment Required : 1. IC-7408 2. IC-7432
3. IC-7404 4. IC-7400
5. IC-7402 6.IC-7486
7. IC Trainer Board System
8.Patch Cards
9.Connecting wires
IC -7408 ( AND GATE )
PIN Configuration :

LOGIC SYMBOL : TRUTH TABLE :

X Y Z = X.Y
0 0 0
0 1 0
1 0 0
1 1 1
IC -7432 ( OR GATE ) :
PIN Configuration :

LOGIC SYMBOL : TRUTH TABLE :

X Y Z = X+Y
0 0 0
0 1 1
1 0 1
1 1 1

III B.Tech. I Sem – ECE 1 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

IC -7404 ( NOT GATE )


PIN Configuration :

LOGIC SYMBOL : TRUTH TABLE :

___
X Y Z = X.Y
0 0 1

0 1 1

1 0 1

1 1 0

IC -7400 ( NAND GATE )


PIN Configuration :

LOGIC SYMBOL : TRUTH TABLE :

_
X Z=X
0 1
1 0

III B.Tech. I Sem – ECE 2 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

IC -7402 ( NOR GATE )


PIN Configuration :

LOGIC SYMBOL : TRUTH TABLE :

___
X Y Z = X+Y

0 0 1
0 1 0
1 0 0
1 1 0

IC -7486 ( Ex-OR GATE )


PIN Configuration :

LOGIC SYMBOL : TRUTH TABLE :

III B.Tech. I Sem – ECE 3 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

Procedure :

1) Mount the IC 7400/7402/7404/7408/7432/7486 on the IC Bread BoaRD Trainer.


2) Connect +5v to Vcc and GND Pins.
3) Connect Inputs from Switches to Corresponding Pins on the IC Bread Board Trainer.
4) Connect Outputs from Pins to LED Indicators on the IC Bread Board Trainer.
5) Verify the Truth Tables of the IC 7400/7402/7404/7408/7432/7486 .

RESULT :

(Signature of the Staff with Date)

III B.Tech. I Sem – ECE 4 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

DATE :
II. 3 to 8 DECODER - IC 74138

AIM : To Verify the FUNCTION TABLE of -3to8 Decoder IC 74138.


Equipment Required : 1. IC Bread Board Trainer System
2. IC-74138
3.Patch Cards
4.Connecting wires
IC 74138 PIN Configuration :

IC 74138 Block Diagram :

IC CIRCUIT DIAGRAM :

III B.Tech. I Sem – ECE 5 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

IC INTERNAL CIRCUIT DIAGRAM :

FUNCTION TABLE:

INPUTS OUTPUTS
A2 A1 A0
H X X X X X H H H H H H H H
X H X X X X H H H H H H H H
X X L X X X H H H H H H H H
L L H L L L H H H H H H H H
L L H L L H H H H H H H H H
L L H L H L H H H H H H H H
L L H L H H H H H H H H H H
L L H L L L H H H H H H H H
L L H L L H H H H H H H H H
L L H L H L H H H H H H H H
L L H L H H H H H H H H H H

III B.Tech. I Sem – ECE 6 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

Procedure :

1) Mount the IC 74138 on the IC Bread BoaRD Trainer.


2) Connect +5v to Vcc and GND Pins.
3) Connect Inputs from Switches to Corresponding Pins of the IC 74138 on the IC Bread Board
Trainer.
4) Connect Outputs from Pins of the IC 74138 to LED Indicators on the IC Bread Board Trainer.
5) Verify the Function Table of the IC 74138 .

RESULT :

(Signature of the Staff with Date)

III B.Tech. I Sem – ECE 7 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

DATE :

III.(A) 8x1 MULTIPLEXER - IC 74151

AIM : To Verify the FUNCTION TABLE of 8x1 Multiplexer - IC 74151.


Equipment Required : 1. IC Bread Board Trainer System
2. IC-74151
3.Patch Cards
4.Connecting wires

IC 74151 PIN Configuration :

IC 74151 Block Diagram :

III B.Tech. I Sem – ECE 8 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

IC CIRCUIT DIAGRAM : IC INTERNAL CIRCUIT DIAGRAM :

FUNCTION TABLE:

III B.Tech. I Sem – ECE 9 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

Procedure :

1) Mount the IC 74151 on the IC Bread BoaRD Trainer.


2) Connect +5v to Vcc and GND Pins.
3) Connect Inputs from Switches to Corresponding Pins on the IC Bread Board Trainer.
4) Connect Outputs from Pins to LED Indicators on the IC Bread Board Trainer.
5) Verify the Function Table of the IC 74151 .

RESULT :

(Signature of the Staff with Date)

III B.Tech. I Sem – ECE 10 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

DATE :

III (B) 2x4 DEMULTIPLEXER - IC 74155


AIM : To Verify the TRUTH TABLE of 2x4 De-multiplexer - IC 74155.

Equipment Required : 1. IC-74155


2. IC Trainer Board System
3.Patch Cards
4.Connecting wires

IC 74155 PIN Configuration :

IC 74155 Block Diagram :

III B.Tech. I Sem – ECE 11 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

IC CIRCUIT DIAGRAM :

IC INTERNAL CIRCUIT DIAGRAM:

III B.Tech. I Sem – ECE 12 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

FUNCTION TABLE:

Procedure :

1) Mount the IC 74155 on the IC Bread BoaRD Trainer.


2) Connect +5v to Vcc and GND Pins.
3) Connect Inputs from Switches to Corresponding Pins on the IC Bread Board Trainer.
4) Connect Outputs from Pins to LED Indicators on the IC bread Board Trainer.
5) Verify the Function Table of the IC 74155.

RESULT :

(Signature of the Staff with Date)

III B.Tech. I Sem – ECE 13 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

DATE :

IV. 4-Bit COMPARATOR - IC 7485


AIM : To Verify the FUNCTION TABLE of 4-bit Comparator - IC 7485.
Equipment Required : 1. IC-7485
2. IC Bread Board Trainer System
3.Patch Cards
4.Connecting wires

IC 7485 PIN Configuration :

IC 7485 Block Diagram :

IC CIRCUIT DIAGRAM :

III B.Tech. I Sem – ECE 14 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

IC INTERNAL CIRCUIT DIAGRAM :

FUNCTION TABLE:

III B.Tech. I Sem – ECE 15 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

Procedure :

1) Mount the IC 7485 on the IC Bread BoaRD Trainer.


2) Connect +5v to Vcc and GND Pins.
3) Connect Inputs from Switches to Corresponding Pins of IC 7485 on the IC Bread Board
Trainer.
4) Connect Cascading Inputs from Switches to Corresponding Pins of IC 7485 on the IC Bread
Board Trainer.
5) Connect Outputs from Pins of IC 7485 to LED Indicators on the IC Bread Board Trainer.
6) Verify the Function Table of the IC 7485.

RESULT :

(Signature of the Staff with Date)

III B.Tech. I Sem – ECE 16 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

DATE :

V. D Flip - Flop - IC 7474

AIM : To Verify the FUNCTION TABLE of D Flip – Flop IC 7474.


Equipment Required : 1. IC-7474
2. IC Bread Board Trainer System
3.Patch Cards
4.Connecting wires

IC 7474 PIN Configuration :

IC 7474 Block Diagram :

III B.Tech. I Sem – ECE 17 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

IC CIRCUIT DIAGRAM :

IC INTERNAL CIRCUIT DIAGRAM :

FUNCTION TABLE:

III B.Tech. I Sem – ECE 18 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

Procedure :

1) Mount the IC 7474 on the IC Bread BoaRD Trainer.


2) Connect +5v to Vcc and GND Pins.
3) Connect Inputs from Switches to Corresponding Pins of IC 7474 on the IC Bread Board
Trainer.
4) Connect Preset and Clear Inputs from Switches to Corresponding Pins of IC 7474 on the IC
Bread Board Trainer.
5) Connect Clock Input from Pulse to Corresponding Pin of IC 7474 on the IC Bread Board
Trainer.
6) Connect Outputs from Pins of IC 7474 to LED Indicators on the IC Bread Board Trainer.
7) Verify the Function Table of the IC 7474.

RESULT :

(Signature of the Staff with Date)

III B.Tech. I Sem – ECE 19 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

DATE :

VI. DECADE COUNTER - IC 7490

AIM : To Verify the FUNCTION TABLE of Decade Counter IC 7490.


Equipment Required : 1. IC-7490
2. IC Bread Board Trainer System
3.Patch Cards
4.Connecting wires
IC 7490 PIN Configuration :

IC 7490 Block Diagram :

IC CIRCUIT DIAGRAM :

III B.Tech. I Sem – ECE 20 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

IC INTERNAL CIRCUIT DIAGRAM :

III B.Tech. I Sem – ECE 21 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

FUNCTION TABLE: COUNT TABLE:

Procedure :

1) Mount the IC 7490 on the IC Bread BoaRD Trainer.


2) Connect +5v to Vcc and GND Pins.
3) Connect RESET Inputs from Switches to Corresponding Pins of IC 7490 on the IC Bread Board
Trainer.
4) Connect the Circuit diagram for IC 7490 as Shown in the Figure (connect Q A & Clock B PINs )
on the IC Bread Board Trainer.
5) Connect Clock A Input from Pulse to Corresponding Pin of IC 7490 on the IC Bread Board
Trainer.
6) Connect Outputs from Pins of IC 7490 to LED Indicators on the IC Bread Board Trainer.
7) Verify the Function Table and Count Table of the IC 7490.

RESULT :

(Signature of the Staff with Date)

III B.Tech. I Sem – ECE 22 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

DATE :

VII. 4-BIT COUNTER - IC 7493


AIM : To Verify the FUNCTION TABLE of 4-Bit Counter IC 7493.
Equipment Required : 1. IC-7493
2. IC Trainer Board System
3.Patch Cards
4.Connecting wires
IC 7493 PIN Configuration :

IC 7493 Block Diagram :

IC CIRCUIT DIAGRAM :

III B.Tech. I Sem – ECE 23 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

IC INTERNAL CIRCUIT DIAGRAM :

III B.Tech. I Sem – ECE 24 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

FUNCTION TABLE: COUNT TABLE:

Procedure :

1) Mount the IC 7493 on the IC Bread BoaRD Trainer.


2) Connect +5v to Vcc and GND Pins.
3) Connect RESET Inputs from Switches to Corresponding Pins of IC 7493 on the IC Bread Board
Trainer.
4) Connect the Circuit diagram for IC 7493 as Shown in the Figure (connect Q A & Clock B PINs )
on the IC Bread Board Trainer.
5) Connect Clock A Input from Pulse to Corresponding Pin of IC 7493 on the IC Bread Board
Trainer.
6) Connect Outputs from Pins of IC 7493 to LED Indicators on the IC Bread Board Trainer.
7) Verify the Function Table and Count Table of the IC 7493.

RESULT :

(Signature of the Staff with Date)

III B.Tech. I Sem – ECE 25 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

DATE :

VIII. SHIFT REGISTERS - IC 7495


AIM : To Verify the FUNCTION TABLE of Shift Registers IC 7495.
Equipment Required : 1. IC-7495
2. IC Trainer Board System
3.Patch Cards
4.Connecting wires
IC 7495 PIN Configuration :

PIN NAMES :

Sl.No. Signal Name Description


1 S Mode Control Input
2 DS Serial Data Input
3 DS Parallel Data Inputs
__
4 Serial Clock (Active LOW Going Edge ) Input
CP1
__
5 Parallel Clock ( Active LOW Going Edge ) Input
CP2
6 QO – Q3 Parallel Outputs

IC 7495 Block Diagram :

III B.Tech. I Sem – ECE 26 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

IC CIRCUIT DIAGRAM :

IC INTERNAL CIRCUIT DIAGRAM :

FUNCTION TABLE:

III B.Tech. I Sem – ECE 27 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

Procedure :

1) Mount the IC 7495 on the IC Bread BoaRD Trainer.


2) Connect +5v to Vcc and GND Pins.
3) Connect Mode control Input S from Switch to Corresponding Pins of IC 7495 on the IC Bread
Board Trainer.
4) Connect Serial Data Input D s and Parallel Data Inputs P0-P3 from Switches to Corresponding
Pins of IC 7495 on the IC Bread Board Trainer.
5) Connect Serial Clock A and Parallel Clock Inputs from Pulse to Corresponding Pin of IC 7495
on the IC Bread Board Trainer.
6) Connect Parallel Outputs Q 0-Q3 from Pins of IC 7495 to LED Indicators on the IC Bread Board
Trainer.
7) Verify the Function Table and Count Table of the IC 7495.

RESULT :

(Signature of the Staff with Date)

III B.Tech. I Sem – ECE 28 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

DATE :

IX. UNIVERSAL SHIFT REGISTERS - IC 74194/195

AIM : To Verify the FUNCTION TABLE of Universal Shift Registers IC 74194/195 .


Equipment Required : 1. IC-74194/195
2. IC Trainer Board System
3.Patch Cards
4.Connecting wires

IC 74194/195 PIN Configuration :

PIN Description :

PIN No. SYMBOL Name and Function


_____
1 Asynchronous Reset input (Active - LOW)
Clear
2 SR Serial DATA Input (Shift Right)
3,4,5 and 6 A to D Parallel DATA Input
7 SL Serial DATA Input (Shift Left)
8 GND Ground (0V)
9 and 10 S0 and S1 Mode Control Inputs
11 Clock Clock Input (LOW to HIGH Edge - Triggered)
12,13,14 and 15 QA to QD Parallel Outputs
16 VCC Positive Supply Voltage

III B.Tech. I Sem – ECE 29 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

IC 74194/195 Block Diagram :

IC CIRCUIT DIAGRAM :

III B.Tech. I Sem – ECE 30 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

IC INTERNAL CIRCUIT DIAGRAM :

FUNCTION TABLE:

III B.Tech. I Sem – ECE 31 DSD&DICA Lab


LOYOLA INSTITUTE OF TECHNOLOGY AND MANAGEMENT Dept. OF ECE

Procedure :

1) Mount the IC 74195 on the IC Bread BoaRD Trainer.


2) Connect +5v to Vcc and GND Pins.
3) Connect Asynchronous Reset Input from Switch to Corresponding Pins of IC 74195 on the IC
Bread Board Trainer.
4) Connect Mode control Inputs S 0 and S1 from Switch to Corresponding Pins of IC 74195 on the
IC Bread Board Trainer.
5) Connect Serial Data Inputs (SR & SL) and Parallel Data Inputs A - D from Switches to
Corresponding Pins of IC 74195 on the IC Bread Board Trainer.
6) Connect Clock Input from Pulse to Corresponding Pin of IC 74195 on the IC Bread Board
Trainer.
7) Connect Parallel Outputs Q A-QD from Pins of IC 74195 to LED Indicators on the IC Bread Board
Trainer.
8) Verify the Function Table and Count Table of the IC 74195.

RESULT :

(Signature of the Staff with Date)

III B.Tech. I Sem – ECE 32 DSD&DICA Lab

You might also like