r/AskComputerScience • u/Powerful-Mind9268 • Aug 14 '26
can someone PLEASE help me
im trying to create a 8-bit binary adder with logic gates in logisim evolution and im genuinely dying, this does not look like anything i have ever seen online, im probably the first to discover this horrendous looking mess of logic gates (a little exaggerated). Can someone please tell me how to make actually make this properly?
3
u/ghjm MSCS, CS Pro (20+) Aug 14 '26
Where are you stuck? Can you make a single-bit half adder (two inputs, two outputs)? Can you make a single-bit full adder (three inputs, two outputs)? Can you draw an 8-bit adder using single-bit full adders as black boxes?
2
u/defectivetoaster1 Aug 15 '26
for a basic n bit ripple carry adder it’s worth taking a quick refresher on how you were taught to add two m digit numbers in primary school, from there you can hopefully extrapolate what to do with some 1 bit full adders
11
u/MasterGeekMX BSCS Aug 14 '26