Multiplier
0 Stars     4 Views    

Author: Anthony Rabine

Forked from: Edgar González/Multiplier

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: Jan 09, 2023

Updated: Aug 27, 2023


Comments

You must login before you can post a comment.