JPH05738B2 - - Google Patents

Info

Publication number
JPH05738B2
JPH05738B2 JP62001408A JP140887A JPH05738B2 JP H05738 B2 JPH05738 B2 JP H05738B2 JP 62001408 A JP62001408 A JP 62001408A JP 140887 A JP140887 A JP 140887A JP H05738 B2 JPH05738 B2 JP H05738B2
Authority
JP
Japan
Prior art keywords
adder
input
data
output
bit
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
JP62001408A
Other languages
Japanese (ja)
Other versions
JPS63168772A (en
Inventor
Takashi Yoshida
Akira Ichinose
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric 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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP62001408A priority Critical patent/JPS63168772A/en
Publication of JPS63168772A publication Critical patent/JPS63168772A/en
Publication of JPH05738B2 publication Critical patent/JPH05738B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)

Description

【発明の詳細な説明】 <産業上の利用分野> この発明は、入力データの語長が長く、かつ1
つ前のデータよりも1ビツト上位にずれるデータ
を高速に累算する累算器の改良に関するものであ
る。
[Detailed Description of the Invention] <Industrial Application Field> This invention is applicable to input data having a long word length and one
This invention relates to an improvement in an accumulator that quickly accumulates data that is shifted one bit higher than the previous data.

<従来技術> 数多くのデータを演算処理する場合に、入力デ
ータの加算を高速で実行しなければならない場合
が多々ある。このような演算に使用する加算器の
構成を第4図に示す。第4図において、1,2は
レジスタであり、加算を実行する入力データA,
Bが入力され、一時的に格納される。この格納さ
れた入力データはその上位ビツト部分と下位ビツ
ト部分の2つの部分に分けられ、それぞれ加算器
3,4に入力される。加算器3,4の出力はそれ
ぞれレジスタ5,6に入力され、一時的に保持さ
れる。このレジスタ5,6に保持されたデータは
加算器7で加算され、その加算結果はレジスタ8
に入力、保持される。このレジスタ8に保持され
たデータが加算結果になる。すなわち、一般に加
算器は演算する語長が長くなると演算速度が遅く
なるので、データをその上位ビツト部分と下位ビ
ツト部分に分けて加算器3,4で別々に演算し、
加算器7で合成するようにする。また、各々の加
算器の間にレジスタを挿入し、加算器3,4と加
算器7を同時時に動作させ、連続して処理するい
わゆるパイプライン処理を行つて処理速度の向上
を計つている。累算を行う場合はレジスタ2を除
いて、レジスタ8の出力を加算器3,4に入力す
るようにする。
<Prior Art> When performing arithmetic processing on a large amount of data, it is often necessary to add input data at high speed. FIG. 4 shows the configuration of an adder used for such calculations. In FIG. 4, 1 and 2 are registers, and input data A,
B is input and temporarily stored. This stored input data is divided into two parts, an upper bit part and a lower bit part, and input to adders 3 and 4, respectively. The outputs of adders 3 and 4 are input to registers 5 and 6, respectively, and are temporarily held. The data held in registers 5 and 6 are added by adder 7, and the addition result is sent to register 8.
is input and retained. The data held in this register 8 becomes the addition result. That is, in general, the calculation speed of an adder becomes slower as the word length to be calculated becomes longer, so the data is divided into its upper bit part and lower bit part and the adders 3 and 4 calculate them separately.
The adder 7 is used to combine the signals. Further, a register is inserted between each adder, and adders 3 and 4 and adder 7 are operated simultaneously to perform so-called pipeline processing in which processing is performed successively to improve processing speed. When performing accumulation, register 2 is removed and the output of register 8 is input to adders 3 and 4.

