JP3199196B2 - 5-input adder - Google Patents

5-input adder

Info

Publication number
JP3199196B2
JP3199196B2 JP02341793A JP2341793A JP3199196B2 JP 3199196 B2 JP3199196 B2 JP 3199196B2 JP 02341793 A JP02341793 A JP 02341793A JP 2341793 A JP2341793 A JP 2341793A JP 3199196 B2 JP3199196 B2 JP 3199196B2
Authority
JP
Japan
Prior art keywords
input
adder
exclusive
bit
carry
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.)
Expired - Lifetime
Application number
JP02341793A
Other languages
Japanese (ja)
Other versions
JPH06214759A (en
Inventor
俊宏 南
孝夫 金子
良太 笠井
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP02341793A priority Critical patent/JP3199196B2/en
Publication of JPH06214759A publication Critical patent/JPH06214759A/en
Application granted granted Critical
Publication of JP3199196B2 publication Critical patent/JP3199196B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、Wallaceトリー
乗算器や複数オペランド加算器で用いられるものであ
り、5ビットを加算して1ビットの和と2ビットのキャ
リーを生成する5入力加算器に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a five-input adder for use in a Wallace tree multiplier or a multi-operand adder, which adds five bits to generate a one-bit sum and a two-bit carry. Things.

【0002】[0002]

【従来の技術】〔従来例1〕 従来例1の全加算器(FA)1の構成を図5に示す。な
お、図5(b)は図5(a)の全加算器(FA)1の内
部を詳しく示したものである。3ビット(X0,X1,
X2)を入力して1ビットの和(S0)と1ビットのキ
ャリー(C0)を出力する。真理値表を図6に示す。な
お。以下の説明においてSは和、Cはキャリーを示し、
適宜サフィックスの数字を付して示す。
2. Description of the Related Art FIG. 5 shows a configuration of a full adder (FA) 1 of a first conventional example. FIG. 5B shows the internal structure of the full adder (FA) 1 shown in FIG. 5A in detail. 3 bits (X0, X1,
X2) and outputs a 1-bit sum (S0) and a 1-bit carry (C0). FIG. 6 shows a truth table. In addition. In the following description, S indicates sum, C indicates carry,
It is shown with suffix numbers as appropriate.

【0003】排他的論理和ゲート2は入力X0とX1か
らA0を生成する。図6に示したように、X0とX1の
2種類の組合わせ(X0=0,X1=0またはX0=
1,X1=1)でA0=0となる。このとき、排他的論
理和ゲート3は入力X2をスルーで通し、和S0を生成
する。なお、X0=X1=0のときC0=0であり、X
0=X1=1のときC0=1である。また、2種類の組
合わせ(X0=1,X1=0またはX0=0,X1=
1)でA0=1となる。このとき、排他的論理和ゲート
3は、入力X2を反転し、和S0を生成する。なお、X
2=0のときC0=0であり、X2=1のときC0=1
である。すなわち、図5に示したようにセレクタ4によ
って、A0=0のときX1(またはX0)を選択し、A
0=1のときX2を選択することにより、キャリーC0
を生成できる。なお、セレクタ4に記入した0と1は、
選択信号A0=0のとき0と記入された側、A0=1の
とき1と記入された側が選択されることを意味する。後
に記述されるセレクタ18上の0と1も、セレクタ4上
に記入したものと同様の意味である。また、最悪遅延時
間を決めるクリティカルパスを、入力信号からキャリー
または和を生成するために必要な排他的論理和ゲート
2,3とセレクタ4の数で評価する。この評価基準によ
ると、図5のFA1のクリティカルパスは排他的論理和
ゲートが2と3の2個であるから2段である。
The exclusive OR gate 2 generates A0 from inputs X0 and X1. As shown in FIG. 6, two types of combinations of X0 and X1 (X0 = 0, X1 = 0 or X0 =
1, X1 = 1), A0 = 0. At this time, the exclusive OR gate 3 passes the input X2 through to generate the sum S0. Note that when X0 = X1 = 0, C0 = 0 and X
When 0 = X1 = 1, C0 = 1. In addition, two types of combinations (X0 = 1, X1 = 0 or X0 = 0, X1 =
In 1), A0 = 1. At this time, the exclusive OR gate 3 inverts the input X2 to generate the sum S0. Note that X
When 2 = 0, C0 = 0, and when X2 = 1, C0 = 1.
It is. That is, as shown in FIG. 5, the selector 4 selects X1 (or X0) when A0 = 0, and
By selecting X2 when 0 = 1, carry C0 is selected.
Can be generated. Note that 0 and 1 written in the selector 4 are:
When the selection signal A0 = 0, the side written with 0 means that the side written with 1 when A0 = 1 means to be selected. 0 and 1 on the selector 18 described later have the same meaning as those written on the selector 4. The critical path for determining the worst delay time is evaluated by the number of exclusive OR gates 2 and 3 and the number of selectors 4 necessary to generate a carry or a sum from an input signal. According to this evaluation criterion, the critical path of FA1 in FIG. 5 has two stages because there are two exclusive OR gates 2 and 3.

【0004】FA1を直列に2個接続した(4+1)入
力加算器5の構成を図7に、その真理値表を図8に示
す。(4+1)入力加算器5は1ビットの和(S1)と
2ビットのキャリー(C0,C1)を出力する。(4+
1)入力加算器5をm個並べ、C0を左隣(1ビット上
位)のD0に接続することにより、4個のmビットデー
タを加算し、キャリーと和を生成する4入力桁上げ保存
加算器(以後、4CSAと呼ぶ)6を図9のように構成
することができる。4CSA6のクリティカルパスは4
段である。4CSA6を用いると、4個の4ビットデー
タa0〜d0,a1〜d1,a2〜d2,a3〜d3を
加算し、4ビットの和とキャリーを生成することができ
る。
FIG. 7 shows a configuration of an (4 + 1) input adder 5 in which two FAs 1 are connected in series, and FIG. 8 shows a truth table thereof. The (4 + 1) input adder 5 outputs a 1-bit sum (S1) and a 2-bit carry (C0, C1). (4+
1) By arranging m input adders 5 and connecting C0 to D0 on the left (one bit higher), four m-bit data are added, and a 4-input carry save addition that generates a carry and a sum The unit (hereinafter referred to as 4CSA) 6 can be configured as shown in FIG. The critical path of 4CSA6 is 4
It is a step. When 4CSA6 is used, four 4-bit data a0 to d0, a1 to d1, a2 to d2, and a3 to d3 can be added to generate a 4-bit sum and carry.

【0005】〔従来例2〕 図9に示した4CSA6をWallaceトリー方式で
接続した従来例2の(8+2)入力加算器9の構成を図
10に示す。図10で図10(b)は図10(a)の4
CSA6の内部を詳しく示したものである。C0*とD
0*,C1*とD1*,C4*とD4*は4CSA6の
内部で接続する。(8+2)入力加算器9により、8個
のmビットデータを加算し、キャリーと和を生成する8
入力桁上げ保存加算器を構成することができる。この8
入力桁上げ保存加算器のクリティカルパスは8段であ
る。本加算器については、例えば、MARK R.SA
NTORO,MARK A.HORDWITZ,”SP
IM:A Pipelined 64×64−bit
Iterative Multiplier”,IEE
E J.Solid−State Circuits,
vol.SC−24,no.2,pp.487−49
3,Apr.1989に記載されている。
[Conventional Example 2] FIG. 10 shows a configuration of an (8 + 2) input adder 9 of Conventional Example 2 in which the 4CSAs 6 shown in FIG. 9 are connected by a Wallace tree method. In FIG. 10, FIG.
3 shows the inside of the CSA 6 in detail. C0 * and D
0 *, C1 * and D1 *, C4 * and D4 * are connected inside 4CSA6. An (8 + 2) input adder 9 adds eight m-bit data to generate a carry and a sum.
An input carry save adder can be configured. This 8
The input carry save adder has eight critical paths. Regarding this adder, for example, MARK R. SA
NTRO, MARK A. HORDWITZ, "SP
IM: A Pipelined 64 × 64-bit
Iterative Multiplier ", IEEE
EJ. Solid-State Circuits,
vol. SC-24, no. 2, pp. 487-49
3, Apr. 1989.

【0006】また、4CSA6の構成要素である(4+
1)入力加算器5からは2ビットのキャリー(C0,C
1)が出力される。これらのC0とC1の重みは等しい
ので一方が0、他方が1のとき、どちらを1としても
(4+1)入力加算器としての機能は等価である。この
点に着目した(4+1)入力加算器10の真理値表を図
11に示す。図11から導き出される(4+1)入力加
算器10の構成を図12に示す。この(4+1)入力加
算器10を構成要素としても4入力桁上げ保存加算器
(以後、4CSAAと呼ぶ)を構成することができる。
図9に示した4CSA6の和は排他的論理和ゲート4段
を通って生成されたのに対し、4CSAAの和は排他的
論理和ゲート3段を通って生成される。この回路につい
ては、例えば、J.Mori,M.Nagamats
u,M.Hirano, S.Tanaka,M.No
da,Y.Toyoshima,K.Hashimot
o,H.Hayashida,K.Maeguch
i,”A 10−ns 54×54−bit Para
llel Structured Full Arra
y Multiplier with 0.5−μm
CMOS Technology”IEEE J.So
lid−State Circuits,vol.SC
−26,no.4,pp.600−606,Apr.1
991に記載されている。
[0006] In addition, (4+
1) A 2-bit carry (C0, C0)
1) is output. Since the weights of C0 and C1 are equal, when one is 0 and the other is 1, the function as a (4 + 1) input adder is equivalent regardless of which one is 1. FIG. 11 shows a truth table of the (4 + 1) input adder 10 focusing on this point. FIG. 12 shows the configuration of the (4 + 1) input adder 10 derived from FIG. Even if the (4 + 1) input adder 10 is used as a component, a 4-input carry save adder (hereinafter referred to as 4CSAA) can be configured.
While the sum of 4CSAs 6 shown in FIG. 9 is generated through four exclusive OR gates, the sum of 4CSAA is generated through three exclusive OR gates. This circuit is described in, for example, Mori, M .; Nagamats
u, M. Hirano, S.M. Tanaka, M .; No
da, Y. Toyoshima, K .; Hashimot
o, H .; Hayashida, K .; Maeguch
i, "A 10-ns 54 × 54-bit Para
llell Structured Full Arra
y Multiplier with 0.5-μm
CMOS Technology "IEEE J. So
lid-State Circuits, vol. SC
-26, no. 4, pp. 600-606, Apr. 1
991.

