Design a full subtractor using 4 to 1 MUX and an inverter

multiplexer

I can't wrap my head around it. Any tips?

I need to draw a circuit diagram of a Full Subtractor using 4-to-1 Multiplexers and an Inverter.

FS diagram:

subtractor
(source: ustudy.in)

MUX diagram:

multiplexer
(source: surrey.ac.uk)

Do I need to combine them somehow?

Best Answer

since there are two outputs(sub and borrow) we have to select 2 multiplexers. Start with the truth table of full subtractor. Use karnaugh maps(it will make your life simpler). Select 2 variables as your select line. For example B and C in my case. The truth table is as follows enter image description here

schematic

simulate this circuit – Schematic created using CircuitLab

schematic

simulate this circuit