Proj 2007 Ebooth multiplier X*Y*Z

defintions and psudo code :

  • Verilog module for booth X*Y
  • The 2-3 trick
  • Slides describing the project
  • Psudo code in C

    Project write a verilog module + test bench that emplements the E-Booth multiplier for three n bits numbers. Start by downloading an ebooth.v multiplier for comparison. High grades for project that can multiply three numbers faster than two consequative multiplications. extra ponts to a pipelined implementation of the multiplier (devison to stages).