Digital Logic 8 Bit Full Adder Circuit

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
ver_mathstats
Messages
258
Reaction score
21
Homework Statement
We are given two 8-bit full adders, we must create a circuit that will add 2 16-bit numbers.
Relevant Equations
-
I am unsure of how to approach this problem, we begin with two 8-bit full adders, is the goal to just combine them in some way so that it becomes one entire circuit while also adding NAND and NOR gates where necessary? By the end will we then have 16 1-bit full adders?
 
Physics news on Phys.org
How are you "given" them? As block diagrams, as gate-level circuits, as Verilog or VHDL code?

Can you show what you are given, and then comment on what a 16-bit adder looks like when you search for it on Google Images?
 
I read this as a circuit that has two 16 bit inputs and a single 16 bit output (plus a carry out bit, I guess?) that is the sum of the inputs. Your job is too design that circuit primarily using two 8 bit full adders plus simple logic if needed.

I don't think 16 1 bit adders are the same as 1 16 bit adder.
 
Last edited:
berkeman said:
How are you "given" them? As block diagrams, as gate-level circuits, as Verilog or VHDL code?

Can you show what you are given, and then comment on what a 16-bit adder looks like when you search for it on Google Images?
In the textbook that I'm reading Essentials of Computer Architecture by Douglas Comer a half-adder is shown with an or gate and an and gate, however for the practice questions we're given, we were now told one 8-bit full adder which can be drawn as a block is sufficient, not individual 1-bit adders which I just learned right now, so I may have a better understanding now by just learning this and have to somehow connect the two using NAND and NOR gates.