3 bit adder/subtraction

Thread Starter

aka1adrian

Joined Apr 13, 2011
2
Can anyone help me design a circuit that has inputs of two 3 bit numbers, A and B, and two selct bits S1 and S0. There is a 4 bit output, X which depends on A and B according to this if S1 S0 X=
0 0 A
0 1 A+B
1 0 A-B
1 1 B-A

Using 7483, 74151 and primitive gates. I would appreciate if some one could help me design this in Multisim. Thank You
 
Can you post your attempt at the problem?

Adders/subtractors are pretty standard... they should have been covered in a basic digital logic textbook.

Hint: use a mux controlled by the select lines
 

Thread Starter

aka1adrian

Joined Apr 13, 2011
2
This is the attempt I did but it is way to complex. Can anyone try to simplify it? This needs to be built in class and I fear I will not be able to do it with all of the gates that there are. Any help anyone can give would be greatly appreciated.
 

Attachments

Top