JPH1055265A - Arithmetic processor - Google Patents

Arithmetic processor

Info

Publication number
JPH1055265A
JPH1055265A JP9144407A JP14440797A JPH1055265A JP H1055265 A JPH1055265 A JP H1055265A JP 9144407 A JP9144407 A JP 9144407A JP 14440797 A JP14440797 A JP 14440797A JP H1055265 A JPH1055265 A JP H1055265A
Authority
JP
Japan
Prior art keywords
digit
partial product
partial
sign
value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP9144407A
Other languages
Japanese (ja)
Inventor
Akira Miyoshi
明 三好
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP9144407A priority Critical patent/JPH1055265A/en
Publication of JPH1055265A publication Critical patent/JPH1055265A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reduce a time penalty with sign extension as to partial product addition by parallel multipliers. SOLUTION: A partial product adder 15 which adds four partial products P0, P1, P2, and P3 that are binary numbers represented as complement of '2' and differ in weight from one another comprises a carry storage adder 20 constituted by arraying 4:2 compressors. In each 4:2 compressor, a W input among the four inputs shows the shortest propagation delay and Y and Z inputs constitute a critical path. So that the 1st partial product P0 having the least weight is sign-extended, a logic circuit 30 sets the logical operation value between the value of the sign digit P0s of the 1st partial product and the value of the sign digit P1s of the 2nd partial product having the 2nd small weight to digits higher in order than the sign digit P0s of the 1st partial product, and while the sign-extended 1st partial product P0 is allocated to the W input of the carry storage adder 20, the values of the high-order digits of the Z input regarding the 2nd partial product P1 are fixed at 0.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、乗算機能を持つ演
算処理装置、特に乗算器に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an arithmetic processing unit having a multiplication function, and more particularly to a multiplier.

【0002】[0002]

【従来の技術】並列乗算器では、乗数と被乗数とを用い
て並列に生成した複数個の部分積を加算することによ
り、積が算出される。Boothのアルゴリズムによれ
ば、部分積の個数を減らすことができる。
2. Description of the Related Art In a parallel multiplier, a product is calculated by adding a plurality of partial products generated in parallel using a multiplier and a multiplicand. According to the Booth's algorithm, the number of partial products can be reduced.

【0003】M.R.Santoro et al.,"SPIM: A Pipelined
64x64-bit Iterative Multiplier",IEEE Journal of So
lid-State Circuits, Vol. 24, No. 2, pp. 487-493, A
pril 1989によれば、2進木を構築できる4:2コンプ
レッサが部分積の加算に適している。多数個の4:2コ
ンプレッサを並べてなる桁上げ保存加算器が部分積の加
算に供せられ、各4:2コンプレッサは2個の3入力2
出力全加算器で構成される。
[0003] MRSantoro et al., "SPIM: A Pipelined
64x64-bit Iterative Multiplier ", IEEE Journal of So
lid-State Circuits, Vol. 24, No. 2, pp. 487-493, A
According to pril 1989, a 4: 2 compressor capable of building a binary tree is suitable for adding partial products. A carry save adder consisting of a number of 4: 2 compressors is provided for the addition of partial products, and each 4: 2 compressor has two 3-input 2
It is composed of an output full adder.

【0004】さて、複数個の部分積は互いに異なる重み
を有する。したがって、各部分積が2の補数表現された
2進数である場合には、部分積の桁上げ保存加算に先立
って部分積の符号拡張を行う必要がある。ここで、2次
のBoothのアルゴリズムに従って生成された4個の
部分積P0,P1,P2及びP3を加算する例を考え
る。これら4個の部分積P0,P1,P2及びP3は各
々20,22,24及び26の重みを有し、かつ各々9桁か
らなるものとする。各部分積の最上位桁は符号桁であ
る。この例では、最大の重みを有する部分積(最上位部
分積)P3を除く3個の部分積P0,P1及びP2の各
々を符号拡張する必要がある。具体的には、最小の重み
を有する部分積(第1の部分積)P0を符号拡張するよ
うに、該第1の部分積の符号桁より上位の6桁に、該第
1の部分積の符号桁の値を設定する。また、2番目に小
さい重みを有する部分積(第2の部分積)P1を符号拡
張するように、該第2の部分積の符号桁より上位の4桁
に、該第2の部分積の符号桁の値を設定する。更に、3
番目に小さい重みを有する部分積(第3の部分積)P2
を符号拡張するように、該第3の部分積の符号桁より上
位の2桁に、該第3の部分積の符号桁の値を設定する。
これら符号拡張後の4個の部分積P0,P1,P2及び
P3の各桁毎に、桁上げ保存加算が実行される。
A plurality of partial products have different weights from each other. Therefore, when each partial product is a binary number expressed in two's complement, it is necessary to perform sign extension of the partial product prior to carry save addition of the partial product. Here, an example is considered in which four partial products P0, P1, P2, and P3 generated according to the secondary Booth's algorithm are added. These four partial products P0, P1, P2 and P3 have weights of 2 0 , 2 2 , 2 4 and 2 6 , respectively, and each have 9 digits. The most significant digit of each partial product is the sign digit. In this example, it is necessary to sign-extend each of the three partial products P0, P1, and P2 except for the partial product (highest partial product) P3 having the largest weight. Specifically, the first partial product is divided into six digits higher than the sign digit of the first partial product so as to sign-extend the partial product (first partial product) P0 having the minimum weight. Set the value of the sign digit. Also, the sign of the second partial product is added to the four digits higher than the sign digit of the second partial product so as to sign-extend the partial product (second partial product) P1 having the second smallest weight. Set the digit value. Furthermore, 3
The partial product having the second smallest weight (third partial product) P2
Is set to the value of the sign digit of the third partial product in two digits higher than the sign digit of the third partial product.
Carry save addition is performed for each of the four partial products P0, P1, P2, and P3 after the sign extension.

【0005】[0005]

【発明が解決しようとする課題】上記4:2コンプレッ
サは、その名のとおり4つの入力と2つの出力とを有す
るものである。該4入力のうちの1つは2個の全加算器
のうちの一方のみを経て該4:2コンプレッサの両出力
へ至るのに対し、他の3入力は2個の全加算器を順次経
て該4:2コンプレッサの両出力へ至る。つまり、後者
の3入力の中のいずれかは、桁上げ保存加算器中の最長
の伝搬遅延を有するクリティカルパスを構成する。とこ
ろが、上記のように最上位部分積を除く全ての部分積を
符号拡張する場合には、該クリティカルパスの入力がい
ずれかの部分積の符号桁の値に依存することとなって、
時間的ペナルティが生じる。
The 4: 2 compressor has, as the name implies, four inputs and two outputs. One of the four inputs passes through only one of the two full adders to both outputs of the 4: 2 compressor, while the other three inputs sequentially pass through the two full adders. To both outputs of the 4: 2 compressor. That is, any of the latter three inputs constitutes a critical path having the longest propagation delay in the carry save adder. However, when sign-extending all partial products except the highest-order partial product as described above, the input of the critical path depends on the value of the sign digit of any of the partial products,
There is a time penalty.

【0006】本発明の目的は、部分積加算において、符
号拡張に伴う時間的ペナルティを軽減することにある。
An object of the present invention is to reduce a temporal penalty associated with sign extension in partial product addition.

【0007】[0007]

【課題を解決するための手段】上記の目的を達成するた
め、本発明は、複数の符号桁に基づいて符号拡張された
特定の部分積を桁上げ保存加算器中のクリティカルパス
を構成しない特定の入力に割り付け、以て該桁上げ保存
加算器中のクリティカルパスを構成する入力を一定値に
固定することとしたものである。
SUMMARY OF THE INVENTION In order to achieve the above object, the present invention provides a method for specifying a specific partial product sign-extended based on a plurality of code digits without forming a critical path in a carry save adder. , And the input constituting the critical path in the carry save adder is fixed to a constant value.

【0008】具体的に説明すると、本発明に係る演算処
理装置又は乗算器は、各々2の補数表現された2進数で
ありかつ互いに異なる重みを有する複数個の部分積を加
算するための部分積加算器を備え、かつ該部分積加算器
は、複数個の部分積を桁上げ保存加算するために複数の
入力と少なくとも1つの出力とを有する桁上げ保存加算
器と、前記複数個の部分積のうち最小の重みを有する部
分積(第1の部分積)の符号桁より上位の複数の桁に該
第1の部分積の符号桁の値と他の部分積の符号桁の値と
の複数の論理演算値を設定するための論理回路とを備え
たものである。しかも、前記桁上げ保存加算器におい
て、特定の入力は出力との間に少なくとも1つの他の入
力に比べて短い伝搬遅延を呈し、かつ前記論理回路によ
り符号拡張された第1の部分積は前記特定の入力に割り
付けられる。
More specifically, an arithmetic processing unit or a multiplier according to the present invention provides a partial product for adding a plurality of partial products each of which is a binary number represented by a two's complement and has different weights from each other. A carry-save adder having a plurality of inputs and at least one output for carry-save-adding the plurality of partial products; and the plurality of partial products. Of the sign digit of the first partial product and the sign digit of the other partial product in a plurality of digits higher than the sign digit of the partial product (first partial product) having the smallest weight of And a logic circuit for setting the logical operation value of Moreover, in the carry save adder, a particular input has a shorter propagation delay with respect to an output than at least one other input, and the first partial product sign-extended by the logic circuit is Assigned to a specific input.

【0009】[0009]

【発明の実施の形態】以下、本発明に係る一種の演算処
理装置である乗算器の具体例について、図面を参照しな
がら説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A specific example of a multiplier, which is a kind of arithmetic processing unit according to the present invention, will be described below with reference to the drawings.

【0010】図1は、本発明に係る乗算器の具体的な構
成例を示している。図1の乗算器は、各々2の補数表現
された8桁の2進数である被乗数Uと乗数Vとの積Mを
算出するように、乗数エンコーダ10と、4個の部分積
発生器11,12,13及び14と、部分積加算器15
と、桁上げ先見加算器16とを備えたものである。乗数
エンコーダ10は、乗数Vから2次のBoothのアル
ゴリズムに従って4個のエンコード値E0,E1,E2
及びE3を生成する。4個の部分積発生器11,12,
13及び14は、被乗数Uと4個のエンコード値E0,
E1,E2及びE3とから、各々2の補数表現された2
進数でありかつ互いに異なる重みを有する4個の部分積
P0,P1,P2及びP3を並列に生成する。これら4
個の部分積P0,P1,P2及びP3は各々20,22
4及び26の重みを有し、かつ各々9桁からなる。各部
分積の最上位桁は符号桁である。部分積加算器15は、
4個の部分積P0,P1,P2及びP3の各桁毎に桁上
げ保存加算を実行し、その加算結果(2個の2進数から
なる)Qを供給する。桁上げ先見加算器16は、部分積
加算器15から供給された加算結果Qに基づいて積Mを
求める。
FIG. 1 shows a specific configuration example of a multiplier according to the present invention. The multiplier of FIG. 1 calculates a product M of a multiplicand U and a multiplier V, each of which is an 8-digit binary number represented by a two's complement, and a multiplier encoder 10 and four partial product generators 11, 12, 13 and 14 and a partial product adder 15
And a carry look-ahead adder 16. The multiplier encoder 10 calculates four encoded values E0, E1, E2 from the multiplier V according to the second-order Booth algorithm.
And E3. Four partial product generators 11, 12,
13 and 14 are a multiplicand U and four encoded values E0,
From E1, E2, and E3, 2's complement representation of 2
Four partial products P0, P1, P2 and P3 which are base numbers and have different weights are generated in parallel. These four
Pieces of partial products P0, P1, P2 and P3 are respectively 2 0 , 2 2 ,
It has 2 4 and the weight of 2 6, and each consisting of 9 digits. The most significant digit of each partial product is the sign digit. The partial product adder 15
Carry save addition is performed for each of the four partial products P0, P1, P2, and P3, and the addition result (consisting of two binary numbers) Q is supplied. Carry look-ahead adder 16 obtains product M based on addition result Q supplied from partial product adder 15.

