JPH1115794A - Parallel data processor - Google Patents

Parallel data processor

Info

Publication number
JPH1115794A
JPH1115794A JP16373297A JP16373297A JPH1115794A JP H1115794 A JPH1115794 A JP H1115794A JP 16373297 A JP16373297 A JP 16373297A JP 16373297 A JP16373297 A JP 16373297A JP H1115794 A JPH1115794 A JP H1115794A
Authority
JP
Japan
Prior art keywords
processing
data
unit
processor
output control
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
JP16373297A
Other languages
Japanese (ja)
Inventor
Hiroshi Kawaguchi
広志 川口
Hideaki Doi
秀明 土井
Akira Nakagaki
亮 中垣
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 JP16373297A priority Critical patent/JPH1115794A/en
Publication of JPH1115794A publication Critical patent/JPH1115794A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To continuously input the data and to attain the real-time processing for a parallel data processor by using a processor unit output control means which temporarily stores the processing result of a block unit by switching plural buffer memories for each processing frequency of processor units. SOLUTION: A processor unit output control part 5 processes once the data inputted from every PU(processor unit) 4 and transfers the processing result to every BM(buffer memory). The part 5 notifies a buffer memory output control part 7 of the processing result by a PU status signal. The part 7 recognizes that every PU 4 proceeded to the next input data processing by the PU status signal and then switches the BMs connected to both parts 5 and 7 with no overlapping of them by a BM switching signal. Thus, a parallel processor can perform its processing with its real-time performance maintained.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は並列データ処理装置
に係わり、とくに異物や欠陥などの自動検査を行う装置
に好適な画像信号等の並列データ処理装置に関するもの
である。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a parallel data processing apparatus, and more particularly to a parallel data processing apparatus for image signals and the like suitable for an apparatus for automatically inspecting for foreign matter and defects.

【0002】[0002]

【従来の技術】従来技術に係る処理装置は、例えば、図
9に示す特願昭63−206086号公報に記載されて
いるように、911CPUが912主メモリユニットをアクセ
スする場合、914メモリリード用バスに接続された921バ
スコントローラに対してバス取得要求を出力する。
2. Description of the Related Art A processing apparatus according to the prior art is, for example, as disclosed in Japanese Patent Application No. 63-206086 shown in FIG. It outputs a bus acquisition request to the 921 bus controller connected to the bus.

【0003】この要求を受け取った921バスコントロー
ラは一つのCPUにのみバス取得許可を与える。バス取
得許可を与えられたCPUは、主メモリユニットをメモ
リリード用バスを介してリードアクセスする。
The 921 bus controller receiving this request gives the bus acquisition permission to only one CPU. The CPU to which the bus acquisition permission has been given makes read access to the main memory unit via the memory read bus.

【0004】次にCPUが主メモリユニットをライトア
クセスする場合には、CPUは915メモリライト用バス
に接続された922バスコントローラに対してバス取得要
求を出力する。この要求を受け取った922バスコントロ
ーラは、バス取得要求を出力したいくつかのCPUの中
から一つのユニットにのみバス取得許可を与える。許可
を与えられたCPUはメモリライト用バスを介してアク
セスを行う。これにより、各バスの使用率を低下させ
て、CPUの使用率を向上させるものである。
Next, when the CPU performs write access to the main memory unit, the CPU outputs a bus acquisition request to the 922 bus controller connected to the 915 memory write bus. Upon receiving this request, the 922 bus controller gives the bus acquisition permission to only one of the CPUs that output the bus acquisition request. The permitted CPU performs access via the memory write bus. As a result, the usage rate of each bus is reduced, and the usage rate of the CPU is improved.

【0005】[0005]

【発明が解決しようとする課題】しかし従来技術に係る
処理装置においては、各CPUからのバス取得要求に対
して優先度をチェックする機構がないため、連続して入
力されるデータをデータ入力レートと同等の処理速度で
リアルタイムに処理することが要求される場合には、リ
アルタイム性を満足させる必要最小限のCPU個数に対
して、余裕度が小さいCPU数で処理を行うと、各CP
Uに入力されるデータの量や処理内容の違いから、後か
ら処理を開始したCPUが先に処理を終了する場合が発
生する。
However, in the processing device according to the prior art, there is no mechanism for checking the priority of a bus acquisition request from each CPU. When it is required to perform processing in real time at the same processing speed as that of the above, if the processing is performed with the number of CPUs having a small margin with respect to the required minimum number of CPUs satisfying the real-time property, each CP
Due to differences in the amount of data input to U and the content of the processing, the CPU that has started the processing later may end the processing first.

【0006】このような場合、処理が終了した順番にデ
ータを出力していたのでは、処理に時間を要したCPU
が処理結果を出力する前に、次に処理すべき入力データ
が到着し、データを取りこぼす恐れがある。
In such a case, if the data was output in the order in which the processing was completed, the CPU that took a long time
Before the output of the processing result, input data to be processed next arrives, and there is a risk that the data may be missed.

【0007】また、これを回避するためCPUの個数を
多くしたのでは、能力を必要以上に向上させることとな
り経済的効率が悪化する。本発明の目的は、連続してデ
ータを入力し、処理するリアルタイム処理を実現可能な
並列データ処理方法及びその装置を提供することにあ
る。
Further, if the number of CPUs is increased to avoid this, the capacity is improved more than necessary, and the economic efficiency is deteriorated. An object of the present invention is to provide a parallel data processing method and a parallel data processing method capable of realizing real-time processing for continuously inputting and processing data.

【0008】[0008]

【課題を解決するための手段】本発明は、上記を達成す
るために、各プロセッサユニットからバッファメモリへ
処理結果の転送要求があった場合には、転送要求到着順
と転送要求のあったプロセッサユニットの優先順位及び
処理回数から、どのプロセッサユニットの処理結果をバ
ッファメモリに転送すべきかを判定し、該当するプロセ
ッサユニットに転送許可を与えることにより、リアルタ
イム性を維持して処理を行う並列データ処理装置にあ
る。
According to the present invention, in order to achieve the above, when a transfer result of a processing result is sent from each processor unit to a buffer memory, the order of arrival of the transfer request and the processor which has issued the transfer request are determined. Parallel data processing that determines the processing result of which processor unit should be transferred to the buffer memory based on the priority of the unit and the number of times of processing, and gives transfer permission to the relevant processor unit, thereby maintaining the real-time processing and performing parallel data processing. In the device.

【0009】[0009]

【発明の実施の形態】例えば、リニアセンサを用いて、
被検出試料を搭載したステージの走査により検出される
信号をリアルタイムに処理する場合には、データ処理を
行う並列処理CPUは検出されたデータを直ちに読み出
し、並列に処理を行う。この際、各CPUは次の処理デ
ータが入力されるまでに処理を完了させておかなければ
処理のリアルタイム性を維持できない。
DESCRIPTION OF THE PREFERRED EMBODIMENTS For example, using a linear sensor,
When a signal detected by scanning of a stage on which a sample to be detected is scanned is processed in real time, a parallel processing CPU that performs data processing immediately reads the detected data and performs processing in parallel. At this time, each CPU cannot maintain the real-time processing unless the processing is completed before the next processing data is input.

【0010】以下、本発明を図面を用いて説明する。図
1は、本発明の一実施例を示す図である。本実施例の並
列データ処理装置は、図1に示すように、9ローカルバ
ス1(9)に接続された制御CPU1と、同じくローカ
ルバス1(9)に接続され、デジタル信号を入力するデ
ータ入力部2と、入力されたデータを格納するデータ記
憶部3と、制御CPU同様にローカルバス1に接続さ
れ、データ処理を行う複数のプロセッサユニット4と、
ローカルバス1(9)及びローカルバス2(10)に接
続され、処理結果を記憶する処理結果記憶部8を備え、
更に、プロセッサユニットの結果出力のタイミングを制
御するプロセッサユニット出力制御部5及びプロセッサ
ユニットの処理結果を一時記憶する複数のバッファメモ
リ6とバッファメモリ6から処理結果記憶部8への処理
結果出力の制御を行うバッファメモリ出力制御部7を備
えている。
Hereinafter, the present invention will be described with reference to the drawings. FIG. 1 is a diagram showing one embodiment of the present invention. As shown in FIG. 1, the parallel data processing device according to the present embodiment includes a control CPU 1 connected to 9 local buses 1 (9), and a data input that is also connected to the local bus 1 (9) and inputs a digital signal. A data storage unit 3 for storing input data, a plurality of processor units 4 connected to the local bus 1 like the control CPU for processing data,
A processing result storage unit 8 connected to the local bus 1 (9) and the local bus 2 (10) and storing a processing result;
Further, a processor unit output control unit 5 for controlling the timing of the result output of the processor unit, a plurality of buffer memories 6 for temporarily storing the processing results of the processor unit, and control of the processing result output from the buffer memory 6 to the processing result storage unit 8 And a buffer memory output control unit 7 for performing

