0% found this document useful (0 votes)
326 views

DLD Lab#5 Report

This document summarizes Lab 5 of the digital logic design course. It includes implementing a minimized logic function using logic gates, the truth table and circuit diagram for the function, and a Verilog implementation of an 8-variable logic function. The lab tasks involve minimizing the function F(A,B,C,D) = ∑(0,2,6,8,9,10,13,14) using a K-map and implementing it with logic gates, as well as writing Verilog code for the 8-variable function F(A,B,C,D,E,F,G,H) = ∑(1,9,14,15) and simulating the wave form.

Uploaded by

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

DLD Lab#5 Report

This document summarizes Lab 5 of the digital logic design course. It includes implementing a minimized logic function using logic gates, the truth table and circuit diagram for the function, and a Verilog implementation of an 8-variable logic function. The lab tasks involve minimizing the function F(A,B,C,D) = ∑(0,2,6,8,9,10,13,14) using a K-map and implementing it with logic gates, as well as writing Verilog code for the 8-variable function F(A,B,C,D,E,F,G,H) = ∑(1,9,14,15) and simulating the wave form.

Uploaded by

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

DIGITAL LOGIC DESIGN

EEE-241

Lab 5

Name Aitazaz Ahmad Qureshi

Registration CIIT/FA19-BCE-050/ISB
Number

Class BCE-2A

Ma’am Asma Ramay


Instructor’s Name
LAB#05: Logic Minimization of Complex
Functions using Automated Tools

In lab Task:
Implement the minimized function given below using logic gate IC’s.

F(A, B, C, D) = ∑ (0,2,6,8,9,10,13,14).

Function in Sum of Min-Terms Form:

(A’B’C’D’)+(A’B’CD’)+(A’BCD’)+(AB’C’D’)+(AB’C’D)+

(AB’CD’)+(ABC’D)+(ABCD’)]

Function in Simplified for using K-map:

(AC’D)+(B’D’)+(CD’)
Circuit Diagram of min-terms form of function:

Circuit Diagram of Simplified function:


TRUTH TABLE:

A B C D F F1 F2

0 0 0 0 1 1 1

0 0 0 1 0 0 0

0 0 1 0 1 1 1

0 0 1 1 0 0 0

0 1 0 0 0 0 0

0 1 0 1 0 0 0

0 1 1 0 1 1 1

0 1 1 1 0 0 0

1 0 0 0 1 1 1

1 0 0 1 1 1 1

1 0 1 0 1 1 1

1 0 1 1 0 0 0

1 1 0 0 0 0 0

1 1 0 1 1 1 1

1 1 1 0 1 1 1

1 1 1 1 0 0 0
In lab Task 2:

VERILOG for 8-variable function “F”.

F(A,B,C,D,E,F,G,H) = ∑ (1,9,14,15)

Simplified form using K-Map Minimizer:

B’C’DH’G’F’E’+ABCH’G’F’E’

VERILOG CODE:
Wave Form:

VERILOG for 8-variable function “F”.

F(A,B,C,D,E,F,G,H) = ∑ (1,9,14,15)

Simplified form using K-Map Minimizer:

B’C’DH’G’F’E’+ABCH’G’F’E’
VERILOG CODE:

Wave Form:

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy