The present invention generally relates to digital electronic devices and more particularly to a digital electronic device performing binary logic. In one aspect the present invention relates to a parallel counter and in another aspect the present invention relates to a multiplication logic circuit for multiplying two binary numbers.
It is instrumental for many applications to have a block that adds n inputs together. An output of this block is a binary representation of the number of high inputs. Such blocks, called parallel counters (L. Dadda, Some Schemes for Parallel Multiplires, Alta Freq 34: 349-356 (1965); E. E. Swartzlander Jr., Parallel Counters, IEEE Trans. Comput. C-22: 1021-1024 (1973)), are used in circuits performing binary multiplication. There are other applications of a parallel counter, for instance, majority-voting decoders or RSA encoders and decoders. It is important to have an implementation of a parallel counter that achieves a maximal speed. It is known to use parallel counters in multiplication (L. Dadda, On Parallel Digital Multipliers, Alta Freq 45: 574-580 (1976)).
A full adder is a special parallel counter with a three-bit input and a two-bit output. A current implemenation of higher parallel counters i.e. with a bigger number of inputs is based on using full adders (C. C. Foster and F. D. Stockton, Counting Responders in an Associative Memory, IEEE Trans. Comput. C-20: 1580-1583 (1971)). In general, the least significant bit of an output is the fastest bit to produce in such implementation while other bits are usually slower.
The following notation is used for logical operations:
An efficient prior art design (Foster and Stockton) of a parallel counter uses full adders. A full adder, denoted FA, is a three-bit input parallel counter shown in FIG. 1. It has three inputs X1, X2, X3, and two outputs S and C. Logical expressions for outputs are
S=X1⊕X2⊕X3,
C=(X1^X2)v(X1^X3)v(X2^X3)
A half adder, denoted HA, is a two bit input parallel counter shown in FIG. 1. It has two inputs X1, X2 and two outputs S and C. Logical expressions for outputs are
S=X1⊕X2,
C=X1^X2,
A prior art implemenation of a seven-bit input parallel counter illustrated in FIG. 2.
Multiplication is a fundamental operartion. Given two n-digit binary numbers
An−12n−1+An−22n−2+ . . . +A12+A0
and
Bn−12n−1+Bn−22n−2+ . . . +B12+B0,
their product
P2n−122n−1+P2n−222n−2+ . . . +P12+P0
may have up to 2n digits. Logical circuits generating all Pi as outputs generally follow the scheme in FIG. 14. Wallace has invented the first fast architecture for a multiplier, now called the Wallace-tree multiplier (Wallace, C. S., A Suggestion for a Fast Multiplier, IEEE Trans. Electron. Comput. EC-13: 14-17 (1964)). Dadda has investigated bit behaviour in a multiplier (L. Dadda, Some Schemes for Parallel Multipliers, Alta Freq 34: 349-356 (1965)). He has constructed a variety of multipliers and most multipliers follow Dadda's scheme.
Dadda's multiplier uses the scheme shown in FIG. 14. If inputs have 8 bits then 64 parallel AND gates generate an array shown in FIG. 15. The AND gate sign ^ is omitted for clarity so that Ai^ Bj becomes AiBj. The rest of
In accordance with the first aspect the present invention provides a parallel counter which is based on algebraic properties of symmetric functions. A plurality of binary output bits are generated as a symmetric function of a plurality of input bits.
The symmetric functions comprise logically AND combining sets of one or more binary inputs and logically OR or exclusive OR logic combining the logically combined sets of binary inputs to generate a binary output. The OR and the exclusive OR symmetric functions are elementary symmetric functions and the generated output binary bit depends only on the number of high inputs among the input binary bits. For the OR symmetric function, if the number of high inputs is m, the output is high if and only if m ≧k, where k is the size of the sets of binary inputs. Similarly, the generated output binary bit using the exclusive OR symmetric function is high if and only if m≧k and the number of subsets of inputs of the set of high inputs is an odd number. The size of the sets can be selected. The ith output bit can be generated using the symmetric function using exclusive OR logic by selecting the set sizes to be of size 21, where i is an integer from 1 to N, N is the number of binary outputs, and i represents the significance of each binary output.
The sets of binary inputs used in the symmetric functions are each unique and they cover all possible combinations of binary inputs.
Thus in one embodiment of the present invention, each of the binary outputs can be generated using a symmetric function which uses exclusive OR logic. However, exclusive OR logic is not as fast as OR logic.
Thus in accordance with an embodiment of the present invetnion at least one of the binary outputs is gnerated as a symmetric function of the bineary inputs using OR logic for combining a variety of sets of one or more binary inputs. The logic is arranged to logically AND members of each set of binary inputs and logically OR the result of the AND operations.
Thus use of the symmetric function using OR logic is faster and can be used for generation of the most significant output bit. In such an embodiment the set size is set to be 2N−1, where N is the number of binary outputs and the Nth binary output is the most significant.
It is also possible to use the symmetric function using OR logic for less significant bits on the basis of the output value of a more significant bit. In such a case, a plurality of possible binary outputs for a binary output less significant than the Nth are generated as symmetric functions of the binary inputs using OR logic for combining a plurality of sets of one or more binary inputs, where N is the number of binary outputs. Selector logic is provided to select one of the possible binary outputs based on a more significant binary output value. The size of the sets used in such an arrangement for the (N−1)th bit is preferably 2N−1+2n−2 and 2N−2 repsectively and one of the possible binary outputs is selected based on the Nth binary output value.
In one embodiment of the present invention the circuit is designed in a modular form. A plurality of subcircuit logic modules are designed, each for generating intermediate binary outputs as a symmetric function of some of the binary inputs. Logic is also provided in this embodiment for logically combining the intermediate binary outputs to generate a binary outputs.
Since OR logic is faster, in a preferred embodiment the subcicuit logic modules implement the symmetric functions using OR logic. In one embodiment the subcircuit modules can be used for generating some binary outputs and one or more logic modules can be provided for generating other binary outputs in wich each logic module generates a binary output as a symmetric function of the binary inputs exclusive OR logic for combining a plurality of sets of one or more binary inputs.
Thus this aspect of the present invention provides a fast circuit that can be used in any architecture using parallel counters. The design is applicable to any type of technology from which the logic circuit is built.
The parallel counter in accordance with this aspect of the present invention is generally applicable and can be used in a multiplication circuit that is significantly faster than prior art implemenations.
In accordance with the second aspect of the present invention a technique for multiplying 2 N bit binary numbers comprises an array generation step in which an array of logical combinations between the bits of the two binary numbers is generated which is of reduced size compared to the prior art.
In accordance with this aspect of the present invention, a logic circuit for multiplying 2 N bit numbers comprises array generation logic for performing the logical AND operation between each bit in one binary bit and each bit in the other binary number to generate an array of logical AND combinations comprising an array of binary values, and for further logically combining logically adjacent values to reduce the maximum depth of the array to below N bits; array reduction logic for reducing the depth of the array to two binary numbers; and addition logic for adding the binary values of the two binary numbers.
When two binary numbers are multiplied together, as is conventional, each bit Ai of the first binary number is logically AND combined with each bit Bj of the second number to generate the array which comprises a sequence of binary numbers represented by the logical AND combinations, Ai AND Bj. The further logical combinations are carried out by logically combining the combinations A1 AND BN−2, A1AND BN−1, A0 AND BN−2, and A0 AND BN−1, where N is the number of bits in the binary numbers. In this way the size of the maximal column of numbers to be added together in the array is reduced.
More specifically the array generation logic is arranged to combine the combinations A1 AND BN−2 and A0AND Bn−1 using exclusive OR logic to replace these combinations and to combin A1 AND Bn−1 and A0 AND Bn−2 to replace the A1 AND Bn−1 combination.
In one embodiment of the present inventoin the array reduction logic can include at least one of: at least one full adder, at least one half adder, and at least one parallel counter. The or each parallel counter can comprise the parallel counter in accordance with the first aspect of the present invention.
The second aspect of the present invention provides a reduction of the maximal column length in the array thereby reducing the number of steps required for array reduction. When the first aspect of the present invention is used in conjunction with the second aspect of the present invention, an even more efficient multiplication circuit is provided.
Embodiments of the present invention will now be described with reference to the accompanying drawings, in which:
The first aspect of the present invention will now be described.
The first aspect of the present invention relates to a parallel counter counting the number of high values in a binary number. The counter has i outputs and n inputs where i is determined as being the integer part of log2 n plus 1
A mathematical basis for the first aspect of the present invention is a theory of symmetric functions. We denote by Cnk the number of distinct k element subsets of a set of n elements. We consider two functions EXOR_n_k and OR_n_k of n variables X1, X2, . . . Xn given by
EXOR_n_k(X1, X2, . . . Xn)=⊕(Xi1^Xi2^ . . . ^Xik),
OR_n_k(X1, X2, . . . Xn)=V(Xi1^Xi2^ . . . ^Xik)
where (i1, i2, . . . ik) runs over all possible subsets of {X1, X2, . . . Xn} that contain precisely k elements. Blocks that produce such outputs are shown on FIG. 3.
The functions EXOR_n_k and OR_n_k are elementary symmetric functions. Their values depend only on the number of high inputs among X1, X2, X3, . . . Xn. More precisely, if m is the number of high inputs among X1, X2, X3, . . . Xn then OR_n_k(X1, X2, . . . Xn) is high if and only if m≧k. Similarly, EXOR_n_k(X1, X2, . . . Xn) is high if and only if m≧k and Cmk is odd.
Although EXOR_n_k and OR_n_k look similar, OR_n_k is much faster to produce since EXO-gates are slower than OR-gates.
In the above representation n is the number of inputs and k is the size of the subset of inputs selected. Each set of k inputs is a unique set and the subsets comprise all possible subsets of the set of inputs. For example, the symmetric function OR—3—1 has three inputs X1, X2 and X3 and the set size is 1. Thus the sets comprise X1, X2 and X3. Each of these sets is then logically OR combined to generated the binary output. The logic for performing this function is illustrated in FIG. 4.
When the number of inputs become large, it may not be possible to use simple logic.
When k is greater than 1, the inputs in a subset must be logically AND combined.
The specific logic to implement the symmetric functions will be technology dependent. Thus the logic can be designed in accordance with the technology to be used.
In accordance with a first embodiment of the present invention the parallel counter of each output is generated using a symmetric function using exclusive OR logic.
Let the parallel counter have n inputs X1, . . . Xn and l+1 and St, St−1, . . . S0. S0 is the least significant bit and St is the most significant bit. For all i from 0 to t,
Si=EXOR_n—21(X1, X2, . . . Xn).
It can thus be seen that for a seven bit input i.e. n=7, i will have values of 0, 1 and 2. Thus to generate the output S0 the function will be EXOR—7—1, to generate the output S1 the function will be EXOR—7—2 and to generate the output S2 the function will be EXOR—7—4. Thus for the least significant bit the set size (k) is 1, for the second bit the set size is 2 and for the most significant bit the set size is 4. Clearly the logic required for the more significant bits becomes more complex and thus slower to implement.
Thus in accordance with a second embodiment of the present invention, the most significant output bit is generated using a symmetric function using OR logic.
This is more practical since OR_n_k functions are faster than EXOR_n_k functions. For the most significant output bit
Sk=OR_n—2t(X1, X2, . . . Xn).
In particular, with a seven-bit input
S2=OR—7—4(X1, X2, X3, X4, X5, X6, X7).
Thus in this second embodiment of the present invention the most significant bit is generated using symmetric functions using OR logic whereas the other bits are generated using symmetric functions which use exclusive OR logic.
A third embodiment will now be described in which intermediate bits are generated using symmetric functions using OR logic.
An arbitrary output bit can be expressed using OR_n_k functions if one knows bits that are more significant. For instance, the second most significant bit is given by
St−1=(St^OR_n—2t+2t−1)v((−St)^OR_n—2t−1).
In particular, with a seven-bit input
S1=(S2^OR—7—6(X1, X2, X3, X4, X5, X6, X7))v
((−S2)^OR—7—2(X1, X2, X3, X4, X5, X6, X7)).
A further reduction is
S1=OR—7—6(X1, X2, X3, X4, X5, X6, X7))v
((−S2)^OR—7—2(X1, X2, X3, X4, X5, X6, X7)).
A multiplexer MU, shown in
Z=(C^X1)v((−C)^X0).
It is not practical to use either EXOR_n_k functions or OR_n_k functions exclusively. It is optimal to use OR_n_k functions for a few most significant bits and EXOR_n_k functions for the remaining bits. The fastest, in TSMC.25, parallel counter with 7 inputs is shown in FIG. 10.
Future technologies that have fast OR—15—8 blocks would allow building a parallel counter with 15 inputs. A formula for the third significant bit using OR_n_m functions is thus:
St−2=(St^St−1^OR_n—2t+2t−1+2t−2)v(St^(−St−1)^OR_n—2t+2t−2)v
((−St)^St−1^OR_n—2t−1+2t−2)v((−St)^(−St−1)^OR_n—2t−2).
A fourth embodiment of the present invention will now be described which divides the logic block implementing the symmetric function into small blocks which can be reused.
An implementation of OR—7—2 is shown in FIG. 11. The 7 inputs are split into two groups: five inputs from X1 to X5 and two remaining inputs X6 and X7. Then the following identity is a basis for the implementation in FIG. 11.
OR—7—2(X1, . . . , X7)=OR—5—2(X1, . . . , X5)v
(OR—5—1(X1, . . . X5)^OR—2—1(X6, X7))v OR—2—2(X6, X7)
One can write similar formulas for OR—7—4 and OR—7—6. Indeed,
OR—7—4(X1, . . . , X7)=OR—5—4(X1, . . . , X5)v
(OR—5—3(X1, . . . X5)^OR—2—1(X6, X7))v
(OR—5—2(X1, . . . , X5)^OR—2—2(X6, X7)),
OR—7—6(X1, . . . X7)=
(OR—5—5(X1, . . . X5)^OR—2—1(X6, X7))v
(OR—5—4(X1, . . . X5)^OR—2—2(X6, X7)).
Thus, it is advantageous to split variables and reuse smaller OR_n_k functions in a parallel counter. For instance, an implemenation of a parallel counter based on partitioning seven inputs into groups of two and five is in FIG. 12.
Similarly, one can partition seven inputs into groups of four and three. An implementation of the parallel counter based on this partition is in FIG. 13. One uses the following logic formulas in this implementation.
OR—7—2(X1, . . . , X7)=OR—4—2(X1,X2,X3,X4)v
OR—4—1(X1,X2,X3,X4)^OR—3—1(X5,X6,X7))v OR—3—2(X5,X6,X7),
OR—7—4(X1, . . . , X7)=OR—4—4(X1,X2,X3,X4)v
(OR—4—3(X1,X2,X3,X4)^OR—3—1(X5,X6,X7))v
(OR—4—2(X1,X2,X3,X4)^OR—3—2(X5,X6,X7))v
(OR—4—1(X1,X2,X3,X4)^OR—3—3(X5,X6,X7)),
OR—7—6(X1, . . . , X7)=
(OR—4—4(X1,X2,X3,X4)^OR—3—2(X5,X6,X7))v
(OR—4—3(X1,X2,X3,X4)^OR—3—3(X5,X6,X7)).
One needs a method to choose between the implementations in
Parallel counters with 6, 5, and 4 inputs can be implemented according to the logic for the seven input parallel counter. Reducing the number of inputs decreases the area significantly and increases the speed slightly. It is advantageous to implement a six input parallel counter using partitions of 6, 3+3 or 4+2.
A second aspect of the present invention comprises a technique for multiplication and this will be described hereinafter.
Multiplication is a fundamental operation in digital circuits. Given two n-digit binary numbers
An−12n−1+An−22n−2+ . . . +A12+A0
and
Bn−12n−1+Bn−22n−2+ . . . +B12+B0,
there product
P2n−122n−1+P2n−222n−2+ . . . +P12+P0
has up to 2n digits. Logical circuits generating all P1 as outputs generally follow the scheme in FIG. 14. Wallace has invented the first fast architecture for a multiplier, now called the Wallace-tree multiplier (Wallace, C. S., A. Suggestion for a Fast Multiplier, IEEE Trans. Electron, Comput. EC-13: 14-17 (1964)). Dadda has investigated bit behaviour in a multiplier (L. Dadda, Some Schemes for Parallel Multipliers, Alta Freq 34: 349-356 (1965)). He has constructed a variety of multipliers and most multipliers follow Dadda's scheme.
Dadda's multiplier uses the scheme in on FIG. 14. If inputs have 8 bits then 64 parallel AND gates generate an array shown in FIG. 15. The AND gate sign ^ is omitted for clarity so that Ai^Bj becomes AiBj. The rest of
This aspect of the present invention comprises two preferred steps: array deformation and array reduction using the parallel counter with the accordance with the first aspect of the present invention.
The process of array deformation will now be described.
Some parts of the multiplication array, formed by AiBj such as on
Let Si be the bits of the sum of all the bits of the form AiBj shown in FIG. 1. Then
S0=A0^B0,
S1=(A1^B0)⊕(A0^B1),
S2=(A1^B1)⊕(A1^B1^A0^B0),
S2k+1=(AK+1^Bk)⊕(Ak^Bk+1)⊕(Ak^Bk^Ak−1^Bk−1)
for all k>0,
S2k=(Ak^Bk)⊕(Ak−1^Bk−1^
((Ak+1^Bk+1)v(Ak−1^Bk−1^(Ak+1 v Bk+1)))
for all k>1.
These formulas show that the logic for summing the chosen entries in the array does not get large. Whereas if random numbers were summed the logic for the (n+1)th bits is larger than the logic for the nth bit.
Using these formulas, one can generate a different array. The shape of array changes. This is why it is called array deformation. These formulas are important because one can speed up a multiplication circuit by generating an array of a particular shape.
The array in
X=(A1^B6)⊕(A0^B7),
Y=A1^B7^−(A0^B6),
Z=A1^B7^A0^B6.
The advantage of this array over one in
Array reduction is illustrated in FIG. 17. The first step utilizes 1 half adder, 3 full adders, 1 parallel counter with 4 inputs, 2 parallel counters with 5 inputs, 1 parallel counter with 6 inputs, and 4 parallel counters with 7 inputs. The three parallel counters (in columns 7, 8, and 9) have an implemenation based on 7=5+2 partition. The bits X, Y, and Z join the group of two in the partition. The counter in column 6 is implemented on 7=4+3 partition. The counter in column 5 is based on 6=3+3 partition. The remaining counters should not be partitioned. The locations of full adders are indicated by ovals. The half adders is shown by a rectangle.
An adder for adding the final two binary numbers is designed based on arrival time of bits in two numbers. This gives a slight advantage but it is based on common knowledge, that is conditional adder and ripple-carry adder.
Although in this embodiment the multiplication of two 8 bit numbers has been illustrated, the invention is applicable to any N bit binary number multiplication. For example for 16 bit multiplication, the array reduction will reduce the middle column height from 16 to 15 thus allowing two seven bit full adders to be used for the first layer to generate two 3 bit outputs and the left over input can be used with the other two 3 outputs as an input to a further seven input full adder thus allowing the addition of the 16 bits in only two layers.
The second aspect of the present invention can be used with the parallel counter of the first aspect of the present invention to provide a fast circuit.
The final counter of the first aspect of the present invention has other applications, other than used in the multiplier of the second aspect of the present invention. It can be used in RSA and reduced area multipliers. Sometimes, it is practical to build just a fragment of the multiplier. This can happen when the array is too large, for instance in RSA algorithms where multiplicands may have more than more than 1000 bits. This fragment of a multiplier is then used repeatedly to reduce the array. In current implementations, it consists of a collection of full adders. One can use 7 input parallel counters followed by full adders instead.
A parallel counter can also be used in circuits for error correction codes. One can use a parallel counter to produce Hamming distance. This distance is useful in digital communication. In particular the Hamming distance has to be computed in certain types of decoders, for instance, the Viterbi decoder or majority-logic decoder.
Given two binary messages (A1, A2, . . . An) and (B1, B2, . . . Bn), the Hamming distance between them is the number of indices i between 1 and n such that Ai and Bj are different. This distance can be computer by a parallel counter whose n inputs are
(A1 ⊕ B1, A2 ⊕ B2, . . . An ⊕ Bn).
The multiply-and-add operation is fundamental in digital electronics because it includes filtering. Given 2n binary numbers X1, X2, . . . Xn, Yj, Y2, . . . Yn, the result of this operation is
X1Y1+X2Y2+ . . . +XnYn.
One can use the multiplier described to implement multiply-and-add in hardware. Another strategy can be to use the scheme in FIG. 14. All partial products in products XiYi generate an array. Then one uses the parallel counter X to reduce the array.
In the present invention, one can use the parallel counter whenever there is a need to add an array of numbers. For instance, multiplying negative number in two-complement form, one generates a different array by either Booth recording (A. D. Booth, A Signed Binary Multiplication Technique, Q. J. Mech. Appl. Math. 4:236-240 (1951)) or another method. To obtain a product one addes this array of numbers.
| Number | Date | Country | Kind |
|---|---|---|---|
| 0019287 | Aug 2000 | GB | national |
| Number | Name | Date | Kind |
|---|---|---|---|
| 3634658 | Brown | Jan 1972 | A |
| 3757098 | Wright | Sep 1973 | A |
| 4399517 | Niehaus et al. | Aug 1983 | A |
| 4607176 | Burrows et al. | Aug 1986 | A |
| 5095457 | Jeong | Mar 1992 | A |
| 5175862 | Phelps et al. | Dec 1992 | A |
| 5187679 | Vassiliadis et al. | Feb 1993 | A |
| 5325320 | Chiu | Jun 1994 | A |
| 5343417 | Flora | Aug 1994 | A |
| 5497342 | Mou et al. | Mar 1996 | A |
| 5524082 | Horstmann et al. | Jun 1996 | A |
| 5701504 | Timko | Dec 1997 | A |
| 5964827 | Ngo et al. | Oct 1999 | A |
| 5978827 | Ichikawa | Nov 1999 | A |
| 5995029 | Ryu | Nov 1999 | A |
| 6023566 | Belkhale et al. | Feb 2000 | A |
| 6175852 | Dhong et al. | Jan 2001 | B1 |
| 6269386 | Siers et al. | Jul 2001 | B1 |
| 6490608 | Zhu | Dec 2002 | B1 |
| 20020026465 | Rumynin et al. | Feb 2002 | A1 |
| 20020078110 | Rumynin et al. | Jun 2002 | A1 |
| 20040103135 | Talwar | May 2004 | A1 |
| 20040153490 | Talwar et al. | Aug 2004 | A1 |
| Number | Date | Country |
|---|---|---|
| 0168650 | Jan 1986 | EP |
| 0309292 | Mar 1989 | EP |
| 0442356 | Aug 1991 | EP |
| 0741354 | Nov 1996 | EP |
| 2475250 | Aug 1981 | FR |
| 2016181 | Sep 1979 | GB |
| 2062310 | May 1981 | GB |
| 2263002 | Jul 1993 | GB |
| 2365636 | Feb 2002 | GB |
| 2365637 | Feb 2002 | GB |
| WO-9922292 | May 1999 | WO |
| WO-0212995 | Feb 2002 | WO |