【0007】[0007]

【発明が解決しようとする課題】ところが、従来例1に
おいては、4CSAのクリティカルパスは4段となり、
遅延時間が大きいという問題がある。
However, in the conventional example 1, the critical path of 4CSA has four stages,
There is a problem that the delay time is large.

【0008】従来例2においては、Wallaceトリ
ーの構成要素として4CSA6を用いることにより、全
加算器を用いたWallaceトリーよりも規則的な構
成にしているが、4CSA間の配線が複雑になるという
問題がある。また、4CSAAは、和は排他的論理和ゲ
ート3段で生成でき、4CSA6よりもくりティカルパ
スが短いが、キャリーを生成するパスがクリティカルに
なるという問題がある。
In the second conventional example, the use of the 4CSA 6 as a component of the Wallace tree has a more regular configuration than the Wallace tree using the full adder, but the wiring between the 4CSAs becomes complicated. There is. In addition, the 4CSAA can generate the sum with three stages of exclusive OR gates, and has a shorter physical path than the 4CSA6. However, there is a problem that the path for generating the carry becomes critical.

【0009】本発明は、前記問題点を解決するためにな
されたものであり、本発明の目的はハード量を増加させ
ることなく、4CSAのクリティカルパスを排他的論理
和ゲート3段に削減することが可能な技術を提供するこ
とにある。
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and an object of the present invention is to reduce the 4CSA critical path to three exclusive OR gates without increasing the amount of hardware. Is to provide a possible technology.

