PPT Slide
Combinational example (continued)
Truth-table to logic to switches to gates
- 28 = 1 when month=0010 and leap=0
- 28 = m1'•m2'•m3•m4'•leap'
- 31 = 1 when month=0001 or month=0011 or ... month=1100
- 31 = (m1'•m2'•m3'•m4) + (m1'•m2'•m3•m4) + ... (m1•m2•m3'•m4')
- 31 = can we simplify more?