JPH04364525A - Parallel arithmetic unit - Google Patents

Parallel arithmetic unit

Info

Publication number
JPH04364525A
JPH04364525A JP3139162A JP13916291A JPH04364525A JP H04364525 A JPH04364525 A JP H04364525A JP 3139162 A JP3139162 A JP 3139162A JP 13916291 A JP13916291 A JP 13916291A JP H04364525 A JPH04364525 A JP H04364525A
Authority
JP
Japan
Prior art keywords
arithmetic
arithmetic unit
computing elements
operations
multiplexers
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
JP3139162A
Other languages
Japanese (ja)
Inventor
Atsushi Katsumata
敦 勝亦
Hidekazu Tokunaga
徳永 秀和
Seiji Yasunobu
安信 誠二
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.)
GIJUTSU KENKYU KUMIAI KOKUSAI FUAJII KOGAKU KENKYUSHO
Hitachi Ltd
Nippon Steel Corp
Azbil Corp
Original Assignee
GIJUTSU KENKYU KUMIAI KOKUSAI FUAJII KOGAKU KENKYUSHO
Hitachi Ltd
Nippon Steel Corp
Azbil 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 GIJUTSU KENKYU KUMIAI KOKUSAI FUAJII KOGAKU KENKYUSHO, Hitachi Ltd, Nippon Steel Corp, Azbil Corp filed Critical GIJUTSU KENKYU KUMIAI KOKUSAI FUAJII KOGAKU KENKYUSHO
Priority to JP3139162A priority Critical patent/JPH04364525A/en
Publication of JPH04364525A publication Critical patent/JPH04364525A/en
Pending legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To operate computing elements efficiently in parallel and to process many data like a fuzzy set at a high speed by selecting inputs by multiplexers connected to the computing elements and performing basic arithmetic by the corresponding computing elements. CONSTITUTION:The parallel arithmetic unit consists of the basic computing elements 1-(n) such as an adder, a subtracter, and a multiplier, registers R1-Rn which hold the arithmetic results of the computing elements, and the multiplexers M11, M12,... Mn1, and Mn2 which input data Oj (j=1,...n) from respective registers. The computing elements 1-(n) are controlled with an operation command signal (cont.) from a controller and the multiplexers Mji are controlled with a selection command signal (sel.) from the controller. The computing elements 1-(n) can, therefore, select input data by the corresponding multiplexers. The respective registers R1-Rn are supplied with a constant clock signal from the controller.

Description

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

【0001】0001

【産業上の利用分野】本発明は、ファジィ集合演算のよ
うに基本的演算を組み合わせた演算を多量のデータに対
して行う処理を効率よく行うための並列演算装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a parallel arithmetic device for efficiently performing operations on a large amount of data, such as fuzzy set operations, which are a combination of basic operations.

【0002】0002

【従来の技術】近年、人間の持つあいまいさを取り扱う
のに有用な手法としてファジィ理論が注目され、これに
基づいて情報処理を行うファジィ演算装置が研究されて
いる。この演算装置は、通常のディジタル演算に比較し
て桁違いに多い、ファジィ集合で表現される大量のデー
タを高速で処理することが要求される。
2. Description of the Related Art In recent years, fuzzy theory has attracted attention as a useful method for handling ambiguity inherent in humans, and fuzzy arithmetic devices that perform information processing based on this theory have been studied. This arithmetic device is required to process at high speed a large amount of data expressed in fuzzy sets, which is an order of magnitude larger than normal digital arithmetic operations.

【0003】従来の演算処理方法としては、次の3通り
が知られている。 (1) 汎用のマイクロプロセッサのように1つの演算
器を用いて、これに逐次的に命令を与えて処理する方法
The following three methods are known as conventional arithmetic processing methods. (1) A method of processing by sequentially giving instructions to a single arithmetic unit like a general-purpose microprocessor.

【0004】(2) 複数の演算器を直列に接続して各
演算器の間にレジスタを設け、1クロック毎に1つの演
算を実行していくパイプライン処理。
(2) Pipeline processing in which a plurality of arithmetic units are connected in series, a register is provided between each arithmetic unit, and one operation is executed every clock.