<発明が解決すべき問題点> しかしながら、この様な加算器で累算を実行す
ると、処理速度が低下するという問題点がある。
すなわち、2つの入力データA,Bの加算を行う
場合は加算器7でレジスタ5,6のデータの合成
を実行するのと平行して次のデータの部分加算を
加算器3,4で実行出来るが、累算は前の累算結
果に新しいデータを加算するのであるから、加算
器3,4で部分加算を実行する前に加算器7の演
算が終了していなければならない。そのため、加
算器3,4と加算器7を同時に動作させるパイプ
ライン処理を実行することが出来ない。
<Problems to be Solved by the Invention> However, when such an adder performs accumulation, there is a problem that the processing speed decreases.
That is, when performing addition of two input data A and B, adder 7 can perform the synthesis of the data in registers 5 and 6, and in parallel, adder 3 and 4 can perform partial addition of the next data. However, since the accumulation involves adding new data to the previous accumulation result, the operation of the adder 7 must be completed before the adders 3 and 4 execute the partial addition. Therefore, pipeline processing in which adders 3 and 4 and adder 7 operate simultaneously cannot be executed.

また、加算の順序は加算結果に影響しないの
で、2つ前の累算結果と入力データを加算するよ
うにしてパイプライン処理を実行することも出来
るが、累算を行う一連のデータと次の累算を行う
一連のデータの間にはレジスタ1にデータを保持
してからレジスタ8に演算結果が出て来るまでの
時間をとる必要があり、一連のデータを累算する
処理を何度も行うような演算処理では、動作速度
を向上させることが困難になる。
Also, since the order of addition does not affect the addition result, it is possible to perform pipeline processing by adding the two previous accumulation results and the input data. Between a series of data to be accumulated, it is necessary to allow time from holding the data in register 1 until the calculation result appears in register 8, so the process of accumulating the series of data is repeated many times. In such arithmetic processing, it is difficult to improve the operating speed.

<発明の目的> この発明の目的は、入力データがその前の入力
データに対して1ビツト上位にずれているような
データの累算を高速に実行する累算器を提供する
ことにある。
<Objective of the Invention> An object of the present invention is to provide an accumulator that can quickly accumulate data in which input data is shifted one bit higher than the previous input data.

<問題点を解決するための手段> 前記問題点を解決するために、本発明では入力
データを分割してその上位部分データおよび下位
部分データが入力される第1、第2の加算部と、
この第1の加算部の出力の最下位ビツトおよび前
記第2の加算部のキヤリー出力が入力されてこれ
らのデータを加算する第3の加算部と、前記第1
の加算部の出力および前記第2の加算部のキヤリ
ー出力が入力される第4の加算部とを具備し、前
記第1加算部の出力を1ビツト下方にシフトした
データおよび前記第3の加算部のキヤリー出力を
前記第1の加算部に入力してこれらのデータおよ
び分割された入力データの上位部分を加算すると
共に、前記第2の加算部の出力データを下方に1
ビツトシフトしたデータの最上位ビツトに前記第
3の加算部の出力を追加したデータを前記第2の
加算部に入力してこのデータおよび分割された入
力データの下位部分データとを加算するようにし
たものである。
<Means for Solving the Problems> In order to solve the above problems, the present invention includes first and second adders into which input data is divided and upper part data and lower part data thereof are input;
a third adder which receives the least significant bit of the output of the first adder and the carry output of the second adder and adds these data;
and a fourth addition section into which the output of the addition section and the carry output of the second addition section are input, and the data obtained by shifting the output of the first addition section downward by one bit and the third addition section are provided. The carry output of the section is input to the first adding section, and these data and the upper part of the divided input data are added together, and the output data of the second adding section is added downward by 1.
Data obtained by adding the output of the third adder to the most significant bit of the bit-shifted data is input to the second adder, and this data and the lower part data of the divided input data are added. It is something.

<実施例> 第1図に本発明に係る累算器の一実施例を示
す。第1図において、10,11はそれぞれ第1
の加算部および第2の加算部であり、それらの内
部には加算器101,111およびレジスタ10
2,112が含まれている。入力データはNビツ
トの長さを有し、その下位Mビツトが加算器11
1の一方の入力端子Aに、上位のN−Mビツトが
加算器101一方の入力端子Aに入力される。加
算器101,111の出力はそれぞれレジスタ1
02,112に入力され、保持される。12は第
3の加算部であり、その内部に加算器121およ
びレジスタ122が含まれている。加算器121
は1ビツトの加算器であり、加算器101の出力
の最下位ビツトおよび加算器111のキヤリー出
力Coがそれぞれその入力端子A,Bに入力され
る。加算器121のキヤリー出力Coおよび出力
Yはレジスタ122に入力され、保持される。レ
ジスタ122に保持されたキヤリー出力は加算器
101のキヤリー入力端子Ciに入力される。ま
た、レジスタ102の出力を下方に1ビツトシフ
トしたN−M−1ビツトのデータは加算器101
の他方の入力端子Bに入力される。また、レジス
タ112の出力を下方に1ビツトシフトしたデー
タの最上位ビツトにレジスタ122に保持された
加算器121の出力を付加したMビツトのデータ
は加算器111の入力端子Bに入力される。13
は第4の加算部であり、その内部に加算器131
およびレジスタ132が含まれている。加算器1
31はN−Mビツトの加算器であり、その一方の
入力端子Aにはレジスタ102の出力が、他方の
入力端子Bにはデータ「0」が入力される。ま
た、そのキヤリー入力端子Ciにはレジスタ132
の出力が入力される。レジスタ132には加算器
111のキヤリー出力Coが入力される。出力デ
ータはその下位部分がレジスタ112の出力、上
位部分が加算器131の出力になる。
<Embodiment> FIG. 1 shows an embodiment of an accumulator according to the present invention. In Figure 1, 10 and 11 are the first
adders 101 and 111 and a register 10.
Contains 2,112. The input data has a length of N bits, and the lower M bits are input to the adder 11.
The upper N-M bits are input to one input terminal A of the adder 101. The outputs of adders 101 and 111 are respectively registered in register 1.
02,112 and is held. 12 is a third adder, which includes an adder 121 and a register 122. Adder 121
is a 1-bit adder, and the least significant bit of the output of adder 101 and the carry output Co of adder 111 are input to its input terminals A and B, respectively. Carry output Co and output Y of adder 121 are input to register 122 and held there. The carry output held in the register 122 is input to the carry input terminal Ci of the adder 101. Further, N-M-1 bit data obtained by shifting the output of the register 102 downward by 1 bit is sent to the adder 101.
is input to the other input terminal B of the . Further, M-bit data obtained by adding the output of the adder 121 held in the register 122 to the most significant bit of the data obtained by shifting the output of the register 112 downward by one bit is input to the input terminal B of the adder 111. 13
is the fourth adder, and an adder 131 is installed inside it.
and register 132 are included. Adder 1
31 is an N-M bit adder, one input terminal A of which receives the output of the register 102, and the other input terminal B of which data "0" is input. Moreover, the register 132 is connected to the carry input terminal Ci.
The output of is input. The carry output Co of the adder 111 is input to the register 132 . The lower part of the output data becomes the output of the register 112, and the upper part becomes the output of the adder 131.

次にこの実施例の動作を説明する。全体の動作
はパイプライン処理が行われ、入力データ生成に
に同期して実行される。すなわち、加算器10
1,111、レジスタ122の動作および加算器
121、レジスタ102,112の動作はそれぞ
れ同時に実行され、かつこれらの動作は引続いて
繰返される。この様な構成において、入力データ
の上位N−Mビツトの累算は第1の加算部10で
実行される。すなわち、加算器101の一方の入
力端子Aには入力データの上位N−Mビツトの部
分データが入力され、また他方の入力端子Bには
レジスタ102に保持された、前回までの累算デ
ータが入力される。加算器101はこれら2つの
部分データの加算を実行する。なお、入力データ
はその前回データより1ビツト上位にずれている
ので、加算器101にはレジスタ102の出力デ
ータを下方に1ビツトずらして桁あわせを行つた
データを入力する。また、入力データの下位Mビ
ツトの累算は第2の加算部11で実行する。第2
の加算部11は基本的には第1の加算部10と同
じであり、加算器111で入力データの下位Mビ
ツトとそれまでの累算結果を加算する。入力デー
タとの桁あわせを行うために、レジスタ112の
出力は下方に1ビツトシフトして加算器111に
入力する。
Next, the operation of this embodiment will be explained. The entire operation is pipelined and executed in synchronization with input data generation. That is, adder 10
The operations of register 1, 111 and register 122 and the operations of adder 121 and registers 102, 112 are executed simultaneously, and these operations are successively repeated. In such a configuration, the first adder 10 performs the accumulation of the upper NM bits of the input data. That is, one input terminal A of the adder 101 receives partial data of the upper NM bits of the input data, and the other input terminal B receives the accumulated data up to the previous time held in the register 102. is input. Adder 101 performs addition of these two partial data. Note that since the input data is shifted one bit higher than the previous data, the adder 101 receives data obtained by shifting the output data of the register 102 downward by one bit and performing digit alignment. Further, the second addition section 11 executes the accumulation of the lower M bits of the input data. Second
The adder 11 is basically the same as the first adder 10, and an adder 111 adds the lower M bits of the input data and the accumulated results up to that point. In order to perform digit alignment with the input data, the output of the register 112 is shifted downward by one bit and input to the adder 111.

加算器101の最下位ビツトおよび加算器11
1のキヤリー(桁上げ)出力Coの処理は第3の
加算部12で行う。加算器121の入力端子A,
Bに入力される加算器101の出力の最下位ビツ
トおよび加算器111のキヤリー出力Coは入力
データのM+1ビツトと同じ桁であるが、第3の
加算部の動作は第1、第2の加算部の動作と1サ
イクルずれており、かつ入力データはその前回の
データよりも1ビツト上位にずれるので、レジス
タ122の出力は結局加算器111に入力される
データの最上位ビツトと同じ桁であり、そのキヤ
リー出力Coは加算器101に入力されるデータ
の最下位ビツトの桁に一致する。そのため、レジ
スタ122の出力を、レジスタ112の出力を1
ビツト下方にシフトしたデータの最上位ビツトと
し、またそのキヤリー出力を加算器101のキヤ
リー入力端子Ciに加えることによつて処理するこ
とが出来る。第4の加算部は一連の累算するデー
タの入力が終り、次の累算するデータ入力が開始
されたときに動作させ、加算器111のキヤリー
を出力データの上位部分データの最下位ビツトに
加えるようにする。これによつて、一連の連続し
て入力されるデータの部分累算を入力データに同
期して行うことが出来る。
The least significant bit of adder 101 and adder 11
The third adder 12 processes the carry output Co of 1. Input terminal A of adder 121,
The least significant bit of the output of adder 101 input to B and the carry output Co of adder 111 are of the same digit as the M+1 bit of input data, but the operation of the third adder is different from that of the first and second additions. Since the input data is shifted one cycle higher than the previous data, the output of the register 122 ends up being of the same digit as the most significant bit of the data input to the adder 111. , its carry output Co corresponds to the least significant bit of the data input to adder 101. Therefore, the output of register 122 is set to 1, and the output of register 112 is set to 1.
It can be processed by shifting the bits downward to the most significant bit of the data and applying its carry output to the carry input terminal Ci of the adder 101. The fourth adder is operated when the input of a series of data to be accumulated is finished and the input of the next data to be accumulated is started, and the carry of the adder 111 is set to the least significant bit of the upper part data of the output data. Try to add it. Thereby, partial accumulation of a series of continuously input data can be performed in synchronization with the input data.

