JPH06110853A - Parallel computer system and processor - Google Patents

Parallel computer system and processor

Info

Publication number
JPH06110853A
JPH06110853A JP4261108A JP26110892A JPH06110853A JP H06110853 A JPH06110853 A JP H06110853A JP 4261108 A JP4261108 A JP 4261108A JP 26110892 A JP26110892 A JP 26110892A JP H06110853 A JPH06110853 A JP H06110853A
Authority
JP
Japan
Prior art keywords
computer system
parallel computer
prospective
program
processing
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
JP4261108A
Other languages
Japanese (ja)
Inventor
Yuji Sato
裕二 佐藤
Masahiro Shikayama
昌宏 鹿山
Akira Maeda
章 前田
Koji Kameshima
鉱二 亀島
Ichirou Enbutsu
伊智朗 圓佛
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP4261108A priority Critical patent/JPH06110853A/en
Publication of JPH06110853A publication Critical patent/JPH06110853A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Multi Processors (AREA)

Abstract

PURPOSE:To improve the working rate and to attain the automatic scheduling of a pre-reading function by storing plural programs (estimated processing) having the (later) contribution of their execution results is not knows separately from a main program. CONSTITUTION:A local storage device 140, an instruction wait memory IWM 175 which shown the assurance of plural information (programs, etc.) stored in the storage device 140, and a connection wait memory CWM 170 which shown the inter-processor connection intensity are used in addition to a computing element group 130 as the component elements of a processor 120 that constructs a processor array 110. Then one of plural estimated processing programs is specified in addition to a main program, and each element processor computes the specified estimated processing program in place of the main program in a NOP state.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、一般的には複数のプロ
セッサから構成される超並列計算機などの並列計算機シ
ステムに関するものである。より詳細には、複雑な情報
処理に対応するための超並列計算機の使用方法および要
素プロセッサの構成に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention generally relates to a parallel computer system such as a massively parallel computer including a plurality of processors. More specifically, the present invention relates to a method of using a massively parallel computer and a configuration of an element processor for dealing with complicated information processing.

【0002】本発明は、ニューロコンピュータにも適用
可能である。また、マイクロプロセッサ単体としても利
用可能である。
The present invention is also applicable to neurocomputers. It can also be used as a single microprocessor.

【0003】[0003]

【従来の技術】伝統的なコンピュータシステムは、プロ
グラムメモリから単一の命令ストリームを入力し、1度
に1つの命令を実行する単体のプロセッサから構成され
ている。これは、順次単一プロセッサ・アーキテクチャ
(フォンノイマン型アーキテクチャ)として知られてい
る。
BACKGROUND OF THE INVENTION Traditional computer systems consist of a single processor that inputs a single instruction stream from program memory and executes one instruction at a time. This is known as a sequential uniprocessor architecture (von Neumann architecture).

【0004】順次単一プロセッサ・アーキテクチャにお
ける高速化の一つの手法として、例えば、68000マ
イクロコンピュータ(丸善,1983年3月発行,P.
19ー20)に命令プリフェッチ(命令の先取り)機能
が記載されている。この機能を実現するための簡単なレ
ジスタ構成を図18に示す。
As one method of increasing the speed in the sequential single processor architecture, for example, 68000 microcomputer (Maruzen, published in March 1983, P.
19-20), an instruction prefetch (instruction prefetch) function is described. FIG. 18 shows a simple register configuration for realizing this function.

【0005】図18において、現在実行中の命令コード
はIR(InstructionRegister)8
20にセットされ、命令がデコードされた後、信号線8
21を介してIRD(Instruction Dec
oder)810に移される。命令がIRD810に移
されると次に実行される命令がIRC(Inst−ru
ction Cashe)830から、信号線831を
介して、IR820に移されデコードの開始を待つ。原
則としてIR820、IRC830には次に実行される
命令の第一ワード目が各々セットされる。命令の第2ワ
ード目からの拡張部分はEDB(Entry Data
Bus)840にセットされる。このように、プリフ
ェッチ用の特別なレジスタを有することにより、次に実
行される命令の全体または一部を先取り(メモリからの
読み出し)し、実行的に命令フェッチ時間を節約するこ
とが可能である。
In FIG. 18, the instruction code currently being executed is IR (Instruction Register) 8
Signal line 8 after it is set to 20 and the instruction is decoded
21 via IRD (Instruction Dec)
eder) 810. When the instruction is moved to the IRD 810, the next instruction to be executed is IRC (Inst-ru).
From the action cache 830 to the IR 820 via the signal line 831 and waits for the start of decoding. In principle, the first word of the next instruction to be executed is set in each of IR820 and IRC830. The extension part from the second word of the instruction is EDB (Entry Data).
Bus) 840 is set. In this way, by having a special register for prefetch, it is possible to prefetch (read from memory) all or part of the next instruction to be executed, and to save the instruction fetch time by execution. .

【0006】しかし、上記伝統的なコンピュータシステ
ムにおける単一プロセッサの性能向上だけでは、ユーザ
が望む計算速度や処理能力が得られなくなってきてい
る。この対策として、多数の要素プロセッサを並列実行
させることにより高速化を実現する並列計算機(超並列
計算機)システムが注目されてきている。一例として、
特開昭60−84661号公報に記載されている、シン
キング・マシンズ社のコネクションマシンのシステム構
成概略を図17に示す。
However, the calculation speed and processing power desired by the user cannot be obtained only by improving the performance of the single processor in the traditional computer system. As a countermeasure against this, a parallel computer (massively parallel computer) system, which realizes high speed by executing many element processors in parallel, has been attracting attention. As an example,
FIG. 17 shows an outline of the system configuration of the connection machine of Thinking Machines Co., Ltd., which is described in JP-A-60-84661.

【0007】図17において、110はプロセッサアレ
イ、120はプロセッサアレイを構成するプロセッサで
ある。200はプロセッサアレイを制御するマイクロコ
ントローラ、300は演算に必要なデータを格納する外
部記憶装置、400はマイクロコントローラ200を制
御するホストコンピュータである。
In FIG. 17, 110 is a processor array, and 120 is a processor that constitutes the processor array. Reference numeral 200 is a microcontroller that controls the processor array, 300 is an external storage device that stores data necessary for calculation, and 400 is a host computer that controls the microcontroller 200.

【0008】ホストコンピュータ400は、例えばDE
C(Digital Equipment Corp.)社製造のVAXコンピ
ュータのような市販されている汎用コンピュータであ
り、制御信号410によりマイクロコントローラ200
の動作開始・終了を指示する。また、マイクロコントロ
ーラ200を介して、信号線420により外部記憶装置
300またはプロセッサアレイ110との間でデータの
送受信を行う。
The host computer 400 is, for example, a DE
A commercially available general-purpose computer such as a VAX computer manufactured by C (Digital Equipment Corp.).
Instruct the start and end of the operation. Further, data is transmitted / received to / from the external storage device 300 or the processor array 110 by the signal line 420 via the microcontroller 200.

【0009】マイクロコントローラ200は、並列バス
210により、プロセッサアレイ110の制御を行う。
例えば、バス210中の1回線はアレイ110にRES
ET信号を与え、3回線はタイミング信号を出し、残り
の回線は命令の伝達に使われる。対象となるチップおよ
びプロセッサは信号線220で行う。外部記憶装置への
読み/書きの為のアドレス情報はアドレス信号240に
より行う。マイクロコントローラ200とプロセッサア
レイ110との間のデータの送受信およびプロセッサア
レイ110からマイクロコントローラ200への状態情
報の通知は、信号線230により行う。
The microcontroller 200 controls the processor array 110 by a parallel bus 210.
For example, one line in bus 210 could be RES to array 110.
The ET signal is given, three lines output timing signals, and the remaining lines are used for command transmission. The target chip and processor are connected to the signal line 220. Address information for reading / writing to the external storage device is performed by the address signal 240. Transmission / reception of data between the micro controller 200 and the processor array 110 and notification of status information from the processor array 110 to the micro controller 200 are performed by a signal line 230.

【0010】バス210および230は、各要素プロセ
ッサ120に並列に接続される。その結果、マイクロコ
ントローラ200からの信号は、アレイ110内の各要
素プロセッサ120に同時に与えられる。すなわち、各
要素プロセッサ120は一度に同一命令を実行する。全
プロセッサを必要としない場合は、余ったプロセッサ1
25はNOP(No OPeration)状態となる。
The buses 210 and 230 are connected in parallel to each processor element 120. As a result, the signals from the microcontroller 200 are simultaneously provided to each element processor 120 in the array 110. That is, each element processor 120 executes the same instruction at once. If you do not need all the processors, the extra processor 1
25 becomes a NOP (No OPeration) state.

【0011】NOP状態のプロセッサ数の増加はコスト
パフォーマンスの低下につながる。従って、NOP状態
のプロセッサをできるだけ少なくするタスク(負荷)割
当て技術、例えば、一定期間以上NOPが続いたら負荷
を割当てる技術が、特開平3ー191488号公報等に
記載されている。
An increase in the number of processors in the NOP state leads to a reduction in cost performance. Therefore, a task (load) allocating technique for reducing the number of processors in the NOP state as much as possible, for example, a technique for allocating a load when NOP continues for a certain period or longer, is described in Japanese Patent Laid-Open No. 3-191488.

【0012】[0012]

【発明が解決しようとする課題】一般的に、より大規模
な問題あるいはより複雑な情報処理に対応するために
は、超並列計算機システムを構成する要素プロセッサの
数を増加させる必要がある。
Generally, in order to cope with a larger scale problem or more complicated information processing, it is necessary to increase the number of element processors constituting a massively parallel computer system.

【0013】並列度を上げて高速化を実現する場合も、
プロセッサ数を増加させる必要がある。しかし、応用プ
ログラムによっては、必ずしもシステム内の全プロセッ
サを必要としない。また、メインプログラムを構成する
サブプログラム(タスク)実行時には、メインプログラ
ムが必要とする要素プロセッサの一部しか使用しない。
すなわち、上記従来技術ではシステムを構成するプロセ
ッサ数の増加に伴い、稼働率が低下する(NOP状態の
プロセッサの割合が増加する)という問題点が存在す
る。この傾向は、一度に全プロセッサが同一命令を実行
するSIMD(Single Instruction stream Multi Data
stream)型アーキテクチャの並列計算機では特に顕著で
ある。
Even when the parallelism is increased to achieve high speed,
It is necessary to increase the number of processors. However, some application programs do not necessarily require all processors in the system. Further, when executing the subprograms (tasks) constituting the main program, only a part of the element processors required by the main program are used.
That is, the above-mentioned conventional technique has a problem that the operating rate decreases (the ratio of the processors in the NOP state increases) as the number of processors constituting the system increases. This tendency is due to SIMD (Single Instruction stream Multi Data) in which all processors execute the same instruction at a time.
This is especially noticeable on a parallel computer with a stream) architecture.

【0014】また、より複雑な情報処理に対応するため
には例えば人間の持つ先読み機能(先の動きを予測する
機能あるいは将来に備えて予め見込処理(役に立たない
かも知れないが、もしかしたら後で役に立つかも知れな
い処理)を実行する機能)が有効と思われるが、上記従
来技術(例えば命令プリフェッチ機能)は既に確定した
処理アルゴリズムにおいて次に実行すべき命令を予めメ
モリから読み出しておくだけ(処理の実行はしない)で
あり、人間の持つ先読み機能には十分対応出来ない。上
記従来技術において先読み機能を実現するためには、い
つ、どのような先読み機能を実行させるかを人が考えて
メインプログラムを書く必要がある。すなわち、先読み
機能のスケジューリングを含めたアルゴリズムの検討が
必要であり負担が大きい。また、応用プログラムごとに
上記スケジューリングを再検討する必要があり、プログ
ラム作成工数が大幅に増加し、バグ発生確率も大きくな
るという問題点が存在する。
Further, in order to cope with more complicated information processing, for example, a look-ahead function of a human being (a function of predicting a previous movement or a prospective process in advance for the future (may be useless, but maybe later Function that executes a process that may be useful) is effective, but the above-mentioned conventional technique (for example, the instruction prefetch function) only reads the next instruction to be executed from the memory in the already determined processing algorithm (processing Is not executed), and it cannot fully support the look-ahead function that humans have. In order to realize the read-ahead function in the above-mentioned conventional technique, it is necessary for a person to write a main program in consideration of when and what kind of read-ahead function is executed. That is, it is necessary to consider an algorithm including scheduling of the prefetching function, which imposes a heavy burden. In addition, it is necessary to reexamine the above scheduling for each application program, which causes a problem that the number of man-hours for creating a program is significantly increased and the probability of bug occurrence is also increased.

【0015】上記従来技術の問題点を解決するために、
本発明では以下に示す(1)〜(4)を目的とする。
In order to solve the above problems of the prior art,
The present invention aims at the following (1) to (4).

【0016】(1) 超並列計算機(特にSIMD型アーキ
テクチャ)の稼働率の向上 (2) 上記先読み機能のスケジューリング(いつ、どのよ
うな先読み機能を実行させるか)の自動化(自己形成) (3) 最低限必要な見込処理から、新たな見込処理の自己
獲得 (4) 上記(1)〜(3)に加え、例えばTATの短縮等の、付
加価値の提供
(1) Improving the operation rate of a massively parallel computer (especially SIMD type architecture) (2) Automating the scheduling of the above-mentioned read-ahead function (when and what kind of read-ahead function is executed) (self-formation) (3) Self-acquisition of new expected process from minimum required expected process (4) In addition to (1) to (3) above, provide added value such as shortening TAT

【0017】[0017]

【課題を解決するための手段】上記目的を達成するため
に、以下に示す解決手段を有する。
In order to achieve the above object, the following solution means are provided.

【0018】(1) 実行結果が(後で)役に立つかどうかわ
からない複数のプログラム(見込処理)を、メインプログ
ラムとは別に、記憶する手段を有する。
(1) A means for storing a plurality of programs (probability processing) whose execution result is not useful (later) is stored separately from the main program.

【0019】(2) 上記複数の見込処理対象の中から、1
つのプログラムを特定する手段を有する。例えば、上記
見込処理に対して、各外部条件(実行条件)ごとに、各見
込処理の確からしさをしめす情報(重み値)を有し、重み
値情報に従い1つのプログラムを特定する。あるいは、
乱数表を用いて1つのプログラムを特定する。
(2) 1 out of the plurality of expected processing targets
It has a means to specify one program. For example, with respect to the above-mentioned prospect processing, each external condition (execution condition) has information (weight value) indicating the likelihood of each prospect processing, and one program is specified according to the weight value information. Alternatively,
Use a random number table to identify one program.

【0020】(3) 上記特定された見込処理プログラムを
実行するための演算手段を有する。
(3) It has a calculating means for executing the above-mentioned specified prospect processing program.

【0021】(4) 上記見込処理の実行結果を、特定の基
準に従って評価する手段を有する。
(4) It has means for evaluating the execution result of the above-mentioned prospective processing according to a specific standard.

【0022】(5) 各要素プロセッサまたは複数の要素プ
ロセッサから構成されるグループごとにNOP(No OPer
ation)状態を判断する手段を有する。
(5) NOP (No OPer) for each element processor or for each group composed of a plurality of element processors
ation) has a means for judging the state.

【0023】(6) 上記NOP状態判定結果に従って、メ
インプログラムに換えて、上記特定された見込処理プロ
グラムを実行する手段を有する。
(6) According to the NOP state determination result, the main program is replaced with a means for executing the specified prospect processing program.

【0024】(7) 上記見込処理の評価結果に従い、上記
重み値情報をオンライン(稼働)中に更新する手段を有す
る。
(7) A means is provided for updating the weight value information online (in operation) according to the evaluation result of the prospective processing.

【0025】(8) 上記(同一または異なる)見込処理を複
数回繰り返す手段を有する。
(8) A means for repeating the above-mentioned (same or different) forecast processing a plurality of times is provided.

【0026】(9) 上記繰り返した見込処理の来歴を記憶
する手段を有する。
(9) A means for storing the history of the above-described repeated prospective processing is provided.

【0027】(10)複数の見込処理の組み合わせを、新た
な見込処理として、記憶する手段を有する。
(10) A means for storing a combination of a plurality of prospective processes as a new prospective process is provided.

【0028】[0028]

【作用】上記問題解決手段により、下記に示す作用を得
る。
By the above means for solving the problem, the following operation is obtained.

【0029】(1) 本発明によれば、メインプログラムと
は別に、複数の見込処理プログラムをシステム内に記憶
し、該複数の見込処理プログラムの中から1つを特定し
た上で、各要素プロセッサにおいて、NOP状態時に
は、メインプログラムに換えて、上記特定された見込処
理プログラムを演算可能である。
(1) According to the present invention, apart from the main program, a plurality of prospect processing programs are stored in the system, one of the prospect processing programs is specified, and then each element processor In, in the NOP state, it is possible to calculate the specified prospect processing program instead of the main program.

【0030】従って、NOP状態のプロセッサを見込処
理の実行に活用することにより、稼働率が向上する。適
当な見込処理が実行されれば、例えば検索処理等におい
て、TATの短縮につながる。また、仮に無効な見込処
理が実行されたとしても、もともとNOP状態のプロセ
ッサを用いているために、性能低下にはならない。
Therefore, the utilization rate is improved by utilizing the processor in the NOP state for executing the expected process. Execution of an appropriate expected process leads to shortening of TAT in, for example, a search process. Further, even if the invalid expected process is executed, the performance is not deteriorated because the processor which is originally in the NOP state is used.

【0031】(2) 本発明によれば、見込処理の実行結果
を特定の基準に従って評価し、該評価結果に従い、各外
部条件(実行条件)ごとに、各見込処理の確からしさをし
めす情報(重み値)をオンライン中に更新する。
(2) According to the present invention, the execution result of the prospective process is evaluated according to a specific criterion, and according to the evaluation result, information indicating the certainty of each prospective process for each external condition (execution condition) ( (Weight value) is updated online.

【0032】従って、使えば使うほど(経験を通し
て)、外部条件(実行条件)に対応して、的確な見込処理
が選ばれるように自己成長可能である。
Therefore, the more it is used (through experience), the more self-growth can be made so that an appropriate expected process is selected according to the external condition (execution condition).

【0033】(3) 本発明によれば、見込処理を複数回繰
り返した結果有効な解(収束解)が得られた場合、有効
な解(収束解)を得るまでに実行した一連の見込処理の
組み合わせを新たな見込処理として利用可能である。
(3) According to the present invention, when an effective solution (convergent solution) is obtained as a result of repeating the predictive processing a plurality of times, a series of predictive processing executed until the effective solution (convergent solution) is obtained. Can be used as a new prospective process.

【0034】従って、予め人間が与えた見込処理(遺伝
的要素)を組み合わせて、新たな見込処理(ある初期状
態、ある入力データに対して有効な解(収束解)を与え
る一連の見込処理の流れ(組み合わせ))を自己獲得可
能である。
Therefore, a combination of the prospective processes (genetic elements) given by humans in advance is used to create a new prospective process (a certain initial state, a series of prospective processes that gives an effective solution (convergent solution) to certain input data). The flow (combination) can be self-acquired.

【0035】[0035]

【実施例】以下、本発明の実施例を図1から図20によ
り説明する。
Embodiments of the present invention will be described below with reference to FIGS.

【0036】図1は本発明の一実施例を示すためのSI
MD(Single Instruction streamMulti Data stream)
型アーキテクチャの超並列計算機のシステム構成図であ
る。
FIG. 1 shows an SI for showing an embodiment of the present invention.
MD (Single Instruction stream Multi Data stream)
FIG. 1 is a system configuration diagram of a massively parallel computer having a type architecture.

【0037】図1において、110はプロセッサアレ
イ、120はプロセッサアレイを構成するプロセッサで
ある。200はプロセッサアレイを制御するマイクロコ
ントローラ、300は演算に必要なデータを格納する外
部記憶装置、400はマイクロコントローラ200を制
御するホストコンピュータである。
In FIG. 1, 110 is a processor array, and 120 is a processor that constitutes the processor array. Reference numeral 200 is a microcontroller that controls the processor array, 300 is an external storage device that stores data necessary for calculation, and 400 is a host computer that controls the microcontroller 200.

【0038】ホストコンピュータ400は、例えば制御
信号410によりマイクロコントローラ200の動作開
始・終了を指示する。また、マイクロコントローラ20
0を介して、信号線420により外部記憶装置300ま
たはプロセッサアレイ110との間でデータの送受信を
行う。
The host computer 400 gives an instruction to start / end the operation of the microcontroller 200 by, for example, a control signal 410. In addition, the microcontroller 20
The signal line 420 transmits / receives data to / from the external storage device 300 or the processor array 110 via 0.

【0039】マイクロコントローラ200は、マイクロ
命令210により、プロセッサアレイ110の制御(例
えば、演算機能の指定)を行う。対象となるチップ(プ
ロセッサアレイまたはプロセッサアレイの一部)および
プロセッサはチップセレクト信号CSおよびプロセッサ
セレクト信号PS220で行う(図1では、プロセッサ
セレクト信号PSの一部分(例えば、上位数ビット)を
チップセレクト信号CSとして用いることを仮定してい
るために、CSとNSを同一信号220で表している。
別信号として実現することも可能である。)。外部記憶
装置への読み/書きの為のアドレス情報はアドレス信号
240により行う。マイクロコントローラ200とプロ
セッサアレイ110との間のデータの送受信は、Din/D
out信号230により行う。
The micro controller 200 controls the processor array 110 (for example, specifies the arithmetic function) by the micro instruction 210. The target chip (processor array or a part of the processor array) and the processor perform the chip select signal CS and the processor select signal PS220 (in FIG. 1, a part of the processor select signal PS (for example, several high-order bits) is a chip select signal. Since it is assumed to be used as CS, CS and NS are represented by the same signal 220.
It can also be realized as a separate signal. ). Address information for reading / writing to the external storage device is performed by the address signal 240. Data transmission / reception between the microcontroller 200 and the processor array 110 is performed by Din / D
It is performed by the out signal 230.

【0040】図1において図17に示す従来のSIMD
型超並列計算機との違いは、プロセッサ120を構成す
る要素として、演算器群130の他に、局所記憶装置1
40、局所記憶装置140内に格納した複数の情報(例
えば、プログラム)の確信度を示すインストラクション
・ウエイト・メモリ(IWM)175、プロセッサ間の
結合強度を示すコネクション・ウエイト・メモリ(CW
M)170を有する点にある。Cond250は外部条件
(または実行条件)であり、IWM175のポインタと
なる。
In FIG. 1, the conventional SIMD shown in FIG.
The difference from the massively parallel computer is that, in addition to the arithmetic unit group 130, the local storage device 1 is an element that constitutes the processor 120.
40, an instruction weight memory (IWM) 175 indicating the certainty factor of a plurality of pieces of information (for example, programs) stored in the local storage device 140, a connection weight memory (CW) indicating the coupling strength between processors.
M) 170. The Cond 250 is an external condition (or execution condition) and serves as a pointer of the IWM 175.

【0041】以下、図2および図3により本発明の特徴
を示す。
The features of the present invention will be described below with reference to FIGS.

【0042】図2は、図1に示した要素プロセッサ12
0のブロック構成図の一例である。
FIG. 2 shows the element processor 12 shown in FIG.
It is an example of the block block diagram of 0.

【0043】図2において、130、140、175は
それぞれ図1に示した演算器群、局所記憶装置、IWM
である。図2では、局所記憶装置140には実行結果が
必ずしも(後で)役に立つかどうかわからない複数のプ
ログラム(見込処理)を記憶する。IWM175には、
各外部条件(実行条件)ごとに、各見込処理の確からし
さを示す情報(重み値)を格納する。166はNOP
(No OPeration)判定論理、165は(NOP判定論
理、局所記憶装置およびIWMからの情報をもとに)演
算器群130の制御信号を生成する論理、190は実行
した命令の有効性を判定する論理である。
In FIG. 2, reference numerals 130, 140 and 175 denote the arithmetic unit group, local storage device and IWM shown in FIG. 1, respectively.
Is. In FIG. 2, the local storage device 140 stores a plurality of programs (probable processes) whose execution results are not always (later) useful. IWM175 has
Information (weight value) indicating the probability of each prospective process is stored for each external condition (execution condition). 166 is NOP
(No OPeration) decision logic, 165 (logic based on information from NOP decision logic, local storage device and IWM) to generate control signals for the arithmetic unit group 130, 190 decides the validity of the executed instruction It is logic.

【0044】以下、図3に示したフローチャートに基づ
き図2に示すプロセッサの特徴的な動きを示す。
The characteristic operation of the processor shown in FIG. 2 will be described below based on the flow chart shown in FIG.

