Tuesday, 22 January 2013

BINARY MULTIPLIER USING ADD & SHIFT METHOD



BINARY MULTIPLIER USING  ADD & SHIFT METHOD

Aim: The main aim of this project is to design a system, which multiply two binary numbers using add and shift method.

Block Diagram:

 
DESCRIPTION:  Multiplication involves the generation of partial products , one for each digit in the  multiplier .These partial products are then summed to produce the final product. The partial products are easily defined when the multiplier bit is 0 , the partial   product is 0, when the multiplier is 1 , the partial product is the multiplicand.
The total product  is produced by summing  the partial products . For this operation, each successive partial product is shifted one position to the left relative to the preceding   partial product.The multiplication  of two n-bit binary integers results in a product of up to 2n bits in length .


REQUIRED COMPONENTS:

  • FPGA
  • XILINXL ISE

REQUIRED SKILL SET:

  • Knowledge on Digital design.
  • Knowledge on VHDL programming.



No comments:

Post a Comment