JPH0528408B2 - - Google Patents

Info

Publication number
JPH0528408B2
JPH0528408B2 JP62030326A JP3032687A JPH0528408B2 JP H0528408 B2 JPH0528408 B2 JP H0528408B2 JP 62030326 A JP62030326 A JP 62030326A JP 3032687 A JP3032687 A JP 3032687A JP H0528408 B2 JPH0528408 B2 JP H0528408B2
Authority
JP
Japan
Prior art keywords
digit
circuit
signal
sum
addend
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
JP62030326A
Other languages
Japanese (ja)
Other versions
JPS63197227A (en
Inventor
Takashi Taniguchi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP62030326A priority Critical patent/JPS63197227A/en
Priority to US07/086,967 priority patent/US4866657A/en
Publication of JPS63197227A publication Critical patent/JPS63197227A/en
Priority to US03/239,243 priority patent/US5031136A/en
Priority to US07/599,275 priority patent/US5153847A/en
Publication of JPH0528408B2 publication Critical patent/JPH0528408B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】[Detailed description of the invention]

産業上の利用分野 本発明は、内部演算に符号付きデイジツト数表
示を用いた算術演算装置における加算器に関す
る。 従来の技術 従来、冗長2進数(一種の符号付きデイジツト
数)の加算器については、昭和61年度電子通信学
会総合全国大会論文誌第2−187頁に論じられて
いる。また、内部に冗長2進表現を用いた高速乗
算器に関しては、アイイーイーイー トランザク
シヨン オブ コンピユータ(IEEE Trans.
Comput.)、Vol.C−34、No.9、Septmber1985、
第789頁から第796頁に論じられている。これら
は、各桁を−1、0、1の値をもつ2つの2値信
号で表現し、組み合せ回路により冗長2進数同士
の加算を実現しており、桁数に関係なく一定時間
で加算を行なうことができる。 発明が解決しようとする問題点 上記従来例では、ECL論理素子の特徴をいか
して、信号の正および負の論理値を多用した加算
器や、トランスフアゲートを用いた選択回路等を
用いた回路が提案されているが、いずれも素子数
が多い。したがつて、演算の桁数が大きくなると
素子数が膨大となりLSI化が難しくなる。また、
加算器の遅延段数が多い等の問題がある。 本発明の目的は、従来の欠点を解消し、簡単な
構成で素子数および遅延段数の少ない、LSI化に
適した加算器を提供することである。 問題点を解決するための手段 上記目的は、符号付きデイジツト数の加算にお
いて、第i桁の被加数と加数から、それらの和が
非負であるか、どちらか一方が正であるかあるい
はどちらも非負であるか等の組み合せ状態を表わ
す2値信号Piを出力する第1の回路と、第i桁の
桁上げCiと前記2値信号Piの論理反転信号iとの
和で表わされる値をもつ2値信号Biを出力する第
2の回路と、第i桁との中間和Siと、第i−1桁
の組み合せ状態を表わす2値信号Pi-1との和Si
Pi-1の値表わす符号付きデイジツト信号Riを出力
する第3の回路と、第i−1桁の前記第2の回路
の出力の2値信号Bi-1と前記符号付きデイジツト
信号Riのみから、前記第i桁の中間和Siと第i−
1桁の桁上げCi-1との和Si+Ci-1の値を表わす符
号付きデイジツト数を出力する第4の回路を設け
ることにより達成される。 作 用 本発明は上記説明した構成により、加算器のそ
の桁から、1つ上位桁へ出力される信号、あるい
は下位桁からその桁に入力される信号が、2つの
2値信号、すなわち、被加数および加数の組み合
せを表わす2値信号およびその桁からの桁上げの
情報を含む2値信号のみでよい。また、中間桁上
げの情報を含む信号の組み合せの数は、実際に生
じる中間桁上げの値の数より少なくなり、中間和
の情報を含む信号は各桁の符号付きデイジツト数
の値を表わすに必要な信号線の数より少なくする
ことが可能である。以上のことから加算器の回路
構成を簡単にすることができる。 実施例 以下、本発明の実施例を冗長2進数の加算器に
ついて説明する。 冗長2進数表現を用いた加算において、桁上げ
が1桁しか伝搬しない加算規則の一例を第1表に
示す。
FIELD OF THE INVENTION The present invention relates to an adder in an arithmetic operation device that uses signed digit number representation for internal operations. BACKGROUND ART Conventionally, an adder for redundant binary numbers (a type of signed digit number) has been discussed in the 1985 Journal of the Institute of Electronics and Communication Engineers General National Conference, page 2-187. Regarding high-speed multipliers that use redundant binary representation internally, the IEEE Transactions of Computers (IEEE Trans.
Comput.), Vol.C−34, No.9, September1985,
Discussed on pages 789-796. These represent each digit with two binary signals with values of -1, 0, and 1, and use a combinational circuit to realize addition of redundant binary numbers, and the addition is performed in a fixed time regardless of the number of digits. can be done. Problems to be Solved by the Invention In the conventional example described above, a circuit that takes advantage of the characteristics of the ECL logic element includes an adder that uses many positive and negative logic values of a signal, a selection circuit that uses a transfer gate, etc. Although several proposals have been made, they all have a large number of elements. Therefore, as the number of digits in the calculation increases, the number of elements increases, making it difficult to implement into an LSI. Also,
There are problems such as the large number of delay stages in the adder. SUMMARY OF THE INVENTION An object of the present invention is to eliminate the drawbacks of the conventional adder, to provide an adder with a simple configuration, a small number of elements and a small number of delay stages, and suitable for LSI implementation. Means for solving the problem The above purpose is to determine whether the sum is non-negative, one of them is positive, or A first circuit that outputs a binary signal P i representing a combination state such as whether both are non-negative, and a sum of a carry C i of the i-th digit and a logical inversion signal i of the binary signal P i . a second circuit that outputs a binary signal B i having the value represented; the intermediate sum S i of the i-th digit; and the sum of the binary signal P i-1 representing the combination state of the i-1st digit. S i +
a third circuit that outputs a signed digit signal R i representing the value of P i-1 ; and a binary signal B i-1 of the output of the second circuit of the i-1st digit and the signed digit signal R From only i , the intermediate sum S i of the i-th digit and the i-th
This is achieved by providing a fourth circuit which outputs a signed digit number representing the value of the sum S i +C i-1 with a one-digit carry C i-1. Effect The present invention has the above-described configuration, so that the signal outputted from that digit of the adder to the next higher digit, or the signal inputted from the lower digit to that digit, becomes two binary signals, that is, the input signal. Only a binary signal representing an addend and a combination of the addends and a binary signal containing information on carry from that digit is sufficient. In addition, the number of combinations of signals containing intermediate carry information is smaller than the number of intermediate carry values that actually occur, and the signal containing intermediate sum information represents the value of the signed digit number of each digit. It is possible to reduce the number of signal lines to less than the required number. From the above, the circuit configuration of the adder can be simplified. Embodiment Hereinafter, an embodiment of the present invention will be described regarding a redundant binary adder. Table 1 shows an example of an addition rule in which a carry propagates only one digit in addition using redundant binary representation.

【表】 第1表において、i桁目の被加数xi、加数yi
1つの下位の桁の被加数xi-1、1つの下位の桁の
加数yi-1、i桁目の桁上げCiおよび中間和Siは、
冗長2進数であり、それぞれ1、0あるいは−1
の値をもつ。また第1表において、1は−1を示
す。 第1表からわかるように、被加数xi、加数yi
さらに1つ下位の被加数xi-1および1つの下位の
加数yi-1の値により、桁上げCiおよび中間和Si
値が異なる。第1表の例では、1つ下位の桁の値
の組み合せとして、xi-1+yi-1の値により、桁上
げCiおよび中間和Siの値を変えている。また、桁
上げCiおよび中間和Siは冗長2進数であるため、
その値を表現するためには、それぞれ2つの2値
変数が必要となる。そこで、加数と被加数の組み
合せ状態、すなわち、xi+yi20であるか、ある
いはxi+Yi<0であるかの2値変数Piを導入し、
例えばxi+Yi0のとき、Pi=1とし、xi+yi
0のときPi=0とする。さらに、i桁目の被加数
と加数の組み合せ変数Piと、i−1桁目の組み合
せ変数Pi-1と、桁上げCiおよび中間和Siから、桁
上げCiの情報を含んだ変数Biおよび中間和Siの情
報を含む変数Riを導入する。すなわち、Biおよび
Riを Bi=Cii ……(1) Ri=Si+Pi-1 ……(2) の算術演算式で表わす。ここで、iはPiの論理
反転を示し、Pi=1のときi=0であり、Pi=0
のときi=1である。第1表に、第i桁および
第i−1桁の被加数および加数の組み合せに対す
る変数Pi、Pi-1、BiおよびRiを追加して示す。第
1表からわかるように、桁上げ情報を含む変数Bi
および中間情報を含む変数Riは、それぞれ0ある
いは1の値しかとらない2値変数となる。 また、第i桁の最終的な和Ziは、第i桁の中間
和Siと1つの下位の桁、すなわちi−1桁からの
桁上げCi-1との和より求めることができ、(1)およ
び(2)式を用いることにより以下のようにして求め
ることができる。 Zi=Si+Ci-1=Ri−Pi-1 +Bi-1i-1=Ri+Bi-1−1 ……(3) ここで、恒等式=1−Aを用いて式変形を行
なつている。したがつて、第i桁の和Ziは、2値
信号RiおよびBi-1より求めることができる。 次に、冗長2進数、被加数xi、加数yiおよび和
Ziを第2表に示すように2値変数への符号化を行
なう。
[Table] In Table 1, the i-th digit summand x i , the addend y i ,
The summand x i-1 of one lower digit, the addend y i-1 of one lower digit, the carry C i of the i-th digit, and the intermediate sum S i are:
Redundant binary numbers, each 1, 0 or -1
has the value of In Table 1, 1 indicates -1. As can be seen from Table 1, the summand x i , the addend y i ,
Furthermore, the values of the carry C i and the intermediate sum S i differ depending on the values of the next lower addend x i-1 and the one lower addend y i -1 . In the example in Table 1, the values of the carry C i and the intermediate sum S i are changed depending on the value of x i-1 +y i-1 as the combination of values of the next lower digit. Also, since the carry C i and the intermediate sum S i are redundant binary numbers,
Two binary variables are required to represent each value. Therefore, we introduce a binary variable P i that represents the combination of the addand and the summand, that is, whether x i + y i 20 or x i + Y i <0,
For example, when x i + Y i 0, P i = 1, and x i + y i <
When it is 0, P i =0. Furthermore, information on carry C i is obtained from the combination variable P i of the i - th digit summand and addend, the i-1st digit combination variable P i-1 , carry C i and intermediate sum S i . A variable B i containing information on the intermediate sum S i and a variable R i containing information on the intermediate sum S i are introduced. That is, B i and
R i is expressed by the following arithmetic expression: B i =C i + i (1) R i =S i +P i-1 (2). Here, i indicates the logical inversion of P i , and when P i =1, i =0, and P i =0
When , i = 1. Table 1 additionally shows variables P i , P i-1 , B i and R i for the i-th and i-1-th digit summands and the combinations of the addends. As can be seen from Table 1, the variable B i containing carry information
and the variable R i containing intermediate information are binary variables that take only a value of 0 or 1, respectively. Furthermore, the final sum Z i of the i-th digit can be obtained from the sum of the intermediate sum S i of the i-th digit and the carry C i-1 from one lower digit, i.e., the i-1 digit. , (1) and (2), it can be determined as follows. Z i =S i +C i-1 =R i −P i-1 +B i-1i-1 =R i +B i-1 −1 ...(3) Here, using identity = 1-A Performing formula transformation. Therefore, the sum Z i of the i-th digit can be obtained from the binary signals R i and B i-1 . Next, the redundant binary numbers, summand x i , addend y i and sum
Z i is encoded into a binary variable as shown in Table 2.

【表】 第2表において、例えば、xisはxiの符号部、
xiaはxiの絶対値を表わす信号と考えることができ
る。 第2表のように冗長2進数の符号化を行なうと
すれば、第i桁の被化数xiと加数yiの組み合せ変
数Pi、桁上げ情報を含む2値変数Bi、中間和情報
を含む2値変数Riおよび、第i桁の最終和Ziは、
それぞれ Piis isiaia) ……(4) Biis is(xiayia)Pi-1 ……(5) Ri=xiayiaPi-1 ……(6) Zisi i-1 ……(7) Ziai-1 ……(8) の論理式で決定される。 第1図は、本発明の一実施例を示す論理回路図
であり、式(4)〜(8)により構成したものである。 第1図において、101,105はOR−
NAND回路、102,106は排他的NOR回
路、103はインバータ回路、104は排他的
OR回路、107はNAND回路である。また、入
力信号xis,xia,yis,yiaおよび出力信号Zis,Zia
は、それぞれ第i桁の冗長2進数の被加数xi、加
数yiおよび最終和Ziを表わす2値信号である。出
力信号Piおよび入力信号Pi-1は、それぞれ第i桁
および第i−1桁の被加数と加数の値の組み合せ
状態を表わす信号であり、被加数と加数の和が非
負の場合にのみ1の値をとる。また、出力信号Bi
および入力信号Bi-1は、それぞれ第i桁および第
i−1桁の桁上げの情報を含む信号である。ま
た、内部信号Riは、第i桁の中間割の情報を含む
信号である。 以上の実施例では、被加数と加数の組み合せ状
態を表す変数Piを、被加数と加数の和が非負の時
Pi=1とし、負の時Pi=0とした場合について説
明したが、被加数と加数のどちらかが正の時Pi
1とし、どちらも非正の時Pi=0としても同様に
して構成できる。この場合の加算規則は第3表の
ようになり、この時の桁上げ情報を含む変数Bi
よび中間和の情報を含む信号Riは、前記の実施例
の場合と同様に式(1)および(2)で求められ、それら
の2値変数の値も第3表に示している。
[Table] In Table 2, for example, x is is the sign part of x i ,
x ia can be considered as a signal representing the absolute value of x i . If redundant binary numbers are encoded as shown in Table 2, a combination variable P i of the i-th digit number x i and addend y i , a binary variable B i containing carry information, an intermediate The binary variable R i containing the sum information and the final sum Z i of the i-th digit are:
P i = is is ( ia + ia ) ……(4) B i = is is (x ia y ia )P i-1 ……(5) R i =x ia y ia P i-1 ……( 6) Z is = i i-1 ……(7) Z ia = i-1 ……(8) is determined by the logical formula. FIG. 1 is a logic circuit diagram showing one embodiment of the present invention, which is constructed using equations (4) to (8). In Figure 1, 101, 105 are OR-
NAND circuit, 102 and 106 are exclusive NOR circuits, 103 is an inverter circuit, 104 is exclusive
The OR circuit and 107 are NAND circuits. In addition, input signals x is , x ia , y is , y ia and output signals Z is , Z ia
are binary signals representing the summand x i , addend y i and final sum Z i of the i-th digit redundant binary number, respectively. The output signal P i and the input signal P i-1 are signals representing the combination of the i-th and i-1st digit summand and addend values, respectively, and the sum of the summand and addend is It takes a value of 1 only if it is non-negative. Also, the output signal B i
and input signal B i-1 are signals containing carry information of the i-th digit and the i-1-th digit, respectively. Further, the internal signal R i is a signal containing information on the intermediate division of the i-th digit. In the above example, the variable P i representing the combination state of the summand and the addend is set to
We have explained the case where P i = 1 and P i = 0 when it is negative, but when either the summand or the addend is positive, P i =
1, and P i =0 when both are non-positive. The addition rules in this case are as shown in Table 3. At this time, the variable B i containing the carry information and the signal R i containing the intermediate sum information are calculated using the formula (1) as in the case of the previous embodiment. and (2), and the values of these binary variables are also shown in Table 3.