【0010】[0010]

【課題を解決するための手段】前記問題点を解決するた
めに、本発明は、5ビットを入力とし、2ビットのキャ
リーと1ビットの和を出力する5入力加算器において、
最初に1番目と2番目の入力ビットの排他的理論和を取
り、その結果が0であるとき前記1番目と2番目の入力
ビットの片方を選択し、結果が1であるとき3番目の入
力ビットを選択することにより1番目のキャリーを生成
する手段と、3番目の入力ビットと4番目の入力ビット
の排他的論理和を取り、その結果と前記1番目のキャリ
ーの選択に使用した信号との排他的論理を取り、その結
果が0であるとき前記4番目の入力ビットを選択し、1
であるとき5番目の入力ビットを選択することにより2
番目のキャリーを生成する手段と、5番目の入力ビット
と前記2番目のキャリーの選択に使用した信号との排他
的論理和を取り、和を生成する手段とを有することを特
徴とする。
In order to solve the above problems, the present invention provides a 5-input adder that receives 5 bits and outputs a 2-bit carry and a 1-bit sum.
First, an exclusive OR of the first and second input bits is taken, and when the result is 0, one of the first and second input bits is selected, and when the result is 1, the third input bit is selected. Means for generating a first carry by selecting a bit, an exclusive OR of a third input bit and a fourth input bit, a result thereof, and a signal used for selecting the first carry. , And when the result is 0, the fourth input bit is selected.
By selecting the fifth input bit when
Means for generating an exclusive OR of a fifth input bit and a signal used for selecting the second carry, and generating a sum.

