Multiplier
0 Stars     8 Views    

Author: CESAR ALBERTO LOLI GONZALEZ

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.

This is my first version of a functional multiplier, I'll be working on a more efficient version.

Changes: Control unit has been simplified. Added a new input wich allows the circuit to do a division

Note: I'm trying to fix some errors that happen in very specific cases.

Created: Sep 14, 2022

Updated: Aug 27, 2023


Comments

You must login before you can post a comment.