【0005】(3) 複数の演算器を並列に並べて同時
に動作させる並列演算処理。その具体例の1つは、図4
に示すように、複数個の演算器1〜nと1個のメモリに
対して複数本のバス1〜mを用意し、共通のバス制御器
により各演算器からメモリへの書込み或いは読出しを制
御する方式である。もう1つは、図5に示すように、複
数個の演算器1〜nと1個のメモリに対して単一のバス
を用意し、これを共用して各演算器からメモリへの書込
み或いは読出しを行う方式である。
(3) Parallel arithmetic processing in which a plurality of arithmetic units are arranged in parallel and operated simultaneously. One of the specific examples is shown in Figure 4.
As shown in the figure, a plurality of buses 1 to m are prepared for a plurality of arithmetic units 1 to n and one memory, and a common bus controller controls writing or reading from each arithmetic unit to the memory. This is a method to do so. The other method is to prepare a single bus for multiple arithmetic units 1 to n and one memory, as shown in FIG. This is a reading method.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、上記(
1) の方法によると、逐次処理のため高速化は望めな
い。
[Problem to be solved by the invention] However, the above (
According to method 1), speed-up cannot be expected because of sequential processing.

【0007】(2) の方法によると、定型的な直列演
算(例えば、A+B+C)は高速処理できるが、それ以
外の演算は、各演算器による手順を変更しなければなら
ず、高速化が難しい。特に、ファジィ集合演算の場合は
、一般的なディジタル演算と比較して演算の種類が多く
、しかも演算の形を固定できないという事情があるので
、定型的な演算以外にも高速化が要請されている。
According to method (2), routine serial operations (for example, A+B+C) can be processed at high speed, but other operations require changing the procedure of each arithmetic unit, making it difficult to increase the speed. . In particular, in the case of fuzzy set operations, there are many types of operations compared to general digital operations, and the shape of the operations cannot be fixed, so there is a need for faster speeding in addition to routine operations. There is.

【0008】また、(3) の方法によると、定型的な
並列演算(例えば、A+BとC+D)は高速処理できる
が、次の問題点がある。
Further, according to the method (3), standard parallel operations (for example, A+B and C+D) can be processed at high speed, but there are the following problems.

【0009】すなわち、上記のように複数個の演算器で
1つのメモリをアクセスする演算装置において、演算は
複数個の演算器で並列に行われるが、定型的な並列演算
以外は、メモリにアクセスするためにバスを使用するデ
ータ転送が障害となり、高速化が難しい。例えば、2つ
の入力データA,Bに対して(A+B)×(A−B)=
Cという演算を行う場合、加算器、減算器及び乗算器の
3個の演算器を使用することにより、Cが求められる。 しかし、そのためには、加算器でA+Bを、減算器でA
−Bをそれぞれ求め、各々の結果をバスを介してメモリ
に送って加算と減算の結果を保持し、その後それらを乗
算器で掛け合わせるという手順が必要であり、各演算の
度にバスを介してデータ転送が行われるため、時間がか
かる。
In other words, in an arithmetic device in which a single memory is accessed by a plurality of arithmetic units as described above, operations are performed in parallel by the plurality of arithmetic units, but except for routine parallel operations, the memory is not accessed. Data transfer using the bus becomes an obstacle, making it difficult to increase speed. For example, for two input data A and B, (A+B)×(A-B)=
When performing an operation C, C is obtained by using three arithmetic units: an adder, a subtracter, and a multiplier. However, in order to do that, we need to add A+B using the adder and A+B using the subtracter.
-B, each result is sent to memory via the bus to hold the results of addition and subtraction, and then they are multiplied by a multiplier. data transfer, which takes time.

【0010】従って、本発明の目的は、複数種類の演算
器を用いて演算処理を行う場合、演算器を効率良く並列
に動作させ、ファジィ集合のような多量のデータに対し
ても高速で処理できる装置を提供することである。
Therefore, an object of the present invention is to efficiently operate the arithmetic units in parallel when performing arithmetic processing using multiple types of arithmetic units, and to process large amounts of data such as fuzzy sets at high speed. The goal is to provide a device that can.

【0011】[0011]