【0045】NOP判定論理は、マイクロコントローラ
200から入力したCS/PS220、マイクロ命令2
10および演算器群130から入力したフラグ情報16
2から、NOP判定を行う。また、判定結果163をI
NST.決定論理165に出力する。
The NOP judgment logic is the CS / PS 220 input from the microcontroller 200, the micro instruction 2
10 and flag information 16 input from the arithmetic unit group 130
From 2, the NOP determination is performed. In addition, the determination result 163 is I
NST. Output to decision logic 165.

【0046】INST.決定論理165は、判定結果1
63がNOP指示でなければマイクロコントローラ20
0から入力したマイクロ命令210を演算器群制御用の
命令161として出力する。(すなわち、演算器群13
0ではメインプロセスを実行する。)判定結果163が
NOP指示の場合は局所記憶装置140に格納した複数
(図2では、141−1〜141−4の4つ)の見込処
理の中から1つを選択し演算器群制御用の命令161と
して出力する。また、選択した命令の情報を選択の成否
判定論理190に出力する。図2では、IWMから読み
出した、各見込処理の確からしさを示す重み値情報(1
76〜179)からどの見込処理を選択するかを決定す
る。重み値の最大値は、例えば、信号線169を介して
各重み値情報を演算器群130に入力して求める。IW
Mの初期値は例えば乱数表により(ランダム)に与え
る。あるいは、意図を持ち、人が決定する。IWMのポ
インタはマイクロコントローラ200から入力した外部
条件(実行条件)250を用いる。
INST. The decision logic 165 determines the decision result 1
If 63 is not a NOP instruction, the microcontroller 20
The microinstruction 210 input from 0 is output as the instruction 161 for controlling the arithmetic unit group. (That is, the computing unit group 13
At 0, the main process is executed. ) When the determination result 163 is a NOP instruction, one is selected from among a plurality of (four in FIG. 2, 141-1 to 141-4) expected processes stored in the local storage device 140 to control the computing unit group. Is output as a command 161. In addition, the information of the selected instruction is output to the selection success / failure determination logic 190. In FIG. 2, weight value information (1 that indicates the probability of each prospective process read from the IWM
76 to 179) to determine which prospective process is selected. The maximum weight value is obtained, for example, by inputting each weight value information to the computing unit group 130 via the signal line 169. IW
The initial value of M is given (randomly) by a random number table, for example. Alternatively, it has an intention and is decided by a person. The external condition (execution condition) 250 input from the microcontroller 200 is used as the IWM pointer.

【0047】演算器群130は、INST.決定論理1
65から入力した命令161に従い演算を実行し、結果
(および選択した見込処理情報)を、例えば、レジスタ
等の記憶装置に格納する。演算に必要なデータは、例え
ばDin230を介して予めマイクロコントローラ200
または外部メモリ300から入力し、演算器群130内
の記憶装置に格納しておく。
The computing unit group 130 includes INST. Decision logic 1
The calculation is executed in accordance with the instruction 161 input from 65, and the result (and the selected expected processing information) is stored in a storage device such as a register. The data required for the calculation is previously sent to the microcontroller 200 via the Din 230, for example.
Alternatively, it is input from the external memory 300 and stored in the storage device in the arithmetic unit group 130.

【0048】選択の成否判定論理190では、例えば、
本来実行すべきだった命令の情報230と選択した命令
164から演算結果131の有効性を判定する。有効な
場合は演算結果を、信号線192を介して他のプロセッ
サなどに送信し、メインプロセスで利用する。また、選
択した命令の成否判定結果191を演算器群130に出
力する。
In the selection success / failure decision logic 190, for example,
The validity of the operation result 131 is determined from the instruction information 230 that should have been originally executed and the selected instruction 164. When it is valid, the calculation result is transmitted to another processor or the like via the signal line 192 and used in the main process. Further, the success / failure determination result 191 of the selected instruction is output to the arithmetic unit group 130.

【0049】演算器群130は、成否判定結果191に
従い、選択した命令に対応した重み値情報の更新を行
う。例えば、正しい選択であった場合は重み値を増加さ
せる。誤った選択であった場合は重み値を減少させる。
更新後の重み値は信号線132を介してIWM175に
格納する。
The computing unit group 130 updates the weight value information corresponding to the selected instruction according to the success / failure determination result 191. For example, if the selection is correct, the weight value is increased. If the selection is wrong, the weight value is decreased.
The updated weight value is stored in the IWM 175 via the signal line 132.

【0050】次に、表1および図4〜図7を用いて、図
2に示す要素プロセッサの構成要素の詳細を示す。
The details of the constituent elements of the element processor shown in FIG. 2 will be described below with reference to Table 1 and FIGS.

【0051】表1はNOP判定論理の詳細を示す真理値
表である。
Table 1 is a truth table showing details of the NOP judgment logic.

【0052】[0052]

【表1】 [Table 1]

【0053】CS/PS信号は、信号値が’1’のとき
選択、’0’のとき非選択。フラグ信号は、’1’のと
きNOP指示。NOP判定結果信号は、’0’のときマ
イクロコントローラ200からの命令210を選択指
示、’1’のとき見込処理を選択指示することを意味す
る。
The CS / PS signal is selected when the signal value is "1" and not selected when the signal value is "0". When the flag signal is "1", NOP instruction is given. The NOP determination result signal means that the instruction 210 from the microcontroller 200 is instructed to be selected when it is '0', and the prospective processing is instructed to be selected when it is '1'.

【0054】図4に演算器群130のブロック構成例を
示す。図4において、121は入力バッファ、122は
出力バッファであり、それぞれ他の要素プロセッサから
入力したデータ、他の要素プロセッサへ出力するデータ
を一時的に格納する機能を有する。131はシフタ機能
付き算術論理演算ユニット、132は乗算器、133は
汎用レジスタ、134はフラグレジスタ、136−1〜
136−2はパラメータレジスタである。また、170
はプロセッサ間の結合強度を示す重み値情報を格納する
ための書き換え可能なメモリである。136−1〜13
6−2および170は汎用レジスタ133の一部に割当
てることも可能である。137〜139は内部バスであ
る。230−1、169、191はそれぞれ図に示すD
in/Dout、重み値情報、選択の成否結果である。230
−2、131。132、162はそれぞれ図2に示すD
in/Dout、演算結果、更新後の重み値情報、フラグ情報
である。
FIG. 4 shows a block configuration example of the arithmetic unit group 130. In FIG. 4, reference numeral 121 is an input buffer, and 122 is an output buffer, each having a function of temporarily storing data input from another element processor and data output to another element processor. 131 is an arithmetic logic operation unit with shifter function, 132 is a multiplier, 133 is a general-purpose register, 134 is a flag register, 136-1 to 136-1.
136-2 is a parameter register. Also, 170
Is a rewritable memory for storing weight value information indicating the coupling strength between processors. 136-1 ~ 13
It is also possible to assign 6-2 and 170 to a part of the general-purpose register 133. Reference numerals 137 to 139 are internal buses. 230-1, 169, and 191 are D shown in the drawing, respectively.
In / Dout, weight value information, and selection success / failure result. 230
-2, 131, 132 and 162 are D shown in FIG.
These are in / Dout, calculation results, updated weight value information, and flag information.

【0055】図5にINST.決定論理165の一例を
示す。INST.決定論理165は、NOP判定結果信
号163が’0’のときマイクロコントローラ200か
ら入力したマイクロ命令210を演算器群130制御用
の命令161として出力する。
In FIG. 5, the INST. An example of decision logic 165 is shown. INST. The decision logic 165 outputs the microinstruction 210 input from the microcontroller 200 when the NOP determination result signal 163 is “0” as the instruction 161 for controlling the arithmetic unit group 130.

【0056】NOP判定結果信号163が’1’のとき
は局所記憶装置140から見込処理プログラム141−
1〜141−4の中から1つを選択し演算器群130制
御用の命令161として出力する。また、選択した命令
の情報164を選択の成否判定論理190に出力する。
図5では演算器群130制御用の命令161をそのまま
選択した命令の情報164として流用している。図5で
は、IWM175から読み出した、各見込処理の確から
しさを示す重み値情報176〜179からどの見込処理
を選択するかを決定する。重み値の最大値は、信号線1
69を介して各重み値情報を演算器群130に入力して
求める。例えば図4に示した演算器群の中のALUを用
いて2つの重み値の差を求め、結果が正か負かで大小を
判定する。重み値情報176〜179の中の最大値が得
られたら、結果を最大値レジスタ168に登録する。図
5では、最大値に対応したレジスタに’1’をセットし
ている。
When the NOP judgment result signal 163 is "1", the expected processing program 141-
One is selected from 1 to 141-4 and output as an instruction 161 for controlling the arithmetic unit group 130. In addition, the information 164 of the selected instruction is output to the selection success / failure determination logic 190.
In FIG. 5, the instruction 161 for controlling the arithmetic unit group 130 is used as it is as the information 164 of the selected instruction. In FIG. 5, which prospect process is selected is determined from the weight value information 176 to 179 which is read from the IWM 175 and indicates the probability of each prospect process. The maximum weight value is the signal line 1
Each piece of weight value information is input to the arithmetic unit group 130 via 69 and obtained. For example, the difference between the two weight values is obtained by using the ALU in the arithmetic unit group shown in FIG. 4, and the magnitude is determined depending on whether the result is positive or negative. When the maximum value among the weight value information 176 to 179 is obtained, the result is registered in the maximum value register 168. In FIG. 5, "1" is set in the register corresponding to the maximum value.

【0057】図6に、選択の成否判定論理190の一例
を示す。図6において195はコンパレータであり、本
来実行すべきだった命令の情報230と選択した命令1
64を比較し、一致した場合信号線191に値’1’を
出力。不一致の場合’0’を出力する。信号線191の
値は、成否結果として演算器群130に出力される。ま
た、演算結果131を信号線192を介して他の要素プ
ロセッサに伝達するかを制御する信号として用いられ
る。コンパレータ195の替わりにALUを用いること
も可能である。選択の成否判定論理190(コンパレー
タ195)は、演算器群130を用いても実現可能であ
る。
FIG. 6 shows an example of the selection success / failure determination logic 190. In FIG. 6, reference numeral 195 is a comparator, which is the information 230 of the instruction that should have been originally executed and the selected instruction 1
64 are compared, and if they match, the value "1" is output to the signal line 191. If they do not match, '0' is output. The value of the signal line 191 is output to the computing unit group 130 as a success / failure result. Further, it is used as a signal for controlling whether to transmit the calculation result 131 to another element processor via the signal line 192. An ALU can be used instead of the comparator 195. The selection success / failure determination logic 190 (comparator 195) can also be realized using the arithmetic unit group 130.

【0058】図7に重み値(IWM)更新処理の一例を
示す。図7では、演算器群130の一部である乗算器1
32とパラメータレジスタ136−1〜136−2を用
いて重み値を更新する例を示している。レジスタ136
−1と136−2には予め、0<a<1,1<bを満た
す、値a,bをそれぞれ格納する。選択の成否判定論理
190から入力した成否結果191の値が’0’のとき
は、パラメータレジスタ136−1に格納されている値
aと選択した見込処理に対応した重み値 Wiをそれぞれ
内部バス138と137を介して乗算器132に入力
し、演算結果をバス139を介してIWM175に格納
する。成否結果191の値が’1’のときは、レジスタ
136−2に格納されている値bと重み値 Wiをそれぞ
れ内部バス138と137を介して乗算器132に入力
し、演算結果をバス139を介してIWM175に格納
する。
FIG. 7 shows an example of the weight value (IWM) updating process. In FIG. 7, the multiplier 1 which is a part of the arithmetic unit group 130
32 shows an example of updating the weight value using 32 and the parameter registers 136-1 to 136-2. Register 136
The values a and b that satisfy 0 <a <1 and 1 <b are stored in -1 and 136-2, respectively. When the value of the success / failure result 191 input from the selection success / failure determination logic 190 is “0”, the value a stored in the parameter register 136-1 and the weight value Wi corresponding to the selected expected process are respectively set to the internal bus 138. And 137 to the multiplier 132, and the calculation result is stored in the IWM 175 via the bus 139. When the value of the success / failure result 191 is “1”, the value b and the weight value Wi stored in the register 136-2 are input to the multiplier 132 via the internal buses 138 and 137, respectively, and the calculation result is input to the bus 139. Via the IWM 175.

【0059】次に、図8から図13により第2の実施例
を示す。
Next, a second embodiment will be described with reference to FIGS.

