Multiplier
3 Stars     269 Views    

Author: Edgar González

Project access type: Public

Description:

A multiplier that operates with two 8 bits numbers.

Constructed with two 16 bits registers, one 8 bits register, a control unit and an adder.

  1. If the less significant bit of the multiplier is 1 then the multiplicand is added to the product, otherwise no addition is made.
  2. The multiplicand is shifted one bit to the left.
  3. The multiplier is shifted one bit to the right.

Note: Now it is capable to recieve a 16 bits input, but it can only make a succesfull operation with two 8 bits numbers.

Created: Apr 28, 2021

Updated: Aug 26, 2023


Collaborators
Comments

You must login before you can post a comment.