【0011】バッファメモリ出力制御部7は処理結果記
憶部8とローカルバス2(10)により接続されてい
る。また、プロセッサユニット出力制御部5とバッファ
メモリ出力制御部7は、それぞれ異なるバッファメモリ
に接続されており、一方のバッファメモリにプロセッサ
ユニット4からの処理結果を書き込んでいる最中に、他
方のバッファメモリに記憶されている処理結果を読み出
せるようにバッファメモリ出力制御部7で制御する。
The buffer memory output control section 7 is connected to the processing result storage section 8 by the local bus 2 (10). The processor unit output control unit 5 and the buffer memory output control unit 7 are connected to different buffer memories, respectively, and while writing the processing result from the processor unit 4 to one buffer memory, The buffer memory output control unit 7 controls so that the processing result stored in the memory can be read.

【0012】例えば、図2に示すように各プロセッサユ
ニット(PU)がプロセッサユニット出力制御部5を介
してバッファメモリ1(BM1)に処理結果を転送して
いる際には、バッファメモリ出力制御部7はバッファメ
モリ2(BM2)に接続されており、BM2に一時記憶
されている処理結果がある場合には、PUからBM1へ
の処理結果の転送と並行して、処理結果記憶部8にBM
2の処理結果を転送する。
For example, as shown in FIG. 2, when each processor unit (PU) is transferring the processing result to the buffer memory 1 (BM1) via the processor unit output control unit 5, the buffer memory output control unit Reference numeral 7 is connected to the buffer memory 2 (BM2). If there is a processing result temporarily stored in the BM2, the BM is stored in the processing result storage unit 8 in parallel with the transfer of the processing result from the PU to the BM1.
Transfer the processing result of 2.

【0013】また、プロセッサユニット出力制御部5は
全てのPUがそれぞれ入力したデータを1回処理し、バ
ッファメモリ(BM)に処理結果を転送し終わると、1
1PUステータス信号によりバッファメモリ出力制御部
7に通知する。バッファメモリ出力制御部7は、PUス
テータス信号により各PUが次の入力データの処理に移
ったことを認識すると、12BM切替信号によりプロセ
ッサユニット出力制御部5及びバッファメモリ出力制御
部7に接続されているバッファメモリをそれぞれ重なら
ないように切替える。すなわち、各PUが1回目の処理
を行い、BMに処理結果を転送し終わるまでは、プロセ
ッサユニット出力制御部にはBM1が接続されており、
バッファメモリ出力制御部7にはBM2が接続されてい
る。
Further, the processor unit output control unit 5 processes the data inputted by all the PUs once, and transfers the processing result to the buffer memory (BM) once.
The buffer memory output control unit 7 is notified by the 1PU status signal. When the buffer memory output control unit 7 recognizes from the PU status signal that each PU has shifted to the processing of the next input data, the buffer memory output control unit 7 is connected to the processor unit output control unit 5 and the buffer memory output control unit 7 by the 12BM switching signal. The buffer memories are switched so that they do not overlap. That is, the BM1 is connected to the processor unit output control unit until each PU performs the first processing and transfers the processing result to the BM.
The BM 2 is connected to the buffer memory output control unit 7.