【0011】図2及び図3は、図1中の部分積加算器1
5の内部構成を示している。図2及び図3において、2
0は15個の4:2コンプレッサ200〜214で構成
された桁上げ保存加算器であり、30は排他的論理和ゲ
ート31と論理和ゲート32とで構成された論理回路で
ある。15個の4:2コンプレッサ200〜214の各
々は、実際には5つの入力X,Y,Z,W及びCIと、
3つの出力C,S及びCOとを有するものである。ここ
に、CIは下位桁からの桁上げ入力であり、COは上位
桁への桁上げ出力である。Cは桁上げ先見加算器16へ
の桁上げ出力であり、Sは桁上げ先見加算器16への和
出力である。4個の部分積P0,P1,P2及びP3
は、それぞれ桁上げ保存加算器20のW入力、Z入力、
Y入力及びX入力に割り付けられている。図2におい
て、P0sは最小の重みを有する部分積(第1の部分
積)P0の符号桁を、P1sは2番目に小さい重みを有
する部分積(第2の部分積)P1の符号桁を、P2sは
3番目に小さい重みを有する部分積(第3の部分積)P
2の符号桁を、P3sは最大の重みを有する部分積(最
上位部分積)P3の符号桁をそれぞれ表している。
FIGS. 2 and 3 show the partial product adder 1 shown in FIG.
5 shows the internal configuration. 2 and 3, 2
0 is a carry save adder composed of 15 4: 2 compressors 200 to 214, and 30 is a logic circuit composed of an exclusive OR gate 31 and an OR gate 32. Each of the fifteen 4: 2 compressors 200-214 actually has five inputs X, Y, Z, W and CI,
It has three outputs C, S and CO. Here, CI is a carry input from the lower digit, and CO is a carry output to the upper digit. C is a carry output to the carry look-ahead adder 16, and S is a sum output to the carry look-ahead adder 16. Four partial products P0, P1, P2 and P3
Are the W and Z inputs of the carry save adder 20, respectively.
Allocated to Y input and X input. In FIG. 2, P0s is the code digit of the partial product (first partial product) P0 having the smallest weight, P1s is the code digit of the partial product (second partial product) P1 having the second smallest weight, P2s is the partial product having the third smallest weight (third partial product) P
2 and P3s represent the code digit of the partial product (most significant partial product) P3 having the maximum weight.

【0012】図2によれば、第1の部分積P0が次のよ
うにして符号拡張される。すなわち、第1の部分積の符
号桁P0sより1桁上位の桁(重み29)には、第1の
部分積の符号桁P0sの値がそのまま設定される。第2
の部分積の符号桁P1sの位置に対応した位置の第1の
部分積P0の桁(重み210)には、排他的論理和ゲート
31により、第1の部分積の符号桁P0sの値と第2の
部分積の符号桁P1sの値との排他的論理和値Aが設定
される。そして、第2の部分積の符号桁P1sより1桁
上位の桁の位置に対応した位置の第1の部分積P0の桁
(重み211)から、最上位部分積の符号桁P3sの位置
に対応した位置の第1の部分積P0の桁(重み214)ま
でには、論理和ゲート32により、第1の部分積の符号
桁P0sの値と第2の部分積の符号桁P1sの値との論
理和値Bが設定される。ここに、 A=P0s∧P1s B=P0s+P1s であり、「∧」は排他的論理和を、「+」は論理和をそ
れぞれ表している。
According to FIG. 2, the first partial product P0 is sign-extended as follows. That is, the value of the code digit P0s of the first partial product is set as it is to the digit (weight 2 9 ) one digit higher than the code digit P0s of the first partial product. Second
The exclusive OR gate 31 assigns the value of the sign digit P0s of the first partial product to the digit (weight 2 10 ) of the first partial product P0 at a position corresponding to the position of the sign digit P1s of the partial product of An exclusive OR value A with the value of the sign digit P1s of the second partial product is set. Then, from the digit (weight 2 11 ) of the first partial product P0 at the position corresponding to the digit one digit higher than the code digit P1s of the second partial product, the position of the code digit P3s of the highest partial product is changed. By the OR gate 32, the value of the sign digit P0s of the first partial product and the value of the sign digit P1s of the second partial product before the digit (weight 2 14 ) of the first partial product P0 at the corresponding position Is set as the logical sum value B. Here, A = P0s∧P1s B = P0s + P1s, where “∧” indicates an exclusive OR and “+” indicates a logical OR.

【0013】一方、第2の部分積P1の符号桁(重み2
10)と該符号桁より上位の4桁(重み211から214
で)の各値は、0に固定される。また、第3の部分積P
2の符号桁より上位の2桁(重み213から214まで)に
は、該第3の部分積の符号桁P2sの値が設定される。
On the other hand, the sign digit of the second partial product P1 (weight 2
10 ) and the four digits (weights 2 11 to 2 14 ) higher than the code digit are fixed to 0. Also, the third partial product P
The value of the code digit P2s of the third partial product is set in the two digits (weights 2 13 to 2 14 ) higher than the code digit of 2.

【0014】さて、前記従来例に従って第1及び第2部
分積P0,P1をそれぞれ符号拡張すれば、210から2
14までの重みを有する5桁に関する両部分積の加算を、 P0s=0かつP1s=0ならば、00000+000
00=00000 P0s=1かつP1s=0ならば、11111+000
00=11111 P0s=0かつP1s=1ならば、00000+111
11=11111 P0s=1かつP1s=1ならば、11111+111
11=11110 のように表すことができる。つまり、上記のように論理
回路30で第1部分積P0の5桁(重み210から214
で)の値を決定すれば、第2部分積P1の5桁(重み2
10から214まで)の値を上記のように全て0に固定でき
る。
If the first and second partial products P0 and P1 are sign-extended respectively according to the above-mentioned conventional example, 2 10 to 2
Add the two partial products for 5 digits with weights up to 14 , 0000 + 000 if P0s = 0 and P1s = 0
00 = 000000 If P0s = 1 and P1s = 0, then 111111 + 000
00 = 11111 If P0s = 0 and P1s = 1, then 000000 + 111
11 = 11111 If P0s = 1 and P1s = 1, then 11111 + 111
11 = 11110. That is, as described above, if the value of the five digits of the first partial product P0 (weights 2 10 to 2 14 ) is determined by the logic circuit 30, the five digits of the second partial product P1 (weight 2
The values of 10 to 2 14 ) can all be fixed to 0 as described above.

【0015】図4は、1個の4:2コンプレッサ214
の内部構成を示している。4:2コンプレッサ214
は、第1及び第2の全加算器101,102で構成され
る。該第1及び第2の全加算器101,102は、各々
3つの入力IN1,IN2及びIN3と、2つの出力C
Y(桁上げ)及びSUM(和)とを有するものである。
4:2コンプレッサ214のX入力、Y入力及びZ入力
は、それぞれ第1の全加算器101のIN1入力、IN
2入力及びIN3入力に割り付けられている。また、
4:2コンプレッサ214のW入力は、第2の全加算器
102のIN2入力に割り付けられている。第1の全加
算器101のSUM出力は第2の全加算器102のIN
1入力に、下位桁からの桁上げ入力CIは第2の全加算
器102のIN3入力にそれぞれ与えられる。上位桁へ
の桁上げ出力COは第1の全加算器101から、桁上げ
先見加算器16へのC出力及びS出力は第2の全加算器
102からそれぞれ供給される。図2及び図3中の他の
14個の4:2コンプレッサ200〜213の内部構成
も図4と同様である。
FIG. 4 shows a single 4: 2 compressor 214.
2 shows the internal configuration of the device. 4: 2 compressor 214
Is composed of first and second full adders 101 and 102. The first and second full adders 101 and 102 each have three inputs IN1, IN2 and IN3 and two outputs C
Y (carry) and SUM (sum).
The X, Y and Z inputs of the 4: 2 compressor 214 are the IN1 and IN inputs of the first full adder 101, respectively.
Allocated to 2 inputs and IN3 inputs. Also,
The W input of the 4: 2 compressor 214 is assigned to the IN2 input of the second full adder 102. The SUM output of the first full adder 101 is equal to the IN output of the second full adder 102.
One input and the carry input CI from the lower digit are applied to the IN3 input of the second full adder 102, respectively. The carry output CO to the upper digit is supplied from the first full adder 101, and the C output and the S output to the carry look-ahead adder 16 are supplied from the second full adder 102, respectively. The internal configuration of the other fourteen 4: 2 compressors 200 to 213 in FIGS. 2 and 3 is the same as that in FIG.

