Week 1 Application Assignment
Week 1 Application Assignment
S0 = A0 ⊕ B0 ⊕ Ci
C1 (carry from first bit) = (A0 AND B0) OR (A0 AND Ci) OR (B0 AND Ci)
S1 = A1 ⊕ B1 ⊕ C1
Schematic Explanation
A full adder for the MSB (A1, B1, C1) producing S1 and Co
Design Explanation
The given equation F = (A & ¬B) | (C & ¬D) can be implemented in a PLA by:
AND Plane:
OR Plane:
For a 4-input LUT (A, B, C, D), the truth table would be: