Searched Projects

Tags: Operation

project.name
3 Stars     269 Views

Multiplier

Multiplier

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.