【0060】図8はメインプログラムとはほとんど独立
した処理を実行するためのブロック構成図の一例であ
る。
FIG. 8 is an example of a block diagram for executing processing almost independent of the main program.

【0061】図8において、130は演算器群、140
は見込処理を格納するための局所記憶装置、165はI
nst.決定論理、1133は演算結果を一時的に格納
するための書き換え可能な記憶装置である。
In FIG. 8, 130 is a group of arithmetic units, 140
Is a local storage device for storing the expected processing, and 165 is I
nst. The decision logic 1133 is a rewritable storage device for temporarily storing the calculation result.

【0062】Inst.決定論理165は、NOP判定
結果163がNOP指示の場合、マイクロコントローラ
200から入力したマイクロ命令210に換えて、局所
記憶装置140から入力した見込処理を実行する。図2
および図3で示した処理との違いは、メインプログラム
とはほとんど独立した見込処理を想定しているために、
各見込処理の確からしさを示す重み値情報(IWM)1
75を持たず、実行すべき見込処理を、例えば乱数表あ
るいは擬似ランダム2進シーケンスカウンタ等を用い
て、ランダムに選択している点にある。
Inst. When the NOP determination result 163 is a NOP instruction, the decision logic 165 executes the expected process input from the local storage device 140 instead of the microinstruction 210 input from the microcontroller 200. Figure 2
And the difference from the processing shown in FIG. 3 is that the expected processing that is almost independent of the main program is assumed.
Weight value information (IWM) 1 indicating the likelihood of each prospective process
The point is that the expected process to be executed is randomly selected by using, for example, a random number table or a pseudo-random binary sequence counter without 75.

【0063】演算器群130により処理された見込処理
の結果は、visionary register1133に格納され、適
当なタイミングで検索される。検索の結果たまたま有効
な情報が存在すれば、メインプロセスで活用される。vi
sionary register1133が一杯になったら、古い情報
から削除(忘却)する。あるいは、アクセス頻度の少な
い情報から削除(忘却)する。visionary register11
33は、例えば選択した見込処理情報等を検索キーとし
て、ラベル付けしておくと高速な検索に有効である。
The result of the expected processing processed by the arithmetic unit group 130 is stored in the visionary register 1133 and retrieved at an appropriate timing. If valid information is found by search, it will be used in the main process. vi
When the sionary register 1133 is full, the old information is deleted (forgotten). Alternatively, the information having a low access frequency is deleted (forgotten). visionary register11
33 is effective for high-speed search if labeled with, for example, the selected prospective processing information as a search key.

【0064】図9は、上記見込処理を複数回繰り返すこ
とにより、新たな見込処理を自律的に獲得するモデルを
示している。以下、図10に示したフローチャートに基
づき図9に示す自律的な見込処理獲得を示す。
FIG. 9 shows a model in which a new forecast process is autonomously acquired by repeating the forecast process a plurality of times. Hereinafter, the autonomous prospective process acquisition shown in FIG. 9 will be described based on the flowchart shown in FIG.

【0065】図9において、910はメインプロセスで
あり、通常、入力911をもとに定型的な処理(アルゴ
リズムが確定しているプログラム)を行い、結果912
を出力する。
In FIG. 9, reference numeral 910 is a main process, which normally performs a routine process (a program whose algorithm is fixed) based on an input 911, and outputs a result 912.
Is output.

【0066】NOPの場合は、局所記憶装置140内の
複数の見込処理の中から1つをランダムに選択し、入力
データ911を必要に応じて利用しながら、選択した見
込処理951を実行する(930)。実行結果および選
択した見込処理情報931はVisionary Memory970に
格納される。
In the case of NOP, one is randomly selected from a plurality of prospect processes in the local storage device 140, and the selected prospect process 951 is executed while using the input data 911 as needed ( 930). The execution result and the selected expected processing information 931 are stored in the Visionary Memory 970.

【0067】Visionary Memory970に格納した実行結
果が定常解または有効な解でない場合はこの解を新たな
入力データ971として、局所記憶装置140から新た
な見込処理を1つランダムに選択し実行する。あるい
は、先に選択した見込処理を再度実行する。以上の処理
を一定期間繰り返す。一定期間繰り返す中でたまたま定
常解または有効な解が得られたら、その解をメインプロ
セスで利用する。また、定常解(または有効な解)を得
るまでの見込処理のシーケンス972を新たな見込処理
として局所記憶装置140に登録する。
If the execution result stored in the Visionary Memory 970 is not a steady solution or a valid solution, this solution is used as new input data 971 to randomly select and execute a new prospective process from the local storage device 140. Alternatively, the previously selected prospect processing is executed again. The above processing is repeated for a fixed period. When a steady solution or an effective solution happens to be obtained during repetition for a certain period, that solution is used in the main process. Further, the sequence 972 of the prospect processing until the steady solution (or the valid solution) is obtained is registered in the local storage device 140 as a new prospect processing.

【0068】図11に自律的な見込処理獲得の例を示
す。図11では、見込処理の初期値として文字を与え、
メインプロセスでえた知識を評価関数としながらしだい
に文字から単語、単語から文章を新たな見込処理として
獲得していく流れを示している。
FIG. 11 shows an example of autonomous prospective process acquisition. In FIG. 11, a character is given as the initial value of the prospective processing,
It shows that the knowledge acquired in the main process is used as an evaluation function to gradually acquire words from letters and sentences from words as new prospective processing.

【0069】同様な応用例として、タンパク質合成も考
えられる。見込処理としてアミノ酸を考え、見込処理を
繰り返す(アミノ酸を組み合わせる)という処理を行
い、目的(外部から与える評価函数)に合ったタンパク
質を形成するアミノ酸の組み合わせを得ることができ
る。一種の自己組織化と考えられる。
As a similar application example, protein synthesis can be considered. It is possible to obtain a combination of amino acids that forms a protein that meets the purpose (the evaluation function given from the outside) by performing a process of considering amino acids as a prospective treatment and repeating the prospective treatment (combining amino acids). It can be considered as a kind of self-organization.

【0070】図9はまた、見込処理の絞り込みモデルと
考えることもできる。例えば、見込処理として遺伝子を
考える。見込処理を繰り返す(遺伝子を組み替える/組
み合わせる)という処理を行い、目的(例えば、病害虫
に強い、高栄養、安全等の評価基準)に合う見込処理
(遺伝子、または遺伝子の組み合わせ)のみを残す(絞
り込む)ことができる。一種のGenetic Algorithm(遺
伝的アルゴリズム)と考えられる。
FIG. 9 can also be considered as a model for narrowing down prospective processing. For example, consider genes as a prospective process. Repeat the expected process (recombining / combining genes) and leave only the expected process (gene or combination of genes) that matches the purpose (e.g., evaluation criteria for resistance to pests, high nutrition, safety, etc.) (narrow down) )be able to. It is considered as a kind of Genetic Algorithm.

【0071】次に、図12および表2によりVisionary
Memoryに格納する情報の一例を示す。図12は、Vision
ary Processの遷移の例を示している。図12では、見
込処理としてs1およびs2の2つのみを考え、初期状
態Sに入力i1を与えた後、s1またはs2を3回繰り
返した後、r1〜r4の収束解が得られたことを示して
いる。
Next, referring to FIG. 12 and Table 2, Visionary
An example of the information stored in Memory is shown. Figure 12 shows Vision
An example of transition of ary Process is shown. In FIG. 12, only two of s1 and s2 are considered as the prospective process, and after the input i1 is given to the initial state S, s1 or s2 is repeated three times, and then the convergent solutions of r1 to r4 are obtained. Shows.

【0072】表2は、上記図12に対応して、Visionar
y Memoryに格納する情報の一例を示している。
Table 2 corresponds to FIG. 12 and corresponds to Visionar
An example of the information stored in yMemory is shown.

【0073】[0073]

【表2】 [Table 2]

【0074】例えば、表2の一行目は初期状態Sに入力
i1が与えられた後、遷移000(すなわち、見込処理
s1,s1,s1)が実行され、結果として収束解r1
が得られたことを示している。
For example, in the first row of Table 2, after the input i1 is given to the initial state S, the transition 000 (that is, the prospective processing s1, s1, s1) is executed, and as a result, the convergent solution r1.
Is obtained.

【0075】適当なタイミングでVisionary Memoryを検
索し、収束解に対応した遷移(見込処理のシーケンス)
を局所記憶装置140に登録することにより新たな見込
処理が獲得されたことになる。
The Visionary Memory is searched at an appropriate timing, and the transition corresponding to the convergent solution (sequence of expected processing)
Is registered in the local storage device 140, a new prospective process is acquired.

【0076】図13は、図9に示す自律的な見込処理獲
得モデルの変形例である。図13では、図2で示したあ
る程度メインプロセスと因果関係を考えた見込処理と、
図8で示したメインプロセスとの関係をほとんど考えな
い見込処理が共存する場合を想定し、前者を見込処理、
後者を空想的処理と呼んでいる。
FIG. 13 is a modification of the autonomous prospective process acquisition model shown in FIG. In FIG. 13, a probable process considering causal relationships with the main process to some extent shown in FIG.
Assuming a case in which the prospective processes that hardly consider the relationship with the main process shown in FIG.
The latter is called fancy processing.

【0077】図13において、910はメインプロセス
であり、通常、入力911をもとに定型的な処理(アル
ゴリズムが確定しているプログラム)を行い、結果91
2を出力する。
In FIG. 13, reference numeral 910 denotes a main process, which normally performs a routine process (a program for which an algorithm is fixed) based on the input 911, and the result 91
2 is output.

【0078】NOPの場合は、局所記憶装置140−1
内の複数の見込処理の中から1つをランダムに選択し、
入力データ911を必要に応じて利用しながら、選択し
た見込処理951を実行する(920)。実行結果およ
び選択した見込処理情報921はSpecurative Memory9
60に格納される。
In the case of NOP, the local storage device 140-1
Randomly select one of the multiple expected processes in
While using the input data 911 as necessary, the selected prospect processing 951 is executed (920). The execution result and the selected expected processing information 921 are the Specurative Memory 9
Stored in 60.

【0079】Specurative Memory960に格納した実行
結果が定常解または有効な解でない場合はこの解を新た
な入力データ961として、局所記憶装置140−1か
ら新たな見込処理を1つランダムに選択し実行する。あ
るいは、先に選択した見込処理を再度実行する。以上の
処理を一定期間繰り返す。一定期間繰り返す中でたまた
ま定常解または有効な解が得られたら、その解をメイン
プロセス910で利用する。また、定常解(または有効
な解)を得るまでの見込処理のシーケンス962を新た
な見込処理として局所記憶装置140−1に登録する。
When the execution result stored in the speculative memory 960 is not a steady solution or an effective solution, this solution is used as new input data 961 to randomly select and execute a new prospective process from the local storage device 140-1. . Alternatively, the previously selected prospect processing is executed again. The above processing is repeated for a fixed period. When a steady solution or an effective solution is obtained by chance while repeating for a certain period of time, the solution is used in the main process 910. In addition, the sequence 962 of the prospect processing until the steady solution (or the valid solution) is obtained is registered in the local storage device 140-1 as a new prospect processing.

【0080】あるいは、NOPの場合は、局所記憶装置
140−2内の複数の空想的処理の中から1つをランダ
ムに選択し、入力データ911を必要に応じて利用しな
がら、選択した空想的処理952を実行する(93
0)。実行結果および選択した空想的処理情報931は
Visionary Memory970に格納される。
Alternatively, in the case of NOP, one is randomly selected from a plurality of fancy processings in the local storage device 140-2, and while using the input data 911 as needed, the selected fancy processing is performed. The processing 952 is executed (93)
0). The execution result and the selected fancy processing information 931 are
It is stored in Visionary Memory 970.

【0081】Visionary Memory970に格納した実行結
果が定常解または有効な解でない場合はこの解を新たな
入力データ971として、局所記憶装置140−2から
新たな空想的処理を1つランダムに選択し実行する。あ
るいは、先に選択した空想的処理を再度実行する。以上
の処理を一定期間繰り返す。一定期間繰り返す中でたま
たま定常解または有効な解が得られたら、その解をメイ
ンプロセス910で利用する。また、定常解(または有
効な解)を得るまでの見込処理のシーケンス972を新
たな見込処理として局所記憶装置140−1および14
0−2に登録する。
When the execution result stored in the Visionary Memory 970 is not a stationary solution or an effective solution, this solution is used as new input data 971 to randomly select and execute a new fantastic process from the local storage device 140-2. To do. Alternatively, the previously selected fantastic process is executed again. The above processing is repeated for a fixed period. When a steady solution or an effective solution is obtained by chance while repeating for a certain period of time, the solution is used in the main process 910. In addition, the sequence 972 of the prospect processing until the steady solution (or the effective solution) is obtained is set as a new prospect processing in the local storage devices 140-1 and 140-1.
Register 0-2.