【表】 ここで、冗長2進数の2値変数への符号化を前
記の実施例と同様に第2表で表わされるように行
なうと、第i桁の被加数xiと加数yiの組み合せ変
数Pi、桁上げ情報を含む2値変数Bi、中間和情報
を含む2値変数Riおよび最終和Ziは、それぞれ Piis is ……(9) Biis isia ia+(xiayia)Pi-1 ……(10) Ri=xiayiaPi-1 ……(11) Zisi i-1 ……(12) Ziai i-1 ……(13) の論理式で表わされ、前記の実施例と比較する
と、PiとBiに対する論理式を除いて全く同じにな
る。 第2図は、式(9)〜(13)より構成した第2の実施例
である。第2図において、201はNAND回路、
202はOR−NAND回路、203は排他的OR
回路、204はAND−NOR回路、205,20
8は排他的NOR回路、206はNOR回路、20
7はインバータ回路である。第2図において、出
力信号iおよび入力信号i-1は、第1の実施例の
回路図、すなわち第1図のBiおよびBi-1に対応
し、この例では、反転信号として表われている。
また内部信号iは、同様に第1図におけるRi
反転信号に対応する。さらに、xis,xia,yis,yia
Zis,Zia,PiおよびPi-1は、第1図のそれぞれの信
号に対応している。 以上の2つの実施例では、被加数と加数の組み
合せ状態を表わす変数Piを、被加数と加数の和が
非負の場合と負の場合、あるいは、被加数と加数
のうち少なくとも一方が正の場合と、両方とも非
正の場合とによつて決定する方法について述べた
が、被加数と加数がともに非負の場合にPi=1と
し、被加数と加数のうち少なくとも一方が負の場
合にPi=0となるように決定してもよく、この場
合にも、前記実施例と同様にして論理を構成する
ことができる。さらに、前記実施例では、冗長2
進数の符号化を、第2表に示すように、1の時
{01}、0の時{10}、−1の時{11}として説明し
たが、これらの符号化の方法は多数存在するが、
前記実施例と同じようにして論理を構成すること
ができる。 発明の効果 本発明によれば、内部演算に符号付きデイジツ
ト数表現を用いた演算処理装置における加算器
が、簡単な回路で構成でき、遅延段数も少なくな
るので、演算処理装置の素子数を削減でき、演算
処理の高速化が可能となる等の効果を有する。
[Table] Here, if the redundant binary number is encoded into a binary variable as shown in Table 2 in the same way as in the above embodiment, the i-th digit summand x i and the addend y i The combination variable P i , the binary variable B i containing carry information, the binary variable R i containing intermediate sum information, and the final sum Z i are respectively P i = is is ... (9) B i = is is + ia ia + (x ia y ia )P i-1 ...(10) R i =x ia y ia P i-1 ...(11) Z is = i i-1 ...(12) Z ia = i i-1 . . . (13) When compared with the previous embodiment, it is completely the same except for the logical expressions for P i and B i . FIG. 2 shows a second embodiment constructed from equations (9) to (13). In Figure 2, 201 is a NAND circuit;
202 is an OR-NAND circuit, 203 is an exclusive OR
circuit, 204 is AND-NOR circuit, 205, 20
8 is an exclusive NOR circuit, 206 is a NOR circuit, 20
7 is an inverter circuit. In FIG. 2, the output signal i and the input signal i-1 correspond to the circuit diagram of the first embodiment, namely B i and B i-1 of FIG. 1, and in this example appear as inverted signals. ing.
Similarly, the internal signal i corresponds to the inverted signal of R i in FIG. Furthermore, x is , x ia , y is , y ia ,
Z is , Z ia , P i and P i-1 correspond to the respective signals in FIG. In the above two embodiments, the variable P i representing the combination state of the summand and the addend is set to We have described the method of determination based on the case where at least one of them is positive and the case where both are non-positive, but when the summand and the addend are both non-negative, P i = 1 and It may be determined that P i =0 when at least one of the numbers is negative, and in this case as well, the logic can be constructed in the same manner as in the above embodiment. Furthermore, in the embodiment, the redundancy 2
As shown in Table 2, the encoding of base numbers has been explained as {01} for 1, {10} for 0, and {11} for -1, but there are many ways to encode these numbers. but,
The logic can be configured in the same manner as in the previous embodiment. Effects of the Invention According to the present invention, an adder in an arithmetic processing device that uses signed digit representation for internal calculations can be configured with a simple circuit, and the number of delay stages is reduced, so the number of elements in the arithmetic processing device can be reduced. This has the effect of increasing the speed of arithmetic processing.

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