【0011】[0011]

【作用】本発明による5入力加算器を用いてWalla
ceトリーを構成すると、5加入加算器1段当りのクリ
ティカルパスを排他的論理和ゲート3段に削減すること
ができる。
The Walla using the 5-input adder according to the present invention.
When the ce tree is configured, the number of critical paths per stage of the 5-addition adder can be reduced to three stages of exclusive OR gates.

【0012】[0012]

【実施例】図1は本発明の実施例の(4+1)入力加算
器16の構成を示すブロック図で、図5と同じ符号は同
じ部分を示し、17は排他的論理和ゲート、18はセレ
クタを示す。入力A0,X2,X3からA1を生成する
2つの回路19,20を図2に、回路19,20の真理
値表をそれぞれ図3と図4に示す。図3と図4から分か
るようにA0+X2の排他的論理和をとったものとX3
との排他的論理和は、X2とX3の排他的論理和をとっ
たものとA0との排他的論理和と等しいのであり、回路
19と回路20は等価である。また(4+1)入力加算
器を構成する上で中間和S0を出力する必要はない。従
って、図7の回路19を回路20に置き換えた図1の
(4+1)入力加算器16は図7の(4+1)入力加算
器5と等価である。ところが、図7の(4+1)入力加
算器5を用いて構成した4CSA6のクリティカルパス
が4段であったのに対し、本(4+1)入力加算器16
を用いて4入力配列型桁上げ保存加算器(以後、4CS
ABと呼ぶ)を構成すると、クリティカルパスは3段と
なる。
1 is a block diagram showing the configuration of an (4 + 1) input adder 16 according to an embodiment of the present invention. The same reference numerals as in FIG. 5 denote the same parts, 17 is an exclusive OR gate, 18 is a selector. Is shown. FIG. 2 shows two circuits 19 and 20 for generating A1 from inputs A0, X2 and X3, and FIGS. 3 and 4 show truth tables of the circuits 19 and 20, respectively. As can be seen from FIGS. 3 and 4, the exclusive OR of A0 + X2 and X3
Is equivalent to the exclusive OR of X2 and X3 and the exclusive OR of A0, and the circuits 19 and 20 are equivalent. Further, it is not necessary to output the intermediate sum S0 in configuring the (4 + 1) input adder. Therefore, the (4 + 1) input adder 16 of FIG. 1 in which the circuit 19 of FIG. 7 is replaced by the circuit 20 is equivalent to the (4 + 1) input adder 5 of FIG. However, while the critical path of the 4CSA 6 configured using the (4 + 1) input adder 5 of FIG.
Using a 4-input array type carry save adder (hereinafter 4CS
AB), there are three critical paths.

【0013】[0013]

【発明の効果】以上説明したように、Wallaceト
リーを構成するとき、本発明による5入力加算器を用い
ることにより、配線の複雑さの増加を抑えてクリティカ
パスを削減する効果がある。
As described above, when the Wallace tree is constructed, the use of the five-input adder according to the present invention has the effect of suppressing an increase in wiring complexity and reducing the critical path.