【0016】図5は、第1の全加算器101の内部構成
を示している。この全加算器101は、2個の排他的論
理和ゲート111及び112と、3個の2入力NAND
ゲート113,114及び115と、1個の3入力NA
NDゲート116とで構成されている。図4中の第2の
全加算器102の内部構成も図5と同様である。
FIG. 5 shows the internal configuration of the first full adder 101. The full adder 101 includes two exclusive OR gates 111 and 112 and three two-input NAND gates.
Gates 113, 114 and 115 and one 3-input NA
And an ND gate 116. The internal configuration of second full adder 102 in FIG. 4 is the same as that in FIG.

【0017】図4及び図5によれば、4:2コンプレッ
サ214のW入力は、第2の全加算器102のみを経
て、つまり高々2個のゲートを経て該4:2コンプレッ
サ214のC出力及びS出力へ至る。X入力は、第1及
び第2の全加算器101,102の中の高々3個のゲー
トを経てC出力へ至る。一方、Y及びZ入力は、それぞ
れ第1及び第2の全加算器101,102の中の最大4
個のゲートを経てC出力へ至る。つまり、W入力は最短
の伝搬遅延を呈し、Y及びZ入力は桁上げ保存加算器2
0の中のクリティカルパスを構成することがわかる。し
たがって、前記のとおり、第1の部分積P0はW入力
に、第2の部分積P1はZ入力に、第3の部分積P2は
Y入力に、第4の部分積P3はX入力にそれぞれ割り付
けられる。
According to FIGS. 4 and 5, the W input of the 4: 2 compressor 214 passes only through the second full adder 102, ie, through at most two gates, the C output of the 4: 2 compressor 214. And S output. The X input reaches the C output via at most three gates in the first and second full adders 101 and 102. On the other hand, the Y and Z inputs are up to four of the first and second full adders 101 and 102, respectively.
Through several gates to the C output. That is, the W input exhibits the shortest propagation delay, and the Y and Z inputs are the carry save adders 2
It can be seen that a critical path in 0 is formed. Therefore, as described above, the first partial product P0 is applied to the W input, the second partial product P1 is applied to the Z input, the third partial product P2 is applied to the Y input, and the fourth partial product P3 is applied to the X input. Assigned.

【0018】図6は、上記4個の部分積P0,P1,P
2及びP3の符号拡張及び割付を概念的に示している。
クリティカルパスを構成するZ入力の最上位5桁はいず
れの部分積の符号桁の値にも依存しない一定値0に固定
されているので、符号拡張に伴う時間的ペナルティが軽
減され、高速乗算の実現に寄与できる。しかも、第1の
部分積P0に係る排他的論理和値A及び論理和値Bが論
理回路30において各々1個のゲートで生成され、かつ
該第1の部分積P0がW入力に割り付けられているの
で、論理回路30の中における伝搬遅延が部分積加算器
15の伝搬遅延を増加させることはない。
FIG. 6 shows the four partial products P0, P1, P
2 conceptually shows sign extension and allocation of P2 and P3.
Since the five most significant digits of the Z input constituting the critical path are fixed to a constant value 0 which does not depend on the value of the sign digit of any of the partial products, the time penalty associated with sign extension is reduced, and high-speed multiplication is performed. It can contribute to realization. Moreover, the exclusive OR value A and the OR value B relating to the first partial product P0 are generated by one gate in the logic circuit 30, and the first partial product P0 is allocated to the W input. Therefore, the propagation delay in the logic circuit 30 does not increase the propagation delay of the partial product adder 15.

【0019】なお、4個の部分積P0,P1,P2及び
P3をそれぞれ桁上げ保存加算器20のX入力、Y入
力、Z入力及びW入力に割り付けてもよい。この場合に
は、クリティカルパスを構成するY入力の最上位5桁が
一定値0に固定されるので、やはり符号拡張に伴う時間
的ペナルティが軽減される。しかも、ゲート1個分の入
力遅延を有する第1の部分積P0がX入力に割り付けら
れるので、論理回路30における伝搬遅延が部分積加算
器15の伝搬遅延を増加させることはない。
The four partial products P0, P1, P2 and P3 may be assigned to the X, Y, Z and W inputs of the carry save adder 20, respectively. In this case, the five most significant digits of the Y input constituting the critical path are fixed to a fixed value of 0, so that the time penalty associated with sign extension is also reduced. Moreover, since the first partial product P0 having the input delay of one gate is assigned to the X input, the propagation delay in the logic circuit 30 does not increase the propagation delay of the partial product adder 15.

【0020】図7は、図2の変形例を示している。この
変形例では、桁上げ保存加算器20のZ入力最上位5桁
のみならずY入力最上位3桁も一定値0に固定される。
図7において、40は2個の排他的論理和ゲート41及
び43と、2個の論理和ゲート42及び44とで構成さ
れた論理回路である。4個の部分積P0,P1,P2及
びP3がそれぞれ桁上げ保存加算器20のW入力、Z入
力、Y入力及びX入力に割り付けられる点は、図2と同
様である。
FIG. 7 shows a modification of FIG. In this modification, not only the most significant five digits of the Z input but also the most significant three digits of the Y input of the carry save adder 20 are fixed to a constant value 0.
In FIG. 7, reference numeral 40 denotes a logic circuit including two exclusive OR gates 41 and 43 and two OR gates 42 and 44. The point that the four partial products P0, P1, P2 and P3 are allocated to the W input, the Z input, the Y input and the X input of the carry save adder 20, respectively, is the same as in FIG.