【課題を解決するための手段】本発明の並列演算装置は
、複数個の演算器と、各演算器の演算結果を保持する複
数のレジスタと、各演算器毎に入力データ及び各レジス
タからの出力データを選択的に入力する複数のマルチプ
レクサとを備えたことを特徴とする。
[Means for Solving the Problems] A parallel arithmetic device of the present invention includes a plurality of arithmetic units, a plurality of registers that hold the arithmetic results of each arithmetic unit, and input data and input data from each register for each arithmetic unit. It is characterized by comprising a plurality of multiplexers that selectively input output data.

【0012】本発明をファジィ集合演算に用いる場合、
前記演算器は、ファジィ集合演算に用いられる基本的な
演算を実行するように構成されると共に、前記マルチプ
レクサには、前記入力データの他にファジィ集合演算に
必要な1と0を表わす信号が入力される。
When the present invention is used for fuzzy set operations,
The arithmetic unit is configured to execute basic arithmetic operations used in fuzzy set arithmetic operations, and the multiplexer receives signals representing 1 and 0 necessary for fuzzy set arithmetic operations in addition to the input data. be done.

【0013】[0013]

【作用】入力データが与えられると、それに対して目的
の演算を施すための加算、減算、乗算などの基本的演算
を行う演算器に接続したマルチプレクサで入力が選択さ
れ、対応する演算器で基本的演算が実行される。その結
果は、当該演算器に接続したレジスタに格納されると共
に、各マルチプレクサに送られる。
[Operation] When input data is given, the input is selected by a multiplexer connected to an arithmetic unit that performs basic operations such as addition, subtraction, and multiplication to perform the desired operation on it. calculation is performed. The results are stored in a register connected to the arithmetic unit and sent to each multiplexer.

【0014】次に、目的の演算を行う演算器に接続した
マルチプレクサで、上記の演算器による演算結果が選択
され、目的の演算が実行される。その結果は、対応する
レジスタに格納され、必要な時に出力として取り出され
る。
Next, a multiplexer connected to the arithmetic unit that performs the target operation selects the result of the arithmetic operation by the arithmetic unit, and executes the target operation. The results are stored in the corresponding registers and retrieved as output when needed.

【0015】上記の演算を繰り返す場合は、後の演算を
実行する時に、次のデータに対する先の演算を実行する
ことができる。
When the above calculation is repeated, the previous calculation can be performed on the next data when the subsequent calculation is performed.

【0016】[0016]

【実施例】図1は、本発明の実施例の構成を示す。この
演算装置は、複数の入力データI1 ,・・・ ,Im
 (図の例ではm=2)に対して演算を実行して複数の
出力データO1 ,・・・ ,On を出力するもので
ある。
Embodiment FIG. 1 shows the configuration of an embodiment of the present invention. This arithmetic device has a plurality of input data I1,...,Im
(in the illustrated example, m=2) and outputs a plurality of output data O1, . . . , On.

【0017】その構成は、加算器、減算器、乗算器など
基本的な複数個の演算器1〜nと、各演算器の演算結果
を保持するレジスタR1 〜Rnと、各演算器毎に入力
データIi(i=1,2) 及び各レジスタからの出力
データOj(j=1,・・・ ,n) を入力する複数
のマルチプレクサM11,M12;M21,M22;・
・・・;Mn1,Mn2とから成る。マルチプレクサの
個数は、入力データの数と演算器の種類によって決定さ
れる。
Its configuration consists of a plurality of basic arithmetic units 1 to n such as adders, subtracters, and multipliers, registers R1 to Rn that hold the arithmetic results of each arithmetic unit, and inputs for each arithmetic unit. A plurality of multiplexers M11, M12; M21, M22; which input data Ii (i=1, 2) and output data Oj (j=1, . . . , n) from each register;
...; Consists of Mn1 and Mn2. The number of multiplexers is determined by the number of input data and the type of arithmetic unit.

【0018】各演算器1〜nは、図示しない制御装置か
らの動作指令信号(cont.) によって制御される
。各マルチプレクサMjiは、制御装置からの選択指令
信号(sel.)によって制御される。従って、各演算
器1〜nは、対応するマルチプレクサによって入力デー
タを選択できる。
Each of the computing units 1 to n is controlled by an operation command signal (cont.) from a control device (not shown). Each multiplexer Mji is controlled by a selection command signal (sel.) from the control device. Therefore, each arithmetic unit 1 to n can select input data using a corresponding multiplexer.