第2図に他の実施例をしめす。なお、第1図と
同じ要素に同一符号を付し、説明を省略する。第
2図において、14,15,16はマルチプレク
サあり、2つの入力端子のデータのどちらかを選
択する。マルチプレクサ14,15,16の一方
の入力端子にはデータ0が入力され、他方の入力
端子にはそれぞれレジスタ102の出力を1ビツ
ト下方にシフトした値、レジスタ122に保持さ
れている加算器121のキヤリー出力、レジスタ
112の出力を下方に1ビツトシフトしたデータ
の最上位ビツトにレジスタ122に保持されてい
る加算器121の出力を付加したデータが入力さ
れる。マルチプレクサ14,15,16は累算す
べきデータの最初でデータ0を選択し、以後はそ
れぞれレジスタ102,122,112からのデ
ータを選択する。これによつて累算の最初でレジ
スタ102,122,112をクリヤする必要が
なくなるので、より簡単に連続して複数の累算を
実行することが出来る。
FIG. 2 shows another embodiment. Note that the same elements as in FIG. 1 are denoted by the same reference numerals, and explanations thereof will be omitted. In FIG. 2, multiplexers 14, 15, and 16 are used to select one of the data at two input terminals. Data 0 is input to one input terminal of the multiplexers 14, 15, and 16, and the value obtained by shifting the output of the register 102 downward by 1 bit and the value of the adder 121 held in the register 122 are input to the other input terminals, respectively. As a carry output, data obtained by shifting the output of register 112 downward by one bit and adding the output of adder 121 held in register 122 to the most significant bit is input. Multiplexers 14, 15, and 16 select data 0 at the beginning of the data to be accumulated, and thereafter select data from registers 102, 122, and 112, respectively. This eliminates the need to clear registers 102, 122, and 112 at the beginning of an accumulation, making it easier to perform multiple accumulations in succession.

第3図にさらに他の実施例を示す。第1図、第
2図の実施例では入力データを2分割して累算し
たが、入力データの語長が長くなると2分割では
加算器の動作速度が遅くなり、3分割以上に分割
する必要がある。第3図実施例は入力データを3
個に分割したものである。なお、第1図と同じ要
素には同一符号を付し、説明を省略する。第3図
におて、入力データは3分割されその上位部分は
第1の加算部10に、中間部は加算部17に、下
位部分第2の加算部11に入力される。第3の加
算部20,21は同12と同じ構成である。加算
部17の構成は第1の加算部10とほぼ同じであ
るが、その内部の加算器171にはキヤリー出力
Coがあり、第3の加算部20内の加算器201
の入力端子Bに入力される。18,19は第4の
加算部13に相当し、その構成はほぼ同じである
が、加算部19内の加算器191にはキヤリー出
力Coがあり、加算部18内の加算器181の入
力端子Bに接続される。動作は第1図実施例とほ
ぼ同じであるが、第1の加算部10の出力の最下
位ビツトおよび加算部17のキヤリー出力の処理
は第3の加算部20で、加算部17の出力の最下
位ビツトと第2の加算部11のキヤリー出力の処
理は第3の加算部21でおこなう。また、累算の
最後において、加算器171および111のキヤ
リー出力の処理はそれぞれ加算部18,19でお
こなう。なお、第3図実施例は入力データを3分
割した例であるが、加算部17,18および第3
の加算部20を追加することによつて任意の個数
に分割することがが出来る。この場合、第4の加
算部に相当する加算部のキヤリー出力は加算部1
8に示すように、その上位側の加算部内の加算器
の入力端子Bに接続するようにする。
FIG. 3 shows yet another embodiment. In the embodiments shown in Figures 1 and 2, the input data is divided into two and accumulated, but as the word length of the input data becomes longer, the operation speed of the adder becomes slower when the input data is divided into two, so it is necessary to divide the input data into three or more. There is. In the example shown in Fig. 3, the input data is 3.
It is divided into individual parts. Note that the same elements as in FIG. 1 are given the same reference numerals and their explanations will be omitted. In FIG. 3, input data is divided into three parts, the upper part of which is input to the first adder 10, the middle part to the adder 17, and the lower part to the second adder 11. The third adders 20 and 21 have the same configuration as the third adder 12. The configuration of the adder 17 is almost the same as the first adder 10, but the adder 171 inside it has a carry output.
There is an adder 201 in the third adder 20
is input to input terminal B of . 18 and 19 correspond to the fourth adder 13 and have almost the same configuration, but the adder 191 in the adder 19 has a carry output Co, and the input terminal of the adder 181 in the adder 18 Connected to B. The operation is almost the same as that of the embodiment shown in FIG. Processing of the least significant bit and the carry output of the second adder 11 is performed by the third adder 21. Furthermore, at the end of the accumulation, the carry outputs of adders 171 and 111 are processed by adders 18 and 19, respectively. Note that the embodiment in FIG. 3 is an example in which the input data is divided into three parts;
By adding an adder 20, it is possible to divide into an arbitrary number. In this case, the carry output of the adder corresponding to the fourth adder is the adder 1
As shown in 8, it is connected to the input terminal B of the adder in the adder on the upper side.