【0021】図7によれば、第1の部分積P0が次のよ
うにして符号拡張される。すなわち、第1の部分積の符
号桁P0sより1桁上位の桁(重み29)には、第1の
部分積の符号桁P0sの値がそのまま設定される。第2
の部分積の符号桁P1sの位置に対応した位置の第1の
部分積P0の桁(重み210)には、排他的論理和ゲート
41により、第1の部分積の符号桁P0sの値と第2の
部分積の符号桁P1sの値との排他的論理和値Aが設定
される。第2の部分積の符号桁P1sより1桁上位の桁
の位置に対応した位置の第1の部分積P0の桁(重み2
11)には、論理和ゲート42により、第1の部分積の符
号桁P0sの値と第2の部分積の符号桁P1sの値との
論理和値Bが設定される。第3の部分積の符号桁P2s
の位置に対応した位置の第1の部分積P0の桁(重み2
12)には、排他的論理和ゲート43により、論理和値B
と第3の部分積の符号桁P2sの値との排他的論理和値
Gが設定される。そして、第3の部分積の符号桁P2s
より1桁上位の桁の位置に対応した位置の第1の部分積
P0の桁(重み213)から、最上位部分積の符号桁P3
sの位置に対応した位置の第1の部分積P0の桁(重み
14)までには、論理和ゲート44により、論理和値B
と第3の部分積の符号桁P2sの値との論理和値Hが設
定される。ここに、 A=P0s∧P1s B=P0s+P1s G=B∧P2s H=B+P2s であり、「∧」は排他的論理和を、「+」は論理和をそ
れぞれ表している。
According to FIG. 7, the first partial product P0 is sign-extended as follows. That is, the value of the code digit P0s of the first partial product is set as it is to the digit (weight 2 9 ) one digit higher than the code digit P0s of the first partial product. Second
The exclusive OR gate 41 assigns the value of the sign digit P0s of the first partial product to the digit (weight 2 10 ) of the first partial product P0 at the position corresponding to the position of the sign digit P1s of the partial product An exclusive OR value A with the value of the sign digit P1s of the second partial product is set. The digit (weight 2) of the first partial product P0 at the position corresponding to the digit position one digit higher than the code digit P1s of the second partial product
In (11 ), the OR gate 42 sets the OR value B of the value of the sign digit P0s of the first partial product and the value of the sign digit P1s of the second partial product. Sign digit P2s of third partial product
At the position corresponding to the position of the first partial product P0 (weight 2
12 ), the exclusive OR gate 43 outputs the OR value B
An exclusive OR value G of the value and the value of the sign digit P2s of the third partial product is set. And the sign digit P2s of the third partial product
From the digit (weight 2 13 ) of the first partial product P0 at the position corresponding to the position of the digit one digit higher than the code digit P3 of the highest partial product
Until the digit (weight 2 14 ) of the first partial product P0 at the position corresponding to the position of s, the logical sum gate 44 sets the logical sum value B
The logical sum value H of the value of the sign digit P2s of the third partial product and the value is set. Here, A = P0s∧P1s B = P0s + P1s G = B∧P2s H = B + P2s, where “∧” indicates exclusive OR and “+” indicates OR.

【0022】一方、第2の部分積P1の符号桁(重み2
10)と該符号桁より上位の4桁(重み211から214
で)の各値は、0に固定される。第3の部分積P2の符
号桁(重み212)と該符号桁より上位の2桁(重み213
から214まで)の各値もまた、0に固定される。
On the other hand, the code digit of the second partial product P1 (weight 2
10 ) and the four digits (weights 2 11 to 2 14 ) higher than the code digit are fixed to 0. The sign digit (weight 2 12 ) of the third partial product P2 and the two digits (weight 2 13 ) higher than the sign digit
To 2 14 ) are also fixed to 0.

【0023】図8は、上記4個の部分積P0,P1,P
2及びP3の符号拡張及び割付を概念的に示している。
各々クリティカルパスを構成するY及びZ入力の双方の
上位桁がいずれの部分積の符号桁の値にも依存しない一
定値0に固定されているので、符号拡張に伴う時間的ペ
ナルティが更に軽減され、高速乗算の実現に寄与でき
る。しかも、第1の部分積P0に係る排他的論理和値A
及びG並びに論理和値B及びHが論理回路40において
各々高々2個のゲートで生成され、かつ該第1の部分積
P0がW入力に割り付けられているので、論理回路40
の中における伝搬遅延が部分積加算器15の伝搬遅延を
増加させることはない。
FIG. 8 shows the four partial products P0, P1, P
2 conceptually shows sign extension and allocation of P2 and P3.
Since the upper digits of both the Y and Z inputs constituting each critical path are fixed to a constant value 0 which does not depend on the value of the sign digit of any partial product, the time penalty associated with sign extension is further reduced. , And can contribute to the realization of high-speed multiplication. Moreover, the exclusive OR value A relating to the first partial product P0
And G and OR values B and H are generated by at most two gates in the logic circuit 40, and the first partial product P0 is assigned to the W input.
Does not increase the propagation delay of the partial product adder 15.

【0024】なお、上記各具体例は複数個の4:2コン
プレッサからなる桁上げ保存加算器を備えた乗算器であ
ったが、本発明は、複数の入力のうちの特定の入力が少
なくとも1つの他の入力に比べて短い伝搬遅延を呈する
桁上げ保存加算器を備えた乗算器に一般に適用できる。
例えば、16桁×16桁の乗算器では、複数個の7:3
コンプレッサを並べてなる桁上げ保存加算器における部
分積の加算に本発明を適用できる。また、乗数エンコー
ダに採用すべきアルゴリズムは2次のBoothのアル
ゴリズムに限らず、より高次のBoothアルゴリズム
でもよい。
Although each of the above embodiments is a multiplier provided with a carry save adder composed of a plurality of 4: 2 compressors, the present invention provides that a specific input among a plurality of inputs is at least one. It is generally applicable to multipliers with carry save adders that exhibit shorter propagation delays compared to the other inputs.
For example, in a 16 digit × 16 digit multiplier, a plurality of 7: 3
The present invention can be applied to addition of partial products in a carry save adder in which compressors are arranged. Further, the algorithm to be adopted in the multiplier encoder is not limited to the secondary Booth algorithm, but may be a higher-order Booth algorithm.

【0025】[0025]

【発明の効果】以上説明してきたとおり、本発明によれ
ば、複数の符号桁に基づいて符号拡張された特定の部分
積を桁上げ保存加算器中のクリティカルパスを構成しな
い特定の入力に割り付け、以て該桁上げ保存加算器中の
クリティカルパスを構成する入力を一定値に固定するこ
ととしたので、部分積加算における符号拡張に伴う時間
的ペナルティを軽減することができ、高速乗算の実現に
寄与できる。
As described above, according to the present invention, a specific partial product sign-extended based on a plurality of code digits is allocated to a specific input which does not constitute a critical path in a carry save adder. Since the input constituting the critical path in the carry save adder is fixed at a constant value, the time penalty associated with sign extension in partial product addition can be reduced, and high-speed multiplication can be realized. Can contribute to

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明に係る乗算器の具体例を示すブロック図
である。
FIG. 1 is a block diagram showing a specific example of a multiplier according to the present invention.

