Hello I've recently made a bcd adder circuit that adds 2 4-digit binary numbers. But it only works well up to 19, (1 1001) due to the fact that I'm only using 1 carry in. Is there a way to make it add up to 30?
Hello, that is the condition set by our instructor. To make a bcd adder that can add digits greater than 19, the maximum is also 30. Anything above that is no longer needed.Under what conditions would an output of 30 be reasonable/meaningful?
Where does the magic number 30 come from?
So what inputs to a 4-bit BCD adder should produce an output that is greater than 19?Hello, that is the condition set by our instructor. To make a bcd adder that can add digits greater than 19, the maximum is also 30. Anything above that is no longer needed.
He says:So what inputs to a 4-bit BCD adder should produce an output that is greater than 19?
adds 2 4-digit binary numbers
He also explicitly states that it is a BCD adder (which ARE binary values -- it's called binary-coded decimal for a reason).He says:
That is the way I read it. 2 4-bit binary inputs, two digit BCD output. Max output is 30.He also explicitly states that it is a BCD adder (which ARE binary values -- it's called binary-coded decimal for a reason).
If he wants a binary counter that produces BCD outputs, that's something different.
While that might be what he (or the instructor) has in mind, it is pretty nonsensical, especially since we know that there is already a carry in that is supported (unless that is now is now implicitly removed, which might account for why 30 and not 31). The presence of a carry-in implies that this is cascadable, but now imagine how you would cascade these these things.That is the way I read it. 2 4-bit binary inputs, two digit BCD output. Max output is 30.
I don’t see anything to indicate there is a carry input to the device. I interpret his reference to carry in as being internal to the adder implementation, not an input to the device.While that might be what he (or the instructor) has in mind, it is pretty nonsensical, especially since we know that there is already a carry in that is supported (unless that is now is now implicitly removed, which might account for why 30 and not 31). The presence of a carry-in implies that this is cascadable, but now imagine how you would cascade these these things.
" But it only works well up to 19, (1 1001) due to the fact that I'm only using 1 carry in "I don’t see anything to indicate there is a carry input to the device. I interpret his reference to carry in as being internal to the adder implementation, not an input to the device.
30 max is consistent with my interpretation.
Need clarification from the TS.
What exactly are the inputs and outputs?
| Thread starter | Similar threads | Forum | Replies | Date |
|---|---|---|---|---|
| M | Can we use this 4 bit adder commercially? | Digital Design | 53 | |
| A | design and implement a 4-bit binary adder circuit display the output on a seven-segment display | Homework Help | 1 | |
|
|
Need help with 74ls193 | Digital Design | 12 | |
| D | 4 bit binary adder | Homework Help | 7 | |
|
|
Logic circuit projects issue | Homework Help | 69 |