【0014】また、非常に多ビット入力の桁上げ保存加
算器を構成するとき、本発明による複数の配列型桁上げ
保存加算器を組合わせて加算器トリーを構成することに
より、配線の複雑さの増加を抑えてクリティカルパスを
削減する効果がある。
Further, when configuring a carry save adder with a very large number of bits, the wiring complexity is increased by combining the plurality of array-type carry save adders according to the present invention to form an adder tree. This has the effect of suppressing the increase in the number of critical paths and reducing the critical path.

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

【図1】本発明の実施例の(4+1)入力加算器の構成
を示す論理図である。
FIG. 1 is a logic diagram showing a configuration of a (4 + 1) input adder according to an embodiment of the present invention.

【図2】本発明の原理を説明するための論理図である。FIG. 2 is a logic diagram for explaining the principle of the present invention.

【図3】図2(a)の真理値表を示す図である。FIG. 3 is a diagram showing a truth table of FIG. 2 (a).

【図4】図2(b)の真理値表を示す図である。FIG. 4 is a diagram showing a truth table of FIG. 2 (b).

【図5】全加算器の構成を示す論理図である。FIG. 5 is a logic diagram showing a configuration of a full adder.

【図6】図5の真理値表を示す図である。FIG. 6 is a diagram showing a truth table of FIG. 5;

【図7】従来技術の例の(4+1)入力加算器の構成を
示す論理図である。
FIG. 7 is a logic diagram showing a configuration of a (4 + 1) input adder according to a conventional example.

【図8】図7の真理値表を示す図である。FIG. 8 is a diagram showing a truth table of FIG. 7;

【図9】従来技術の例の4入力加算器の構成を示す論理
図である。
FIG. 9 is a logic diagram showing a configuration of a four-input adder according to a conventional example.

【図10】従来技術の例の4入力桁上げ保存加算器をW
allaceトリー方式で接続した(8+2)入力加算
器の構成を示す論理図である。
FIG. 10 shows a 4-input carry save adder of the prior art example as W
FIG. 4 is a logic diagram showing a configuration of an (8 + 2) input adder connected by an alley tree method.

【図11】(4+1)入力加算器の真理値表を示す図で
ある。
FIG. 11 is a diagram illustrating a truth table of a (4 + 1) input adder;

【図12】従来技術の例の排他的論理和ゲート3段で和
を生成する(4+1)入力加算器の構成を示す論理図で
ある。
FIG. 12 is a logic diagram showing a configuration of a (4 + 1) input adder that generates a sum with three stages of an exclusive OR gate according to a conventional example.

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

1 全加算器(FA) 2 排他的論理和ゲート 3 排他的論理和ゲート 4 セレクタ 5 (4+1)入力加算器 6 4入力桁上げ保存加算器 9 4入力桁上げ保存加算器をWallaceトリー方
式で接続した(8+2)入力加算器 10 排他的論理和ゲート3段で和を生成する(4+
1)入力加算器 11 排他的論理和ゲート 12 ANDゲート 13 ORゲート 14 NORゲート 16 クリティカルパスが3段の(4+1)入力加算器 17 排他的論理和ゲート 18 セレクタ 19 排他的論理和ゲートを2段直列に接続した回路 20 排他的論理和ゲートを2段直列に接続した回路
Reference Signs List 1 full adder (FA) 2 exclusive OR gate 3 exclusive OR gate 4 selector 5 (4 + 1) input adder 6 4-input carry save adder 9 4-input carry save adder connected by Wallace tree method (8 + 2) input adder 10 A sum is generated by three stages of exclusive OR gates (4+
1) Input adder 11 Exclusive OR gate 12 AND gate 13 OR gate 14 NOR gate 16 (4 + 1) input adder with three stages of critical path 17 Exclusive OR gate 18 Selector 19 Two stages of exclusive OR gate Circuits connected in series 20 Circuits in which exclusive OR gates are connected in two stages in series

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭62−166424(JP,A) 特開 昭53−31927(JP,A) 特開 昭62−140138(JP,A) 特開 平4−289917(JP,A) 特開 平4−92920(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 7/38 - 7/54 ──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-62-166424 (JP, A) JP-A-53-31927 (JP, A) JP-A-62-140138 (JP, A) JP-A-4- 289917 (JP, A) JP-A-4-92920 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) G06F 7/ 38-7/54

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 5ビットを入力とし、2ビットのキャリ
ーと1ビットの和を出力する5入力加算器において、最
初に1番目と2番目の入力ビットの排他的論理和を取
り、その結果が0であるとき前記1番目と2番目の入力
ビットの片方を選択し、結果が1であるとき3番目の入
力ビットを選択することにより1番目のキャリーを生成
する手段と、3番目の入力ビットと4番目の入力ビット
の排他的論理和を取り、その結果と前記1番目のキャリ
ーの選択に使用した信号との排他的論理和を取り、その
結果が0であるとき前記4番目の入力ビットを選択し、
1であるとき5番目の入力ビットを選択することにより
2番目のキャリーを生成する手段と、5番目の入力ビッ
トと前記2番目のキャリーの選択に使用した信号との排
他的論理和を取り、和を生成する手段とを有することを
特徴とする5入力加算器。
1. A five-input adder that receives five bits and outputs a two-bit carry and a one-bit sum, first takes an exclusive OR of the first and second input bits, and the result is Means for generating a first carry by selecting one of the first and second input bits when it is 0, and selecting a third input bit when the result is 1; And the exclusive OR of the fourth input bit and the exclusive OR of the result and the signal used for selecting the first carry, and when the result is 0, the fourth input bit And select
Means for generating a second carry by selecting the fifth input bit when it is 1, and exclusive-ORing the fifth input bit with the signal used for selecting the second carry, Means for generating a sum.
JP02341793A 1993-01-20 1993-01-20 5-input adder Expired - Lifetime JP3199196B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP02341793A JP3199196B2 (en) 1993-01-20 1993-01-20 5-input adder

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP02341793A JP3199196B2 (en) 1993-01-20 1993-01-20 5-input adder