【図2】図1中の部分積加算器の内部構成の一部を示す
ブロック図である。
FIG. 2 is a block diagram showing a part of the internal configuration of the partial product adder in FIG.

【図3】図1中の部分積加算器の内部構成の他の部分を
示すブロック図である。
FIG. 3 is a block diagram showing another portion of the internal configuration of the partial product adder in FIG. 1;

【図4】図2及び図3中の1個の4:2コンプレッサの
内部構成を示すブロック図である。
FIG. 4 is a block diagram showing an internal configuration of one 4: 2 compressor in FIGS. 2 and 3;

【図5】図4中の1個の全加算器の内部構成を示す回路
図である。
FIG. 5 is a circuit diagram showing an internal configuration of one full adder in FIG. 4;

【図6】図2及び図3の構成を有する部分積加算器の動
作を示す図である。
FIG. 6 is a diagram showing an operation of the partial product adder having the configuration of FIGS. 2 and 3;

【図7】図2の変形例を示すブロック図である。FIG. 7 is a block diagram showing a modification of FIG. 2;

【図8】図7の構成を有する部分積加算器の動作を示す
図である。
8 is a diagram illustrating an operation of the partial product adder having the configuration of FIG. 7;

【符号の説明】[Explanation of symbols]

10 乗数エンコーダ 11〜14 部分積発生器 15 部分積加算器 16 桁上げ先見加算器 20 桁上げ保存加算器 30,40 論理回路 101,102 全加算器 200〜214 4:2コンプレッサ Reference Signs List 10 multiplier encoder 11-14 partial product generator 15 partial product adder 16 carry look-ahead adder 20 carry save adder 30, 40 logic circuit 101, 102 full adder 200-214 4: 2 compressor

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 各々2の補数表現された2進数でありか
つ互いに異なる重みを有する複数個の部分積を加算する
ための部分積加算器を備えた演算処理装置であって、 前記部分積加算器は、 前記複数個の部分積を桁上げ保存加算するために複数の
入力と少なくとも1つの出力とを有する桁上げ保存加算
器と、 前記複数個の部分積のうち最小の重みを有する部分積
(第1の部分積)を符号拡張するように、前記第1の部
分積の符号桁より上位の複数の桁に、前記第1の部分積
の符号桁の値と他の部分積の符号桁の値との複数の論理
演算値を設定するための論理回路とを備え、 前記桁上げ保存加算器において、前記複数の入力のうち
の特定の入力は少なくとも1つの他の入力に比べて短い
伝搬遅延を前記出力との間に呈し、かつ前記論理回路に
より符号拡張された前記第1の部分積は前記特定の入力
に割り付けられたことを特徴とする演算処理装置。
1. An arithmetic processing device comprising a partial product adder for adding a plurality of partial products each having a binary number represented by two's complement and having different weights, wherein the partial product addition is performed. A carry-save adder having a plurality of inputs and at least one output for carry-save-adding the plurality of partial products; and a partial product having a minimum weight among the plurality of partial products. In order to sign-extend (first partial product), the value of the sign digit of the first partial product and the sign digit of another partial product are added to a plurality of digits higher than the sign digit of the first partial product. And a logic circuit for setting a plurality of logical operation values with a value of the carry-save adder, wherein in the carry save adder, a specific input of the plurality of inputs has a shorter propagation length than at least one other input. A delay between said output and said logic circuit. Sign extended first partial product processing unit, characterized in that allocated to the specific input.
【請求項2】 請求項1記載の演算処理装置において、 前記論理回路により符号拡張された前記第1の部分積
は、前記複数の入力のうち前記出力との間に最短の伝搬
遅延を呈する入力に割り付けられたことを特徴とする演
算処理装置。
2. The arithmetic processing device according to claim 1, wherein the first partial product sign-extended by the logic circuit has an input having a shortest propagation delay between the input and the output of the plurality of inputs. An arithmetic processing device characterized by being assigned to:
【請求項3】 請求項1記載の演算処理装置において、 前記論理回路は、前記第1の部分積の符号桁より1桁上
位の桁から、前記複数個の部分積のうち最大の重みを有
する部分積(最上位部分積)の符号桁の位置に対応した
位置の前記第1の部分積の桁までの各々の値を決定する
機能を備えたことを特徴とする演算処理装置。
3. The arithmetic processing device according to claim 1, wherein the logic circuit has a maximum weight of the plurality of partial products from a digit one digit higher than the code digit of the first partial product. An arithmetic processing device having a function of determining each value up to the first partial product digit at a position corresponding to the code digit position of the partial product (highest partial product).
【請求項4】 請求項3記載の演算処理装置において、 前記論理回路は、 前記第1の部分積の符号桁より1桁上位の桁から、前記
複数個の部分積のうち2番目に小さい重みを有する部分
積(第2の部分積)の符号桁より1桁下位の桁の位置に
対応した位置の前記第1の部分積の桁までに、前記第1
の部分積の符号桁の値を設定し、 前記第2の部分積の符号桁の位置に対応した位置の前記
第1の部分積の桁に、前記第1の部分積の符号桁の値と
前記第2の部分積の符号桁の値との排他的論理和値を設
定し、 前記第2の部分積の符号桁より1桁上位の桁の位置に対
応した位置の前記第1の部分積の桁から、前記最上位部
分積の符号桁の位置に対応した位置の前記第1の部分積
の桁までに、前記第1の部分積の符号桁の値と前記第2
の部分積の符号桁の値との論理和値を設定する機能を備
えたことを特徴とする演算処理装置。
4. The arithmetic processing device according to claim 3, wherein the logic circuit has a second smallest weight of the plurality of partial products from a digit one digit higher than the code digit of the first partial product. The first partial product at the position corresponding to the position of the digit one digit lower than the sign digit of the partial product (the second partial product)
The value of the sign digit of the first partial product is set in the digit of the first partial product at a position corresponding to the position of the sign digit of the second partial product. Setting an exclusive OR value with the value of the code digit of the second partial product; and setting the first partial product at a position corresponding to a position of a digit one digit higher than the code digit of the second partial product From the digit of the first partial product to the digit of the first partial product at a position corresponding to the position of the code digit of the most significant partial product.
An arithmetic processing unit having a function of setting a logical sum value of a partial digit of a partial product and a sign digit value.
【請求項5】 請求項3記載の演算処理装置において、 前記論理回路は、 前記第1の部分積の符号桁より1桁上位の桁から、前記
複数個の部分積のうち2番目に小さい重みを有する部分
積(第2の部分積)の符号桁より1桁下位の桁の位置に
対応した位置の前記第1の部分積の桁までに、前記第1
の部分積の符号桁の値を設定し、 前記第2の部分積の符号桁の位置に対応した位置の前記
第1の部分積の桁に、前記第1の部分積の符号桁の値と
前記第2の部分積の符号桁の値との排他的論理和値を設
定し、 前記第2の部分積の符号桁より1桁上位の桁の位置に対
応した位置の前記第1の部分積の桁から、前記複数個の
部分積のうち3番目に小さい重みを有する部分積(第3
の部分積)の符号桁より1桁下位の桁の位置に対応した
位置の前記第1の部分積の桁までに、前記第1の部分積
の符号桁の値と前記第2の部分積の符号桁の値との論理
和値を設定し、 前記第3の部分積の符号桁の位置に対応した位置の前記
第1の部分積の桁に、前記論理和値と前記第3の部分積
の符号桁の値との排他的論理和値を設定し、 前記第3の部分積の符号桁より1桁上位の桁の位置に対
応した位置の前記第1の部分積の桁から、前記最上位部
分積の符号桁の位置に対応した位置の前記第1の部分積
の桁までに、前記論理和値と前記第3の部分積の符号桁
の値との論理和値を設定する機能を備えたことを特徴と
する演算処理装置。
5. The arithmetic processing device according to claim 3, wherein the logic circuit has a second smallest weight of the plurality of partial products from a digit one digit higher than the code digit of the first partial product. The first partial product at the position corresponding to the position of the digit one digit lower than the sign digit of the partial product (the second partial product)
The value of the sign digit of the first partial product is set in the digit of the first partial product at a position corresponding to the position of the sign digit of the second partial product. Setting an exclusive OR value with the value of the code digit of the second partial product; and setting the first partial product at a position corresponding to a position of a digit one digit higher than the code digit of the second partial product , The partial product having the third smallest weight among the plurality of partial products (the third product)
Up to the digit of the first partial product at a position corresponding to the digit one digit lower than the code digit of the partial product of the first partial product and the sign digit of the first partial product. Setting a logical sum value with a code digit value, and setting the logical sum value and the third partial product in the first partial product digit at a position corresponding to the code digit position of the third partial product An exclusive OR value with the value of the sign digit of the third partial product is set. From the digit of the first partial product at a position corresponding to the position of the digit one digit higher than the sign digit of the third partial product, A function of setting a logical sum value of the logical sum value and the code digit value of the third partial product up to the digit of the first partial product at a position corresponding to the code digit position of the upper partial product An arithmetic processing unit comprising:
【請求項6】 各々2の補数表現された2進数である被
乗数と乗数との積を算出するための乗算器であって、 前記乗数から複数のエンコード値を生成するための乗数
エンコーダと、 前記被乗数と前記複数のエンコード値とから、各々2の
補数表現された2進数でありかつ互いに異なる重みを有
する複数個の部分積を生成するための複数の部分積発生
器と、 前記積を求めるように前記複数個の部分積を加算するた
めの部分積加算器とを備え、 前記部分積加算器は、 前記複数個の部分積を桁上げ保存加算するために複数の
入力と少なくとも1つの出力とを有する桁上げ保存加算
器と、 前記複数個の部分積のうち最小の重みを有する部分積
(第1の部分積)を符号拡張するように、前記第1の部
分積の符号桁より上位の複数の桁に、前記第1の部分積
の符号桁の値と他の部分積の符号桁の値との複数の論理
演算値を設定するための論理回路とを備え、 前記桁上げ保存加算器において、前記複数の入力のうち
の特定の入力は少なくとも1つの他の入力に比べて短い
伝搬遅延を前記出力との間に呈し、かつ前記論理回路に
より符号拡張された前記第1の部分積は前記特定の入力
に割り付けられたことを特徴とする乗算器。
6. A multiplier for calculating a product of a multiplicand and a multiplier, each of which is a binary number represented by a two's complement, wherein the multiplier is configured to generate a plurality of encoded values from the multiplier. A plurality of partial product generators for generating a plurality of partial products, each of which is a binary number represented by a two's complement and having different weights, from the multiplicand and the plurality of encoded values; A partial product adder for adding the plurality of partial products, wherein the partial product adder includes a plurality of inputs and at least one output for carry-save addition of the plurality of partial products. A carry-save adder having the following formula: A plurality of digits, the first part A logic circuit for setting a plurality of logical operation values of the value of the sign digit of the partial product and the value of the sign digit of the other partial product, wherein, in the carry save adder, of the plurality of inputs, A particular input has a shorter propagation delay with respect to the output than at least one other input, and the first partial product sign-extended by the logic circuit is assigned to the particular input. A multiplier characterized by the above-mentioned.
【請求項7】 請求項6記載の乗算器において、 前記論理回路により符号拡張された前記第1の部分積
は、前記複数の入力のうち前記出力との間に最短の伝搬
遅延を呈する入力に割り付けられたことを特徴とする乗
算器。
7. The multiplier according to claim 6, wherein the first partial product sign-extended by the logic circuit is applied to an input exhibiting the shortest propagation delay between the first partial product and the output of the plurality of inputs. A multiplier characterized by being assigned.
【請求項8】 請求項6記載の乗算器において、 前記論理回路は、前記第1の部分積の符号桁より1桁上
位の桁から、前記複数個の部分積のうち最大の重みを有
する部分積(最上位部分積)の符号桁の位置に対応した
位置の前記第1の部分積の桁までの各々の値を決定する
機能を備えたことを特徴とする乗算器。
8. The multiplier according to claim 6, wherein the logic circuit has a portion having the largest weight among the plurality of partial products from a digit one digit higher than the code digit of the first partial product. A multiplier having a function of determining each value up to the digit of the first partial product at a position corresponding to the position of the sign digit of the product (most significant partial product).
【請求項9】 請求項8記載の乗算器において、 前記論理回路は、 前記第1の部分積の符号桁より1桁上位の桁から、前記
複数個の部分積のうち2番目に小さい重みを有する部分
積(第2の部分積)の符号桁より1桁下位の桁の位置に
対応した位置の前記第1の部分積の桁までに、前記第1
の部分積の符号桁の値を設定し、 前記第2の部分積の符号桁の位置に対応した位置の前記
第1の部分積の桁に、前記第1の部分積の符号桁の値と
前記第2の部分積の符号桁の値との排他的論理和値を設
定し、 前記第2の部分積の符号桁より1桁上位の桁の位置に対
応した位置の前記第1の部分積の桁から、前記最上位部
分積の符号桁の位置に対応した位置の前記第1の部分積
の桁までに、前記第1の部分積の符号桁の値と前記第2
の部分積の符号桁の値との論理和値を設定する機能を備
えたことを特徴とする乗算器。
9. The multiplier according to claim 8, wherein the logic circuit assigns a second smallest weight among the plurality of partial products from a digit one digit higher than the code digit of the first partial product. The first partial product digit at a position corresponding to the digit position one digit lower than the sign digit of the partial product (second partial product)
The value of the sign digit of the first partial product is set in the digit of the first partial product at a position corresponding to the position of the sign digit of the second partial product. Setting an exclusive OR value with the value of the code digit of the second partial product; and setting the first partial product at a position corresponding to a position of a digit one digit higher than the code digit of the second partial product From the digit of the first partial product to the digit of the first partial product at a position corresponding to the position of the code digit of the most significant partial product.
A multiplier having a function of setting a logical sum value with a value of a sign digit of a partial product of.
【請求項10】 請求項8記載の乗算器において、 前記論理回路は、 前記第1の部分積の符号桁より1桁上位の桁から、前記
複数個の部分積のうち2番目に小さい重みを有する部分
積(第2の部分積)の符号桁より1桁下位の桁の位置に
対応した位置の前記第1の部分積の桁までに、前記第1
の部分積の符号桁の値を設定し、 前記第2の部分積の符号桁の位置に対応した位置の前記
第1の部分積の桁に、前記第1の部分積の符号桁の値と
前記第2の部分積の符号桁の値との排他的論理和値を設
定し、 前記第2の部分積の符号桁より1桁上位の桁の位置に対
応した位置の前記第1の部分積の桁から、前記複数個の
部分積のうち3番目に小さい重みを有する部分積(第3
の部分積)の符号桁より1桁下位の桁の位置に対応した
位置の前記第1の部分積の桁までに、前記第1の部分積
の符号桁の値と前記第2の部分積の符号桁の値との論理
和値を設定し、 前記第3の部分積の符号桁の位置に対応した位置の前記
第1の部分積の桁に、前記論理和値と前記第3の部分積
の符号桁の値との排他的論理和値を設定し、 前記第3の部分積の符号桁より1桁上位の桁の位置に対
応した位置の前記第1の部分積の桁から、前記最上位部
分積の符号桁の位置に対応した位置の前記第1の部分積
の桁までに、前記論理和値と前記第3の部分積の符号桁
の値との論理和値を設定する機能を備えたことを特徴と
する乗算器。
10. The multiplier according to claim 8, wherein the logic circuit assigns a second smallest weight of the plurality of partial products from a digit one digit higher than the code digit of the first partial product. The first partial product digit at a position corresponding to the digit position one digit lower than the sign digit of the partial product (second partial product)
The value of the sign digit of the first partial product is set in the digit of the first partial product at a position corresponding to the position of the sign digit of the second partial product. Setting an exclusive OR value with the value of the code digit of the second partial product; and setting the first partial product at a position corresponding to a position of a digit one digit higher than the code digit of the second partial product , The partial product having the third smallest weight among the plurality of partial products (the third product)
Up to the digit of the first partial product at a position corresponding to the digit one digit lower than the code digit of the partial product of the first partial product and the sign digit of the first partial product. Setting a logical sum value with a code digit value, and setting the logical sum value and the third partial product in the first partial product digit at a position corresponding to the code digit position of the third partial product An exclusive OR value with the value of the sign digit of the third partial product is set. From the digit of the first partial product at a position corresponding to the position of the digit one digit higher than the sign digit of the third partial product, A function of setting a logical sum value of the logical sum value and the code digit value of the third partial product up to the digit of the first partial product at a position corresponding to the code digit position of the upper partial product A multiplier, comprising:
JP9144407A 1996-06-06 1997-06-03 Arithmetic processor Pending JPH1055265A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9144407A JPH1055265A (en) 1996-06-06 1997-06-03 Arithmetic processor

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP14405096 1996-06-06
JP8-144050 1996-06-06
JP9144407A JPH1055265A (en) 1996-06-06 1997-06-03 Arithmetic processor

