Xor Gate
Xor Gate
Prepared by:
Mutasim alkamil (202270192)
Osama maaodhah (202270222)
Fares qaid alselwi (202270243)
Supervised by:
Eng. Abdulraqeeb Alshraay
Sana’a 2024
Contents
Abstract ......................................................... 0
Introduction ................................................... 0
1. XOR Background .......................................... 0
2. Output Observation: .................................... 1
5.Datasheet : ................................................... 2
EXPERMENT TOOLS ........................................ 4
Experiment Objectives: .................................. 4
Experiment procedures :................................. 5
Conclusion ..................................................... 6
Abstract
This experiment investigated the simulation of an XOR gate using a
combination of RTL NOT, DTL ANDs, and RTL NORs gates. The
experiment aimed to evaluate the effectiveness of this approach and
analyze the circuit's behavior under various input combinations.
Introduction
Digital circuits rely on building blocks like the XOR gate, which
performs an exclusive "OR" operation. Understanding how to implement
such functions using combinations of simpler gates is crucial for digital
logic design. This experiment delves into simulating an XOR gate using a
specific combination of NOT, AND, and NOR gates within [multisim]. We
meticulously analyze the designed circuit's behavior under various input
combinations, meticulously comparing its outputs against the established
XOR truth table to comprehensively evaluate its effectiveness and shed
light on potential limitations. The insights gained from this exploration
contribute to a deeper understanding of how complex logic functions can
be constructed from fundamental building blocks, enriching our knowledge
of digital design principles.
2
including error detection, parity generation, and cryptographic
algorithms.
5.Datasheet :
Ordering Code:
Order Package Package Description
Number Number
DM7486N N14A 14- Lead Plastic Dual-In-Line Package (PDIP), JEDEC MS-001, 0.300" Wide
Y=A⊕B
H = HIGH Logic Level
Inputs Output
A B Y
L L L
L H H
H L H
H H L
EXPERMENT TOOLS
Experiment Objectives:
Design and simulate an XOR gate using a combination of
RTL NOT, DTL ANDs, and RTL NORs gates Analyze the
impact of input combinations on the XOR gate's output.
Evaluate the effectiveness of chosen logic gates in
realizing the XOR function.
Compare the simulated behavior of the XOR gate with its
theoretical truth table .
Gain a deeper understanding of digital logic design
principles.
Experiment procedures :
3. Connect the inputs: Based on the chosen logic gate configuration for
your XOR implementation, connect the inputs of each NOT, AND, and
NOR gate to the appropriate source voltages (often 0V or reference
voltage for "LOW" and a higher voltage like 5V for "HIGH"). You might
also connect specific inputs to the outputs of other gates within your
circuit.
Conclusion