【0019】一方、各レジスタR1 〜Rn には、制
御装置から一定のクロック信号が供給される。
On the other hand, each register R1 to Rn is supplied with a constant clock signal from the control device.

【0020】上記構成の演算装置の動作は、次のように
なる。
The operation of the arithmetic unit having the above configuration is as follows.

【0021】例えば、入力データA,Bに対してA+B
−A×Bなる演算を実行する場合、演算器として加算器
、減算器及び乗算器を備えると、次のような手順で演算
できる。
For example, for input data A and B, A+B
When performing the calculation -A×B, if an adder, a subtracter, and a multiplier are provided as calculation units, the calculation can be performed using the following procedure.

【0022】(1)A+Bを加算器で、A×Bを乗算器
でそれぞれ実行する(並列処理)。
(1) A+B is executed by an adder and A×B is executed by a multiplier (parallel processing).

【0023】これは、加算器、減算器にそれぞれ接続し
たマルチプレクサで入力A,Bを選択することによって
実現される。その結果は、加算器、減算器にそれぞれ接
続したレジスタに格納されると共に、各マルチプレクサ
に送られる。
This is achieved by selecting inputs A and B with multiplexers connected to adders and subtracters, respectively. The results are stored in registers connected to the adder and subtracter, respectively, and are sent to each multiplexer.

【0024】(2)加算器と乗算器の結果を減算器で減
算する。これは、減算器に接続したマルチプレクサで加
算と乗算の結果を選択することによって実現される。そ
の結果は、減算器に接続したレジスタに格納され、必要
な時に出力データとして取り出される。
(2) The results of the adder and multiplier are subtracted by a subtracter. This is achieved by selecting the results of the addition and multiplication with a multiplexer connected to the subtractor. The result is stored in a register connected to the subtracter and retrieved as output data when needed.

【0025】このように2つのステップで演算が実行さ
れる。これに対し、従来の並列処理では、各演算の度に
結果をメモリに保持する動作が必要であるので、その分
ステップが多くなる。
In this way, the calculation is performed in two steps. On the other hand, in conventional parallel processing, it is necessary to hold the result in memory for each operation, which increases the number of steps.

【0026】更に、上述の演算を繰り返す場合は、(2
)の演算を実行する時に次のデータに対する(1)の演
算を実行できる。
Furthermore, when repeating the above operation, (2
), the operation (1) can be executed on the next data.

【0027】例えば、図2に示すように、ある時点t0
 から順次入力されるデータの対A1,B1 ;A2,
B2 ;A3,B3 ・・・ に対して上記の演算を繰
返し行う場合には、1クロックの間(CL1 )に入力
された最初のデータA1,B1 に対して、次のクロッ
ク(CL2 )で(1)の演算を実行し、その次のクロ
ック(CL3 )で(2)の演算を実行する時に、次の
データA2,B2 に対する(1)の演算を実行するこ
とができる。以下、同様に入力データに対する演算が行
われるので、従来の並列処理よりもはるかに高速化され
る。
For example, as shown in FIG.
A pair of data sequentially input from A1, B1; A2,
When repeating the above operation for B2 ; A3, B3 . When the operation (1) is executed and the operation (2) is executed at the next clock (CL3), the operation (1) can be executed on the next data A2, B2. Thereafter, calculations are performed on the input data in the same way, so the speed is much faster than conventional parallel processing.

【0028】図3は、図1の演算装置をファジィ集合演
算に用いた場合の構成例を示す。
FIG. 3 shows an example of the configuration when the arithmetic device of FIG. 1 is used for fuzzy set operations.

【0029】この演算装置は、ファジィ集合演算によく
用いられる基本的な演算を実行できるように4個の演算
器、すなわち加減算器(Add/Sub.)11、乗算
器(Mul.)12、Min/Max 演算器13及び
算術論理演算器(ALU)14を有する。算術論理演算
器(ALU)14は、加減算などの算術演算とAND,
ORなどの論理演算を実行する。
This arithmetic unit has four arithmetic units, namely an add/subtractor (Add/Sub.) 11, a multiplier (Mul.) 12, and a Min. /Max includes an arithmetic unit 13 and an arithmetic logic unit (ALU) 14. The arithmetic logic unit (ALU) 14 performs arithmetic operations such as addition and subtraction, AND,
Perform logical operations such as OR.