【0014】次に各PUが2回目の処理を開始すると、
プロセッサユニット出力制御部5にはBM2を接続し、
バッファメモリ出力制御部7にはBM1を接続する。
Next, when each PU starts the second processing,
BM2 is connected to the processor unit output control unit 5,
The BM 1 is connected to the buffer memory output control unit 7.

【0015】バッファメモリ切替制御の流れを図3を用
いて説明する。バッファメモリ出力制御部7がプロセッ
サユニット出力制御部5から出力されるPUステータス
信号を監視することで、301全PUの結果を出力したか
をチェックする。全てのPUが処理結果を出力し終わっ
ている場合には、次に切替えて処理結果を一時記憶する
BMが、302処理結果記憶部への処理結果の転送が終了
しているかチェックし、終了している場合には303BM
の接続を切替え、終了していなければ、転送が終了する
まで待つ。
The flow of the buffer memory switching control will be described with reference to FIG. The buffer memory output control unit 7 monitors the PU status signal output from the processor unit output control unit 5 to check whether the results of all 301 PUs have been output. If all the PUs have finished outputting the processing results, the BM that switches the processing results temporarily and then temporarily stores the processing results checks whether the transfer of the processing results to the 302 processing result storage unit has been completed. 303BM if you have
Is switched, and if the connection has not been completed, the process waits until the transfer is completed.

【0016】BMの切替を行うと、バッファメモリ出力
制御部7に接続されたBMから、304処理結果の転送を
各PUからBMへの処理結果の転送と並行に行う。これ
により、新しい処理データを処理し、BMに転送しなが
ら、前回処理した処理結果の転送を同時に行うことがで
きる。
When the BM is switched, the transfer of the 304 processing result from the BM connected to the buffer memory output control unit 7 is performed in parallel with the transfer of the processing result from each PU to the BM. As a result, while processing new processing data and transferring it to the BM, the processing result of the previous processing can be simultaneously transferred.

【0017】制御CPUは、データ入力部により入力さ
れたデータをどのプロセッサユニット(PU)が取り込
み、処理するかを制御する。各PUは、処理すべきデー
タが入力されると処理を開始し、処理結果を一時記憶用
のバッファメモリに出力する。この際、プロセッサユニ
ット出力制御部により出力の調停を行う。
The control CPU controls which processor unit (PU) takes in and processes data input by the data input unit. Each PU starts processing when data to be processed is input, and outputs a processing result to a buffer memory for temporary storage. At this time, output arbitration is performed by the processor unit output control unit.

【0018】プロセッサユニット出力制御の流れを図4
を用いて説明する。PUから処理結果の401転送要求が
あると、プロセッサユニット出力制御部5は転送要求を
したPU4が402何回目の処理結果を転送しようとして
いるかをチェックする。すなわち、転送要求があったP
UがBMが切替わって、1回目の処理結果を転送しよう
としているのかをチェックし、1回目の処理結果であれ
ば、今回転送すべきデータであると判断し、2回目の処
理結果であれば、次回違うBMに転送するデータである
と判定する。
FIG. 4 shows the flow of the processor unit output control.
This will be described with reference to FIG. When there is a 401 transfer request of the processing result from the PU, the processor unit output control unit 5 checks the 402th processing result of the PU 4 that has made the transfer request and wants to transfer it. That is, the transfer request P
U checks whether the BM has been switched and is about to transfer the first processing result, and if it is the first processing result, it is determined that the data is to be transferred this time, and if it is the second processing result, For example, it is determined that the data is to be transferred to a different BM next time.

【0019】例えば、図5に示すように各PUに対応し
たPUステータスレジスタ13を用意し、初期状態を
“0”に設定しておく。
For example, as shown in FIG. 5, a PU status register 13 corresponding to each PU is prepared, and the initial state is set to "0".

