JPH03271931A - Multi-input adding circuit - Google Patents

Multi-input adding circuit

Info

Publication number
JPH03271931A
JPH03271931A JP7238290A JP7238290A JPH03271931A JP H03271931 A JPH03271931 A JP H03271931A JP 7238290 A JP7238290 A JP 7238290A JP 7238290 A JP7238290 A JP 7238290A JP H03271931 A JPH03271931 A JP H03271931A
Authority
JP
Japan
Prior art keywords
input
circuit
adder
wallace tree
bit full
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
JP7238290A
Other languages
Japanese (ja)
Inventor
Gensuke Goto
後藤 源助
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP7238290A priority Critical patent/JPH03271931A/en
Publication of JPH03271931A publication Critical patent/JPH03271931A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To realize the quickness as well as the easiness of layout by constituting plural addition stages of one-bit full adders, four-input Wallace tree circuits, and six-input Wallace tree circuits. CONSTITUTION:Plural addition stages consists of one-bit full adders, four-input Wallace tree circuits, and six-input Wallace tree circuits. When the number of inputs to an adding circuit is '15', these 15 inputs are received by five on-bit full adders 14 to 18 of the high order addition stage, and 10 outputs from high order addition stages are received by six-input and four-input Wallace tree circuits 19 and 20 in respective middle-order addition stages, and the last outputs are received by one four-input Wallace tree circuit 21 of the low order addition stage. Thus, one-bit full adders and four-input and six-input Wallace tree circuits are only properly combined to cope with any number of inputs of the practical multiplication scale, and the quickness as well as the easiness of layout are realized.

Description

【発明の詳細な説明】 〔概要〕 特に、ディジタル並列乗算器の部分積加算に適用する多
入力加算回路に関し、 高速性とレイアウト容易性とを両立することを目的とし
、 複数の加算段を、1ビット全加算器、4入力ワレストリ
ー回路および6入力ワレストリー回路で構成する。
[Detailed Description of the Invention] [Summary] In particular, regarding a multi-input adder circuit applied to partial product addition of a digital parallel multiplier, the present invention aims to achieve both high speed and ease of layout, and uses multiple adder stages. It consists of a 1-bit full adder, a 4-input Wallace tree circuit, and a 6-input Wallace tree circuit.

〔産業上の利用分野〕[Industrial application field]

本発明は、多入力加・算回路、特に、ディジタル並列乗
算器の部分積加算に適用する多入力加算回路に関する。
The present invention relates to a multi-input adder/adder circuit, and particularly to a multi-input adder circuit applied to partial product addition of a digital parallel multiplier.

一般に、8×8ビットあるいはそれ以上の実用的乗算規
模を有する並列乗算器では、桁上げ保存方式(以下、C
5A方式)やワレストリ一方式が採用される。
In general, a parallel multiplier with a practical multiplication scale of 8 x 8 bits or more uses the carry save method (hereinafter referred to as C
5A method) and Wallestry one-way method are adopted.

C3A方式は、桁上げ信号を一桁上位の加算器に入力し
て1ビットずつ処理するもので、手計算に近く、乗算速
度の点で難点があるものの、レイアウト容易性に優れた
特長がある。一方、ワレストリ一方式は、3ビット分の
入力信号をひとつの加算器(全加算器)に入力し、その
和信号を当該桁の次段の全加算器に入力するとともに、
その桁上げ出力を1桁上位にある次段の全加算器に入力
して足し込むもので、乗算速度が速い長所を有する反面
、回路に規則性がなく、設計しずらい欠点がある。
The C3A method inputs a carry signal to an adder one digit above the other and processes it one bit at a time, which is similar to manual calculation, and although it has some drawbacks in terms of multiplication speed, it has the advantage of being easy to layout. . On the other hand, in the Wallestry one-way system, a 3-bit input signal is input to one adder (full adder), and the sum signal is input to the next stage full adder of the relevant digit.
The carry output is input to and added to the next-stage full adder located one digit higher than the other, and while it has the advantage of fast multiplication speed, it has the disadvantage that the circuit lacks regularity and is difficult to design.

