Structure and method of array multiplication

Information

  • Patent Grant
  • 5914892
  • Patent Number
    5,914,892
  • Date Filed
    Tuesday, November 4, 1997
    26 years ago
  • Date Issued
    Tuesday, June 22, 1999
    25 years ago
Abstract
A structure and method for forming multiplication of a b-bit multiplicand X and a b-bit multiplier Y to generate a product P is disclosed. The present invention includes cells C.sub.mn configured in a b.times.b array, and pieces of means for generating partial product X.sub.mn, wherein outputs of the partial product generating means are connected to first inputs of the cells respectively. The second inputs of the cells C.sub.mn, where m=0, 1, 2, . . . , b-2, and n=1, 2, . . . , b-1, are connected to first outputs of the cells C.sub.m+1, n-1 respectively, and the second inputs of the cells C.sub.b-1, n, where n=1, 2, . . . , b-1, are connected to second outputs of the cells C.sub.n-1, b-1 respectively. Further, the third inputs of the cells C.sub.mn, where m=0, 1, 2, . . . , b-1, and n=2, 3, . . . , b-1, are connected to the second outputs of the cells C.sub.m, n-1. Therefore, a portion of the product P.sub.f, where f=0, 1, . . . , b-1, comes from the first outputs of the cells C.sub.0, f, another portion of the product P.sub.g, where g=b, b+1, . . . , 2b-1, comes from the first outputs of the cells C.sub.g-3, b-1, and a most significant bit P.sub.2b-1 of the product comes from the second output of the cell C.sub.b-1,b-1.
Description

BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates to an array multiplier, and particularly, to a structure and method of array multiplication.
2. Description of the Prior Art
Multiplication is one of basic arithematics commonly used in computer systems. Because of its complex computation involved, a great deal of time is thus required to calculate the final product of one number multiplied by another. The above is true especially for performing multiplication of two numbers having large amount of bits, which is commonly done in a software manner.
An array multiplier has been disclosed based on the observation that partial products calculated during the multiplication process can be independently computed in parallel. For example, let X=X.sub.3 X.sub.2 X.sub.1 X.sub.0 and Y=Y.sub.3 Y.sub.2 Y.sub.1 Y.sub.0 be 4-bit binary integers representing multiplicand and multiplier, respectively, and P=P.sub.7 P.sub.6 . . . P.sub.1 P.sub.0 be 8-bit product, which are shown below along with their partial products.
______________________________________ X.sub.3 X.sub.2 X.sub.1 X.sub.0 Multiplicand Y.sub.3 Y.sub.2 Y.sub.1 Y.sub.0 Multiplier X.sub.3 Y.sub.0 X.sub.2 Y.sub.0 X.sub.1 Y.sub.0 X.sub.0 Y.sub.0 Partial Product X.sub.3 Y.sub.1 X.sub.2 Y.sub.1 X.sub.1 Y.sub.1 X.sub.0 Y.sub.1 Partial product X.sub.3 Y.sub.2 X.sub.2 Y.sub.2 X.sub.1 Y.sub.2 X.sub.0 Y.sub.2 Partial Product+) X.sub.3 Y.sub.3 X.sub.2 Y.sub.3 X.sub.1 Y.sub.3 X.sub.0 Y.sub.3 Partial Product P.sub.7 P.sub.6 P.sub.5 P.sub.4 P.sub.3 P.sub.2 P.sub.1 P.sub.0 Product______________________________________
Each bit of the multiplier Y is timed to the multiplicand X to produce a corresponding partial product, followed by adding all these partial products in the manner shown above to obtain the final product P. The arrangement mentioned above is well suited to hardware implementation. FIG. 1 shows a structure 10 illustrating the arrangement of the partial products constructed by a 4.times.4 array of standard AND gates 12.
In order to complete the process of the multiplication, an array of adders is further required to add the partial products together. FIG. 2A shows a structure illustrating a 4.times.4 array multiplier 20 consisted of a 4.times.4 partial product array 201 and an array of adders 203. Inside the array of adders 203, HA 2030 denotes a standard half adder that has two input operands and two outputs (i.e., sum and carry), and FA 2032 denotes a standard full adder that has three input operands and two outputs. Furthermore, WTA 2034 or 2036 denotes a Wallace Tree adder that can perform addition with multiple (generally more than three) input operands. For example, the WTA 2034 that generates P.sub.3 has five input operands, and the WTA 2036 that generates P.sub.4 or P.sub.2 has four input operands. As the WTA 2034 or 2036 is not a standard component, it is generally constructed by two layers of standard logic components. FIG. 2B shows one implementation of the WTA 2034. A full adder FA which takes three inputs and a half adder HA1 which takes two inputs are used as the first layer. Therefore, the outputs from the full adder FA and the half adder HA1, respectively, are fed to another half adder HA2, which generates a sum bit and a carry bit. For the WTA 2036 which generates P.sub.2 or P.sub.4, for example, two layers of half adders HA1, HA2, and HA3 are arranged as shown in FIG. 2C. One of the main drawbacks of the array multiplier with Wallace Tree adder is its irregularity in the layout, which wastes a substantial portion of area, and increases difficulties in laying out the circuit.
In order to eliminate the drawback mentioned above, another multiplier 30 has been disclosed as shown FIG. 3, wherein carry-saved adders are used. Beginning from the second row of the partial products 302, half adders HAs or full adders FAs are used to calculate the sums of the partial products of the current row and its precedent row. For each array cell, one of the operands inputting to the half adder HA or the full adder FA is the resultant output of a corresponding AND gate in the same cell. Another one or ones of the operands inputting to the half adder HA or the full adder FA are connected as the arrows point. It is noted that carriers do not propagate in the same row but to the next row. Consequently, an additional row of adders 304 is required to add the sums and carriers from the last row of the partial products 302. In the 4.times.4 carry-saved array multiplier 30 in FIG. 3, eight full adders FAs, four half adders HAs, and sixteen standard AND gates are required.
Although each adder in the additional row 304 has more uniform input bits than that in the Wallace Tree adders 203 (FIG. 2A), the array cells become irregular in their layout due to the introduction of the half adders HAs and the full adders FAs. Moreover, except for the first row of the partial products 302 which does not include adders, other rows of the partial products 302 still suffer from irregularity in layout since some cells contain adders and some do not.
SUMMARY OF THE INVENTION
In accordance with the present invention, a structure and method is provided for performing multiplication that substantially increases regularity of its layout structure. In one embodiment, a multiplication of a multiplicand X and a multiplier Y is performed to generate a product P, wherein the multiplicand X is a b-bit number (X=X.sub.b-1 X.sub.b-2 . . . X.sub.1 X.sub.0), the multiplier Y is a b-bit number (Y=Y.sub.b-1 Y.sub.b-2 . . . Y.sub.1 Y.sub.0), and the product P is a 2b-bit number (P=P.sub.2b-1 P.sub.2b-2 . . . P.sub.1 P.sub.0). In the disclosed array multiplier, cells C.sub.mn are configured in a b.times.b array, where n=0, 1, 2, . . . , b-1, and n=0, 1, 2, . . . , b-1, and AND gates are used to generate partial product X.sub.mn, each piece of the AND gates being correspondingly associated with one of the cells C.sub.mn so that outputs of the AND gates are connected to first inputs of the cells respectively. Half adders are associated with the cells C.sub.m1 respectively, where m=0, 1, . . . , b-1, and full adders are associated with the cells C.sub.mn respectively, where m=0, 1, . . . , b-1, and n=1, 2, . . . , b-2. Further, second inputs of the cells C.sub.mn, where m=0, 1, 2, . . . , b-2, and n=1, 2, . . . , b-1, are connected to sum outputs of the cells C.sub.m+1, n-1, respectively, and second inputs of the cells C.sub.b-1, n, where n=1, 2, . . . , b-1, are connected to carry outputs of the cells C.sub.n-1, b-1 respectively. Also, third inputs of the cells C.sub.mn, where m=0, 1, 2, . . . , b-1, and n=2, 3, . . . , b-1, are connected to the carry outputs of the cells C.sub.m, n-1. Therefore, a portion of the product P.sub.f, where f=0, 1, . . . , b-1, comes from the sum outputs of the cells C.sub.0, f, another portion of the product P.sub.g, where g=b, b+1, . . . , 2b-2, comes from the sum outputs of the cells C.sub.g-3, b-1, and the most significant bit P.sub.2b-1 of the product comes from the carry output of the cell C.sub.b-1,b-1.
In accordance with one embodiment of the present invention, the method for performing multiplication of a multiplicand X and a multiplier Y to generate a product P includes generating partial products X.sub.mn, where m=0, 1, 2, . . . , b-1, and n=0, 1, 2, . . . , b-1, followed by firstly adding the partial products X.sub.m+1, n-1 to the partial products X.sub.mn, where m=0, 1, 2, . . . , b-2, and n=1, 2, . . . , b-1, wherein the first addition respectively generates a carry output for each of the partial products. Next, carry outputs of the partial products X.sub.n-1, b-1 are secondly added to the partial products X.sub.b-1, n, where n=1, 2, . . . , b-1, wherein the second addition respectively generates the carry output for the partial products. Finally, the carry outputs of the partial products X.sub.m, n+1 are thirdly added to the partial products X.sub.mn, where m=0, 1, 2, . . . , b-1, and n=2, 3, . . . , b-1. Therefore, a right portion of the product P.sub.f, where f=0, 1, . . . , b-1, comes from the sum outputs of the partial products X.sub.0, f, and a portion of the product P.sub.g, where g=b, b+1, . . . , 2b-2, comes from the sum outputs of the partial products X.sub.g-3, b-1, and the leftist bit P.sub.2b-1 of the product comes from the carry output of the cell C.sub.b-1,b-1.





