Does anyone know how to do this? Please explain in details

To create a parallel 3-bits multiplier to multiply two 3-bits positive integers together.
http://en.wikipedia.org/wiki/Binary_multiplier

This article explains the digital logic of multipliers. It essentially just involves conditionally shifting one of the numbers based on the location of the high bits in the other number and then adding the numbers created from the shifts together.

This video seemed fairly good at explaining how shifters work, although I didn't really watch it through. https://www.youtube.com/watch?v=Fc1FF7dVyaU

Adders are fairly simple, especially for 3 bit numbers. Use this for reference: http://en.wikipedia.org/wiki/Adder%E2%80%93subtractor

Just Google around for other sources if you get stuck, the internet is full of resources. If you have a more specific question then you can ask it here and someone will be happy to help.
Topic archived. No new replies allowed.