- #1
rgalvan2
- 30
- 0
16 bit 2's complement adder. Due tomorrow!
You are given two adders. Each adder has two 8-bit operand inputs
and a 1-bit carry input. Each adder calculates the sum of the two
8-bit 2's complement operands and the 1-bit carry and outputs an 8-bit
sum and a 1-bit 2's complement overflow bit. Can you use the two
adders to create a 16-bit 2's complement adder? If so, draw it (represent
the adders as boxes with clearly labeled inputs and outputs). If not,
explain why it is difficult.
Help please
You are given two adders. Each adder has two 8-bit operand inputs
and a 1-bit carry input. Each adder calculates the sum of the two
8-bit 2's complement operands and the 1-bit carry and outputs an 8-bit
sum and a 1-bit 2's complement overflow bit. Can you use the two
adders to create a 16-bit 2's complement adder? If so, draw it (represent
the adders as boxes with clearly labeled inputs and outputs). If not,
explain why it is difficult.
Help please