COA ASSIGNMENT 2 - uPOWER ISA DATAPATH
- Dhiraj Lokesh - 181CO118
- Ashish Reddy - 181CO111
- Rohith Saji - 181CO143
- Akhilesh Lade - 181CO130
This is a basic version of the ALU present in a processor that uses uPower ISA (IBM).
- uPower ISA only supports integer instructions
- The instruction size is 32 bits.
- Most ALU instructions operate on byte, word, halfword and doubleword.
- Signed integers are represented in two's complement form.
- A set of 32 GPRs are available.