【0020】次にPUから転送要求があった場合には、
PUステータスレジスタの値とANDをとり、“1”な
らば15判定回路により1回目の処理結果と判定し、転
送すべきデータと認識する。処理結果をBMに転送後
は、PUステータスレジスタの値を16転送禁止信号に
より“1”に書き換え、2回目の処理結果の転送要求が
あった場合には、次回転送すべきデータであると判定す
る。
Next, when there is a transfer request from the PU,
The value of the PU status register is ANDed, and if "1", the determination result is determined as the first processing result by the 15 determination circuit and recognized as data to be transferred. After the processing result is transferred to the BM, the value of the PU status register is rewritten to “1” by the 16 transfer inhibit signal, and when there is a second transfer request of the processing result, it is determined that the data is to be transferred next time. I do.

【0021】なお、バッファメモリ出力制御部は、全て
のPUが1回目の処理結果をBMに転送し終わったかど
うかをPUステータス信号11を監視することで判定
し、BMの切替を行うが、この切替のタイミングと同期
させてレジスタリセット信号14により、PUステータ
スレジスタをリセット(“0”)しておけば、次回から
も同様に判定することができる。
The buffer memory output control unit determines whether all the PUs have finished transferring the first processing result to the BM by monitoring the PU status signal 11 and switches the BM. If the PU status register is reset ("0") by the register reset signal 14 in synchronization with the switching timing, the same determination can be made from the next time.

【0022】転送要求のあったPUの処理結果が、今回
BMに転送すべきデータであった場合には、現在、403
他のPUがBMに処理結果を転送していないかをチェッ
クする。他のPUが転送していなければ、次に、404他
のPUから転送要求がないかをチェックし、他のPUか
ら転送要求があった場合には、406優先度のチェックを
行い、優先順位の高いPUに405転送許可を与える。こ
れは、優先順位の高いPUから先に処理結果を転送する
ことにより、入力データの取りこぼしを防ぐためであ
る。
If the processing result of the PU requested to be transferred is the data to be transferred to the BM this time,
Check whether another PU has transferred the processing result to the BM. If the other PU is not transferring, then 404 checks whether there is a transfer request from another PU, and if there is a transfer request from another PU, performs 406 priority check, 405 transfer permission is given to the PU with the highest number. This is to prevent the input data from being missed by transferring the processing result from the PU with the higher priority first.

【0023】優先順位の判定は図6に示すように、制御
CPU1がデータ入力部2で入力したデータをどのプロ
セッサユニット4にどのような順番で入力するのかを決
定した際に、データ入力を早く開始する順番に各PUに
優先順位を付け、プロセッサユニット出力制御部5内の
15判定回路に優先順位通知信号17により予め通知す
ることで、各PUの優先度を判定できる。
As shown in FIG. 6, when the control CPU 1 determines which processor unit 4 should input data input by the data input unit 2 and in what order, as shown in FIG. The priorities of the PUs can be determined by assigning priorities to the PUs in the order in which the PUs are started, and by notifying in advance to the 15 determination circuits in the processor unit output control unit 5 with the priority notification signal 17.

【0024】ここで、PUの優先順位をデータ入力順に
付けるのは、次の処理データの取りこぼしを防ぐためで
ある。全てのPUがBMに1回目の処理結果を転送し終
わると、BMを切替えて、次の処理結果の転送を開始す
る。バッファメモリ出力制御部はこの間に1回目の処理
結果が書き込まれたBMから処理結果を読み出し、処理
結果記憶部にローカルバス2を介して転送する。
Here, the priorities of PUs are assigned in the order of data input in order to prevent the next processing data from being missed. When all the PUs finish transferring the first processing result to the BM, the BM is switched and the transfer of the next processing result is started. The buffer memory output control unit reads the processing result from the BM in which the first processing result is written during this time, and transfers the processing result via the local bus 2 to the processing result storage unit.

【0025】なお、本実施例では、各PUの処理結果の
転送を制御するためにPUステータスレジスタに専用の
転送禁止信号を入力していたが、図7に示すように18
転送許可信号で共用しても良い。また、本実施例では、
データ入力部から入力したデータを記憶するデータ記憶
部を設けているが、リニアセンサから連続して入力され
るデータをリアルタイムに処理する場合には、データ記
憶部を介すことなく、データ入力部から直接PUにデー
タを伝送しても良い。
In this embodiment, a dedicated transfer inhibit signal is input to the PU status register to control the transfer of the processing result of each PU, but as shown in FIG.
The transfer permission signal may be shared. In this embodiment,
Although a data storage unit that stores data input from the data input unit is provided, when processing data that is continuously input from the linear sensor is processed in real time, the data input unit does not need to pass through the data storage unit. May be transmitted directly to the PU.