【0030】各演算器の入力側には、3つの入力データ
A,B,Cと、ファジィ集合演算に必要な1と0を表わ
す信号と、レジスタR1 〜R4からの出力データとを
入力する一対のマルチプレクサMj1,Mj2(j=1
,・・・ ,4)が設けられている。一方、各演算器の
出力側には、レジスタR1 〜R4 と、それらの出力
データO1 〜O4 をまとめて出力するマルチプレク
サ15が設けられている。
On the input side of each arithmetic unit, there is a pair of input data for inputting three input data A, B, and C, signals representing 1 and 0 necessary for fuzzy set operation, and output data from registers R1 to R4. multiplexers Mj1, Mj2 (j=1
,...,4) are provided. On the other hand, on the output side of each arithmetic unit, there are provided registers R1 to R4 and a multiplexer 15 that collectively outputs their output data O1 to O4.

【0031】図3の演算装置によれば、4個の演算器を
演算式に応じて組み合わせることにより、ファジィ集合
演算でよく用いられる演算、例えば A+B−A×B 1  ∧  A+B  (∧は Min演算)0  ∨
  A+B−1  (∨は Max演算)を1クロック
で実行することができる。
According to the arithmetic device shown in FIG. 3, by combining four arithmetic units according to the arithmetic expression, operations often used in fuzzy set operations, such as A+B-A×B 1 ∧ A+B (∧ is Min operation )0 ∨
A+B-1 (∨ is Max operation) can be executed in one clock.

【0032】以上、実施例について説明したが、本発明
はこれに限らない。例えば、演算装置を構成する演算器
、レジスタ及びマルチプレクサの個数や回路構成は、本
発明の演算機能を実現するものであれば、任意に設定す
ることができる。
Although the embodiments have been described above, the present invention is not limited thereto. For example, the number and circuit configuration of the arithmetic units, registers, and multiplexers constituting the arithmetic device can be arbitrarily set as long as they realize the arithmetic function of the present invention.

【0033】[0033]

【発明の効果】上記のように、本発明によれば、演算器
を効率良く並列に動作させ、最少のステップで目的の演
算を実行することができるので、ファジィ情報のような
多量のデータに対しても、演算処理の高速化を達成でき
る。
[Effects of the Invention] As described above, according to the present invention, arithmetic units can be efficiently operated in parallel and a target operation can be executed with the minimum number of steps, so that it is possible to process large amounts of data such as fuzzy information. Even in this case, it is possible to achieve high-speed calculation processing.

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

【図1】本発明の実施例の構成図。FIG. 1 is a configuration diagram of an embodiment of the present invention.

【図2】図1の構成による演算処理手順の例を示す図。FIG. 2 is a diagram showing an example of an arithmetic processing procedure according to the configuration of FIG. 1;

【図3】図1の演算装置をファジィ集合演算に用いた場
合の構成例を示す図。
FIG. 3 is a diagram showing a configuration example when the arithmetic device of FIG. 1 is used for fuzzy set calculations.

【図4】複数個の演算器を用いた従来の演算回路の構成
を示す図。
FIG. 4 is a diagram showing the configuration of a conventional arithmetic circuit using a plurality of arithmetic units.

【図5】複数個の演算器を用いた従来の演算回路の別構
成を示す図。
FIG. 5 is a diagram showing another configuration of a conventional arithmetic circuit using a plurality of arithmetic units.

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

1〜n…演算器、R1 〜Rn …レジスタ、Mji…
マルチプレクサ、15…マルチプレクサ、I1 ,I2
 ,A,B,C…入力データ、O1 〜On …出力デ