第1図は本発明の加算器の第1の実施例を示す
論理回路図、第2図は本発明の第2の実施例を示
す論理回路図である。 101,105,202……OR−NAND回
路、102,106,205,208……排他的
NOR回路、103,207……インバータ回路、
104,203……排他的OR回路、107,2
01……NAND回路、204……AND−NOR
回路、206……NOR回路。
FIG. 1 is a logic circuit diagram showing a first embodiment of an adder according to the invention, and FIG. 2 is a logic circuit diagram showing a second embodiment of the invention. 101, 105, 202...OR-NAND circuit, 102, 106, 205, 208...exclusive
NOR circuit, 103, 207...inverter circuit,
104,203...Exclusive OR circuit, 107,2
01...NAND circuit, 204...AND-NOR
Circuit, 206...NOR circuit.

Claims (1)

【特許請求の範囲】 1 符号付きデイジツト数の加算において、第i
桁の被加数と加数から、それらの値の組み合せ状
態を表わす2値信号Piを出力する第1の回路と、
第i桁の被加数と加数および1つ下位の第i−1
桁の前記2値信号Piに対応する2値信号Pi-1
ら、第i桁の桁上げCiと前記2値信号Piの論理反
転信号iとの和Ciiあるいはその論理反転で
表わされる2値信号Biを出力する第2の回路と、
第i桁の被加数と加数および前記2値信号Pi-1
ら、第i桁の中間和Siと前記2値信号Pi-1の和Si
+Pi-1の値を表わす少なくとも1つの2値信号か
らなる符号付きデイジツト信号Riを出力する第3
の回路と、第i−1桁の前記第2の回路の出力の
2値信号Bi-1と前記符号付きデイジツト信号Ri
みから、前記第i桁の中間和Siと第i−1桁の桁
上げCi-1との和Si+Ci-1の値を表わす符号付きデ
イジツト信号を出力する第4の回路を有してなる
加算器。 2 第1の回路が、第i桁の被加数と加数の和が
非負のときのみ1あるいは0の2値信号Piを出力
する特許請求の範囲第1項記載の加算器。 3 第1の回路が、第i桁の被加数および加数う
ちのどちらか一方が正のときのみ1あるいは0の
2値信号Piを出力する特許請求の範囲第1項記載
の加算器。 4 第1の回路が、第i桁の被加数および加数が
どちらも非負のときのみ1あるいは0の2値信号
を出力する特許請求の範囲第1項記載の加算器。
[Claims] 1. In the addition of signed digit numbers, the i-th
a first circuit that outputs a binary signal P i representing a combination of values from a digit summand and an addend;
i-th digit summand and addend and i-1st lower one
From the binary signal P i-1 corresponding to the binary signal P i of the digit , the sum C i + i of the carry C i of the i-th digit and the logical inversion signal i of the binary signal P i or its logic a second circuit that outputs a binary signal B i represented by inversion;
From the i-th digit summand and addend and the binary signal P i-1 , the intermediate sum S i of the i-th digit and the sum S i of the binary signal P i- 1
a third outputting a signed digit signal R i consisting of at least one binary signal representing a value of +P i-1;
From only the binary signal B i-1 of the output of the second circuit of the i-1th digit and the signed digit signal R i , the intermediate sum S i of the i-th digit and the i-1th digit are calculated. An adder comprising a fourth circuit for outputting a signed digit signal representing the value of the sum S i +C i-1 of the digit carry C i -1 . 2. The adder according to claim 1, wherein the first circuit outputs a binary signal P i of 1 or 0 only when the sum of the i-th digit summand and the addend is non-negative. 3. The adder according to claim 1, wherein the first circuit outputs a binary signal P i of 1 or 0 only when either the i-th digit summand or the addend is positive. . 4. The adder according to claim 1, wherein the first circuit outputs a binary signal of 1 or 0 only when both the i-th digit summand and the addend are non-negative.
JP62030326A 1986-06-27 1987-02-12 Adder Granted JPS63197227A (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP62030326A JPS63197227A (en) 1987-02-12 1987-02-12 Adder
US07/086,967 US4866657A (en) 1986-07-18 1987-08-18 Adder circuitry utilizing redundant signed digit operands
US03/239,243 US5031136A (en) 1986-06-27 1990-05-07 Signed-digit arithmetic processing units with binary operands
US07/599,275 US5153847A (en) 1986-06-27 1990-10-16 Arithmetic processor using signed digit representation of internal operands

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62030326A JPS63197227A (en) 1987-02-12 1987-02-12 Adder

Publications (2)

Publication Number Publication Date
JPS63197227A JPS63197227A (en) 1988-08-16
JPH0528408B2 true JPH0528408B2 (en) 1993-04-26

Family

ID=12300686

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62030326A Granted JPS63197227A (en) 1986-06-27 1987-02-12 Adder

Country Status (1)

Country Link
JP (1) JPS63197227A (en)

Also Published As

Publication number Publication date
JPS63197227A (en) 1988-08-16

Similar Documents

Publication Publication Date Title
KR100500855B1 (en) Calculation method, storage medium and computing device
US6269386B1 (en) 3X adder
US4878192A (en) Arithmetic processor and divider using redundant signed digit arithmetic
US6816877B2 (en) Apparatus for digital multiplication using redundant binary arithmetic
US3842250A (en) Circuit for implementing rounding in add/subtract logic networks
JPH0619685A (en) Parallel multiplying circuit
JPH0552530B2 (en)
US4866655A (en) Arithmetic processor and divider using redundant signed digit
US4873660A (en) Arithmetic processor using redundant signed digit arithmetic
JPH0312738B2 (en)
JPH09222991A (en) Adding method and adder
US4866657A (en) Adder circuitry utilizing redundant signed digit operands
JPH0528408B2 (en)
GB1582958A (en) Digital system for binary multiplication of a number by a sum of two numbers
US5206825A (en) Arithmetic processor using signed-digit representation of external operands
US5153847A (en) Arithmetic processor using signed digit representation of internal operands
JPH03228122A (en) Addition circuit
JPS6349835A (en) Arithmetic processor
JPH0370416B2 (en)
JP2608600B2 (en) Apparatus for calculating parity bit of sum of two numbers
JPH0610787B2 (en) Multiplication processing device
JPH0652500B2 (en) Processor
JPS6371729A (en) Operation processing device
JPH06230933A (en) Operation processor
JPS638826A (en) Arithmetic processing unit

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term