【0026】更に本実施例では、全てのPUの処理結果
を処理回数毎に複数のBMに転送しているが、図8に示
すように、プロセッサユニット出力制御部5及びバッフ
ァメモリ出力制御部7を複数設けて、数個のPU4毎に
処理結果をそれぞれのPUに対応したBM6に処理回数
毎に転送しても良い。この場合には、各BMの内容を処
理結果記憶部8に転送する際に、バッファメモリ選択部
19により転送の調停を行う。ここでバッファメモリ選
択部での調停もプロセッサユニット出力制御部と同様に
各BMに格納されている処理結果が何回目の処理結果で
あるかを判定し、各PUの優先順位から処理結果記憶部
に転送すべきBMを選択し、処理結果の転送を行えば良
い。
Further, in this embodiment, the processing results of all PUs are transferred to a plurality of BMs for each processing count. However, as shown in FIG. 8, the processor unit output control unit 5 and the buffer memory output control unit 7 May be provided, and the processing result may be transferred to the BM 6 corresponding to each PU for each several PUs for each processing count. In this case, when the contents of each BM are transferred to the processing result storage unit 8, transfer arbitration is performed by the buffer memory selection unit 19. Here, in the arbitration in the buffer memory selection unit, similarly to the processor unit output control unit, it is determined how many times the processing result stored in each BM is the processing result, and the processing result storage unit is determined from the priority of each PU. May be selected and the processing result may be transferred.

【0027】[0027]

【発明の効果】本発明によれば、異物や欠陥などの自動
検査を行う装置に好適な画像信号等の処理装置を提供す
ることできる。
According to the present invention, it is possible to provide an image signal processing apparatus suitable for an apparatus for automatically inspecting for foreign matter or defects.

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

【図1】本発明の一実施例を示す図である。FIG. 1 is a diagram showing one embodiment of the present invention.

【図2】本発明によるバッファメモリ切替制御方法の一
実施例を示す図である。
FIG. 2 is a diagram showing an embodiment of a buffer memory switching control method according to the present invention.

【図3】本発明によるバッファメモリ切替制御の流れの
一実施例を示す図である。
FIG. 3 is a diagram showing an embodiment of a flow of buffer memory switching control according to the present invention.

【図4】本発明によるプロセッサユニット出力制御の流
れの一実施例を示す図である。
FIG. 4 is a diagram showing an embodiment of a flow of a processor unit output control according to the present invention.

【図5】本発明によるプロセッサユニット出力制御方法
の一実施例を示す図である。
FIG. 5 is a diagram showing one embodiment of a processor unit output control method according to the present invention.

【図6】本発明による優先度判定方法の一実施例を示す
図である。
FIG. 6 is a diagram showing an embodiment of a priority determination method according to the present invention.

【図7】本発明の他の実施例を示す図である。FIG. 7 is a diagram showing another embodiment of the present invention.

【図8】本発明の他の実施例を示す図である。FIG. 8 is a diagram showing another embodiment of the present invention.

【図9】従来技術に係わる処理装置の実施例を示す図で
ある。
FIG. 9 is a diagram showing an embodiment of a processing apparatus according to the prior art.

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

