0

Could you please help me finding a Verilog code to add two BCD digits where the output should be BCD as well?

0

1 Answer 1

1

Why not write the code yourself? It's not too difficult, especially if you can find some guidelines online. The code is just a matter of using the logic gates of whichever adder you'd like, depending on but size (RCA is easiest to implement), and then additional logic to break down the numbers being added into single digits, converting to binary, and adding them together. Good luck.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.