LAB 8."binary Multiplier" in FPGA
LAB 8."binary Multiplier" in FPGA
Mrida Yucatn
[email protected]
Mrida Yucatn
[email protected]
Objective
Abstract
INTRODUCTION
bits B1 and B0 are the bits of the multiplier are A1 and A0,
and the product is C3C2C1C0. The first partial product is
formed by multiplying A0 B1B0. The partial product can be
implemented with AND gates. The second partial product is
formed by multiplying A1B1B0 and a position is shifted to
the left. The two partial products with two circuits half adder
(HA). Usually, the partial products are more bits, and this
requires using full adders for the sum of the partial products.
Note that the least significant bit of the product does not have
to go through an adder because it forms with the output of the
first AND gate.
II.
a)
III.
CONCLUTIONS
IV.
a)
b)