Publications (2)

Publication Number Publication Date
JPH06214759A JPH06214759A (en) 1994-08-05
JP3199196B2 true JP3199196B2 (en) 2001-08-13

Family

ID=12109927

Family Applications (1)

Application Number Title Priority Date Filing Date
JP02341793A Expired - Lifetime JP3199196B2 (en) 1993-01-20 1993-01-20 5-input adder

Country Status (1)

Country Link
JP (1) JP3199196B2 (en)

Also Published As

Publication number Publication date
JPH06214759A (en) 1994-08-05

Similar Documents

Publication Publication Date Title
US4525797A (en) N-bit carry select adder circuit having only one full adder per bit
EP0827069B1 (en) Arithmetic circuit and method
JPH0215088B2 (en)
US7617269B2 (en) Logic entity with two outputs for efficient adder and other macro implementations
CN101140511A (en) Cascaded carry binary adder
EP0416869B1 (en) Digital adder/accumulator
US7620677B2 (en) 4:2 Carry save adder and 4:2 carry save adding method
JPS595349A (en) Adder
US7024445B2 (en) Method and apparatus for use in booth-encoded multiplication
JP3556950B2 (en) Structure and method for reducing the number of carry look-ahead adder stages in high speed arithmetic devices
US6012079A (en) Conditional sum adder using pass-transistor logic and integrated circuit having the same
US4229803A (en) I2 L Full adder and ALU
EP1008033B1 (en) Digital adder circuit
JP3356613B2 (en) Addition method and adder
JPH04233629A (en) Prefetching adder
Ghafari et al. A new high-speed and low area efficient pipelined 128-bit adder based on modified carry look-ahead merging with Han-Carlson tree method
US6055557A (en) Adder circuit and method therefor
US6003059A (en) Carry select adder using two level selectors
JP3199196B2 (en) 5-input adder
JPH0450614B2 (en)
US5812521A (en) Static adder using BICMOS emitter dot circuits
US7277909B2 (en) High speed adder
JP2608600B2 (en) Apparatus for calculating parity bit of sum of two numbers
US6560625B1 (en) Fast digital adder
Au et al. Unified Radix-4 Multiplier for GF (p) and GF (2^ n)

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090615

Year of fee payment: 8

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090615

Year of fee payment: 8

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100615

Year of fee payment: 9

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100615

Year of fee payment: 9

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110615

Year of fee payment: 10

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120615

Year of fee payment: 11

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130615

Year of fee payment: 12

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130615

Year of fee payment: 12