1…制御CPU、 2…データ入力部、3…デー
タ記憶部、4…プロセッサユニット、5…プロセッサユ
ニット出力制御部、6…バッファメモリ、7…バッファ
メモリ出力制御部、8…処理結果記憶部、9…ローカル
バス1、10…ローカルバス2、 11…PUステータ
ス信号、12…BM切替信号、13…PUステータスレ
ジスタ、14…レジスタリセット信号、15…判定回
路、16…転送禁止信号、17…優先順位通知信号、
18…転送許可信号、19…バッファメモリ選択部、
301…全PUの結果を出力、302…BMから処理結果記憶
部への転送終了、 303…BM接続切替、304…B
Mの処理結果転送開始、401…転送要求、 402…処理
回数は、403…現在転送中か、404…他のPUから転送要
求は、405…転送許可、406…優先順位は高いか、
911…CPU、912…主メモリユニット、914…メモリ・
リード用バス、 915…メモリ・ライト用バス、916,91
7,918,919…バスインターフェース、 920…キャッシ
ュメモリ、921,922…バスコントローラ、 923…I/O
ユニット。
DESCRIPTION OF SYMBOLS 1 ... Control CPU, 2 ... Data input part, 3 ... Data storage part, 4 ... Processor unit, 5 ... Processor unit output control part, 6 ... Buffer memory, 7 ... Buffer memory output control part, 8 ... Processing result storage part, 9 local bus 1, 10 local bus 2, 11 PU status signal, 12 BM switching signal, 13 PU status register, 14 register reset signal, 15 determination circuit, 16 transfer inhibition signal, 17 priority Ranking notification signal,
18: transfer permission signal, 19: buffer memory selection unit,
301 ... output the results of all PUs, 302 ... end the transfer from the BM to the processing result storage unit, 303 ... switch the BM connection, 304 ... B
M: processing result transfer start, 401: transfer request, 402: number of processing times, 403: transfer is currently in progress, 404: transfer request from another PU, 405: transfer permission, 406: high priority
911 ... CPU, 912 ... Main memory unit, 914 ... Memory
Read bus, 915 ... Memory / write bus, 916,91
7,918,919 ... Bus interface, 920 ... Cache memory, 921,922 ... Bus controller, 923 ... I / O
unit.

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】デジタル信号データを時系列的に入力する
データ入力部と、入力データを記憶するデータ記憶部
と、前記データ記憶部のデータを並列に処理する複数の
プロセッサユニットと、該プロセッサユニットによる処
理結果を記憶する処理結果記憶部と、データを伝送する
バスと、全体を制御するCPUを有し、入力したデータ
を複数回に渡り各プロセッサユニットに分配して処理す
る並列データ処理装置において、前記複数のプロセッサ
ユニットと前記処理結果記憶部の間に複数のバッファメ
モリを有し、前記プロセッサユニットの処理結果を該プ
ロセッサユニットの処理回数毎に前記複数のバッファメ
モリを切り替えて一時記憶させるプロセッサユニット出
力制御手段を有することを特徴とする並列データ処理装
置。
1. A data input unit for inputting digital signal data in time series, a data storage unit for storing input data, a plurality of processor units for processing data in the data storage unit in parallel, and the processor unit Data processing unit, a data transmission bus, and a CPU that controls the whole, and distributes and processes the input data to each processor unit a plurality of times. A processor that has a plurality of buffer memories between the plurality of processor units and the processing result storage unit, and temporarily stores the processing results of the processor unit by switching the plurality of buffer memories for each number of times of processing of the processor unit A parallel data processing device comprising unit output control means.
【請求項2】請求項1において、前記複数のプロセッサ
ユニットに優先順位を付け、複数のプロセッサユニット
から処理結果の転送要求があると、前記転送要求のあっ
たプロセッサユニットの優先順位を判定し、優先順位の
高いプロセッサユニットの転送要求を受け付ける優先順
位判定部と、処理結果の転送回数を記憶する該複数のプ
ロセッサユニットに対応するレジスタを設け、転送要求
のあったプロセッサユニットの処理回数を前記レジスタ
の値により認識し、前記処理回数から転送すべきデータ
かを決定する処理回数判定部を有し、該複数のプロセッ
サユニットから前記バッファメモリに処理結果を書き込
む際には、前記優先順位判定部と処理回数判定部の判定
結果から書き込み許可の判定を行うプロセッサユニット
出力制御手段を有する並列データ処理装置。
2. A processor according to claim 1, wherein priorities are assigned to said plurality of processor units, and when there is a transfer request for a processing result from said plurality of processor units, a priority order of said processor unit which has issued said transfer request is determined. A priority determining unit for receiving a transfer request of a processor unit having a higher priority, and a register corresponding to the plurality of processor units for storing the number of transfers of a processing result; Recognize by the value of, and has a processing number determination unit that determines whether to transfer data from the processing number, when writing processing results from the plurality of processor units to the buffer memory, the priority determination unit Processor unit output control means for judging write permission from the judgment result of the number of processing judgment unit Parallel data processing apparatus that.
【請求項3】請求項2において、データ処理を開始する
順番で前記優先順位を付ける並列データ処理装置。
3. The parallel data processing device according to claim 2, wherein the priorities are assigned in the order of starting data processing.
【請求項4】請求項1,2または3において、前記プロ
セッサユニット出力制御手段により選択されなかったバ
ッファメモリに対して、処理結果記憶部へのデータ転送
を行わせるバッファメモリ出力制御手段を有する並列デ
ータ処理装置。
4. A parallel processing system according to claim 1, further comprising a buffer memory output control means for transferring data to a processing result storage unit for a buffer memory not selected by said processor unit output control means. Data processing device.
【請求項5】請求項1乃至4のいずれかにおいて、前記
CPU、データ入力部、データ記憶部、プロセッサユニ
ット及び処理結果記憶部に接続され、データ入力部によ
り入力されたデータを伝送するためのローカルバスと処
理結果記憶部とバッファメモリ出力制御手段とに接続さ
れ、プロセッサユニットでの処理結果を伝送するための
ローカルバスを有する並列データ処理装置。
5. The data processing device according to claim 1, wherein the data input unit is connected to the CPU, a data input unit, a data storage unit, a processor unit, and a processing result storage unit. A parallel data processing device having a local bus connected to a local bus, a processing result storage unit, and a buffer memory output control means for transmitting a processing result in the processor unit.
JP16373297A 1997-06-20 1997-06-20 Parallel data processor Pending JPH1115794A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16373297A JPH1115794A (en) 1997-06-20 1997-06-20 Parallel data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16373297A JPH1115794A (en) 1997-06-20 1997-06-20 Parallel data processor

