Trybotics Logo

DIY Logic Gates

DESCRIPTION

Logic Gates are the basic building block of all complex digital circuits. You will find them in various families of IC´s TTL and CMOS the most popular, each with many sub-families. They come in packs of 2, 4 or 6 gates per IC. There are occasions when the circuit you are designing requires only one single gate and using an IC occupies too much area in the PCB. Furthermore, if you need a large number of inputs you will need several IC´s and even more PCB area.

Conversely, you can design your own logic gates by combining several diodes and one transistor in a configuration named DTL(diode-transistor logic). This class of gate occupies a small area on the PCB and has an almost unlimited number of inputs (fan-in) by simply adding diodes.The drawback of DTL is the lower speed of operation compared to TTL & CMOS.

Description:

The NAND gate´s output = 0 only when all inputs = 1

Description:

The NOR gate´s output = 1 only when all inputs = 0

Description:

The NOT gate´s output = the inverse of its input

Description:

Description:

By combining NAND, NOR and NOT gates you can configure AND, OR, XNOR and XOR gates.

Description:


YOU MIGHT ALSO LIKE