Module 3: Transistors / Logic Gates / Combinational Logic Flashcards
transistor
electrical device that acts as an electrical switch; typically made from silicon
MOSFET
(metal-oxide semiconductor field-effect transistor) a specialized field-effect transistor or FET; like all transistors, used for switching or amplifying signals
nMOSFET (nMOS)
channel carries negative charges (ON when gate is high voltage)
pMOSFET (pMOS)
channel carries positive charges (holes) / ON when gate is low voltage or 0
CMOS
pairing nMOS and pMOS transistors together
Inverter
logic gate that implements logical negation
NAND
logic gate producing an output that is false only if all its inputs are true; parallel structure on top and series on bottom
NOR
result of the negation of the OR operator; can also be seen as an AND gate with all the inputs inverted; parallel structure on bottom and series on top
Gate delays
longest path (in gates) through a circuit
PLA (programmable logic array)
a kind of programmable logic device used to implement combinational logic circuits
a tool to go from truth table to logic gates
not the most efficient but it always works!
half adder
logic circuit implementing binary addition
combinational logic
using several logic gates together to create a logic circuit that performs work for us like adders multipliers, etc.
multiplexer (MUX)
device that combines several analogs or digital input signals and forwards them into a single output line
transistor: electronic switch
- 2 complementary flavors: nMOSFET and pMOSFET (CMOS)
* controls the flow of current in a circuit
general structure for CMOS
2 parts
- PUN (pull-up network): pulls output “up” to PWR (logic 1)
rule: PUN can only have pMOS transistors - PDN (pull down network): pulls output “down” to GND (logic 0)
rule: PDN can only contain nMOS transistors
either PUN or PDN is on at any given time
if both are on then there is a short circuit
output is taken where PUN and PDN intersect