Publications (1)

Publication Number Publication Date
JPH1115794A true JPH1115794A (en) 1999-01-22

Family

ID=15779624

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16373297A Pending JPH1115794A (en) 1997-06-20 1997-06-20 Parallel data processor

Country Status (1)

Country Link
JP (1) JPH1115794A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006131021A1 (en) * 2005-06-07 2006-12-14 Intel Corporation Error detection and prevention in acoustic data
CN112817638A (en) * 2019-11-18 2021-05-18 北京希姆计算科技有限公司 Data processing device and method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006131021A1 (en) * 2005-06-07 2006-12-14 Intel Corporation Error detection and prevention in acoustic data
CN112817638A (en) * 2019-11-18 2021-05-18 北京希姆计算科技有限公司 Data processing device and method

Similar Documents

Publication Publication Date Title
US5159263A (en) Lsi system having a test facilitating circuit
US5627968A (en) Data transfer apparatus which allows data to be transferred between data devices without accessing a shared memory
US20070208886A1 (en) Data processing apparatus
JPH1115794A (en) Parallel data processor
JPH08161254A (en) Information processing system and bus arbitration system therefor
US5185879A (en) Cache system and control method therefor
US20050135402A1 (en) Data transfer apparatus
JPH09223102A (en) Direct memory access controller
US5278965A (en) Direct memory access controller
JP2731761B2 (en) Network control device
JP4335327B2 (en) Arbitration apparatus and method
JP2680208B2 (en) Memory access control device
JPH05282242A (en) Bus control system
JPH08278939A (en) Method and device for data transfer
JPH0773136A (en) Operation method for computer system
JPH10116245A (en) Dma controller
JPH11338842A (en) Parallel data processors
JP2755998B2 (en) Data transfer device
JPS61223965A (en) Data transfer circuit
JPH07175714A (en) Memory access arbitrating device and method therefor
JP2005215953A (en) Information processor
JPH06214882A (en) Compound information processor
JPS6220041A (en) Asynchronous data transfer circuit for data processor
JPH11143812A (en) Dma circuit
JP2000242317A (en) Programmable controller