JPH1063485A - Digital multiplier adder - Google Patents
Digital multiplier adderInfo
- Publication number
- JPH1063485A JPH1063485A JP8235812A JP23581296A JPH1063485A JP H1063485 A JPH1063485 A JP H1063485A JP 8235812 A JP8235812 A JP 8235812A JP 23581296 A JP23581296 A JP 23581296A JP H1063485 A JPH1063485 A JP H1063485A
- Authority
- JP
- Japan
- Prior art keywords
- adder
- bit
- stage
- cells
- partial product
- 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
Links
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、ディジタル乗算器
において最終段加算処理を行うためのディジタル乗算器
用加算器に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an adder for a digital multiplier for performing a final stage addition process in a digital multiplier.
【0002】[0002]
【従来の技術】ディジタル乗算器(以下、単に乗算器と
も言う。)における処理は基本的には、部分積を生成す
る処理と、生成された部分積を加算して最終的な乗算結
果を得る処理とに分けられる。部分積を加算して最終的
な乗算結果を得る処理では、各ビットについて和(su
m)と桁上げ(carry)の2数になるまで部分積の
加算処理を行う部分積加算処理と、この部分積加算処理
によって得られる各ビット毎の和と桁上げとを加算処理
して乗算結果を得る最終段加算処理とを行う。2. Description of the Related Art Basically, processing in a digital multiplier (hereinafter simply referred to as a multiplier) is a processing of generating a partial product and adding the generated partial products to obtain a final multiplication result. And processing. In the process of adding the partial products to obtain the final multiplication result, the sum (su
m) and a carry of a partial product until carry (carry) is obtained, and a sum and carry of each bit obtained by the partial product addition are multiplied by addition. A final stage addition process for obtaining a result is performed.
【0003】図13は、上述のように、部分積を加算し
て最終的な乗算結果を得る処理として、部分積加算処理
と最終段加算処理とを行う乗算器の構成および各ブロッ
クの配置の一例を示したものである。ここでは、簡単の
ために、被乗数入力信号Xと乗数入力信号Yは、共にビ
ット幅がnビット(nは自然数)として考える。図中、
xi (i=0,…,n−1),yj (j=0,…,n−
1)は、それぞれ被乗数入力信号および乗数入力信号の
各ビットを表している。図13に示した乗算器は、被乗
数入力信号Xと乗数入力信号Yとを入力して、部分積生
成処理と部分積加算処理とを行う部分積生成加算アレイ
101と、この部分積生成加算アレイ101の出力信号
を入力して、最終段加算処理を行う最終段加算器102
とを備えている。FIG. 13 shows a configuration of a multiplier for performing a partial product addition process and a final stage addition process as a process for obtaining a final multiplication result by adding partial products as described above, and an arrangement of each block. An example is shown. Here, for simplicity, it is assumed that both the multiplicand input signal X and the multiplier input signal Y have a bit width of n bits (n is a natural number). In the figure,
x i (i = 0,..., n−1), y j (j = 0,.
1) represents each bit of the multiplicand input signal and the multiplier input signal, respectively. The multiplier shown in FIG. 13 receives a multiplicand input signal X and a multiplier input signal Y and performs a partial product generation process and a partial product addition process, and a partial product generation and addition array 101. Final stage adder 102 which receives the output signal of 101 and performs final stage addition processing
And
【0004】図13に示した乗算器では、部分積生成加
算アレイ101に対して、被乗数入力信号Xと乗数入力
信号Yが互いに直交する方向から入力され、この部分積
生成加算アレイ101によって、部分積が生成されると
共に、各ビットについて和と桁上げの2数になるまで部
分積の加算処理が行われ、この2数の加算処理が最終段
加算器102によって行われて、最終的な乗算結果出力
信号が得られる。In the multiplier shown in FIG. 13, a multiplicand input signal X and a multiplier input signal Y are input to a partial product generation and addition array 101 from directions orthogonal to each other. A product is generated, and addition processing of the partial product is performed until each bit becomes a sum and a carry of two numbers, and the addition processing of the two numbers is performed by the final-stage adder 102, and the final multiplication is performed. The result output signal is obtained.
【0005】ところで、被乗数入力信号Xと乗数入力信
号Yが共にnビットの場合、乗算結果出力信号のビット
幅は2nビットになることはもちろんのこと、最終段加
算器102への入力となる和と桁上げのビット幅もそれ
ぞれ2nビットとなる。従って、最終段加算器102と
しては、2nビットの加算器が必要となる。しかし、部
分積生成加算アレイのビット幅は、一般に被乗数入力信
号Xのビット幅nと等しい。従って、最終段加算器10
2は、下位nビットのための最終段加算器102Lと、
上位nビットのための最終段加算器102Hとの2つに
分けて、図13に示したように、L字型に配置するのが
一般的である。この場合、最終段加算器102Hからは
上位nビットの乗算結果出力信号ZHi=[z2n-1,…,
zn ]が出力され、最終段加算器102Lからは下位n
ビットの乗算結果出力信号ZLo=[zn-1 ,…,z0 ]
が出力される。また、図中、SHi(=[s2n-1,…,s
n])は上位ビットのための和信号を表し、CHi(=
[c2n-1,…,cn-1 ])は上位ビットのための桁上げ
信号を表し、SLo(=[sn-1 ,…,s0 ])は下位ビ
ットのための和信号を表し、CLo(=[cn-2 ,…,c
0 ])は下位ビットのための桁上げ信号を表している。
また、図中、部分積生成加算アレイ101および最終段
加算器102H,102Lに記した破線の矢印は、ビッ
ト方向を表している。このようなL字型の配置が採られ
るのは、和と桁上げは、LSB(最下位ビット)に近い
方から順に決定されるので、被乗数入力信号Xまたは乗
数入力信号Yの入力位置に近い所に、最終段加算器10
2のLSBに近い部分を配置した方が演算速度等の点で
は良いためである。When both the multiplicand input signal X and the multiplier input signal Y have n bits, the bit width of the multiplication result output signal is of course 2n bits, and the sum to be input to the final-stage adder 102 is obtained. And the carry bit width are also 2n bits. Therefore, a 2n-bit adder is required as the last-stage adder 102. However, the bit width of the partial product generation and addition array is generally equal to the bit width n of the multiplicand input signal X. Therefore, the final stage adder 10
2 is a final stage adder 102L for lower n bits,
It is common to divide the circuit into two parts, that is, a final stage adder 102H for the upper n bits, and arrange them in an L-shape as shown in FIG. In this case, the multiplication result output signal Z Hi = [z 2n−1 ,...
z n ] is output from the final stage adder 102L.
Bit multiplication result output signal Z Lo = [z n−1 ,..., Z 0 ]
Is output. In the figure, S Hi (= [s 2n-1 ,..., S
n ]) represents the sum signal for the upper bits, and C Hi (=
[C 2n-1 ,..., C n-1 ] represents a carry signal for the upper bits, and S Lo (= [s n-1 ,..., S 0 ]) is a sum signal for the lower bits. And C Lo (= [c n−2 ,..., C
0 ]) represents a carry signal for the lower bits.
In the drawing, broken-line arrows shown on the partial product generation addition array 101 and the final stage adders 102H and 102L indicate the bit directions. The reason why such an L-shaped arrangement is adopted is that the sum and the carry are determined in order from the one closest to the LSB (least significant bit), so that it is close to the input position of the multiplicand input signal X or the multiplier input signal Y. In the place, the last stage adder 10
This is because it is better to arrange a portion closer to LSB 2 in terms of calculation speed and the like.
【0006】[0006]
【発明が解決しようとする課題】しかし、図13に示し
たように、最終段加算器102が2つに分割され、それ
らのビット方向が上位nビットと下位nビットで異なる
のは、実際に乗算器全体としてのセル配置を考えた場
合、部分積生成加算アレイ101と最終段加算器102
との接続方法の点(特に、電源線の配線方法等)で色々
と工夫が必要となるという問題点がある。また、セルが
配置されない余白の部分が生じるため、面積の点から考
えると効率的ではない。更に、乗算結果出力信号が、Z
HiとZLoの2つに分けられ、且つこれらが互いに異なる
方向に出力されることは、組み込み用途向けの乗算器の
場合等では、外部ブロックとのインタフェースの点で不
利である。However, as shown in FIG. 13, the last-stage adder 102 is divided into two, and the bit directions of the upper and lower n bits are different between the upper n bits and the lower n bits. Considering the cell arrangement of the entire multiplier, the partial product generation addition array 101 and the final stage adder 102
There is a problem that various measures are required in terms of the connection method (particularly, the wiring method of the power supply line, etc.). In addition, since there is a blank portion where cells are not arranged, it is not efficient in terms of area. Further, the multiplication result output signal is Z
Dividing into Hi and Z Lo and outputting them in different directions is disadvantageous in terms of an interface with an external block in the case of a multiplier for embedded use or the like.
【0007】本発明はかかる問題点に鑑みてなされたも
ので、その目的は、ディジタル乗算器における最終段加
算処理を行う加算器であって、一つのブロックとしてレ
イアウトすることができ、セルの存在しない無駄な余白
を少なくして高密度のレイアウトを実現できると共に、
乗算結果出力信号の各ビットを全て同じ方向に出力する
ことができるようにしたディジタル乗算器用加算器を提
供することにある。SUMMARY OF THE INVENTION The present invention has been made in view of such a problem, and an object of the present invention is to provide an adder for performing a final-stage addition process in a digital multiplier, which can be laid out as one block and has a cell existence. A high-density layout can be realized by reducing unnecessary waste margins,
An object of the present invention is to provide a digital multiplier adder capable of outputting all bits of a multiplication result output signal in the same direction.
【0008】[0008]
【課題を解決するための手段】本発明のディジタル乗算
器用加算器は、ビット方向について所定個数配列されて
1段を構成し且つ複数段に設けられた複数のセルを有
し、部分積の生成および加算処理を行う部分積生成加算
アレイと、この部分積生成加算アレイの出力信号に対し
て加算処理を行って乗算結果出力信号を出力する最終段
加算器とを備えたディジタル乗算器における最終段加算
器として用いられるディジタル乗算器用加算器であっ
て、部分積生成加算アレイにおけるビット方向のセルの
個数よりも多くのビット数分の複数の加算器用セルを備
え、この複数の加算器用セルが、部分積生成加算アレイ
におけるビット方向の少なくとも一部の領域において並
列に配置されるように、部分積生成加算アレイにおける
ビット方向に沿って配置されているものである。SUMMARY OF THE INVENTION An adder for a digital multiplier according to the present invention includes a plurality of cells arranged in a predetermined number in a bit direction to constitute one stage and provided in a plurality of stages, and generates a partial product. And a final stage adder that performs an addition process on the output signal of the partial product generation and addition array and outputs a multiplication result output signal. An adder for a digital multiplier used as an adder, comprising a plurality of adder cells for a larger number of bits than the number of cells in the bit direction in the partial product generation and addition array, and the plurality of adder cells are Arranged along the bit direction in the partial product generation and addition array so as to be arranged in parallel in at least a part of the bit direction in the partial product generation and addition array. Those which are.
【0009】このディジタル乗算器用加算器では、部分
積生成加算アレイにおけるビット方向のセルの個数より
も多くのビット数分の複数の加算器用セルを、部分積生
成加算アレイにおけるビット方向の少なくとも一部の領
域において並列に配置されるように、部分積生成加算ア
レイにおけるビット方向に沿って配置したので、ディジ
タル乗算器用加算器を一つのブロックとしてレイアウト
することが可能となり、また、乗算結果出力信号の各ビ
ットを全て同じ方向に出力することが可能となる。In this adder for a digital multiplier, a plurality of adder cells corresponding to a larger number of bits than the number of cells in the bit direction in the partial product generation / addition array are provided at least partially in the bit direction in the partial product generation / addition array. Since they are arranged along the bit direction in the partial product generation and addition array so as to be arranged in parallel in the region, the adder for the digital multiplier can be laid out as one block, and the multiplication result output signal All bits can be output in the same direction.
【0010】[0010]
【発明の実施の形態】以下、本発明の実施の形態につい
て図面を参照して詳細に説明する。Embodiments of the present invention will be described below in detail with reference to the drawings.
【0011】まず、図2を参照して、本発明の第1の実
施の形態に係るディジタル乗算器用加算器を含むディジ
タル乗算器について説明する。このディジタル乗算器
は、Boothアルゴリズムを用いて乗算を行うもので
ある。このディジタル乗算器は、乗数入力信号Yを入力
し、選択信号12を出力するBoothデコーダ11
と、被乗数入力信号Xに対して、Boothデコーダ1
1からの選択信号12に応じた係数を乗算して、部分積
14を出力するBoothセレクタ13と、各ビットに
ついて和と桁上げの2数になるまで、部分積14の加算
処理を行う部分積加算処理部15と、この部分積加算処
理部15より出力される各ビットについて和と桁上げと
を加算処理して乗算結果出力信号Zを出力する最終段加
算処理部16とを備えている。First, a digital multiplier including a digital multiplier adder according to a first embodiment of the present invention will be described with reference to FIG. This digital multiplier performs multiplication using the Booth algorithm. The digital multiplier receives a multiplier input signal Y and outputs a selection signal 12 to a Booth decoder 11.
And a Booth decoder 1 for the multiplicand input signal X.
A Booth selector 13 that multiplies a coefficient according to the selection signal 12 from 1 to output a partial product 14, and a partial product that performs an addition process of the partial product 14 until each bit becomes a sum and a carry of two. An addition processing unit 15 and a final-stage addition processing unit 16 for adding the sum and carry of each bit output from the partial product addition processing unit 15 and outputting a multiplication result output signal Z are provided.
【0012】このディジタル乗算器では、Boothデ
コーダ11は、乗数入力信号Yのうちの必要なビットに
基づいて、被乗数入力信号Xに乗算する係数を選択する
ための選択信号12をBoothセレクタ13に与え
る。Boothセレクタ13は、この選択信号12に応
じて選択した係数を被乗数入力信号Xに乗算して部分積
14を出力する。その後、部分積加算処理部15によっ
て、各ビットについて和と桁上げの2数になるまで部分
積14の加算処理が行われ、更に、最終段加算処理部1
6によって、部分積加算処理部15より出力される各ビ
ットについて和と桁上げとが加算処理されて、最終的に
乗算結果出力信号Zが得られる。In this digital multiplier, a Booth decoder 11 supplies a selection signal 12 for selecting a coefficient by which a multiplicand input signal X is to be multiplied to a Booth selector 13 based on necessary bits of the multiplier input signal Y. . The Booth selector 13 multiplies the multiplicand input signal X by a coefficient selected according to the selection signal 12, and outputs a partial product 14. Thereafter, the addition process of the partial product 14 is performed by the partial product addition processing unit 15 until each of the bits becomes a sum of two and a carry, and further, the final stage addition processing unit 1
6, the sum and carry are added to each bit output from the partial product addition processing unit 15, and a multiplication result output signal Z is finally obtained.
【0013】図1は、本実施の形態に係るディジタル乗
算器用加算器を含むディジタル乗算器の構成および各ブ
ロックの配置を示す説明図である。ここでは、簡単のた
めに、被乗数入力信号Xと乗数入力信号Yは、共にビッ
ト幅がnビット(nは自然数)として考える。図中、x
i (i=0,…,n−1),yj (j=0,…,n−
1)は、それぞれ被乗数入力信号および乗数入力信号の
各ビットを表している。このディジタル乗算器は、被乗
数入力信号Xと乗数入力信号Yとを入力して、部分積生
成処理と部分積加算処理とを行う部分積生成加算アレイ
21と、この部分積生成加算アレイ21の出力信号を入
力して、最終段加算処理を行って、乗算結果出力信号Z
=[z2n-1,…,z0 ]を出力する最終段加算器22と
を備えている。FIG. 1 is an explanatory diagram showing a configuration of a digital multiplier including a digital multiplier adder according to the present embodiment and an arrangement of each block. Here, for simplicity, it is assumed that both the multiplicand input signal X and the multiplier input signal Y have a bit width of n bits (n is a natural number). In the figure, x
i (i = 0,..., n−1), y j (j = 0,.
1) represents each bit of the multiplicand input signal and the multiplier input signal, respectively. The digital multiplier receives a multiplicand input signal X and a multiplier input signal Y and performs a partial product generation process and a partial product addition process, and an output of the partial product generation and addition array 21. The multiplication result output signal Z
= [Z 2n-1 ,..., Z 0 ].
【0014】部分積生成加算アレイ21は、ビット方向
についてnビット分配列されて1段を構成し且つ複数段
に設けられた複数のセルを有している。なお、図中、破
線の矢印は、ビット方向を表している。この部分積生成
加算アレイ21は、図2におけるBoothデコーダ1
1,Boothセレクタ13および部分積加算処理部1
5に対応する。The partial product generation and addition array 21 is arranged in n bits in the bit direction to form one stage and has a plurality of cells provided in a plurality of stages. Note that, in the figure, broken arrows indicate the bit directions. The partial product generation and addition array 21 corresponds to the Booth decoder 1 shown in FIG.
1, Booth selector 13 and partial product addition processing unit 1
Corresponding to 5.
【0015】最終段加算器22は、本発明の第1の実施
の形態に係るディジタル乗算器用加算器に対応し、部分
積生成加算アレイ21におけるビット方向のセルの個数
nよりも多くの2nビット分の複数の加算器用セルを備
えている。本実施の形態では、最終段加算器22を、乗
算結果出力信号Zのうちの偶数ビットを生成するための
複数の加算器用セルからなる偶数ビットセルアレイ22
Aと、乗算結果出力信号Zのうちの奇数ビットを生成す
るための複数の加算器用セルからなる奇数ビットセルア
レイ22Bとに分け、これらを、部分積生成加算アレイ
21におけるビット方向に沿って並列に配置している。
偶数ビットセルアレイ22A,奇数ビットセルアレイ2
2Bのビット幅は、それぞれnビットであり、部分積生
成加算アレイ21におけるビット幅nと等しくなってい
る。また、偶数ビットセルアレイ22A,奇数ビットセ
ルアレイ22Bにおける各加算器用セルは、部分積生成
加算アレイ21におけるビット方向の各セルに対応する
位置に配置されている。従って、部分積生成加算アレイ
21におけるビット方向の各セルに対応する位置に、そ
れぞれ2つずつの加算器用セルが並列に配置されている
ことになる。The last-stage adder 22 corresponds to the adder for the digital multiplier according to the first embodiment of the present invention, and has 2n bits, which is more than the number n of cells in the bit direction in the partial product generation and addition array 21. A plurality of adder cells are provided. In the present embodiment, the final-stage adder 22 is replaced with an even-bit cell array 22 composed of a plurality of adder cells for generating even-numbered bits of the multiplication result output signal Z.
A and an odd bit cell array 22B composed of a plurality of adder cells for generating odd bits of the multiplication result output signal Z, and these are arranged in parallel along the bit direction in the partial product generation and addition array 21. Have been placed.
Even bit cell array 22A, odd bit cell array 2
The bit width of each 2B is n bits, which is equal to the bit width n in the partial product generation and addition array 21. Each adder cell in the even bit cell array 22A and the odd bit cell array 22B is arranged at a position corresponding to each cell in the bit direction in the partial product generation and addition array 21. Therefore, two adder cells are arranged in parallel at positions corresponding to each cell in the bit direction in the partial product generation addition array 21.
【0016】図1に示したディジタル乗算器では、部分
積生成加算アレイ21に対して、被乗数入力信号Xと乗
数入力信号Yが互いに直交する方向から入力され、この
部分積生成加算アレイ21によって、部分積が生成され
ると共に、各ビットについて和Sと桁上げCの2数にな
るまで部分積の加算処理が行われ、この2数が最終段加
算器22に入力される。最終段加算器22では、偶数ビ
ットセルアレイ22Aによって乗算結果出力信号Zのう
ちの偶数ビットを生成され、奇数ビットセルアレイ22
Bによって乗算結果出力信号Zのうちの奇数ビットが生
成される。In the digital multiplier shown in FIG. 1, a multiplicand input signal X and a multiplier input signal Y are input to a partial product generation and addition array 21 from directions orthogonal to each other. A partial product is generated, and addition processing of the partial product is performed for each bit until the sum S and the carry C become two numbers, and the two numbers are input to the final-stage adder 22. In the final stage adder 22, the even bit of the multiplication result output signal Z is generated by the even bit cell array 22A, and the odd bit cell array 22
B generates an odd number bit of the multiplication result output signal Z.
【0017】ここで、最終段加算器22の具体例につい
て説明する。まず、図3を参照して、本実施の形態にお
ける最終段加算器22との比較のために、図13におけ
る従来の最終段加算器102の構成の一例について説明
する。図3に示した最終段加算器102は、リップルキ
ャリ加算器を用いた例である。この最終段加算器102
は、乗算結果出力信号Zのうち最下位ビットz0 を生成
する半加算器(図では、HAと記す。)1020 と、乗
算結果出力信号Zのうち他のビットz1 〜z2n-1を生成
する全加算器(図では、FAと記す。)1021 〜10
22n-1とを備えている。半加算器1020 は、部分積生
成加算アレイからの和信号S0 と桁上げ信号C-1(=
0)とを加算処理してz0 と桁上げ信号Cout とを出力
する。全加算器102i (i=1,…,2n−1)は、
それぞれ、部分積生成加算アレイからの和信号Si と桁
上げ信号Ci-1 、および加算器102i-1 からの桁上げ
信号Cout とを加算処理して、zi と桁上げ信号Cout
とを出力する。この最終段加算器102では、各加算器
1020 〜1022n-1のセルが1列に配置されており、
その結果、セル2n個分の幅を有している。そのため、
従来は、図13に示したように、最終段加算器102
を、下位nビットのための最終段加算器102Lと、上
位nビットのための最終段加算器102Hとの2つに分
けて、L字型に配置していた。Here, a specific example of the last-stage adder 22 will be described. First, with reference to FIG. 3, an example of the configuration of the conventional last-stage adder 102 in FIG. 13 will be described for comparison with the last-stage adder 22 in the present embodiment. The last-stage adder 102 shown in FIG. 3 is an example using a ripple carry adder. This final stage adder 102
Is a half adder (shown as HA in the figure) 102 0 that generates the least significant bit z 0 of the multiplication result output signal Z, and the other bits z 1 to z 2n−1 of the multiplication result output signal Z. (In the figure, referred to as FA) 102 1 to 10 2
2 2n-1 . The half adder 102 0 receives the sum signal S 0 from the partial product generation and addition array and the carry signal C −1 (=
0) and outputs z 0 and a carry signal C out . The full adder 102 i (i = 1,..., 2n−1)
The sum signal S i and the carry signal C i-1 from the partial product generation and addition array and the carry signal C out from the adder 102 i-1 are added, and z i and the carry signal C out are respectively processed. out
Is output. In the final-stage adder 102, cells of the adders 102 0 to 102 2n−1 are arranged in one column.
As a result, it has a width of 2n cells. for that reason,
Conventionally, as shown in FIG.
Are divided into two parts, a final-stage adder 102L for lower n bits and a final-stage adder 102H for upper n bits, and are arranged in an L-shape.
【0018】図4は、本実施の形態における最終段加算
器22の一例におけるセルの配置を示したものである。
この例における最終段加算器22は、機能的には図3に
示したものと同様であり、図3における半加算器102
0 に対応する半加算器220と、図3における全加算器
1021 〜1022n-1に対応する全加算器221 〜22
2n-1とを備えている。ただし、この最終段加算器22で
は、各加算器220 〜222n-1のセルが、乗算結果出力
信号Zのうちの偶数ビットを生成するための複数の加算
器220 ,222 ,…,222n-2用の複数のセルと、乗
算結果出力信号Zのうちの奇数ビットを生成するための
複数の加算器221 ,223 ,…,222n-1用の複数の
セルとに分けられ、これらが並列に配置されている。な
お、偶数ビット用の加算器220 ,222 ,…,22
2n-2用の複数のセルは偶数ビットセルアレイ22Aを構
成し、奇数ビット用の加算器221 ,223 ,…,22
2n-1用の複数のセルは奇数ビットセルアレイ22Bを構
成している。偶数ビットセルアレイ22A,奇数ビット
セルアレイ22Bのビット幅は、部分積生成加算アレイ
21におけるビット幅と等しいnビットであり、偶数ビ
ットセルアレイ22A,奇数ビットセルアレイ22Bに
おける各セルは、部分積生成加算アレイ21におけるビ
ット方向の各セルに対応する位置に配置されている。FIG. 4 shows an arrangement of cells in an example of the last-stage adder 22 in the present embodiment.
The last-stage adder 22 in this example is functionally the same as that shown in FIG.
A half adder 22 0 corresponding to 0, the full adder 22 1-22 corresponding to full adder 102 1 ~102 2n-1 in FIG. 3
2n-1 . However, in the final-stage adder 22, a plurality of adders 22 0 , 22 2 ,... For generating even-numbered bits of the multiplication result output signal Z are used by the cells of the adders 22 0 to 22 2n-1 . , 22 2n-2 and a plurality of adders 22 1 , 22 3 ,..., 22 2n-1 for generating odd bits of the multiplication result output signal Z. And these are arranged in parallel. Incidentally, the adders 22 0 , 22 2 ,.
A plurality of cells for 2n-2 form an even-bit cell array 22A, and adders 22 1 , 22 3 ,.
A plurality of cells for 2n-1 form an odd bit cell array 22B. The bit width of the even bit cell array 22A and the odd bit cell array 22B is n bits equal to the bit width in the partial product generation and addition array 21. Each cell in the even bit cell array 22A and the odd bit cell array 22B is Are arranged at positions corresponding to the respective cells in the bit direction.
【0019】以上説明したように、本実施の形態におけ
る最終段加算器22によれば、偶数ビットセルアレイ2
2A,奇数ビットセルアレイ22Bの各ビット幅が、部
分積生成加算アレイ21におけるビット幅と等しいの
で、図13に示したようにL字型に配置する必要がな
く、一つのブロックとしてレイアウトすることができる
と共に、部分積生成加算アレイ21と一つの辺でのみ接
続可能となる。そのため、部分積生成加算アレイ21と
最終段加算器22との接続が容易になり、また、セルの
存在しない無駄な余白が少なくなり、高密度のレイアウ
トを実現することができ、面積の点で効率的である。ま
た、本実施の形態における最終段加算器22によれば、
乗算結果出力信号Zの各ビットを全て同じ方向に出力す
ることができるので、外部ブロックとのインタフェース
の点で、組み込み用途のディジタル乗算器として適して
いると言える。As described above, according to the last-stage adder 22 in the present embodiment, the even-numbered bit cell array 2
Since each bit width of the 2A, odd-numbered bit cell array 22B is equal to the bit width of the partial product generation and addition array 21, it is not necessary to arrange them in an L-shape as shown in FIG. At the same time, it is possible to connect to the partial product generation and addition array 21 only on one side. Therefore, the connection between the partial product generation and addition array 21 and the final-stage adder 22 is facilitated, the useless blank space in which no cells are present is reduced, and a high-density layout can be realized. It is efficient. Further, according to the last-stage adder 22 in the present embodiment,
Since all the bits of the multiplication result output signal Z can be output in the same direction, it can be said that the multiplication result output signal Z is suitable as an embedded digital multiplier in terms of interface with an external block.
【0020】また、本実施の形態における最終段加算器
22によれば、部分積生成加算アレイ21と最終段加算
器22のビット方向が一致するので、セル配置を固定と
し、配線のみを自動で行うレイアウトCADを使用する
際等には、容易にレイアウトすることができる。Further, according to the last stage adder 22 in the present embodiment, since the bit directions of the partial product generation and addition array 21 and the last stage adder 22 match, the cell arrangement is fixed and only the wiring is automatically performed. When using the layout CAD to be performed, the layout can be easily performed.
【0021】図5は、本発明の第2の実施の形態に係る
ディジタル乗算器用加算器を含むディジタル乗算器の構
成および各ブロックの配置を示す説明図である。本実施
の形態は、最終段加算器における最終段加算処理が複数
のステージに分かれている場合の例であり、図5にはス
テージ数が2の場合の例を示している。この例では、第
1の実施の形態における最終段加算器22の代わりに、
最終段加算器32を備えている。この最終段加算器32
は、偶数ビットについての最終段加算処理の第1ステー
ジを行う1段目偶数ビットセルアレイ32A1 と、奇数
ビットについての最終段加算処理の第1ステージを行う
1段目奇数ビットセルアレイ32B1 と、偶数ビットに
ついての最終段加算処理の第2ステージを行う2段目偶
数ビットセルアレイ32A2 と、奇数ビットについての
最終段加算処理の第2ステージを行う2段目奇数ビット
セルアレイ32B2 とを備え、これらのセルアレイ32
A 1 ,32B1 ,32A2 ,32B2 は、この順番で部
分積生成加算アレイ21に隣接するように並列に配置さ
れている。乗算結果出力信号Zは、2段目偶数ビットセ
ルアレイ32A2 と2段目奇数ビットセルアレイ32B
2 より得られる。FIG. 5 shows a second embodiment of the present invention.
Structure of digital multiplier including adder for digital multiplier
FIG. 4 is an explanatory diagram showing the configuration and arrangement of each block. This implementation
Is that the last-stage adder performs multiple final-stage additions.
FIG. 5 shows an example in which the stage is divided into stages.
An example in which the number of tiers is 2 is shown. In this example,
Instead of the final stage adder 22 in one embodiment,
A final stage adder 32 is provided. This final stage adder 32
Is the first state of the final stage addition process for even-numbered bits.
1st stage even-numbered cell array 32A1And an odd number
Performs the first stage of the final stage addition process for bits
First-stage odd-numbered cell array 32B1And even bits
The second stage that performs the second stage of the final stage addition process
Several bit cell array 32ATwoAnd about the odd bits
Second-stage odd-numbered bits for performing the second stage of the final-stage addition process
Cell array 32BTwoAnd the cell array 32
A 1, 32B1, 32ATwo, 32BTwoAre in this order
It is arranged in parallel so as to be adjacent to the product sum generation array 21.
Have been. The multiplication result output signal Z is
Luray 32ATwoAnd second-stage odd-numbered bit cell array 32B
TwoIs obtained.
【0022】このように、最終段加算器における最終段
加算処理が複数のステージに分かれている場合には、各
ステージ毎に、偶数ビットセルアレイと奇数ビットセル
アレイとに分けて、これらを交互に配置していくことに
より、第1の実施の形態と同様の効果が得られる。As described above, when the last-stage addition process in the last-stage adder is divided into a plurality of stages, each stage is divided into an even-bit cell array and an odd-bit cell array, and these are alternately arranged. By doing so, the same effect as in the first embodiment can be obtained.
【0023】ここで、本実施の形態における最終段加算
器として用いられる加算器の具体例について説明する。
まず、図6を参照して、本実施の形態との比較のため
に、最終段加算処理が複数のステージに分かれている最
終段加算器として用いられる加算器の従来の構成の一例
について説明する。図6に示した加算器は、16ビット
のBLC(binary look−ahead ca
rry)加算器の例である。この加算器は、6段で構成
され、1段目として、16ビットの被加数入力信号A0
〜A15と16ビットの加数入力信号B0 〜B15とを入力
し、各ビット毎の伝搬信号Pi (i=0,…,15)の
反転信号Pi * と桁上げ生成信号Gi の反転信号Gi *
とを生成する信号生成部41を備えている。Here, a specific example of the adder used as the last-stage adder in the present embodiment will be described.
First, an example of a conventional configuration of an adder used as a last-stage adder in which the last-stage addition process is divided into a plurality of stages will be described with reference to FIG. 6 for comparison with the present embodiment. . The adder shown in FIG. 6 has a 16-bit binary look-ahead ca.
(ry) an example of an adder. This adder has six stages, and as a first stage, a 16-bit augend input signal A 0.
AA 15 and a 16-bit addend input signal B 0 to B 15, and an inverted signal P i * of the propagation signal P i (i = 0,..., 15) for each bit and a carry generation signal G inverted signal of the i G i *
Is provided.
【0024】図6に示した加算器は、2段目として、第
1ないし第15ビットに対応する15個の第1種のセル
(図中、○で示す。)と第0ビットに対応する1個の第
3種のセル(図中、▽で示す。)を備えている。第1種
のセルは、それぞれ、信号生成部41の対応するビット
の出力信号とその1ビット前のビットの出力信号とを入
力し、第3種のセルは信号生成部41の対応するビット
の出力信号を入力するようになっている。As the second stage, the adder shown in FIG. 6 corresponds to fifteen first type cells (shown by a circle in the figure) corresponding to the first to fifteenth bits and the zeroth bit. One cell of the third type (indicated by ▽ in the figure) is provided. The first type cell receives the output signal of the corresponding bit of the signal generation unit 41 and the output signal of the bit one bit before it, respectively, and the third type cell receives the output signal of the corresponding bit of the signal generation unit 41. An output signal is input.
【0025】図6に示した加算器は、3段目として、第
2ないし第15ビットに対応する14個の第2種のセル
(図中、□で示す。)と第0および第1ビットに対応す
る2個の第3種のセルとを備えている。第2種のセル
は、それぞれ、2段目の対応するビットの出力信号とそ
の2ビット前のビットの出力信号とを入力し、第3種の
セルは2段目の対応するビットの出力信号を入力するよ
うになっている。The adder shown in FIG. 6 includes, as a third stage, fourteen second type cells (indicated by □ in the figure) corresponding to the second to fifteenth bits and the zeroth and first bits. And two third-type cells corresponding to. The second type cell receives the output signal of the corresponding bit in the second stage and the output signal of the bit two bits before the second stage, and the third type cell outputs the output signal of the corresponding bit in the second stage. Is to be entered.
【0026】図6に示した加算器は、4段目として、第
4ないし第15ビットに対応する12個の第1種のセル
と第0ないし第3ビットに対応する4個の第3種のセル
とを備えている。第1種のセルは、それぞれ、3段目の
対応するビットの出力信号とその4ビット前のビットの
出力信号とを入力し、第3種のセルは3段目の対応する
ビットの出力信号を入力するようになっている。The adder shown in FIG. 6 has, as a fourth stage, twelve first type cells corresponding to the fourth to fifteenth bits and four third type cells corresponding to the zeroth to third bits. Cell. The first type cell receives the output signal of the corresponding bit in the third stage and the output signal of the bit 4 bits before the third stage, respectively, and the third type cell outputs the output signal of the corresponding bit in the third stage. Is to be entered.
【0027】図6に示した加算器は、5段目として、第
8ないし第15ビットに対応する8個の第2種のセルと
第0ないし第7ビットに対応する8個の第3種のセルと
を備えている。第2種のセルは、それぞれ、4段目の対
応するビットの出力信号とその8ビット前のビットの出
力信号とを入力し、第3種のセルは4段目の対応するビ
ットの出力信号を入力するようになっている。The adder shown in FIG. 6 has, as a fifth stage, eight second type cells corresponding to the eighth to fifteenth bits and eight third type cells corresponding to the zeroth to seventh bits. Cell. The second type cell receives the output signal of the corresponding bit at the fourth stage and the output signal of the bit eight bits before the fourth stage, and the third type cell outputs the output signal of the corresponding bit at the fourth stage. Is to be entered.
【0028】図6に示した加算器は、6段目として、各
ビット毎に、対応するビットの被加数入力信号,加数入
力信号および5段目の対応するビットの1つ前のビット
の出力信号を入力し、和信号S0 −S15を生成する和信
号生成部46を備えている。ここで、和信号生成部46
のLSBには、5段目の対応するビットの1つ前のビッ
トの出力信号の代わりに、Hレベル(“1”)が入力さ
れる。また、5段目のMSB(最上位ビット)の出力信
号は、本加算器のキャリーアウト信号Cout の反転信号
Cout * となり、インバータを介することでキャリーア
ウト信号Coutが得られる。The adder shown in FIG. 6 has, as a sixth stage, an addend input signal, an addend input signal of the corresponding bit, and a bit preceding the corresponding bit of the fifth stage for each bit. , And a sum signal generator 46 for generating sum signals S 0 -S 15 . Here, the sum signal generation unit 46
, The H level (“1”) is input instead of the output signal of the bit immediately before the corresponding bit in the fifth stage. The output signal of the MSB (most significant bit) at the fifth stage becomes an inverted signal C out * of the carry-out signal C out of the present adder, and the carry-out signal C out is obtained through the inverter.
【0029】図7は、図6における信号生成部41の1
ビット分のセルの構成を示すブロック図である。このセ
ルは、信号Ai ,Bi を入力して信号Pi * を生成する
NOR(論理和の否定)ゲート51と、信号Ai ,Bi
を入力して信号Gi * を生成するNAND(論理積の否
定)ゲート52とで構成されている。FIG. 7 shows one of the signal generators 41 in FIG.
FIG. 3 is a block diagram showing a configuration of a cell for bits. The cell includes a signal A i, (negation of logical sum) NOR to generate the B i and input signal P i * gate 51, signals A i, B i
NAND to generate and input signals G i * a is composed of a (logical negation of the product) gate 52.
【0030】図8は、図6における第1種のセルの構成
を示すブロック図である。このセルは、信号Pi * ,P
j * (j=0,…,15)を入力し、信号Pi ′を出力
するNORゲート53と、信号Pi * ,Gj * を入力す
るOR(論理和)ゲート54と、このORゲート54の
出力信号と信号Gi * とを入力し、信号Gi ′を出力す
るNANDゲート55とで構成されている。FIG. 8 is a block diagram showing the structure of the first type cell in FIG. This cell receives the signals P i * , P
A NOR gate 53 that inputs j * (j = 0,..., 15) and outputs a signal P i ′, an OR (logical sum) gate 54 that inputs signals P i * and G j * , and this OR gate An output signal of the signal 54 and a signal G i * are input, and a NAND gate 55 for outputting a signal G i ′ is provided.
【0031】図9は、図6における第2種のセルの構成
を示すブロック図である。このセルは、信号Pi ,Pj
を入力し、信号Pi ′* を出力するNANDゲート56
と、信号Pi ,Gj を入力するAND(論理積)ゲート
57と、このANDゲート57の出力信号と信号Gi と
を入力し、信号Gi ′* を出力するNORゲート58と
で構成されている。FIG. 9 is a block diagram showing the structure of the second type cell in FIG. This cell receives the signals Pi , Pj
, And outputs a signal P i ' *
When, composed of an AND (logical product) gate 57 for inputting a signal P i, G j, and inputs the output signal and the signal G i of the AND gate 57, a NOR gate 58 which outputs a signal G i '* Have been.
【0032】図10は、図6における第3種のセルの構
成を示すブロック図である。このセルは、信号Pi を入
力し、信号Pi ′* を出力するNOT(否定)ゲート5
9と、信号Gi を入力し、信号Gi ′* を出力するNO
Tゲート60とを備えている。FIG. 10 is a block diagram showing the configuration of the third type cell in FIG. This cell receives a signal P i and outputs a signal P i ′ * by a NOT (negation) gate 5.
9 receives the signal G i, and outputs a signal G i '* NO
And a T gate 60.
【0033】図11は、図6における和信号生成部46
の1ビット分のセルの構成を示すブロック図である。こ
のセルは、信号Ai ,Bi を入力するEX−NOR(排
他的論理和の否定)ゲート61と、このEX−NORゲ
ート61の出力信号と信号Gi-1 * とを入力して信号S
i を出力するEX−OR(排他的論理和)ゲート62と
を備えている。なお、和信号生成部46における第0ビ
ットのセルには、信号Gi-1 * としてHレベル
(“1”)が入力されるようになっている。FIG. 11 shows the sum signal generator 46 shown in FIG.
FIG. 3 is a block diagram showing a configuration of a 1-bit cell. This cell has an EX-NOR (exclusive OR) gate 61 for inputting the signals A i and B i, and an output signal of the EX-NOR gate 61 and a signal G i-1 * for inputting a signal. S
An EX-OR (exclusive OR) gate 62 that outputs i . Note that an H level (“1”) is input to the cell of the 0th bit in the sum signal generation unit 46 as the signal G i−1 * .
【0034】図12は、本実施の形態における最終段加
算器として用いられる加算器の一例におけるセルの配置
を示したものである。この加算器は、機能的には図6に
示したものと同様であるが、各段を、それぞれ偶数ビッ
ト用と奇数ビット用に分け、並列に配置したものであ
る。すなわち、1段目は、偶数ビット用の信号生成部4
1Aと奇数ビット用の信号生成部41Bとに分けられ、
これらは並列に配置されている。また、6段目は、偶数
ビット和信号生成部46Aと奇数ビット和信号生成部4
6Bとに分けられ、これらは並列に配置されている。2
段目ないし5段目についても同様に、偶数ビット用のセ
ルと奇数ビット用のセルとに分けられ、これらは並列に
配置されている。なお、図12では、便宜上、各段にお
ける偶数ビット用のセルと奇数ビット用のセルとを位置
をずらして記載しているが、実際には、いずれも部分積
生成加算アレイ21におけるビット方向の各セルに対応
する位置に並列に配置されている。FIG. 12 shows an arrangement of cells in an example of the adder used as the last-stage adder in the present embodiment. This adder is functionally the same as that shown in FIG. 6, except that each stage is divided into even-numbered bits and odd-numbered bits and arranged in parallel. That is, the first stage is the signal generation unit 4 for even-numbered bits.
1A and a signal generation unit 41B for odd bits,
These are arranged in parallel. The sixth stage includes an even-bit sum signal generator 46A and an odd-bit sum signal generator 4A.
6B, which are arranged in parallel. 2
Similarly, the stages from the fifth stage to the fifth stage are divided into cells for even-numbered bits and cells for odd-numbered bits, which are arranged in parallel. In FIG. 12, for convenience, cells for even-numbered bits and cells for odd-numbered bits in each stage are shown shifted from each other, but in actuality, all of the cells in the bit direction in the partial product generation and addition array 21 are shown. The cells are arranged in parallel at positions corresponding to the cells.
【0035】本実施の形態におけるその他の構成、作用
および効果は、第1の実施の形態と同様である。Other configurations, operations, and effects of this embodiment are the same as those of the first embodiment.
【0036】なお、本発明は上記各実施の形態に限定さ
れず、例えば、上記各実施の形態では、被乗数入力信号
と乗数入力信号のビット幅が等しい場合について説明し
たが、本発明は、被乗数入力信号と乗数入力信号のビッ
ト幅が異なる場合についても適用することができる。こ
の場合にも、部分積生成加算アレイにおけるビット幅
(一般には、被乗数入力信号のビット幅)に合わせて、
最終段加算器のセルを複数に分けて、並列に配置するよ
うにすれば良い。また、部分積生成加算アレイにおける
ビット幅をNビット、最終段加算器の全ビット幅をM
(>N)ビットとしたとき、M/Nが整数にならない場
合もあるが、この場合には、できるだけ余白が少なくな
るように最終段加算器のセルを複数の組に分けて、これ
らの組を並列に配置するようにすれば良い。また、1<
(M/N)<2となる場合には、部分積生成加算アレイ
におけるビット方向の一部の領域のみにおいて、最終段
加算器のセルを並列に配置するようにしても良い。Note that the present invention is not limited to the above embodiments. For example, in each of the above embodiments, the case where the bit widths of the multiplicand input signal and the multiplier input signal are equal has been described. The present invention can also be applied to the case where the bit widths of the input signal and the multiplier input signal are different. Also in this case, according to the bit width in the partial product generation and addition array (generally, the bit width of the multiplicand input signal),
The cells of the last-stage adder may be divided into a plurality of cells and arranged in parallel. The bit width of the partial product generation and addition array is N bits, and the total bit width of the last-stage adder is M bits.
When (> N) bits, M / N may not be an integer in some cases. In this case, the cells of the final-stage adder are divided into a plurality of groups so that the margins are reduced as much as possible. May be arranged in parallel. Also, 1 <
When (M / N) <2, the cells of the last-stage adder may be arranged in parallel in only a part of the partial product generation and addition array in the bit direction.
【0037】[0037]
【発明の効果】以上説明したように本発明のディジタル
乗算器用加算器によれば、部分積生成加算アレイにおけ
るビット方向のセルの個数よりも多くのビット数分の複
数の加算器用セルを、部分積生成加算アレイにおけるビ
ット方向の少なくとも一部の領域において並列に配置さ
れるように、部分積生成加算アレイにおけるビット方向
に沿って配置したので、ディジタル乗算器用加算器を一
つのブロックとしてレイアウトすることが可能となり、
セルの存在しない無駄な余白を少なくして高密度のレイ
アウトを実現できると共に、乗算結果出力信号の各ビッ
トを全て同じ方向に出力することができるという効果を
奏する。As described above, according to the adder for a digital multiplier of the present invention, a plurality of adder cells for a larger number of bits than the number of cells in the bit direction in the partial product generation and addition array are partially replaced. The adder for the digital multiplier is laid out as one block because it is arranged along the bit direction in the partial product generation and addition array so as to be arranged in parallel in at least a part of the product generation and addition array in the bit direction. Becomes possible,
It is possible to realize a high-density layout by reducing useless blank spaces in which no cells exist, and to output all bits of the multiplication result output signal in the same direction.
【図1】本発明の第1の実施の形態に係る加算器を含む
ディジタル乗算器の構成を示す説明図である。FIG. 1 is an explanatory diagram showing a configuration of a digital multiplier including an adder according to a first embodiment of the present invention.
【図2】本発明の第1の実施の形態に係る加算器を含む
ディジタル乗算器の構成を示すブロック図である。FIG. 2 is a block diagram illustrating a configuration of a digital multiplier including an adder according to the first embodiment of the present invention.
【図3】本発明の第1の実施の形態に係る加算器との比
較のために従来の加算器の一例におけるセルの配置を示
す説明図である。FIG. 3 is an explanatory diagram showing an arrangement of cells in an example of a conventional adder for comparison with the adder according to the first embodiment of the present invention.
【図4】本発明の第1の実施の形態に係る加算器におけ
るセルの配置の一例を示す説明図である。FIG. 4 is an explanatory diagram showing an example of a cell arrangement in the adder according to the first embodiment of the present invention.
【図5】本発明の第2の実施の形態に係る加算器を含む
ディジタル乗算器の構成を示す説明図である。FIG. 5 is an explanatory diagram showing a configuration of a digital multiplier including an adder according to a second embodiment of the present invention.
【図6】本発明の第2の実施の形態に係る加算器との比
較のために従来の加算器の一例におけるセルの配置を示
す説明図である。FIG. 6 is an explanatory diagram showing an arrangement of cells in an example of a conventional adder for comparison with the adder according to the second embodiment of the present invention.
【図7】図6における信号生成部の1ビット分のセルの
構成を示すブロック図である。FIG. 7 is a block diagram showing a configuration of a 1-bit cell of a signal generation unit in FIG. 6;
【図8】図6における第1種のセルの構成を示すブロッ
ク図である。FIG. 8 is a block diagram showing a configuration of a first type cell in FIG. 6;
【図9】図6における第2種のセルの構成を示すブロッ
ク図である。FIG. 9 is a block diagram showing a configuration of a second type cell in FIG. 6;
【図10】図6における第3種のセルの構成を示すブロ
ック図である。FIG. 10 is a block diagram showing a configuration of a third type cell in FIG. 6;
【図11】図6における和信号生成部の1ビット分のセ
ルの構成を示すブロック図である。11 is a block diagram showing a configuration of a 1-bit cell of a sum signal generation unit in FIG. 6;
【図12】本発明の第2の実施の形態に係る加算器にお
けるセルの配置の一例を示す説明図である。FIG. 12 is an explanatory diagram showing an example of a cell arrangement in an adder according to a second embodiment of the present invention.
【図13】従来のディジタル乗算器の構成を示す説明図
である。FIG. 13 is an explanatory diagram showing a configuration of a conventional digital multiplier.
21…部分積生成加算アレイ、22…最終段加算器、2
2A…偶数ビットセルアレイ、22B…奇数ビットセル
アレイ21: partial product generation and addition array, 22: last stage adder, 2
2A: Even bit cell array, 22B: Odd bit cell array
Claims (2)
1段を構成し且つ複数段に設けられた複数のセルを有
し、部分積の生成および加算処理を行う部分積生成加算
アレイと、この部分積生成加算アレイの出力信号に対し
て加算処理を行って乗算結果出力信号を出力する最終段
加算器とを備えたディジタル乗算器における前記最終段
加算器として用いられるディジタル乗算器用加算器であ
って、 前記部分積生成加算アレイにおけるビット方向のセルの
個数よりも多くのビット数分の複数の加算器用セルを備
え、 この複数の加算器用セルが、前記部分積生成加算アレイ
におけるビット方向の少なくとも一部の領域において並
列に配置されるように、前記部分積生成加算アレイにお
けるビット方向に沿って配置されていることを特徴とす
るディジタル乗算器用加算器。1. A partial product generation / addition array having a predetermined number of cells arranged in a predetermined number in a bit direction and having a plurality of cells provided in a plurality of stages and performing partial product generation and addition processing. An adder for a digital multiplier used as the last-stage adder in a digital multiplier including a final-stage adder that performs an addition process on an output signal of a product generation and addition array and outputs a multiplication result output signal. A plurality of adder cells for the number of bits greater than the number of cells in the bit direction in the partial product generation and addition array, wherein the plurality of adder cells are at least one in the bit direction in the partial product generation and addition array. Characterized by being arranged along the bit direction in the partial product generation and addition array so as to be arranged in parallel in the region of Le multiplier dexterity adder.
算アレイにおけるビット方向の各セルに対応する位置
に、それぞれ複数個ずつ並列に配置されていることを特
徴とする請求項1記載のディジタル乗算器用加算器。2. The digital circuit according to claim 1, wherein a plurality of said adder cells are arranged in parallel at positions corresponding to respective cells in the bit direction in said partial product generation and addition array. Adder for multiplier.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8235812A JPH1063485A (en) | 1996-08-20 | 1996-08-20 | Digital multiplier adder |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8235812A JPH1063485A (en) | 1996-08-20 | 1996-08-20 | Digital multiplier adder |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH1063485A true JPH1063485A (en) | 1998-03-06 |
Family
ID=16991627
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP8235812A Pending JPH1063485A (en) | 1996-08-20 | 1996-08-20 | Digital multiplier adder |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH1063485A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102043604A (en) * | 2010-12-17 | 2011-05-04 | 中南大学 | Parallel feedback carry adder (PFCA) and realization method thereof |
-
1996
- 1996-08-20 JP JP8235812A patent/JPH1063485A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102043604A (en) * | 2010-12-17 | 2011-05-04 | 中南大学 | Parallel feedback carry adder (PFCA) and realization method thereof |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6938061B1 (en) | Parallel counter and a multiplication logic circuit | |
EP0448367A2 (en) | High speed digital parallel multiplier | |
US6029187A (en) | Fast regular multiplier architecture | |
US7308471B2 (en) | Method and device for performing operations involving multiplication of selectively partitioned binary inputs using booth encoding | |
US5426598A (en) | Adder and multiplier circuit employing the same | |
KR100294015B1 (en) | Adder for handling multiple data with different data type | |
US6704762B1 (en) | Multiplier and arithmetic unit for calculating sum of product | |
JPS60163128A (en) | Multiplier circuit | |
US6883011B2 (en) | Parallel counter and a multiplication logic circuit | |
US4745570A (en) | Binary multibit multiplier | |
US20040153489A1 (en) | Multiply execution unit for preforming integer and XOR multiplication | |
US6434586B1 (en) | Narrow Wallace multiplier | |
JPH1063485A (en) | Digital multiplier adder | |
US7461107B2 (en) | Converter circuit for converting 1-redundant representation of an integer | |
US5914892A (en) | Structure and method of array multiplication | |
KR0147942B1 (en) | Booths recording circuit in a multiplier | |
JPH056892B2 (en) | ||
EP0326414A2 (en) | High speed multiplier | |
US6742011B1 (en) | Apparatus and method for increasing performance of multipliers utilizing regular summation circuitry | |
JPH06324845A (en) | Computer-aided designing method of carry look-ahead adder | |
JP2734438B2 (en) | Multiplier | |
JPS6378230A (en) | Multiplying circuit | |
JPS6378229A (en) | Unit circuit for multiplier | |
JPH09179723A (en) | Multiplier and arithmetic unit for sum of product | |
JP3477816B2 (en) | Tree adder and multiplier |