In this lab, you will implement multiplication with Booth's algorithm in both VHDL and MIPS assembly.
First, let's understand Booth's algorithm of multiplying signed numbers.
Here are some tutorials :
Next, we will see how to program in MIPS assembly:
Using MIPS assembly simulator XSPIM.