Our project is an eight bit ALU. We are looking to calucate opertations
using 2's compliment. We are currently looking at a two clock cycle ALU. We will be using a 2 bit opcode to select the functions. The breakdown is as
follows:
Arithmentic Operations
2's compliment addition
2's compliment subtraction
2's compliment multiplication using shift and add
division using shift and subtract
Pin Count opcode 2 pins data in 8 pins data out 9 pins clock 2 pins power 1 pin ground 1 pin total = 23 pins