Sequential Multiplication
1 Stars     13 Views    

Author: Nathan Betterman

Project access type: Public

Description:

This is an 8-bit sequential multiplier with an 8-bit output. It works by adding A to itself B number of times using an accumulator to keep track of what the value should be. Once the number of times A was added to itself is equal to B then it signals to the output and updates the data. 

Created: Sep 08, 2024

Updated: 12 days ago


Comments

You must login before you can post a comment.