ータ。
1 to n...Arithmetic unit, R1 to Rn...Register, Mji...
Multiplexer, 15...Multiplexer, I1, I2
, A, B, C...input data, O1~On...output data.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】基本的演算を組み合わせた演算を実行する
並列演算装置において、複数個の演算器と、各演算器の
演算結果を保持する複数のレジスタと、各演算器毎に入
力データ及び各レジスタからの出力データを選択的に入
力する複数のマルチプレクサとを備えたことを特徴とす
る並列演算装置。
Claim 1: A parallel arithmetic device that executes a combination of basic arithmetic operations, including a plurality of arithmetic units, a plurality of registers that hold the arithmetic results of each arithmetic unit, and a plurality of registers that hold input data and each arithmetic unit for each arithmetic unit. A parallel arithmetic device comprising a plurality of multiplexers that selectively input output data from a register.
【請求項2】前記演算器は、ファジィ集合演算に用いら
れる基本的な演算を実行するように構成されると共に、
前記マルチプレクサには、前記入力データの他にファジ
ィ集合演算に必要な1と0を表わす信号が入力されるこ
とを特徴とする請求項1記載の並列演算装置。
2. The arithmetic unit is configured to execute basic operations used in fuzzy set operations, and
2. The parallel computing device according to claim 1, wherein the multiplexer receives, in addition to the input data, a signal representing 1 and 0 necessary for fuzzy set computation.
JP3139162A 1991-06-11 1991-06-11 Parallel arithmetic unit Pending JPH04364525A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3139162A JPH04364525A (en) 1991-06-11 1991-06-11 Parallel arithmetic unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3139162A JPH04364525A (en) 1991-06-11 1991-06-11 Parallel arithmetic unit

Publications (1)

Publication Number Publication Date
JPH04364525A true JPH04364525A (en) 1992-12-16

Family

ID=15239027

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3139162A Pending JPH04364525A (en) 1991-06-11 1991-06-11 Parallel arithmetic unit

Country Status (1)

Country Link
JP (1) JPH04364525A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07334369A (en) * 1994-06-03 1995-12-22 Korea Telecommun Authority Fuzzy arithmetic device
JP2006031127A (en) * 2004-07-12 2006-02-02 Fujitsu Ltd Reconfiguratable arithmetic unit
JP2011196927A (en) * 2010-03-23 2011-10-06 Yokogawa Electric Corp Waveform measuring instrument

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04190420A (en) * 1990-11-26 1992-07-08 Fujitsu Ltd Parallel arithmetic circuit

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04190420A (en) * 1990-11-26 1992-07-08 Fujitsu Ltd Parallel arithmetic circuit

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07334369A (en) * 1994-06-03 1995-12-22 Korea Telecommun Authority Fuzzy arithmetic device
JP2006031127A (en) * 2004-07-12 2006-02-02 Fujitsu Ltd Reconfiguratable arithmetic unit
US7774580B2 (en) 2004-07-12 2010-08-10 Fujitsu Limited Array processor having reconfigurable data transfer capabilities
JP2011196927A (en) * 2010-03-23 2011-10-06 Yokogawa Electric Corp Waveform measuring instrument

Similar Documents

Publication Publication Date Title
US4601006A (en) Architecture for two dimensional fast fourier transform
US5226171A (en) Parallel vector processing system for individual and broadcast distribution of operands and control information
US4635292A (en) Image processor
US6539368B1 (en) Neural processor, saturation unit, calculation unit and adder circuit
US5081573A (en) Parallel processing system
US5600843A (en) Ring systolic array system for synchronously performing matrix/neuron computation using data transferred through cyclic shift register connected in cascade of trays
JPH04293151A (en) Parallel data processing system
JPS6125188B2 (en)
JPH0784975A (en) Information processor and learning arithmetic processing method
JPS63167967A (en) Digital signal processing integrated circuit
KR0138859B1 (en) Mind-typed digital processor array for neural network and system composed thereof
Pieper et al. Efficient Dedicated Multiplication Blocks for 2's Complement Radix-2m Array Multipliers.
EP0395240B1 (en) High speed numerical processor
JPH04364525A (en) Parallel arithmetic unit
US5119325A (en) Multiplier having a reduced number of partial product calculations
JPH05324694A (en) Reconstitutable parallel processor
JPH0613843A (en) Digital signal processing circuit
US5958001A (en) Output-processing circuit for a neural network and method of using same
JP2696903B2 (en) Numerical calculator
JPH04252372A (en) Variable pipeline structure
EP0321584A1 (en) System for calculating sum of products
WO1990008362A2 (en) Method for analyzing datapath elements
JPH06215021A (en) Approximate function calculating method
JPH04184535A (en) Parallel arithmetic units
JPS60252986A (en) Fast fourier transforming device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19961203