Goals - Arithmetic
- Perform addition and subtraction on unsigned and two's complement fixed point numbers. Detect errors.
- Define and implement the behavior of a full adder and subtractor. Cascade to a word-wide design.
- Implement a word-wide adder/subtractor using only full adders.