Question: 0.8 Design a 2-bit 8-operations Arithmetic Logic Unit (ALU) which performs following operations as given in the table: Control Signals Operations S,S,S,Cin 0000 Transfer :

0.8 Design a 2-bit 8-operations Arithmetic Logic Unit (ALU) which performs following operations as given in the table: Control Signals Operations S,S,S,Cin 0000 Transfer : F = A 0011 Subtract: F = A - B 0100 Addition: F = A + B 0111 Decrement: F = A - 1 100X AND: F = AAB 101X XOR: F = A B 110X logical left shift of A: F = shl A 111X logical right shift of A: F = shr A Consider Cin as full adder initial carry input and X as don't care condition
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