Publications (1)

Publication Number Publication Date
JPH1055265A true JPH1055265A (en) 1998-02-24

Family

ID=26475593

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9144407A Pending JPH1055265A (en) 1996-06-06 1997-06-03 Arithmetic processor

Country Status (1)

Country Link
JP (1) JPH1055265A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003084967A (en) * 2001-06-25 2003-03-20 Nec Corp Function block

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003084967A (en) * 2001-06-25 2003-03-20 Nec Corp Function block
US6836147B2 (en) 2001-06-25 2004-12-28 Nec Corporation Function block
US7191205B2 (en) 2001-06-25 2007-03-13 Nec Corporation Function block

Similar Documents

Publication Publication Date Title
Townsend et al. A comparison of Dadda and Wallace multiplier delays
Fadavi-Ardekani M* N Booth encoded multiplier generator using optimized Wallace trees
US4525797A (en) N-bit carry select adder circuit having only one full adder per bit
EP0811908B1 (en) Two's complement multiplier
US5426598A (en) Adder and multiplier circuit employing the same
US4556948A (en) Multiplier speed improvement by skipping carry save adders
JP2972498B2 (en) Automatic logic circuit design method, system and device thereof, and multiplier
JP2004506260A (en) Parallel counters and logic circuits for performing multiplications.
JPH09501528A (en) Structure and method for reducing the number of carry lookahead adder stages in a high speed arithmetic unit
JP3537378B2 (en) Adders and integrated circuits
US5257217A (en) Area-efficient multiplier for use in an integrated circuit
JPH1055265A (en) Arithmetic processor
JP2700876B2 (en) Parallel multiplier
JP3652447B2 (en) Tree circuit
Rao et al. Design of high speed Wallace tree multiplier using 8-2 and 4-2 adder compressors
Pan et al. Power efficient partial product compression
Sait et al. A novel technique for fast multiplication
JP2518551B2 (en) Multi-input adder circuit
Montuschi et al. n/spl times/n carry-save multipliers without final addition
JP3540807B2 (en) Adders, multipliers, and integrated circuits
Reddy et al. A high speed, high Radix 32-bit Redundant parallel multiplier
JP3153656B2 (en) Multiplier
JPH04250527A (en) Arithmetic circuit
JP3461252B2 (en) Multiplication method
Kumar et al. Performance analysis of modulo 2 n+ 1 subtractor and combined adder/subtractor architectures

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20011127