CMOS 2-Input OR Gate
Project Information
- Category: Circuit
- Project Date: September 2019
- Project URL: https://github.com/ChibiKev/CMOS-OR
Designed a CMOS of a 2-Input OR Gate using Electric.
A two input OR gate is a form of digital logic gate that is used to produce a desired output given certain inputs. It could also be seen in terms of a Boolean expression, such as F = A + B. The two input OR gate would compare the two inputs and would output "1" when any of the two inputs are "1"; otherwise, it's "0". It's mainly used in circuit designs where signals are being manipulated through logic gates.
To design a two input OR gate, we plan to use two different designs and combining them together. One design we plan to use is a two input NOR gate and another design we plan to use is an inverter. By combining the two input NOR gate and an inverter, we'll be able to obtain a two input OR gate.
View Report