【0082】以上、図1から図13に示した実施例で
は、見込処理(空想的処理)の実行にNOP状態のプロ
セッサを活用する例を示した。これは、仮に無効な見込
処理(空想的処理)が実行されたとしても、もともとN
OP状態のプロセッサを用いているために、性能低下に
ならないからである。
As described above, in the embodiment shown in FIGS. 1 to 13, the example in which the processor in the NOP state is utilized for the execution of the expected processing (fantasy processing) has been shown. Even if an invalid prospective process (fantasy process) is executed, it is originally N
This is because the performance is not deteriorated because the processor in the OP state is used.

【0083】NOPの代わりに、何らかの外部条件(実
行条件)を認識し、見込処理(空想的処理)を実行する
ことも可能である。見込処理(空想的処理)用に、専用
のプロセッサを割り当てることも可能である。
Instead of the NOP, it is possible to recognize some external condition (execution condition) and execute the prospective process (fantasy process). It is also possible to allocate a dedicated processor for the prospective processing (fantasy processing).

【0084】以上、図1から図13に示した実施例で
は、SIMD型計算機を例にあげたが、特にSIMD型
計算機に限定するものではない。MIMD型計算機でも
同様の効果が期待できる。
As described above, in the embodiments shown in FIGS. 1 to 13, the SIMD type computer is taken as an example, but the present invention is not particularly limited to the SIMD type computer. A similar effect can be expected with a MIMD computer.

【0085】また、見込処理を格納する局所記憶装置1
40は、特にプロセッサ単位に有する必要はない。プロ
セッサグループ(例えば、チップやボード)単位に有す
ることも可能である。
A local storage device 1 for storing the expected processing
40 does not need to be included in each processor unit. It is also possible to have a processor group (for example, a chip or a board) as a unit.

【0086】上記本発明は、応用分野(メインプロセ
ス)および想定する見込処理(空想的処理)により、種
々な適用が考えられる。以下、図14から図16により
本発明の適用例を示す。
The present invention can be applied in various ways depending on the application field (main process) and the expected process (fantasy process). Hereinafter, application examples of the present invention will be described with reference to FIGS. 14 to 16.

【0087】図14は、人とマシンあるいはマシン対マ
シンの間で、対話形式で進行する処理への適用例であ
る。図14において、1400は人(またはマシン)、
1500はマシンである。1401〜1421は人14
00からマシン1500への応答、1501〜1531
はマシン1500から人1400への応答を示してい
る。1410、1420および1510〜1530は入
力に対して判断を下し、何らかの処理を行うことを示し
ている。例えば、1420では、入力Bi-11522に
対して下した判断に対応して函数fiを選択し、函数変
換fiを入力Bi-1に施した結果Ai1421をマシン1
500に返す。1530では、入力Ai1421に対し
て下した判断に対応して函数giを選択し、函数変換gi
を入力Aiに施した結果Bi1531を人1400に返
す。
FIG. 14 shows an example of application to a process that proceeds in an interactive manner between a person and a machine or a machine-to-machine. In FIG. 14, 1400 is a person (or machine),
1500 is a machine. 1401 to 1421 are people 14
00 to machine 1500 response, 1501-1531
Shows a response from machine 1500 to person 1400. Reference numerals 1410, 1420, and 1510 to 1530 indicate that the input is judged and some processing is performed. For example, at 1420, a function f i is selected in response to the decision made on the input B i-1 1522, and the function transformation f i is applied to the input B i-1 to obtain the result A i 1421 on the machine 1
Return to 500. At 1530, the function g i is selected in response to the decision made on the input A i 1421, and the function transformation g i is selected.
The result B i 1531 applied to the input A i is returned to the person 1400.

【0088】ここで、選択できる函数が予め限られてい
る世界、例えば囲碁や将棋等、では次に出力する自分の
応答に対して相手の回答(応答)が限定される。従っ
て、”予想されるいくつかの相手の回答に対して、次の
自分の回答を、NOP状態のプロセッサを活用して、予
め準備”という見込処理を(1回以上)繰り返すことに
より、うまく予想が当れば、TATの短縮となる。ある
いは、このような見込処理を繰り返した結果、”(自分
にとって)最良の結果を導くためには”という観点か
ら、最初の自分の回答を決定することにより複雑な機能
の実現あるいは思考を中断させない対話の流れを実現可
能となる。
Here, in a world in which the functions that can be selected are limited in advance, such as Go and Shogi, the response (response) of the other party is limited to the response that is output next. Therefore, it is possible to make a good prediction by repeating (for one or more times) the expected processing of "preparing the next one's answer to the expected answer of the other party by utilizing the processor in the NOP state". If it hits, the TAT will be shortened. Alternatively, as a result of repeating such a probable process, from the viewpoint of "in order to obtain the best result (for me)", do not interrupt the realization of complicated functions or thinking by deciding the first one's answer. The flow of dialogue can be realized.

【0089】図15はニューロコンピュータの自己テス
トへの適用例である。図15に示すニューロチップ11
0は、複数(図15では2個)の要素PE120、局所
記憶装置140、テストデータ記憶装置150およびチ
ップ内故障フラグレジスタFRC180により構成され
ている。図15では、見込処理としてオンライン(稼
働)中の自己テストのみを想定し、テスト用のマイクロ
命令を通常動作用のマイクロ命令210(マイクロコン
トローラから入力)とは独立に各ニューロチップ110
内の局所記憶装置140に分散配置し、かつ、通常動作
用のマイクロ命令210とテスト用の命令141を選択
実行可能な点にある。局所記憶装置140およびテスト
データ記憶装置150は、いずれも書き換え可能なメモ
リ(例えば、RAM、EPROM、レジスタ等)で構成
され、アプリケーションあるいはタスク(処理)により
書き換え可能である。図15において、要素PE120
は、演算器群130、入力バッファ121、出力バッフ
ァ122、制御信号決定論理160およびニューロン間
の結合強度である重み値を格納する重み値記憶装置CW
M170により構成されている。制御信号決定論理16
0は、図2に示すInst.決定論理165とNOP判
定論理166を合わせた論理である。演算器群130
は、シフタ機能付き算術論理演算ユニット131、乗算
器132、レジスタ群133、フラグレジスタ134、
PE内故障フラグレジスタFR135により構成されて
いる。図15では、見込処理としてオンライン(稼働)
中の自己テストのみを想定しているために、各見込処理
の確からしさを示す重み値情報を格納するメモリIWM
175は有しない。
FIG. 15 shows an example of application of a neurocomputer to a self test. The neurochip 11 shown in FIG.
0 is composed of a plurality (two in FIG. 15) of elements PE120, a local memory device 140, a test data memory device 150, and an in-chip failure flag register FRC180. In FIG. 15, only the self-test that is online (operating) is assumed as a prospective process, and the micro-instruction for testing is independent of the micro-instruction 210 for normal operation (input from the microcontroller) for each neurochip 110.
This is because the micro-instruction 210 for normal operation and the instruction 141 for test can be selectively executed by being distributedly arranged in the local storage device 140 inside. Each of the local storage device 140 and the test data storage device 150 is composed of a rewritable memory (for example, RAM, EPROM, register, etc.), and can be rewritten by an application or a task (process). In FIG. 15, the element PE120
Is a weight value storage device CW that stores a weight value that is the coupling strength between the arithmetic unit group 130, the input buffer 121, the output buffer 122, the control signal decision logic 160, and the neurons.
It is composed of M170. Control signal decision logic 16
0 is the Inst. This is a logic that combines the decision logic 165 and the NOP determination logic 166. Arithmetic unit group 130
Is an arithmetic and logic unit 131 with a shifter function, a multiplier 132, a register group 133, a flag register 134,
It is composed of a PE failure flag register FR135. In FIG. 15, online (operating) as a prospective process
The memory IWM that stores the weight value information indicating the probability of each prospective process because only the self-test in the middle is assumed.
175 does not have.

