Multiplier
0 Stars     4 Views    

Author: MELL ALESSANDRA CARBAJAL ROMAN

Forked from: Ariel/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: Sep 07, 2023

Updated: Sep 07, 2023


Comments

You must login before you can post a comment.