また、これらの実施例では第2の加算部の出力
を下方に1ビツトシフトするときに最下位ビツト
を切捨てているが、このビツトをシフトレジスタ
に保持し、最後に出力データの下位部分に付加す
るようにしてもよい。また、第2の加算部11内
の加算器111をキヤリー入力付きとし、このキ
ヤリー端子に「1」を入力してこのビツトに対し
て「まるめ」処理をするようにしてもよい。
Furthermore, in these embodiments, when shifting the output of the second adder section downward by one bit, the least significant bit is discarded, but this bit is held in the shift register and finally added to the lower part of the output data. You can do it like this. Further, the adder 111 in the second adder 11 may be provided with a carry input, and "1" may be input to the carry terminal to perform "rounding" processing on this bit.

なお、第3図実施例において、入力データの分
割数を増すと、最上位部分の第4の加算部に相当
する加算部18の演算時間が累算の周期より長く
なる可能性があるが、適当な所にレジスタを挿入
してパイプライン化すればよい。
In addition, in the embodiment of FIG. 3, if the number of divisions of input data is increased, the calculation time of the adder 18 corresponding to the fourth adder in the most significant part may become longer than the accumulation cycle. All you have to do is insert registers at appropriate locations and create a pipeline.

<発明の効果> 以上、実施例に基づいて具体的に説明したよう
に、この発明では入力データがその一つ前の入力
データに対して1ビツト上位にずれるデータを累
算する累算器において、入力データの上位ビツト
部分を第1の加算部、下位ビツト部分を第2の加
算で部累算し、この第1、第2の加算部のキヤリ
ー出力などの処理を第3の加算部で処理し、累算
の終了時のキヤリー出力の処理を第4の加算部で
行うようにした。そのため、キヤリー出力の処理
を累算と同時に実行出来、かつ累算の最後のキヤ
リー出力の処理は専用の第4の加算部で行うの
で、高速化が可能であり、かつ一連の入力データ
の累算の最後のキヤリー出力の処理は次のデータ
の入力時に実行できるので、複数の累算をリアル
タイムで実行出来る。
<Effects of the Invention> As described above in detail based on the embodiments, in the present invention, in an accumulator that accumulates data whose input data is shifted one bit higher than the previous input data, , the upper bit part of the input data is accumulated by the first adder and the lower bit part by the second adder, and the process such as carry output of the first and second adder is performed by the third adder. The fourth addition unit processes the carry output at the end of the accumulation. Therefore, the processing of the carry output can be executed at the same time as the accumulation, and the processing of the last carry output of the accumulation is carried out in the dedicated fourth adder, so it is possible to increase the speed and to accumulate a series of input data. Processing of the carry output at the end of the calculation can be performed when the next data is input, so multiple accumulations can be performed in real time.

また、拡張が容易であり、入力データを3つ以
上に分割して累算しても処理速度が低下すること
なく、さらに累算の速度を増加することが可能で
ある。
Further, it is easy to expand, and even if input data is divided into three or more parts and accumulated, the processing speed does not decrease, and it is possible to further increase the accumulation speed.

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

第1図は本発明に係る累算器の構成を示すブロ
ツク図、第2図、第3図は他の実施例を示すブロ
ツク図、第4図は従来の加算器の構成を示すブロ
ツク図である。 10…第1の加算部、11…第2の加算部、1
2,20,21…第3の加算部、13…第4の加
算部、14〜16…マルチプレクサ、17〜19
…加算部、101,111,121,131,1
71,181,191…加算器、102,11
2,122,132…レジスタ。
FIG. 1 is a block diagram showing the structure of an accumulator according to the present invention, FIGS. 2 and 3 are block diagrams showing other embodiments, and FIG. 4 is a block diagram showing the structure of a conventional adder. be. 10...First addition section, 11...Second addition section, 1
2, 20, 21...Third adder, 13...Fourth adder, 14-16...Multiplexer, 17-19
... Addition section, 101, 111, 121, 131, 1
71, 181, 191...Adder, 102, 11
2,122,132...Register.

