Digital circuit: multiplying 2 binary numbers

AI Thread Summary
A digital circuit can multiply two binary numbers using the repeated addition method, where the multiplicand is stored in register BR and the multiplier in register AR, with the product in register PR. The circuit employs an adder to sum the contents of BR to PR, repeating this process based on the value in AR. A zero-detection circuit identifies when AR reaches zero, signaling the end of the multiplication process. Participants are encouraged to share their progress and challenges when seeking help with homework-related questions. Collaboration can lead to a better understanding of the circuit design.
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)
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top