0% found this document useful (0 votes)
47 views7 pages

BMA Lab Report Digital II

This lab report describes experiments using transistor-transistor logic (TTL) integrated circuits to build combinational logic circuits. The report discusses preparing for the lab by testing the ICs and replacing faulty ones. Circuits were then constructed to solve three problems, including a majority function, water level indicator, and boiler safety system. The circuits matched the given logic expressions and truth tables. Some issues encountered were addressed, such as simplifying logic expressions to reduce components. Overall the objectives of exploring TTL ICs and designing digital circuits were achieved.

Uploaded by

Amine usma
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)
47 views7 pages

BMA Lab Report Digital II

This lab report describes experiments using transistor-transistor logic (TTL) integrated circuits to build combinational logic circuits. The report discusses preparing for the lab by testing the ICs and replacing faulty ones. Circuits were then constructed to solve three problems, including a majority function, water level indicator, and boiler safety system. The circuits matched the given logic expressions and truth tables. Some issues encountered were addressed, such as simplifying logic expressions to reduce components. Overall the objectives of exploring TTL ICs and designing digital circuits were achieved.

Uploaded by

Amine usma
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/ 7

BOUAROUR MOHAMED AMINE

Lab report #01


EE 222: Combinational circuits using discrete TTL
Integrated circuits
Under the supervision of: Dr. Y azzougui

22
Introduction:

Transistor-transistor logic (TTL) is a class of integrated circuits which maintain logic


states and achieve switching with the help of bipolar transistors. One of the prominent
features of transistor-transistor logic signals is the ability of the inputs of the gate rise to
the logical "1" if left unconnected. Transistor-transistor logic is one of the reasons that
integrated circuits are so widely used, as they are less expensive, more reliable and faster
than resistor-transistor logic and diode-transistor logic.

Summary:
In this lab we will be exploring the usage of Transistor-Transistor-Logic
(TTL) Integrated circuits (ICs) while building a series of circuits and solving a
series of problems that involve writing the logic and designing the digital
circuits .

Preparation:
We first start the lab by testing all 4 integrated circuits to check if they
are functioning and we notice that two out of four circuits (Not and Or gates)
are malfunctioning and we got them replaced.
Test circuit:
We recreate a test circuit given by its logic circuit and we get the
following circuit:

Figure 1: Test circuit

The test circuit is represented with the expression: 𝒀 = 𝒂𝑺 + ̅


𝑺𝒃. The outputs
completely matched the given logic circuit.
Problem solving:
Problem 01: (Majority)
The required circuit consists of 3 inputs and 1 output. The circuit should
be able to output a 1 if 2 or 3 inputs are 1’s and 0 in all other cases.

K_map Truth Table


C B A O
A BC 00 01 11 10
0 0 0 0
0 0 0 1 0
0 0 1 0
1 0 1 1 1 0 1 0 0
Boolean expression 0 1 1 1
O = AB + BC + AC 1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1

Figure 2: Problem 01 Logic gate design


Figure 3: Problem 02 Circuit

Comment: The circuit was accurate and matching the truth table and achieved
the desired outcome. However, we could have used one less logic gate by
writing the Boolean expression as: O = A(B+C) + BC. Which would have used
less wires in the circuit.

Problem 02: (Water Level Indicator)


The required circuit consists of 3 inputs and 3 outputs. The circuit should
be able to output under if the input C is triggered or no input is triggered,
medium if B and C are triggered. And over if A B and C are triggered.

Boolean expressions Truth Table


𝑳 = 𝐴̅𝐵̅ 𝐶̅ + 𝐴̅𝐵̅ 𝐶 C B A Over Med Und
𝑳 = 𝐴̅𝐵̅ 0 0 0 0 0 1
0 0 1 X X X
𝑴 = 𝐴̅𝐵𝐶
0 1 0 X X X
𝑯 = ABC
0 1 1 X X X
1 0 0 0 0 1
1 0 1 X X X
1 1 0 0 1 0
1 1 1 1 0 0
Figure 4: Problem 02 Logic gate design

Figure 5: Problem 02 Circuit

Comment: The circuit was accurate and matching the truth table and achieved
the desired outcome.
Problem 03:
This problem is about designing a safety system for a boiler. The safety
system consists of 4 inputs (Active low pressure sensor, Active high
temperature sensor, Active high inlet water sensor, Active low flame sensor).
We got the conditions that trigger the safety system as:
-Excessive steam pressure exists – Or –
- Loss of inlet water while the boiler flame is lit – Or –
- Excess temperature while the boiler flame is lit
We use: -P for Pressure sensor.
-F for flame sensor
-W for inlet water sensor
-T for temperature sensor
From the above conditions we get the following logic expression:
𝑂 = 𝑃̅ + 𝑊
̅ 𝐹̅ + 𝐹̅ 𝑇

We simplify as:
O = 𝑃̅ + 𝐹̅(𝑊
̅ + 𝑇)

We construct the following logic circuit:

Figure 6: Problem 03 Logic gate design

Figure 7: Problem 03 Circuit


Comment: We first tried constructing the circuit using a truth table and k_map
but we failed twice and the outputs didn’t match the truth table. So we
decided to create the logic expression directly from the conditions outlined in
the problem sheet. By following this method we directly got a correct circuit
that works in the exact manner described in the problem.

Conclusion:
At some point of this lab we discovered to apply the ttl incorporated
circuits by tried to clear up a set of different issues. We faced some problems
such as an ic now not running and a common sense expression no longer
matching the requirements of the problem however we ended up fixing all
problems and attaining all the outlined objectives of the lab and solving all
troubles efficiently.

You might also like