【0090】図15を用いて動作概略を説明する。例え
ば、CS220が1(通常動作)のとき、制御信号決定
論理160はマイクロコントローラ220から入力した
マイクロ命令210を演算器群130を制御するための
命令161として出力する。演算器群130は、制御信
号161に従い、例えばDin230−1から入力バッ
ファ121を介して入力される他要素PE(ニューロ
ン)からの入力データとCWM170から信号線171
を介して入力される重み値データからニューロンの内部
状態を計算する。あるいは、重み値の更新処理を行う。
他PE(ニューロン)へのデータの出力は、出力バッフ
ァ122を介してDout230−2を用いて行う。一
方、CS220が0(当該チップは非選択)のとき(あ
るいはCS220が1かつフラグレジスタからの入力1
62が特定の値(例えば1のとき)、制御信号決定論理
160は局所記憶装置140から信号線141を介して
入力したテスト用のマイクロ命令を演算器群130を制
御するための命令161として出力する。演算器群13
0は、制御信号161に従い、例えばテストデータ記憶
装置150から信号線151を介してテストデータを入
力し、各演算器群の機能テストを行う。演算結果の期待
値は予め、例えばREG133の一部(アドレス固定)
に格納しておく。テストの結果故障が検出されない場
合、FR135は初期値(例えば0)を保持する。故障
が検出された場合、FR135は値を更新(例えば1に
セット)する。また、重み値記憶装置170内の重み値
の値を0に設定する。すなわち、故障発生PE(ニュー
ロン)をシステムから分離する。各PE内故障フラグレ
ジスタFR135の値はOR論理をとり、チップ内故障
フラグレジスタFRC180にセットされる。FRC1
80の値は故障検出信号181としてマイクロコントロ
ーラ200に伝達される。マイクロコントローラ200
は、故障検出信号181により故障発生を検知すると、
ホストコンピュータ400に対して、故障対策指示を与
える。ホストコンピュータ400は、故障対策指示に従
い、例えばユーザに対して故障発生通知および故障発生
個所の表示を行う。あるいは、故障ユニット(ボード、
チップまたはPE)情報をコンパイラに与え、故障ユニ
ットにタスク(処理)が割当てられないようにする。
The outline of the operation will be described with reference to FIG. For example, when CS 220 is 1 (normal operation), the control signal determination logic 160 outputs the microinstruction 210 input from the microcontroller 220 as the instruction 161 for controlling the computing unit group 130. In accordance with the control signal 161, the arithmetic unit group 130 receives, for example, input data from another element PE (neuron) input from the Din 230-1 via the input buffer 121 and the signal line 171 from the CWM 170.
The internal state of the neuron is calculated from the weight value data input via. Alternatively, the weight value is updated.
Data output to another PE (neuron) is performed using the Dout 230-2 via the output buffer 122. On the other hand, when CS220 is 0 (the chip is not selected) (or CS220 is 1 and the input 1 from the flag register is 1).
When 62 is a specific value (for example, 1), the control signal determination logic 160 outputs the test micro instruction input from the local storage device 140 via the signal line 141 as the instruction 161 for controlling the arithmetic unit group 130. To do. Arithmetic unit group 13
In accordance with the control signal 161, 0 inputs test data from the test data storage device 150 via the signal line 151, and performs a functional test of each arithmetic unit group. The expected value of the operation result is, for example, a part of the REG 133 (address fixed) in advance.
Stored in. If no failure is detected as a result of the test, the FR 135 holds the initial value (for example, 0). If a fault is detected, FR 135 updates the value (set to 1, for example). Also, the value of the weight value in the weight value storage device 170 is set to 0. That is, the faulty PE (neuron) is separated from the system. The value of each PE failure flag register FR135 is ORed and set in the chip failure flag register FRC180. FRC1
The value of 80 is transmitted to the microcontroller 200 as the failure detection signal 181. Micro controller 200
Detects a failure occurrence by the failure detection signal 181,
A failure countermeasure instruction is given to the host computer 400. In accordance with the failure countermeasure instruction, the host computer 400 displays a failure occurrence notification and a failure occurrence location to the user, for example. Alternatively, the faulty unit (board,
The chip or PE) information is provided to the compiler so that no task (process) is assigned to the failed unit.

【0091】以上図15により、オンライン状態でのN
OP部の自己テストへの適用例を示した。テストした部
分が十分短い時間の後稼働状態となれ場、オンラインテ
ストとして有効である。稼働状態となるまでの時間間隔
が長ければ、オンラインテストとしての意味を持たな
い。従って、あくまでも投機的な処理である。ただし、
オンライン中にオフラインテストをして、故障プロセッ
サのシステムからの分離および故障プロセッサへのタス
ク割当て回避等の自己修復をしているとみなすこともで
きる。
As shown in FIG. 15, N in the online state is
An application example of the OP section to the self-test is shown. It is effective as an online test when the tested part is in a running state after a sufficiently short time. If there is a long time interval before it becomes operational, it has no meaning as an online test. Therefore, this is a speculative process. However,
It is also possible to perform an offline test while online to consider that the faulty processor is isolated from the system and self-repairing such as avoiding task assignment to the faulty processor.

【0092】図16は、検索処理への適用例である。図
16において、Sは現状態、i1は入力であり、3回の
検索(判定)を繰り返した結果最終的な処理(または検
索結果)を選択する例を示している。各枝(0または
1)は、各ノードにおける判定結果であり、各葉は最終
的な処理(または検索結果)である。現状態Sにおい
て、例えばNOP状態のプロセッサが十分存在すれば、
最終的な処理(または検索結果)を予め全て求めておけ
ばTATの短縮となる。計算時間およびNOP状態のプ
ロセッサが十分存在しない場合は、現在の状態から可能
性のある処理(図16では、s1〜s4)をランダムに
(もしくは、図2に示すIWMに従い)選択する。適当
な見込処理が選択されれば、検索時間の短縮につなが
る。
FIG. 16 shows an example of application to search processing. In FIG. 16, S is the current state, i1 is an input, and an example is shown in which the final process (or search result) is selected as a result of repeating the search (determination) three times. Each branch (0 or 1) is the determination result at each node, and each leaf is the final processing (or search result). In the current state S, for example, if there are sufficient NOP state processors,
If all final processes (or search results) are obtained in advance, TAT can be shortened. When there are not enough processors in the calculation time and NOP state, possible processes (s1 to s4 in FIG. 16) are randomly selected from the current state (or according to IWM shown in FIG. 2). If an appropriate prospect process is selected, the search time can be shortened.

【0093】検索処理と同じように将来起こる可能性の
ある処理を前もって処理する適用例として、原子力発電
等における危険予知または危険回避が考えられる。すな
わち、現状態において、例えばNOP状態のプロセッサ
が存在すれば、最終的な処理(または先の結果)を予め
求めることにより、危険または故障につながる選択を予
知し回避可能である。
As an application example in which a process that may occur in the future like the search process is processed in advance, risk prediction or risk avoidance in nuclear power generation or the like can be considered. That is, in the present state, if there is a processor in the NOP state, for example, it is possible to predict and avoid a selection that may lead to a danger or a failure by previously determining the final processing (or the previous result).

【0094】以上、超並列マシンにおいて、NOP状態
のプロセッサを活用して、任意に設定したプログラムを
実行する技術に関して示した。変形例として、見込み処
理用の専用プロセッサとして実現することも可能であ
る。例えば、図2に示す要素プロセッサ120単体で使
用することも可能である。
In the above, the technique for executing the arbitrarily set program by utilizing the processor in the NOP state in the massively parallel machine has been described. As a modification, it is also possible to realize it as a dedicated processor for predictive processing. For example, the element processor 120 shown in FIG. 2 can be used alone.

【0095】図19は、第3の実施例として、例えば温
度、除湿機能、風量(強、中、弱)、風種(一定方向、
左右、ランダム)をユーザ指定可能なエアコンをターゲ
ットとした専用プロセッサ1900として実現した例を
示している。見込み処理としては、エアコンの初期値と
して、同一環境条件(例えば、室温、湿度、時刻)にお
ける前回ユーザ設定値(温度、除湿機能、風量、風種)
を用いて運転を開始することを想定している。
FIG. 19 shows, as a third embodiment, for example, temperature, dehumidifying function, air volume (strong, medium, weak), wind type (constant direction,
An example in which a dedicated processor 1900 targeting an air conditioner that can be specified by the user (right and left, random) is shown is shown. As the estimation process, as the initial value of the air conditioner, the previous user set value (temperature, dehumidifying function, air volume, wind type) under the same environmental conditions (eg, room temperature, humidity, time)
It is assumed that the operation will be started using.

【0096】図19において、1910は見込み値メモ
リであり、ユーザが指定した設定値(温度、除湿機能、
風量、風種)を格納する書き換え可能な記憶装置であ
る。
In FIG. 19, reference numeral 1910 denotes a prospective value memory, which is a set value (temperature, dehumidifying function,
This is a rewritable storage device that stores air volume and type.

【0097】初期値は、予め標準的なデータを記憶させ
ておく。あるいは、エアコン購入時に、ユーザがセット
できる仕様とする。1920は、室温、湿度等の環境条
件および時刻(曜日)を基に見込み値メモリ1910の
ポインタを生成する論理である。1930はタイマ、1
940はシステム外部から入力した環境情報を解析し、
室温、湿度等の環境条件を出力する論理、1950はシ
ステム外部から環境情報を入力するためのセンサであ
る。
As the initial value, standard data is stored in advance. Alternatively, the specification should be such that the user can set it when purchasing an air conditioner. 1920 is a logic for generating a pointer of the expected value memory 1910 based on environmental conditions such as room temperature and humidity and time (day of the week). 1930 is a timer, 1
940 analyzes environmental information input from outside the system,
A logic for outputting environmental conditions such as room temperature and humidity, 1950 is a sensor for inputting environmental information from outside the system.

【0098】次に、図19を用いてLSI1900の動
作を簡単に説明する。エアコンのスイッチがオン状態と
なると同時に、LSI1900は室温、湿度等の環境情
報を信号線1966によりシステム外部から入力し信号
線1951を介して環境解析論理1940に伝達する。
環境解析論理1940はセンサ1950を介して入力し
た環境情報を解析して室温、湿度等の環境データを適当
なフォーマットに変換し、信号線1941を介して見込
み値メモリポインタ決定論理1920に伝達する。見込
み値メモリポインタ決定論理1920は、室温、湿度等
の環境データおよび時刻(曜日)から見込み値メモリの
ポインタ1921を生成する。生成に当っては、例えば
室温、湿度および時刻を変数とする3次元テーブルを用
いる。ここで時刻(曜日)を変数の一つとして考えるの
は、時刻(曜日)によりスポーツ後、風呂あがり、食事
中、睡眠中等のユーザ状態がある程度決まるのではない
かと考えるからである。すなわち、外部環境条件および
ユーザのコンディション(見込み状態)からエアコンの
初期設定値を決定するためである。見込み値メモリ19
10は、ポインタ1921で指定されるアドレスに格納
されているデータを、それぞれ温度、湿度、風量、風種
制御用の初期値信号1971〜1974として出力す
る。初期値信号1971〜1974は、それぞれそのま
ま温度、湿度、風量、風種制御用の信号1981〜19
84となる。見込んだ初期値が適切でなかった場合は、
ユーザが温度、湿度、風量または風種の設定変更を指示
するわけであるが、変更情報は信号線1960によりL
SI1900に入力される。また、ユーザが温度、湿
度、風量または風種の設定変更を指示をすると、信号線
1965の値が(例えば0から1に)変化する。信号線
1965の値が(例えば0から1に)変化すると、見込
み値メモリ1910から読み出された信号1971〜1
974に替わってユーザが指定した値1960(196
1〜1964)がそれぞれ温度、湿度、風量、風種制御
用の信号1981〜1984となる。また、ユーザが指
定した設定値1960(1961〜1964)がそれぞ
れ温度、湿度、風量、風種制御用のデータとしてポイン
タ1921で指定されるアドレスに格納される。(すな
わち、見込み値メモリ1910の内容が更新される)エ
アコン等の家電製品は次第に高機能になり、ユーザ指定
可能な要素も増加傾向にある。しかし、エアコンのスイ
ッチをオンする度にこれらの設定をいちいち全て指定す
るのは面倒である。上記LSI1900を用いれば、外
部環境条件およびユーザのコンディション(見込み状
態)からエアコンの初期設定値(見込み値)を決定する
ことが可能である。また、見込んだ初期値が完全には適
切でなかった場合でも、一般的には一部の指定(例え
ば、風種)のみの変更でよい。
Next, the operation of the LSI 1900 will be briefly described with reference to FIG. At the same time when the switch of the air conditioner is turned on, the LSI 1900 inputs environmental information such as room temperature and humidity from outside the system through the signal line 1966 and transmits it to the environmental analysis logic 1940 through the signal line 1951.
The environment analysis logic 1940 analyzes the environment information input via the sensor 1950, converts the environment data such as room temperature and humidity into an appropriate format, and transmits it to the prospective value memory pointer determination logic 1920 via the signal line 1941. The predictive value memory pointer determination logic 1920 generates a predictive value memory pointer 1921 from environmental data such as room temperature and humidity and time (day of the week). For generation, a three-dimensional table having variables such as room temperature, humidity and time is used. The reason why the time (day of the week) is considered as one of the variables is that the time (day of the week) may determine the user's state such as after bathing, bathing, eating, and sleeping to some extent. That is, this is to determine the initial setting value of the air conditioner from the external environmental conditions and the user's condition (probable state). Expected value memory 19
10 outputs the data stored in the address designated by the pointer 1921 as initial value signals 1971 to 1974 for controlling temperature, humidity, air volume, and wind type, respectively. The initial value signals 1971 to 1974 are the signals 1981 to 19 for controlling temperature, humidity, air volume, and wind type, respectively.
84. If the expected initial value is not appropriate,
The user gives an instruction to change the setting of temperature, humidity, air volume, or air type, but the change information is L through the signal line 1960.
Input to SI1900. When the user gives an instruction to change the setting of temperature, humidity, air volume, or air type, the value of the signal line 1965 changes (for example, from 0 to 1). When the value of the signal line 1965 changes (for example, from 0 to 1), the signals 1971 to 1 read from the expected value memory 1910.
The value specified by the user instead of 974 1960 (196
1 to 1964) are signals 1981 to 1984 for controlling temperature, humidity, air volume, and wind type, respectively. Further, the set value 1960 (1961-1964) designated by the user is stored in the address designated by the pointer 1921 as data for controlling temperature, humidity, air volume, and wind type, respectively. Home appliances such as air conditioners are gradually becoming more sophisticated (that is, the contents of the expected value memory 1910 are updated), and the number of user-designable elements is increasing. However, it is troublesome to specify all these settings each time the air conditioner is turned on. By using the LSI 1900, it is possible to determine the initial setting value (expected value) of the air conditioner from external environmental conditions and the user's condition (expected state). Further, even if the expected initial value is not completely appropriate, generally, only a part of the designation (for example, wind type) may be changed.

【0099】図20は、変形例として、初期チャネルを
見込みで設定するテレビをターゲットとした専用プロセ
ッサ2000として実現した例を示している。見込み処
理としては、テレビの初期チャネル値として、同一環境
条件(例えば、曜日、時刻)における前回ユーザ設定チ
ャネル値を用いて運転を開始することを想定している。
FIG. 20 shows, as a modification, an example implemented as a dedicated processor 2000 targeting a television for which an initial channel is set prospectively. As the estimation process, it is assumed that the operation is started using the previous user-set channel value under the same environmental condition (for example, day of the week, time) as the initial channel value of the television.

【0100】図20において、2010は見込み値メモ
リであり、ユーザが指定したチャネル値を格納する書き
換え可能な記憶装置である。初期値は、予め適当な値
(視聴率の高い番組のチャネル情報)を記憶させてお
く。あるいは、テレビ購入時に、ユーザがセットできる
仕様とする。2020は、曜日および時刻を基に見込み
値メモリ2010のポインタを生成する論理である。2
030はタイマ、2035はタイマから入力した時刻に
補正を行い、9:00PM、9:30PMのようにきり
のよい時刻に変換する論理である。これは、例えばテレ
ビのスイッチを8:56PMにオンした場合、ユーザが
見たい番組は9:00PMから始まる番組と想像される
からである。2040はユーザが指定したチャネル情報
を解析し、時刻ごとにどのチャネル(番組)を見ていた
かを決定する論理、2050はユーザが指定したチャネ
ル情報をモニタリングする論理である。
In FIG. 20, reference numeral 2010 denotes a prospective value memory, which is a rewritable storage device for storing the channel value designated by the user. As an initial value, an appropriate value (channel information of a program having a high audience rating) is stored in advance. Alternatively, the specifications are such that the user can set when purchasing the television. A logic 2020 is a logic for generating a pointer of the prospect value memory 2010 based on the day of the week and the time. Two
Reference numeral 030 is a timer, and reference numeral 2035 is a logic that corrects the time input from the timer and converts it to a clear time such as 9:00 PM and 9:30 PM. This is because, for example, when the television switch is turned on at 8:56 PM, the program the user wants to watch is supposed to start from 9:00 PM. Reference numeral 2040 is a logic that analyzes the channel information designated by the user and determines which channel (program) is being watched at each time, and 2050 is a logic that monitors the channel information designated by the user.

【0101】次に、図20を用いてLSI2000の動
作を簡単に説明する。テレビのスイッチがオン状態とな
ると同時に、見込みチャネル値メモリ2010は、ポイ
ンタ2021で指定されるアドレスに格納されているデ
ータ(チャネル値)をチャネルの初期値として信号線2
070に出力する。信号線2070の値はそのままチャ
ネル値信号(またはチャネル制御信号)2080とな
る。ポインタ2021は、曜日および時刻の情報から見
込み値メモリポインタ決定論理2020において生成さ
れる。生成に当っては、例えば曜日および時刻を変数と
する2次元テーブルを用いる。曜日の情報はタイマ20
30から信号線2032を介して入力する。時刻は補正
論理2035から信号線2036を介して入力する。補
正回路2035はタイマ2030から信号線2031を
介して入力した時刻に補正を施し、きりのよい値(通常
テレビ番組が始まる時刻)に変換し見込み値メモリポイ
ンタ決定論理2020に出力する。見込んだ初期チャネ
ル値が適切でなかった場合は、ユーザがチャネルを設定
し直す分けであるが、変更情報は信号線2060により
LSI2000に入力される。また、ユーザがチャネル
を設定し直すと同時に、信号線2065の値が(例えば
0から1に)変化する。信号線2065の値が(例えば
0から1に)変化すると、見込みチャネル値メモリ20
10から読み出された信号2070に替わってユーザが
指定した値(チャネル情報)が信号線2080に伝達さ
れる。チャネルモニタ2050はユーザが指定するチャ
ネル情報を観測し、信号線2051を介してチャネル決
定論理2040に出力する。チャネル決定論理2040
はチャネルモニタ2050から入力する情報をもとに各
時間帯ごとにユーザが見ていた番組のチャネルを決定す
る。例えば、9:00PMから10:00PMの間で最
も延べ時間の長いチャネルをユーザが見ていた番組のチ
ャネルと判断する。決定されたチャネル情報は、信号線
2041を介して見込みチャネル値メモリ2010に伝
達され、ポインタ2021で指定されるアドレスに格納
される。(すなわち、見込みチャネル値メモリ2010
の内容が更新される)現状、テレビのスイッチをオンす
ると前回スイッチをオフした時のチャネルが初期値とな
っている。しかし、何曜日の何時には毎週どの番組を見
るかを大体決めている人も多い。上記LSI2000を
用いれば、ユーザが定期的に見る番組のチャネル情報か
ら、スイッチをオンした時のチャネルの初期値(見込み
値)を決定することが可能である。すなわち、見込みが
うまく当れば、スイッチをオンした時点で自分の見たい
番組にチャネルがセットされていることになる。
Next, the operation of the LSI 2000 will be briefly described with reference to FIG. At the same time when the television switch is turned on, the prospective channel value memory 2010 sets the data (channel value) stored at the address designated by the pointer 2021 to the signal line 2 as the initial value of the channel.
Output to 070. The value of the signal line 2070 becomes the channel value signal (or channel control signal) 2080 as it is. The pointer 2021 is generated in the prospective memory pointer determination logic 2020 from the day and time information. Upon generation, a two-dimensional table having variables such as the day of the week and the time of day is used. Timer 20 for day of week information
It is input from 30 through the signal line 2032. The time is input from the correction logic 2035 via the signal line 2036. The correction circuit 2035 corrects the time input from the timer 2030 via the signal line 2031, converts the time into a clear value (the time at which a normal TV program starts), and outputs the value to the expected value memory pointer determination logic 2020. If the expected initial channel value is not appropriate, the user has to reset the channel, but the change information is input to the LSI 2000 via the signal line 2060. Further, the value of the signal line 2065 changes (for example, from 0 to 1) at the same time when the user resets the channel. When the value of the signal line 2065 changes (for example, from 0 to 1), the expected channel value memory 20
A value (channel information) designated by the user is transmitted to the signal line 2080 in place of the signal 2070 read from the signal 10. The channel monitor 2050 observes the channel information specified by the user and outputs it to the channel determination logic 2040 via the signal line 2051. Channel decision logic 2040
Determines the channel of the program watched by the user for each time period based on the information input from the channel monitor 2050. For example, the channel with the longest total time between 9:00 PM and 10:00 PM is determined to be the channel of the program the user is watching. The determined channel information is transmitted to the prospective channel value memory 2010 via the signal line 2041 and stored in the address designated by the pointer 2021. (That is, prospective channel value memory 2010
The content is updated) Currently, when the TV is turned on, the channel when the switch was turned off last time is the initial value. However, there are many people who usually decide what program to watch on what day of the week and at what time. By using the LSI 2000, it is possible to determine the initial value (probable value) of the channel when the switch is turned on from the channel information of the program that the user regularly watches. That is, if the chances are good, it means that the channel is set to the program one wants to watch when the switch is turned on.

【0102】以上、図19および図20により、同一環
境条件における前回値を基に見込みで初期値を決定し処
理を開始する例を示した。このようなアイデアは他の家
電品にも適用可能である。例えば、ビデオにおいて、先
週の予約情報を参考に今週の予約を(見込みで)自動的
に設定し、ユーザの意図と異なる部分だけ修正する使い
方が考えられる。
As described above, FIG. 19 and FIG. 20 show the example in which the initial value is estimated and the process is started based on the previous value under the same environmental condition. Such ideas can be applied to other home appliances. For example, in a video, a reservation for this week may be automatically (probably) set with reference to the reservation information for last week, and only a part different from the user's intention may be corrected.

【0103】[0103]

【発明の効果】以上のように、本発明によれば、超並列
計算機において、 (1) 稼働率の向上 (2) 見込処理のスケジューリング(いつ、どのような見
込処理を実行させるか)の自動化 (3) 最低限必要な見込処理から、新たな見込処理の自己
獲得 (4) 上記(1)〜(3)に加え、例えばTATの短縮等の、付
加価値の提供 が実現可能である。
As described above, according to the present invention, in a massively parallel computer, (1) improvement of utilization rate (2) automation of forecast processing (when and what forecast processing is executed) (3) Self-acquisition of a new prospective process from the minimum required prospective process (4) In addition to the above (1) to (3), it is possible to provide added value such as shortening of TAT.

【0104】従って、システムを構成する要素プロセッ
サ数を増加させた場合の、稼働率低下の問題の解決策の
一つとなる。また、より複雑な(人間の右脳に近い)情
報処理に対応可能となる。
Therefore, it is one of the solutions to the problem of the lowering of the operating rate when the number of element processors constituting the system is increased. Further, it becomes possible to deal with more complicated information processing (close to the human right brain).

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

【図1】超並列計算機システム構成図を示す図である。FIG. 1 is a diagram showing a configuration diagram of a massively parallel computer system.

【図2】要素プロセッサの構成図を示す図である。FIG. 2 is a diagram showing a configuration diagram of an element processor.

【図3】経験を通してしだいに適切な見込処理を学習す
るフローチャートを示す図である。
FIG. 3 is a diagram showing a flowchart for learning appropriate prospective processing gradually through experience.

【図4】演算器群のブロック図の例を示す図である。FIG. 4 is a diagram showing an example of a block diagram of an arithmetic unit group.

【図5】インストラクション決定論理の例を示す図であ
る。
FIG. 5 is a diagram showing an example of instruction decision logic.

【図6】選択の成否判定を示す図である。FIG. 6 is a diagram showing selection success / failure determination.

【図7】重み値(IWM)更新処理を示す図である。FIG. 7 is a diagram showing a weight value (IWM) update process.

【図8】空想的処理の実現手段の例を示す図である。FIG. 8 is a diagram illustrating an example of a realization unit for a fancy process.

【図9】見込処理の実行および自律的な見込処理の獲得
の例を示す図である。
FIG. 9 is a diagram illustrating an example of execution of a prospective process and acquisition of an autonomous prospective process.

【図10】自律的な見込処理の獲得フローを示す図であ
る。
FIG. 10 is a diagram showing an acquisition flow of autonomous prospective processing.

【図11】自律的な見込処理の獲得の例を示す図であ
る。
FIG. 11 is a diagram illustrating an example of autonomous acquisition of a prospective process.

【図12】空想的処理の遷移の例を示す図である。FIG. 12 is a diagram showing an example of transition of a fancy process.

【図13】見込処理と空想的処理の組み合わせの例を示
す図である。
FIG. 13 is a diagram illustrating an example of a combination of a prospective process and a fancy process.

【図14】対話型処理への適用例を示す図である。FIG. 14 is a diagram showing an application example to interactive processing.

【図15】ニューロコンピュータの自己テストへの適用
例を示す図である。
FIG. 15 is a diagram showing an example of application of a neurocomputer to a self test.

【図16】検索処理への適用例を示す図である。FIG. 16 is a diagram illustrating an example of application to search processing.

【図17】従来例(SIMD型超並列計算機)を示す図
である。
FIG. 17 is a diagram showing a conventional example (SIMD type massively parallel computer).

【図18】従来例(命令プリフェッチの例)を示す図で
ある。
FIG. 18 is a diagram illustrating a conventional example (an example of instruction prefetch).

【図19】エアコン初期値見込み設定用LSIブロック
図を示す図である。
FIG. 19 is a diagram showing an LSI block diagram for setting an estimated initial value of an air conditioner.

【図20】テレビ初期チャネル見込み設定用LSIブロ
ック図を示す図である。
FIG. 20 is a diagram showing an LSI block diagram for television initial channel estimation setting.

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

110…プロセッサアレイ、200…マイクロコントロ
ーラ、210…マイクロ命令、140…局所記憶装置、
175…インストラクションウエイトメモリ、165…
命令決定論理、166…NOP判定論理、130…演算
器群、190…選択した命令の成否判定論理。
110 ... Processor array, 200 ... Micro controller, 210 ... Micro instruction, 140 ... Local storage device,
175 ... Instruction weight memory, 165 ...
Instruction determination logic, 166 ... NOP determination logic, 130 ... Operation unit group, 190 ... Success / failure determination logic of selected instruction.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 亀島 鉱二 茨城県土浦市神立町502番地 株式会社日 立製作所機械研究所内 (72)発明者 圓佛 伊智朗 茨城県日立市久慈町4026番地 株式会社日 立製作所日立研究所内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Koji Kameshima, inventor Kojitamachi, 502, Tsuchiura, Ibaraki Prefecture, Institute of Mechanical Research, Hiritsu Seisakusho Co., Ltd. Inside Hitachi Research Laboratory

Claims (27)

【特許請求の範囲】[Claims] 【請求項1】複数のプロセッサから構成されるアレイ、
および当該アレイを制御するコントローラを有する並列
計算機システムにおいて、現在実行した結果が、将来役
に立つかどうかわからない見込処理のためのプログラム
を少なくとも1つを有し、上記複数のプロセッサのう
ち、少なくともいずれか1つにて上記見込処理のための
プログラムを実行することを特徴とする並列計算機シス
テム。
1. An array composed of a plurality of processors,
In a parallel computer system having a controller for controlling the array, at least one of the plurality of processors has at least one program for a prospective process which may or may not be useful in the future. A parallel computer system characterized by executing a program for the above-mentioned expected process.
【請求項2】複数の上記見込処理のためのプログラムの
中から、1つの見込処理のためのプログラムを特定する
処理決定手段を有することを特徴とする請求項1記載の
並列計算機システム。
2. The parallel computer system according to claim 1, further comprising a process determining means for specifying a program for one prospective process from a plurality of programs for the prospective process.
【請求項3】上記各プロセッサまたは複数のプロセッサ
から構成されるグループごとに、特定の条件を判断する
手段を有し、その特定の条件に従い、メインプログラム
に換えて、上記特定された見込処理のためのプログラム
を処理対象とすることを特徴とするすることを特徴とす
る請求項2記載の並列計算機システム。
3. A processor for determining a specific condition for each of the processors or a group of a plurality of processors, and according to the specific condition, the main program is replaced with the specified expected processing. 3. The parallel computer system according to claim 2, wherein a program for performing the processing is set as a processing target.
【請求項4】上記特定の条件は、NOP(No OPeration)命
令であることを特徴とする請求項3記載の並列計算機シ
ステム。
4. The parallel computer system according to claim 3, wherein the specific condition is a NOP (No OPeration) instruction.
【請求項5】上記特定された見込処理のためのプログラ
ムを実行するための演算手段を有することを特徴とする
請求項2または3記載の並列計算機システム。
5. The parallel computer system according to claim 2 or 3, further comprising arithmetic means for executing the specified program for the expected processing.
【請求項6】上記演算された結果を、特定の基準に従っ
て評価する評価手段を有することを特徴とする請求項5
記載の並列計算機システム。
6. An evaluation means for evaluating the calculated result according to a specific standard.
The described parallel computer system.
【請求項7】複数の上記見込処理のためのプログラムの
中から、1つの見込処理のためのプログラムを特定する
処理決定手段は、乱数表を用いて見込処理のためのプロ
グラムを特定することを特徴とする請求項2記載の並列
計算機システム。
7. The process determining means for specifying one program for the prospective process from among the plurality of programs for the prospective process is to specify the program for the prospective process by using a random number table. The parallel computer system according to claim 2.
【請求項8】上記乱数表は、擬似ランダム2進シーケン
スカウンタを用いて実現することを特徴とする請求項7
記載の並列計算機システム。
8. The random number table is realized by using a pseudo-random binary sequence counter.
The described parallel computer system.
【請求項9】複数の上記見込処理のためのプログラムの
中から、1つの見込処理のためのプログラムを特定する
処理決定手段は、各見込処理に対応した確信度情報を有
し、確信度情報に基づき実行すべき見込処理のためのプ
ログラムを特定することを特徴とする請求項2記載の並
列計算機システム。
9. A process determining means for specifying a program for one prospective process from among a plurality of programs for the prospective process has certainty factor information corresponding to each prospective process, and certainty factor information. 3. The parallel computer system according to claim 2, wherein a program for expected processing to be executed is specified based on the above.
【請求項10】上記各見込処理に対応した確信度情報
を、上記評価手段に従い、オンライン(稼働)中に更新
する手段を有することを特徴とする請求項9記載の並列
計算機システム。
10. The parallel computer system according to claim 9, further comprising means for updating the certainty factor information corresponding to each of the prospective processings on-line (operating) according to the evaluation means.
【請求項11】上記演算された結果を記憶する手段を有
し、当該見込処理結果を検索し、特定の基準に従う結果
を選択する手段を有することを特徴とする請求項5記載
の並列計算機システム。
11. The parallel computer system according to claim 5, further comprising means for storing the calculated result, means for searching the expected processing result, and selecting a result according to a specific criterion. .
【請求項12】上記見込処理結果を記憶する手段へ格納
する情報は、検索を容易にするためのラベリング情報等
を演算結果に付加して格納することを特徴とする請求項
11記載の並列計算機システム。
12. The parallel computer according to claim 11, wherein the information to be stored in the means for storing the expected processing result is labeling information or the like for facilitating the search, which is added to the calculation result and stored. system.
【請求項13】上記特定されたプログラムを実行するた
めの演算手段は、NOP(No OPeration)状態の要素プロセ
ッサを活用し実行することを特徴とする請求項5記載の
並列計算機システム。
13. The parallel computer system according to claim 5, wherein the arithmetic means for executing the specified program is executed by utilizing an element processor in a NOP (No OPeration) state.
【請求項14】上記見込処理として、予想される幾つか
の相手の回答に対して、次の自分の回答を予め準備する
という処理を想定し、対話形式で処理が進行し、かつ、
選択できる回答が予め限られている囲碁・将棋等のゲー
ムや対話型コンピュータに適用することを特徴とする請
求項1記載の並列計算機システム。
14. As the above-mentioned expected process, a process of preparing the next one's own answer in advance with respect to some expected answers of the other party is assumed, and the process proceeds interactively, and
The parallel computer system according to claim 1, wherein the parallel computer system is applied to a game such as a game of Go / Shogi or an interactive computer in which the selectable answers are limited in advance.
【請求項15】上記見込処理として、NOP部のオンラ
イン自己テストを想定し、ニューロコンピュータ、及び
超並列計算機の信頼性向上に適用することを特徴とする
請求項1記載の並列計算機システム。
15. The parallel computer system according to claim 1, wherein an online self-test of the NOP unit is assumed as the expected process and is applied to improve the reliability of a neuro computer and a massively parallel computer.
【請求項16】上記テストの結果故障が検出された場
合、故障ユニットであるボード、チップ、またはプロセ
ッサを並列計算機システムから自動的に分離(自己修
復)する機能を有することを特徴とする請求項15記載
の並列計算機システム。
16. A function for automatically separating (self-repairing) a board, a chip, or a processor, which is a failure unit, from a parallel computer system when a failure is detected as a result of the test. 15. The parallel computer system according to item 15.
【請求項17】上記故障ユニットを並列計算機システム
から自動的に分離(自己修復)する手段は、プロセッサ
間の結合強度を記憶するメモリの値を書き替えることに
より実現することを特徴とする請求項16記載の並列計
算機システム。
17. The means for automatically separating (self-repairing) the faulty unit from the parallel computer system is realized by rewriting the value of the memory storing the coupling strength between the processors. 16. A parallel computer system according to item 16.
【請求項18】上記見込処理として、検索処理における
最終的な処理(または検索結果)を想定し、検索処理の
TAT短縮に適用することを特徴とする請求項1記載の
並列計算機システム。
18. The parallel computer system according to claim 1, wherein a final process (or a search result) in the search process is assumed as the expected process and is applied to shorten the TAT of the search process.
【請求項19】上記見込処理として、危険を伴う処理に
おいて将来起こる可能性のある処理を想定し、危険予知
または危険回避に適用することを特徴とする請求項1記
載の並列計算機システム。
19. The parallel computer system according to claim 1, wherein the expected process is a process that may occur in the future in a process involving a risk and is applied to risk prediction or risk avoidance.
【請求項20】上記見込処理として、アミノ酸またはア
ミノ酸を表現するデータを想定し、目的に合ったタンパ
ク質合成に適用することを特徴とする請求項1記載の並
列計算機システム。
20. The parallel computer system according to claim 1, wherein an amino acid or data expressing an amino acid is assumed as the above-mentioned probable processing and is applied to protein synthesis suitable for a purpose.
【請求項21】上記見込処理として、遺伝子または遺伝
子を表現するデータを想定し、目的に合った遺伝子を絞
り込むことにに適用することを特徴とする請求項1記載
の並列計算機システム。
21. The parallel computer system according to claim 1, wherein the prospective processing is applied to narrowing down a gene suitable for a purpose by assuming a gene or data expressing a gene.
【請求項22】上記見込処理のためのプログラムを基
に、新たなプログラムを自律的に獲得する手段を有する
ことを特徴とする請求項1記載の並列計算機システム。
22. The parallel computer system according to claim 1, further comprising means for autonomously acquiring a new program based on the program for the prospective processing.
【請求項23】上記見込処理のためのプログラムを基に
新たなプログラムを自律的に獲得する手段は、上記見込
処理のためのプログラムを複数回繰り返した結果、特定
の基準を満たす結果を得るまでの上記見込処理のための
プログラムの組合せを新たなプログラムとして記憶装置
に格納することにより実現することを特徴とする請求項
22記載の並列計算機システム。
23. The means for autonomously acquiring a new program based on the program for the prospective processing, the result of repeating the program for the prospective processing a plurality of times until a result satisfying a specific criterion is obtained. 23. The parallel computer system according to claim 22, which is realized by storing a combination of programs for the above-mentioned prospect processing as a new program in a storage device.
【請求項24】所定の制御または初期値決定を目的とす
るプロセッサにおいて、必ずしも有効性が保証されない
少なくとも1つのデータを処理対象とすることを特徴と
するプロセッサ。
24. A processor for the purpose of predetermined control or determination of an initial value, wherein at least one data whose validity is not always guaranteed is processed.
【請求項25】上記必ずしも有効性が保証されない少な
くとも1つのデータを記憶する手段を有することを特徴
とする請求項24記載のプロセッサ。
25. The processor according to claim 24, further comprising means for storing at least one data whose validity is not guaranteed.
【請求項26】上記必ずしも有効性が保証されない少な
くとも1つのデータは、同一環境条件における、前回ユ
ーザ指定値であることを特徴とする請求項24記載のプ
ロセッサ。
26. The processor according to claim 24, wherein the at least one data whose validity is not always guaranteed is a previous user specified value under the same environmental condition.
【請求項27】上記環境条件として、室温、湿度、時
刻、曜日の中の少なくとも一つは含んでいることを特徴
とする請求項26記載のプロセッサ。
27. The processor according to claim 26, wherein the environmental condition includes at least one of room temperature, humidity, time of day, and day of the week.
JP4261108A 1992-09-30 1992-09-30 Parallel computer system and processor Pending JPH06110853A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4261108A JPH06110853A (en) 1992-09-30 1992-09-30 Parallel computer system and processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4261108A JPH06110853A (en) 1992-09-30 1992-09-30 Parallel computer system and processor

Publications (1)

Publication Number Publication Date
JPH06110853A true JPH06110853A (en) 1994-04-22

Family

ID=17357200

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4261108A Pending JPH06110853A (en) 1992-09-30 1992-09-30 Parallel computer system and processor

Country Status (1)

Country Link
JP (1) JPH06110853A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005316887A (en) * 2004-04-30 2005-11-10 Ricoh Co Ltd Microprocessor
WO2006049331A1 (en) * 2004-11-05 2006-05-11 Nec Corporation Simd parallel computing device, processing element, and simd parallel computing device control method
US7338377B2 (en) 2002-08-20 2008-03-04 Aruze Co., Ltd. Token with built-in IC chip

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7338377B2 (en) 2002-08-20 2008-03-04 Aruze Co., Ltd. Token with built-in IC chip
JP2005316887A (en) * 2004-04-30 2005-11-10 Ricoh Co Ltd Microprocessor
WO2006049331A1 (en) * 2004-11-05 2006-05-11 Nec Corporation Simd parallel computing device, processing element, and simd parallel computing device control method
JPWO2006049331A1 (en) * 2004-11-05 2008-05-29 日本電気株式会社 SIMD type parallel processing unit, processing element, control method for SIMD type parallel processing unit
JP5240424B2 (en) * 2004-11-05 2013-07-17 日本電気株式会社 SIMD type parallel processing unit, processing element, control method for SIMD type parallel processing unit

Similar Documents

Publication Publication Date Title
US4399505A (en) External microcode operation in a multi-level microprocessor
US5524175A (en) Neuro-computer system for executing a plurality of controlling algorithms
US20110072171A1 (en) Dma and graphics intervace emulation
CN111176608A (en) Apparatus and method for performing vector compare operations
US20070022424A1 (en) Technique for processing a computer program
CN112699050A (en) Multi-population evolution generation method for software test case based on variant grouping
US7827555B2 (en) Scheduler for a multiprocessing computing system
US7634774B2 (en) System and method of scheduling computing threads
JPH02227730A (en) Data processing system
EP0840209A2 (en) Instruction prefetching apparatus and instruction prefetching method
JP2004529405A (en) Superscalar processor implementing content addressable memory for determining dependencies
JPH06110853A (en) Parallel computer system and processor
CA2304609A1 (en) Autonomously cycling data processing architecture
JPS6250934A (en) Interrupting control system of processor
US10853081B2 (en) Processor and pipelining method
JPS5941209B2 (en) Bi-programmable electronic accounting system
JPH0447335B2 (en)
JP3146077B2 (en) Processor
JP3452989B2 (en) Central processing unit
JP2525492B2 (en) Programmable controller
JP2000347862A (en) Instruction replacing circuit
Awad et al. Inferring the regulatory interaction models of transcription factors in transcriptional regulatory networks
US8171270B2 (en) Asynchronous control transfer
JP2616542B2 (en) Pseudo failure generation system
US5838953A (en) Information processing apparatus