BRIEF DESCRIPTION OF THE DRAWINGS
The foregoing aspects and many of the attendant advantages of this invention will become more readily appreciated as the same becomes better understood by reference to the following detailed description, when taken in conjunction with the accompanying drawings, wherein:
FIG. 1 shows a structure illustrating a conventional arrangement of the partial products constructed by a 4.times.4 array of standard AND gates;
FIG. 2A shows a conventional structure illustrating a 4.times.4 array multiplier consisted of a 4.times.4 partial product array and an array of adders;
FIG. 2B shows one implementation of the Wallace Tree adder;
FIG. 2C shows two layers of half adders HA1, HA2, and HA3 arranged to form the Wallace Tree adder;
FIG. 3 shows another conventional multiplier with carry-saved adder; and
FIG. 4 shows a 4.times.4 array multiplier in accordance with one embodiment of the present invention.





DESCRIPTION OF THE PREFERRED EMBODIMENT
FIG. 4 shows a 4.times.4 array multiplier 40 in accordance with one embodiment of the present invention. This array multiplier 40 includes 4.times.4 cells arranged in a two-dimensional configuration to calculate the total of one number X multiplied by another Y. The partial products calculated in the multiplication process are independently generated in parallel by the corresponding AND gate in each cell. In this embodiment, let X=X.sub.3 X.sub.2 X.sub.1 X.sub.0 and Y=Y.sub.3 Y.sub.2 Y.sub.1 Y.sub.0 be 4-bit binary integers representing multiplicand and multiplier, respectively, and P=P.sub.7 P.sub.6 . . . P.sub.1 P.sub.0 be 8-bit product. Each bit of the multiplier Y is timed to the multiplicand X to produce a corresponding partial product. In the second row of the array multiplier 40, except for the cell far to the left, half adders HAs are used to calculate the sums of the partial products of the second row and the first row. Begirnning from the third row of the array multiplier 40, except for the cell far to the left, full adders FAs are used to calculate the sums of the partial products of the current row, the partial products of the precedent row, and the carry from the precedent row, whose connections are shown by the arrows. Compared to the array multiplier 30 of FIG. 3, in the present invention, there are no extra adders required to calculate the sum of the carry and sum of the last row of the array multiplier 40. On the contrary, carriers are rolled over to the array cells of its left column, thereby resulting in a two-dimensional array configuration with great regularity. Therefore, the layout becomes simplified because the circuits of the array cells in each row are the same. Moreover, the area of the array multiplier 40 can be economically utilized due to the regularity of its layout structure.
It is appreciated for those skilled in the art that the embodiment illustrated in FIG. 4 may be generalized to a general b.times.b array multiplier for performing multiplication of a b-bit multiplicand X=X.sub.b-1 X.sub.b-2 . . . X.sub.1 X.sub.0 and a multiplier Y=Y.sub.b-1 Y.sub.b-2 . . . Y.sub.1 Y.sub.0. It is further appreciated that the multiplication is not limited to binary numbers, that is, other number system having radix other than two may also be processed by tile disclosed array multiplier. Therefore, the term "bit" used in this specification and the claims is generally referred to a digit of a number. Generally, a cell C.sub.mn in the array multiplier according to the present invention calculates a partial product X.sub.m Y.sub.n by, for example, a standard AND gate, where m=0, 1, 2, . . . , b-1, and n=0, 1, 2, . . . , b-1. The cell C.sub.mn receives the first input operand from the output of its corresponding AND gate, and receives the second input operand from a sum output of a cell C.sub.m+1,n-1, where m=0, 1, 2, . . . , b-2, and n=1, 2, . . . , b-1. Particularly for the cell C.sub.b-1,n (where n=1, 2, . . . , b-1), its second input operand comes from a carry output of cell C.sub.n-1,b-1. The third input operand of the cell C.sub.mn (where m=0, 1, 2, . . . , b-1, and n=2, 3, . . . , b-1) comes from the carry output of the cell C.sub.m,n-1. The product output P=P.sub.b-1 P.sub.b-2 . . . P.sub.2 P.sub.1 P.sub.0 of the array multiplier is ready at the sum outputs of the array multiplier. More specifically, the right portion of the product P.sub.f (i.e., P.sub.�0,(b-1)!) is derived directly from the sum output of the cell C.sub.0,f, and a portion of the product P.sub.g (i.e., P.sub.�b,2b-2!) is derived directly from the sum output of the cell C.sub.g-3,b-1, and the leftist bit P.sub.2b-1 of the product is derived from the carry output of the cell C.sub.b-1,b-1.
Although specific embodiments have been illustrated and described, it will be obvious to those skilled in the art that various modifications may be made without departing from the spirit which is intended to be limited solely by the appended claims.
Claims
  • 1. An array multiplier for performing multiplication of a multiplicand X and a multiplier Y to generate a product P, wherein said multiplicand X is a b-bit number (X=X.sub.b-1 X.sub.b-2 . . . X.sub.1 X.sub.0), said multiplier Y is a b-bit number (Y=Y.sub.b-1 Y.sub.b-2 . . . Y.sub.1 Y.sub.0), and said product P is a 2b-bit number (P=P.sub.2b-1 P.sub.2b-2 . . . P.sub.1 P.sub.0), said array multiplier comprising:
  • a plurality of cells C.sub.mn configured in a b.times.b array, where m=0, 1, 2, . . . , b-1, and n=0, 1, 2, . . . , b-1;
  • a plurality of pieces of means for generating partial product X.sub.mn, each piece of said partial product generating means being correspondingly associated with one of said plurality of cells C.sub.mn so that outputs of said pieces of partial product generating means are connected to first inputs of said cells respectively;
  • means for connecting second inputs of the cells C.sub.mn, where m=0, 1, 2, . . . , b-2, and n=1, 2, . . . , b-1, to first outputs of the cells C.sub.m+1, n-1 respectively;
  • means for connecting second inputs of the cells C.sub.b-1, n, where n=1, 2, . . . , b-1, to second outputs of the cells C.sub.n-1, b-1 respectively; and
  • means for connecting third inputs of the cells C.sub.mn, where m=0, 1, 2, . . . , b-1, and n=2, 3, . . . , b-1, to the second outputs of the cells C.sub.m, n-1 ;
  • wherein a portion of the product P.sub.f, where f=0, 1, . . . , b-1, comes from the first outputs of the cells C.sub.0,f, another portion of the product P.sub.g, where g=b, b+1, . . . , 2b-2, comes from the first outputs of the cells C.sub.g-3, b-1, and a most significant bit P.sub.2b-1 of the product comes from the second output of the cell C.sub.b-1,b-1.
  • 2. The array multiplier according to claim 1, wherein each of said cells C.sub.m1, where m=0, 1, . . . , b-1, comprises a half adder.
  • 3. The array multiplier according to claim 2, wherein each of said cells C.sub.mn, where m=0, 1, . . . , b-1, and n=1, 2, . . . , b-2, comprises a full adder.
  • 4. The array multiplier according to claim 3, wherein said first outputs of the cells are sum outputs.
  • 5. The array multiplier according to claim 4, wherein said second outputs of the cells are carry outputs.
  • 6. The array multiplier according to claim 1, wherein said piece of partial product generating means comprises an AND gate, said AND gate having a first input terminal configured to receive one bit of said multiplicand, and having a second input terminal configured to receive one bit of said multiplier.
  • 7. An array multiplier for performing multiplication of a multiplicand X and a multiplier Y to generate a product P, wherein said multiplicand X is a b-bit number (X=X.sub.b-1 X.sub.b-2 . . . X.sub.1 X.sub.0), said multiplier Y is a b-bit number (Y=Y.sub.b-1 Y.sub.b-2 . . . Y.sub.1 Y.sub.0), and said product P is a 2b-bit number (P=P.sub.2b-1 P.sub.2b-2 . . . P.sub.1 P.sub.0), said array multiplier comprising:
  • a plurality of cells C.sub.mn configured in a b.times.b array, where m=0, 1, 2, . . . , b-1, and n=0, 1, 2, . . . , b-1;
  • a plurality of AND gates for generating partial product X.sub.mn, each piece of said AND gates being correspondingly associated with one of said plurality of cells C.sub.mn so that outputs of said AND gates air connected to first inputs of said cells respectively;
  • a plurality of half adders being associated with the cells C.sub.m1 respectively, where m=0, 1, . . . , b-1;
  • a plurality of full adders being associated with the cells C.sub.mn respectively, where m=0, 1, . . . , b-1, and n=1, 2, . . . , b-2;
  • wherein second inputs of the cells C.sub.mn, where m=0, 1, 2, . . . , b-2, and n=1, 2, . . . , b-1, are connected to sum outputs of the cells C.sub.m+1,n-1 respectively,
  • second inputs of the cells C.sub.b-1, n, where n=1, 2, . . . , b-1, are connected to carry outputs of the cells C.sub.n-1, b-1 respectively,
  • third inputs of the cells C.sub.mn, where m=0, 1, 2, . . . , b-1, and n=2, 3, . . . , b-1, are connected to the carry outputs of the cells C.sub.m, n-1, and
  • wherein a portion of the product P.sub.f, where f=0, 1, . . . , b-1, comes from the sum outputs of the cells C.sub.0, f, another portion of the product P.sub.g, where g=b, b+1, . . . , 2b-2, comes from the sum outputs of the cells C.sub.g-3, b-1, and a most significant bit P.sub.2b-1 of the product comes from the carry output of the cell C.sub.b-1,b-1.
  • 8. A method for performing multiplication of a multiplicand X and a multiplier Y to generate a product P, wherein said multiplicand X is a b-bit number (X=X.sub.b-1 X.sub.b-2 . . . X.sub.1 X.sub.0), said multiplier Y is a b-bit number (Y=Y.sub.b-1 Y.sub.b-2 . . . Y.sub.1 Y.sub.0), and said product P is a 2b-bit number (P=P.sub.2b-1 P.sub.2b-2 . . . P.sub.1 P.sub.0), said method comprising:
  • generating a plurality of partial products X.sub.mn, where m=0, 1, 2, . . . , b-1, and n=0, 1, 2, . . . , b-1;
  • firstly adding the partial products X.sub.m+1, n-1 to the partial products X.sub.mn, where m=0, 1, 2, . . . , b-2, and n=1, 2, . . . , b-1, wherein said first addition respectively generates a carry output for each of said partial products;
  • secondly adding carry outputs of the partial products X.sub.n-1, b-1 to the partial products X.sub.b-1, n, where n=1, 2, . . . , b-1, wherein said second addition respectively generates the carry output for the partial products;
  • thirdly adding the carry outputs of the partial products X.sub.m, n-1 to the partial products X.sub.mn, where m=0, 1, 2, . . . , b-1, and n=2, 3, . . . , b-1;
  • wherein a portion of the product P.sub.f, where f=0, 1, . . . , b-1, comes from the sum outputs of the partial products X.sub.0, f, another portion of the product P.sub.g, where g=b, b+1, . . . , 2b-2, comes from the sum outputs of the partial products X.sub.g-3, b-1, and a most significant bit P.sub.2b-1 of the product comes from the carry output of the cell C.sub.b-1,b-1.
  • 9. The method according to claim 8, wherein said plurality of partial products are generated by logically ANDing one bit of said multiplicand and one bit of said multiplier.
US Referenced Citations (4)
Number Name Date Kind
4369500 Fette Jan 1983
4736335 Barkan Apr 1988
4982355 Nishimura et al. Jan 1991
5404323 Xu et al. Apr 1995