Design simulate and program a 4-bit 8-function alu to


Design, simulate and program a 4-bit, 8-function ALU to implement the operations
F2 F1 F0 Output Function S0 - S4
0 0 0 Output = A Input S = A
0 0 1 Output = A Complement S = NOT A
0 1 0 Output = A Plus B S = A + B
0 1 1 Output = A Minus B S = A - B
1 0 0 Output = A AND B S = B
1 0 1 Output = A OR B S = NOT B
1 1 0 Output = Increment A S = A + 1
1 1 1 Output = Decrement A S = A - 1
 In this operation, CO is the same as S4.

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: Design simulate and program a 4-bit 8-function alu to
Reference No:- TGS0603601

Expected delivery within 24 Hours