〔従来の技術〕[Conventional technology]

第13図は従来の変形13oothアルゴリズムに基づ
く乗算器(C3A方式)の−例を示す図である。この例
では、部分積生成部(イ)で生成した全ての部分積(P
po〜PP、)を加算部(ロ)で−括して加算する。
FIG. 13 is a diagram showing an example of a multiplier (C3A method) based on the conventional modified 13ooth algorithm. In this example, all partial products (P
po to PP, ) are added together in an adding section (b).

部分積生成部(イ)は、0、±X、±2Xを生成するブ
ロック(PPi生成器)と、これらのうちのひとつを部
分積として選択する信号を発生するブロック(Yデコー
ダ)とから成り、加算部(ロ)は、加算器のアレー構成
から成っている。
The partial product generation unit (a) consists of a block (PPi generator) that generates 0, ±X, ±2X, and a block (Y decoder) that generates a signal to select one of these as a partial product. , the adder (b) consists of an array configuration of adders.

この構成によれば、部分積生成部(イ)と加算部(ロ)
とを分離して設計でき、さらに、機能ブロック別に細分
して設計できる点で好ましいものの、乗算ビット数の増
大に伴うブロック間配線数の増大問題に対処できない不
具合がある。
According to this configuration, the partial product generation section (a) and the addition section (b)
Although this method is advantageous in that it can be designed separately and further subdivided into functional blocks, it is disadvantageous in that it cannot deal with the problem of an increase in the number of interconnections between blocks due to an increase in the number of multiplication bits.