Claims (1)

【特許請求の範囲】 1 入力データがその一つ前の入力データに対し
て1ビツト上位にずれるデータを累算する累算器
において、 入力データを複数の部分に分割し、その上位部
分データが入力される第1の加算部と、前記入力
データの下位部分データが入力される第2の加算
部と、前記第1の加算部の出力の最下位ビツトお
よび前記第2の加算部のキヤリー出力が入力され
る第3の加算部と、前記第1の加算部の出力およ
び前記第2の加算部のキヤリー出力が入力される
第4の加算部とを有し、前記第1の加算部の出力
を1ビツト下方にシフトしたデータおよび前記第
3の加算部のキヤリー出力を前記第1の加算部に
入力すると共に、前記第2の加算部の出力を1ビ
ツト下方にシフトしたデータの最上位ビツトに前
記第3の加算部の出力を追加したデータを前記第
2の加算部に入力することを特徴とする累算器。
[Claims] 1. In an accumulator that accumulates data in which input data is shifted one bit higher than the previous input data, the input data is divided into a plurality of parts, and the upper part data is A first adder to which the input data is input, a second adder to which the lower part data of the input data is input, the least significant bit of the output of the first adder, and a carry output of the second adder. a third addition section into which is input, and a fourth addition section into which the output of the first addition section and the carry output of the second addition section are input; The data whose output is shifted downward by 1 bit and the carry output of the third adder are input to the first adder, and the most significant of the data whose output is shifted downward by 1 bit is input to the first adder. An accumulator characterized in that data obtained by adding the output of the third adder to the bits is input to the second adder.
JP62001408A 1987-01-07 1987-01-07 Accumulator Granted JPS63168772A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62001408A JPS63168772A (en) 1987-01-07 1987-01-07 Accumulator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62001408A JPS63168772A (en) 1987-01-07 1987-01-07 Accumulator

Publications (2)

Publication Number Publication Date
JPS63168772A JPS63168772A (en) 1988-07-12
JPH05738B2 true JPH05738B2 (en) 1993-01-06

Family

ID=11500666

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62001408A Granted JPS63168772A (en) 1987-01-07 1987-01-07 Accumulator

Country Status (1)

Country Link
JP (1) JPS63168772A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2862969B2 (en) * 1989-11-30 1999-03-03 三菱電機株式会社 Processor
JPH0981541A (en) * 1995-09-12 1997-03-28 Matsushita Electric Ind Co Ltd Accumulator

Also Published As

Publication number Publication date
JPS63168772A (en) 1988-07-12

Similar Documents

Publication Publication Date Title
EP3575952B1 (en) Arithmetic processing device, information processing device, method and program
US4754421A (en) Multiple precision multiplication device
JP2679007B2 (en) Digital signal processing integrated circuit
JP3345894B2 (en) Floating point multiplier
EP0088544B1 (en) Index limited continuous operation vector processor
JP7038608B2 (en) Semiconductor device
JP3277089B2 (en) Multiplier and product-sum operation unit
JPH05738B2 (en)
JPH0776914B2 (en) Multiplication circuit
US6944640B2 (en) Progressive two-dimensional (2D) pyramid filter
JP2006270178A (en) Fir digital filter
JP2864597B2 (en) Digital arithmetic circuit
JP2617591B2 (en) Serial operation circuit
JPS59194242A (en) Digital multiplying and cumulative adding device
JPS61213926A (en) Dsp arithmetic processing system
JPH06309164A (en) Digital signal processing circuit
JP3477866B2 (en) Divider division method
EP0901106B1 (en) System and method using mode bits to support multiple coding standards
JPH08292876A (en) Arithmetic unit
JPH0754457B2 (en) Multi-bit adder
SU1654814A2 (en) Multiplier
JPH03131966A (en) Information processor
JPS60173915A (en) Digital filter
JPH0330905B2 (en)
JPH01166214A (en) Information processor