8 bit adder

WBahn

Joined Mar 31, 2012
32,704
MOD NOTE: Moved to Homework Help.

You need to show your best attempt to solve your homework assignments. Then we can help you get over your sticking point. It's also helpful for you to tell us exactly what the assignment is, so that we know what direction we should be steering you in.
 

WBahn

Joined Mar 31, 2012
32,704
I'm assuming that the intent of the assignment isn't for you to get a design from someone else and show that their design works. The would imagine that the idea is for YOU to design a circuit that implements the desired functionality.

Let's start with how the numbers that are going to be added are supposed to be entered? What have you done in that regard?
 

Thread Starter

Unknown123123123123

Joined Dec 27, 2024
7
I'm assuming that the intent of the assignment isn't for you to get a design from someone else and show that their design works. The would imagine that the idea is for YOU to design a circuit that implements the desired functionality.

Let's start with how the numbers that are going to be added are supposed to be entered? What have you done in that regard?
No my teacher said to search online so and put it in a PCB so I have to solder it but I cant find any circuit. The instructions is the circuit uses 2 7483, 2 7447, two 7 segment to display the digits and one 7 segment counts one's and the other in ten's. It should add up to 99

I thought about using 74192 IC but it only add up one(1).
 
Last edited:

WBahn

Joined Mar 31, 2012
32,704
Well, I clearly don't understand the intent of whatever course you are taking. It makes no sense to me to have students search online to find a circuit that uses specific components, and for a particular simulator, such that, even if they happen to find something, all they are expected to do is put it on a PCB and wire it up. That results in almost zero learning and I'm not interested in supporting that approach instead of expecting them to actually learn something by actually reading the datasheets for those components and actually designing the circuit themselves.
 

wwuepper

Joined Jan 1, 2014
3
The use of two seven-segment displays does not necessarily mean that it is adding BCD numbers. The seven segment display can be used to display hex numbers. Two of them would be capable of 00-FF.
 

wwuepper

Joined Jan 1, 2014
3
Having said that the 7447 doesn't really display hex digits a-f, so that isn't helpful. And I don't see where the 7483 has any method of handling a base 10 carry which also isn't helpful for BCD numbers.
 
Top