CSCI 255, ENGR 274, ECE 212 -- 31 August, 2000

Announcements

Gates

Basic logic gates

Gates in CMOS

CMOS gate implementation

The power of NAND

Boolean equations to/from gates

Gates and equations

Boolean functions

x y functions
0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
0 1 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1
1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1
1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1

Truth functions to Boolean equations

Sum of products disjunctive normal form F = Σ(...)
Product of Sums conjunctive normal form F = Π(...)