かかる点を踏まえ、特開昭55〜105732号公報に
は、部分積生成器の1ビット分と全加算器1個を結合し
て基本セルとし、この基本セルとYデコーダを用いるよ
うにした技術が開示されている。第14図はその構成図
で、8×8ビット乗算器を示している。20〜67は基
本セル、68〜71はYデコーダであり、1段目のYデ
コーダ68と基本セル20〜28で部分積PP、を生成
し、2段目のYデコーダ69と基本セル35〜43で部
分積PP、を生成するとともに、部分積P P oを加
算する。また、3段目のYデコーダ70と基本セル48
〜56で部分積P P tの生成およびPPzと(pp
o +PPI )の加算を行い、同様に、4段目のYデ
コーダ71と基本セル59〜67で部分積PP、の生成
および(Ppo +PPI +ppz )の加算を行う
。第15図は第14図の1つの基本セルのブロック図で
ある。
Based on this point, Japanese Patent Application Laid-Open No. 105732/1983 discloses a technique in which one bit of a partial product generator and one full adder are combined to form a basic cell, and this basic cell and a Y decoder are used. is disclosed. FIG. 14 is a block diagram thereof, showing an 8×8 bit multiplier. 20 to 67 are basic cells, 68 to 71 are Y decoders, and the first stage Y decoder 68 and basic cells 20 to 28 generate a partial product PP, and the second stage Y decoder 69 and basic cells 35 to At step 43, a partial product PP is generated, and the partial products P P o are added together. In addition, the third stage Y decoder 70 and the basic cell 48
~56 to generate the partial product P P t and PPz and (pp
Similarly, the fourth stage Y decoder 71 and basic cells 59 to 67 generate a partial product PP and add (Ppo + PPI + ppz). FIG. 15 is a block diagram of one basic cell of FIG. 14.

この従来技術によると、基本セルおよびYデコーダの2
種類のセルだけで、変形Boothアルゴリズムに基づ
く乗算器を実現できるとともに、セル間配線に相当の規
則性を持たせることができる。したがって、配線の繰り
返し単位をセルに含めれば、セルのレイアウトだけでセ
ル配置とセル間配線を同時に実現でき、設計容易性が向
上する。
According to this prior art, two basic cells and a Y decoder
A multiplier based on the modified Booth algorithm can be realized using only the different types of cells, and the inter-cell wiring can be provided with considerable regularity. Therefore, if a repeating unit of wiring is included in a cell, cell placement and intercell wiring can be simultaneously realized just by the cell layout, improving design ease.

第16図は上記公報記載の他の開示例で、基本セル10
4〜139の接続をキャリーセーブ接続にして高速化を
図り、さらに、一部のセルにインバータを付加すること
により、符号伝播用のセルを不要にしてコンパクト化を
実現している。なお、第17図に第16図の基本セルの
1つのブロックを示す。
FIG. 16 shows another example disclosed in the above publication, in which the basic cell 10
By making the connections 4 to 139 carry-save connections to increase speed, and by adding inverters to some of the cells, cells for code propagation are no longer required, achieving compactness. Note that FIG. 17 shows one block of the basic cell in FIG. 16.

また、第18図は第14図および第16図に共通の基本
セルの構成図、第19図は第14図および第16図に共
通のYデコーダの構成図である。
18 is a block diagram of a basic cell common to FIGS. 14 and 16, and FIG. 19 is a block diagram of a Y decoder common to FIGS. 14 and 16.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

しかしながら、上記公報記載の前者の開示例(第14図
の構成例)にあっては、リップルキャリ一方式(59−
67の接続方式)を用いているため、積出力信号が確定
するまでに多大な時間を要する欠点がある。また、後者
の開示例(第16図の構成例)にあっては、桁上げ選択
加算器(Carry 5elect Adder)や先
見桁上げ加算器(Carry Lookahea−d 
Adder )を用いることにより、前者のものよりも
速度向上が図れるものの、CPA(加算器)144まで
の信号伝達段数が最大で4段となり、より一層の高速化
を達成するといった観点から見た場合不十分なものであ
った。
However, in the former disclosed example (configuration example shown in FIG. 14) described in the above publication, the ripple carry one-type (59-
67 connection method), it has the drawback that it takes a long time to determine the product output signal. In addition, in the latter disclosed example (configuration example shown in FIG. 16), a carry select adder (Carry 5 select Adder) and a look-ahead carry adder (Carry Lookahea-d
Although the speed can be improved more than the former by using Adder), the number of signal transmission stages up to the CPA (adder) 144 is up to 4, and from the perspective of achieving even higher speed. It was inadequate.

なお、上記したように、乗算器をワレストリー構成で実
現すれば、加算器の通過段数を減少できる。例えば第2
0図に示す演算を実現する場合には、ワレストリーへの
入力数の最大値は「5」となり、6人力のワレストリー
回路(以下、6W)の5人力を使用すればよい。6Wは
後にも詳述するが、1ビット全加算器を上段で2個、中
段で1個、下段で1個組み合わせて実現する。したがっ
て、通過段数を3段とすることができ、1段分の高速化
を図ることができる。
Note that, as described above, if the multiplier is implemented in the Wallace tree configuration, the number of stages through which the adder passes can be reduced. For example, the second
In order to realize the calculation shown in FIG. 0, the maximum number of inputs to the Wallestry is "5", and it is sufficient to use the power of 5 of the 6-person Wallestry circuit (hereinafter referred to as 6W). As will be described in detail later, 6W is realized by combining two 1-bit full adders in the upper stage, one in the middle stage, and one in the lower stage. Therefore, the number of passing stages can be set to three, and the speed can be increased by one stage.

しかしながら、ワレストリー構成では、レイアウトに規
則性がなく、設計が極めて困難になる問題点があり、特
に、8×8ビットあるいはそれ以上の実用的乗算規模の
多ビットデータを扱う乗算器を設計する場合には、上記
問題点の影響が大きい。第21図は参考までに示す「1
8」入カワレスドリー回路の例であるが、多数の1ビッ
ト全加算器間配線や他桁からの配線が不規則にレイアウ
トされている。
However, the Wallace tree configuration has the problem that there is no regularity in the layout, making it extremely difficult to design, especially when designing a multiplier that handles multi-bit data with a practical multiplication scale of 8 x 8 bits or more. The above-mentioned problems have a large impact on Figure 21 shows “1” for reference.
This is an example of a 8" input cute dolly circuit, in which the wiring between many 1-bit full adders and the wiring from other digits are irregularly laid out.

本発明は、このような問題点に鑑みてなされたもので、
高速性とレイアウト容易性とを両立することを目的とし
ている。
The present invention was made in view of these problems, and
The purpose is to achieve both high speed and ease of layout.

〔課題を解決するための手段〕[Means to solve the problem]

上記目的は、複数の加算段を、1ビット全加算器、4入
力ワレストリー回路および6入力ワレストリー回路で構
成することにより達成できる。
The above object can be achieved by configuring the plurality of addition stages with a 1-bit full adder, a 4-input Wollestry circuit, and a 6-input Wollestry circuit.

〔作用〕[Effect]

加算回路への入力数を例えば「15」とすると、まず、
この15人力を上位加算段の5個(15全3=5個)の
1ビット全加算器で受け、次いで、上位加算段からの1
0出力(5個x 2 =10)を、中位加算段の各1個
ずつの6人力および4入力ワレストリーで受け、最後に
下位加算段の1個の4入力ワレストリーで受ける。
For example, if the number of inputs to the adder circuit is "15", first,
These 15 human inputs are received by five (15 total 3 = 5) 1-bit full adders in the upper adder stage, and then the 1-bit full adders from the upper adder stage are
The 0 outputs (5 x 2 =10) are received by the 6-power and 4-input wallet trees, one each in the middle adder stage, and finally in the one 4-input wallet tree in the lower adder stage.

1ビット全加算器、4人力および6人力の各ワレストリ
ー回路を適宜組み合わせるだけで、実用乗算規模のあら
ゆる入力数への対応が可能となる。
It is possible to handle any number of inputs on a practical multiplication scale simply by appropriately combining the 1-bit full adder, 4-man power, and 6-man power Wallacetry circuits.

〔実施例〕〔Example〕

以下、本発明を図面に基づいて説明する。 Hereinafter, the present invention will be explained based on the drawings.

第1〜12図は本発明に係る多入力加算回路の一実施例
を示す図である。
1 to 12 are diagrams showing an embodiment of a multi-input adder circuit according to the present invention.

まず、第1図に従って「15」入力加算回路の構成を説
明すると、この加算回路IOは、3段の加算段11〜1
3からなり、上位加算段11はhからIISまでの「1
5」入力を3ビットずつ受ける5個の1ビット全加算器
(以下、3W)14〜18を備える。
First, the configuration of the "15" input adder circuit will be explained according to FIG. 1. This adder circuit IO has three adder stages 11 to 1.
3, and the upper adder stage 11 is composed of ``1'' from h to IIS.
5", five 1-bit full adders (hereinafter referred to as 3W) 14 to 18 each receiving 3 bits of input are provided.

3Wの構成は第2図(a)(b)に示される。第2図(
a)はそのブロック図、同図(b)はその回路図である
。1ビット全加算器は同位桁の3ビット入力(例えばI
+、 z、Is)を加算し、■ 当該桁の和信号S (Sum)および桁上げ信号C0(
Carry)を出力する。
The configuration of 3W is shown in FIGS. 2(a) and 2(b). Figure 2 (
A) is a block diagram thereof, and FIG. 6(b) is a circuit diagram thereof. A 1-bit full adder has a 3-bit input of the same digit (for example, I
+, z, Is), and ■ sum signal S (Sum) of the relevant digit and carry signal C0 (
Carry) is output.

中位加算段12は、各1個の6入力ワレストリー回路1
9(以下、6W)および4入力ワレストリー回路20(
以下、4W)で構成し、また、下位加算段13は1個の
4W(21)で構成する。
The intermediate adder stages 12 each include one 6-input Wallacetree circuit 1.
9 (hereinafter referred to as 6W) and a 4-input Wallestry circuit 20 (
The lower addition stage 13 is composed of one 4W (21).

4Wは第3図に示すように2個の1ビット全加算器(3
Wx2)から成り、6Wは第4図に示すように4個の1
ビット全加算器(3Wx4)から成る。
4W consists of two 1-bit full adders (3
Wx2), and 6W consists of four 1s as shown in Figure 4.
Consists of a bit full adder (3Wx4).

なお、第1図中のCI、〜C1,□は下位桁の各加算段
からの桁上がり信号、GOI −coaxは各加算段ご
との上位桁への桁上げ信号、COは当該桁の桁上げ信号
、Sは当該桁の和信号である。
In addition, CI, ~C1, and □ in Figure 1 are carry signals from each addition stage for lower digits, GOI -coax is a carry signal to upper digits for each addition stage, and CO is a carry signal for the relevant digit. The signal S is the sum signal of the relevant digits.

かかる構成において、上位加算段11に11〜11.を
与えると、まず、各1ビット全加算器14〜18からの
S1〜S、がC1l〜CLと共に中位加算段12に伝え
られ、次いで、中位加算段12からの516s Sll
がCI+o〜CIl!と共に下位加算段13の4 W 
(21)に入力された後、下位加算段13から当該桁の
COおよびSが出力される。すなわち、ワレストリー構
成を用いた「15」入力の加算処理が行われる。
In such a configuration, the upper adder stage 11 includes 11 to 11 . First, S1 to S from each 1-bit full adder 14 to 18 are transmitted to the intermediate adder stage 12 along with C1l to CL, and then 516s Sll from the intermediate adder stage 12
is CI+o~CIl! 4 W of the lower adder stage 13
(21), the CO and S of the relevant digit are output from the lower addition stage 13. That is, addition processing of the "15" input is performed using the Wallace tree configuration.

ここで、第1図の左半分に着目すると、3個の1ビット
全加算器14.15.16は、1個の6W(19)と共
に「9」入力加算回路を形成している。この部分を抜き
出したのが第5図であり、この「9」入力加算回路(以
下、9W)を基本セルにすると、様々な入力数の多入力
加算回路に応用できる6例えば、第6図に示すように、
2個の9Wと1個の4Wを組み合わせて「18」入力加
算回路を実現できる。第6図の「18」入力加算回路に
おけるlビット全加算器の通過段数は6段であり、第2
1図に示した従来のワレストリー構成と同段数になる。
Now, focusing on the left half of FIG. 1, the three 1-bit full adders 14, 15, and 16 form a "9" input adding circuit together with one 6W (19). Figure 5 shows this part extracted.If this "9" input adder circuit (hereinafter referred to as 9W) is used as a basic cell, it can be applied to multi-input adder circuits with various numbers of inputs6. As shown,
An "18" input adder circuit can be realized by combining two 9Ws and one 4W. The number of stages through which the l-bit full adder in the "18" input adder circuit in FIG.
It has the same number of stages as the conventional Wallace tree configuration shown in Figure 1.

したがって、ワレストリー構成の高速動作を確保しつつ
、基本セルの配置に規則性をもたせることができ、レイ
アウト容易性の向上を図ることができる。
Therefore, it is possible to provide regularity to the arrangement of basic cells while ensuring high-speed operation of the Wallace tree configuration, and it is possible to improve the ease of layout.

第7図は「27」入力加算回路の二つの例である。FIG. 7 shows two examples of a "27" input adder circuit.

同図(a)に示す一つの例は、3個の9Wと2個の4W
により構成するもので、ブロック間配線を含めた規則性
に優れ、レイアウト重視の場合に好ましい、一方、同図
(b)に示す他の一つの例は3個の9Wと1個の6Wに
より構成するもので、通過段数が同図(a)のものより
も1段歩なくでき、動作速度重視の場合に好ましい。
One example shown in the same figure (a) is three 9Ws and two 4Ws.
It has excellent regularity including wiring between blocks, and is preferable when layout is important. On the other hand, another example shown in the same figure (b) is composed of three 9Ws and one 6W. This allows the number of stages to pass to be reduced by one stage compared to the one shown in FIG.

以上述べたように、上記の各実施例によれば、1ビット
全加算器(3W) 、4入力ワレストリー回路(4W)
および6入力ワレストリー回路(6W)を組み合わせる
だけで、様々な入力数の多入力加算回路を実現でき、ワ
レストリー構成の高速性を確保しつつ、レイアウト容易
性を向上できる。
As described above, according to each of the above embodiments, a 1-bit full adder (3W), a 4-input Wallace tree circuit (4W)
By simply combining the 6-input Wallestry circuit (6W), a multi-input adder circuit with various numbers of inputs can be realized, and the ease of layout can be improved while ensuring the high speed of the Wallestry configuration.

次に、以上の思想を乗算器に応用することを考えると、
例えば、「18」入力部分積生成・加算回路(以下、1
8D)は、第8図(b)に示すように、2個の「9」入
力部分積生成・加算回路(以下、9D)と1個の4Wの
組み合わせで実現できる。
Next, considering applying the above idea to a multiplier,
For example, "18" input partial product generation/addition circuit (hereinafter referred to as 1
8D) can be realized by a combination of two "9" input partial product generation/addition circuits (hereinafter referred to as 9D) and one 4W, as shown in FIG. 8(b).

また、「9」入力部分積生成・加算回路(以下、9D)
は、同図(a)に示すように、3個の「3」入力部分積
生成・加算回路(以下、3D)と1個の6Wの組み合わ
せで実現できる。すなわち、9Dは3個の基本セル(3
D)と1個の6Wにより実現できる。第9図は3Dのブ
ロック図で、第10図はその具体例である。3Dは3個
の部分積生成回路(以下、P)と1個の1ビット全加算
器で実現できる。なお、第11図(a)(b)は部分積
生成回路のブロック図および回路図である。
In addition, "9" input partial product generation/addition circuit (hereinafter referred to as 9D)
can be realized by a combination of three "3" input partial product generation/addition circuits (hereinafter referred to as 3D) and one 6W circuit, as shown in FIG. That is, 9D has three basic cells (3
D) and one 6W. FIG. 9 is a 3D block diagram, and FIG. 10 is a specific example thereof. 3D can be realized with three partial product generating circuits (hereinafter referred to as P) and one 1-bit full adder. Note that FIGS. 11(a) and 11(b) are a block diagram and a circuit diagram of the partial product generation circuit.

第12図は「27」入力部分積生成・加算回路の二つの
例である。同図(a)に示す一つの例は、3個の9Dと
2個の4Wにより構成するもので、ブロック間配線を含
めた規則性に優れ、レイアウト重視の場合に好ましい。
FIG. 12 shows two examples of the "27" input partial product generation/addition circuit. One example shown in FIG. 3A is composed of three 9Ds and two 4Ws, and has excellent regularity including wiring between blocks, and is preferable when layout is important.

一方、同図(b)に示す他の一つの例は3個の9Dと1
個の6Wにより構成するもので、通過段数が同図(a)
のものよりも1段歩なくでき、動作速度重視の場合に好
ましい。
On the other hand, another example shown in the same figure (b) is three 9D and one
The number of passing stages is as shown in the figure (a).
It can be done in one step less than the conventional method, and is preferable when speed of operation is important.

〔発明の効果〕〔Effect of the invention〕

本発明によれば、複数の加算段を、1ビ・ノド全加算器
(3W) 、4入力ワレストリー回路(4W)および6
入力ワレストリー回路(6W)で構成したので、ワレス
トリー回路の特長を活かしつつ、回路を規則性のある構
成とすることができ、高速性とレイアウト容易性とを両
立することができる。
According to the present invention, the plurality of adder stages are comprised of a 1-bit full adder (3W), a 4-input Wallestry circuit (4W), and a 6-bit full adder (3W),
Since it is configured with an input Wallestry circuit (6W), the circuit can be configured with regularity while taking advantage of the features of the Wallestry circuit, and it is possible to achieve both high speed and ease of layout.

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

第1〜12図は本発明に係る多入力加算回路の一実施例
を示す図であり、 第1図はその15人力加算回路の構成図、第2図はその
1ビット全加算器の構成図、第3図はその4入力ワレス
トリー回路の構成図、第4図はその6入力ワレストリー
回路の構成図、第5図はその9人力加算回路の構成図、
第6図はその18人力加算回路の構成図、第7図はその
27人力加算回路の構成図、第8図はその多入力部分積
生成・加算回路の構成図、 第9図はその部分積生成および1ビット全加算を行う基
本セルの構成図、 第1O図は第9図の基本セルの構成図、第11図はその
部分積生成回路の構成図、第12図はその27人力部分
積生成・加算回路の構成図である。 第13〜21図は従来例を示す図であり、第13図はそ
の変形Boothアルゴリズムに基づ〈従来の並列乗算
回路の構成図、 第14図はその従来のPPi生成器および加算器アレー
の構成図、 第15図は第14図の基本セルの1つを示す図、第16
図はその従来の他のPPi生成器および加算器アレーの
構成図、 第17図は第16図の基本セルの1つを示す図、第18
図はその従来例の基本セルの構成図、第19図はその従
来例のYデコーダの構成図、第20図はそのワレストリ
一方式による各桁の多入力加算回路への入力数を示す図
、 第21図はその18入力ワレストリー回路の構成図であ
る。 11〜13・・・・・・加算段、 14〜18・・・・・・1ビット全加算器(3W)、2
0.21・・・・・・4入力ワレストリー回路(4W)
、19・・・・・・6入力ワレストリー回路(6W)。 l3 12 If 第 図 4入力ワレストリー回路の構成図 第 図 6入力ワレストリー回路の構成図 第 図 1112I3 第 図 第 図 1+I2b 9 (a) 釘入力加算回路の構成図 (b) 111シIi 多入力部分積生成・加算回路の構成図 第 図 部分積生成及び1ビット全加算を行う基本セルの構成図
第 図 第 1 図 第9図の基本セルの構成図 第 0 図 第 13 図 (b) φ加算回路の構成図 第 2 図 IN 従来例の基本セルの構成図 第18図 従来例のYデコーダの構成図 第19図
1 to 12 are diagrams showing an embodiment of the multi-input adder circuit according to the present invention. FIG. 1 is a block diagram of the 15-manual adder circuit, and FIG. 2 is a block diagram of the 1-bit full adder. , Fig. 3 is a block diagram of the 4-input Wallestry circuit, Fig. 4 is a block diagram of the 6-input Wallestry circuit, and Fig. 5 is a block diagram of the 9-input adder circuit.
Figure 6 is a configuration diagram of the 18 human-powered addition circuit, Figure 7 is a configuration diagram of the 27-person addition circuit, Figure 8 is a configuration diagram of the multi-input partial product generation/addition circuit, and Figure 9 is the partial product A configuration diagram of the basic cell that performs generation and 1-bit full addition. Figure 1O is a configuration diagram of the basic cell in Figure 9. Figure 11 is a configuration diagram of its partial product generation circuit. Figure 12 is the 27 manual partial products. FIG. 2 is a configuration diagram of a generation/addition circuit. 13 to 21 are diagrams showing conventional examples. FIG. 13 is a configuration diagram of a conventional parallel multiplier circuit based on the modified Booth algorithm, and FIG. 14 is a diagram of the conventional PPi generator and adder array. Configuration diagram, Figure 15 is a diagram showing one of the basic cells in Figure 14, Figure 16 is a diagram showing one of the basic cells in Figure 14.
Figure 17 is a block diagram of another conventional PPi generator and adder array; Figure 17 is a diagram showing one of the basic cells in Figure 16;
FIG. 19 is a configuration diagram of a basic cell of the conventional example, FIG. 19 is a configuration diagram of a Y decoder of the conventional example, and FIG. 20 is a diagram showing the number of inputs to the multi-input adder circuit of each digit according to the one-way wallet system. FIG. 21 is a block diagram of the 18-input Wallace tree circuit. 11-13... Addition stage, 14-18... 1-bit full adder (3W), 2
0.21...4 input Wallace tree circuit (4W)
, 19... 6-input Wallestry circuit (6W). l3 12 If Fig. 4 Block diagram of input Wallace tree circuit Fig. 6 Block diagram of input Wallace tree circuit Fig. 1112I3 Fig. 1+I2b 9 (a) Block diagram of nail input addition circuit (b) 111shiIi Multi-input partial product Figure 1 Block diagram of the basic cell that performs partial product generation and 1-bit full addition Figure 1 Block diagram of the basic cell shown in Figure 9 Figure 0 Figure 13 Figure 13 (b) φ addition circuit Fig. 2 A block diagram of the basic cell of the conventional example Fig. 18 A block diagram of the Y decoder of the conventional example Fig. 19

Claims (1)

【特許請求の範囲】[Claims] 複数の加算段を、1ビット全加算器、4入力ワレストリ
ー回路および6入力ワレストリー回路で構成したことを
特徴とする多入力加算回路。
A multi-input adder circuit characterized in that the plurality of adder stages are composed of a 1-bit full adder, a 4-input Wollestry circuit, and a 6-input Wollestry circuit.
JP7238290A 1990-03-20 1990-03-20 Multi-input adding circuit Pending JPH03271931A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7238290A JPH03271931A (en) 1990-03-20 1990-03-20 Multi-input adding circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7238290A JPH03271931A (en) 1990-03-20 1990-03-20 Multi-input adding circuit

Publications (1)

Publication Number Publication Date
JPH03271931A true JPH03271931A (en) 1991-12-03

Family

ID=13487685

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7238290A Pending JPH03271931A (en) 1990-03-20 1990-03-20 Multi-input adding circuit

Country Status (1)

Country Link
JP (1) JPH03271931A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5617345A (en) * 1994-09-29 1997-04-01 Fujitsu Limited Logical operation circuit and device having the same
US6272513B1 (en) 1998-02-23 2001-08-07 Denso Corporation Multiplying device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5617345A (en) * 1994-09-29 1997-04-01 Fujitsu Limited Logical operation circuit and device having the same
US6272513B1 (en) 1998-02-23 2001-08-07 Denso Corporation Multiplying device

Similar Documents

Publication Publication Date Title
Dadda Some schemes for parallel multipliers
WO1993022721A1 (en) Compact multiplier
Gokhale et al. Design of Vedic-multiplier using area-efficient Carry Select Adder
EP0811908B1 (en) Two's complement multiplier
Gokhale et al. Design of area and delay efficient Vedic multiplier using Carry Select Adder
JP3345894B2 (en) Floating point multiplier
US6065033A (en) Wallace-tree multipliers using half and full adders
JPH04205026A (en) Divider circuit
US4811270A (en) Merged CCD/MOS integrated circuit
JPH03271931A (en) Multi-input adding circuit
JPS5856033A (en) Multiplying circuit
JPH04153730A (en) Multi-input adding circuit
JP3227538B2 (en) Binary integer multiplier
JPS58137045A (en) Parallel multiplier
JPS6014326A (en) Arithmetic circuit of absolute value
JP3201231B2 (en) Unit adder
US6742011B1 (en) Apparatus and method for increasing performance of multipliers utilizing regular summation circuitry
JP3417172B2 (en) Arithmetic circuit
JP2635696B2 (en) Multiplication instruction processing method
JP2629736B2 (en) Product-sum operation circuit
JPS6259828B2 (en)
JP3012557B2 (en) Decimal-binary conversion circuit
JP2529890B2 (en) Multiplicative remainder calculator
JPH05265715A (en) Adder/multiplier
JPH03271932A (en) Multiplier