Digital circuit: multiplying 2 binary numbers

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 9K views
SFighter
Messages
2
Reaction score
0
"Design a digital circuit that multiplies two binary numbers by the repeated addition method (to mult. 5x4, the digi system evaluates the product by adding the multiplicand fours times: 5+5+5+5=20). Let the multiplicand be in register BR, the multiplier in reg AR, the product in reg PR. An adder circuit adds the contents of BR to PR. A zero-detection circuit Z checks when AR becomes 0 after each time that it is decremented."
 
Engineering news on Phys.org
Welcome to PF, SFighter. It sounds like this question should be posted in the Homework forums:

https://www.physicsforums.com/forumdisplay.php?f=158

When you post a homework question, you should show the work you've done to try to figure out the answer. Like on this problem, show how much of the circuit you've figured out, and what you are having trouble understanding.
 
Nevermind - me and a friend just figured it out (ASM related)