JPH04247548A - Parallel sorter - Google Patents

Parallel sorter

Info

Publication number
JPH04247548A
JPH04247548A JP1351591A JP1351591A JPH04247548A JP H04247548 A JPH04247548 A JP H04247548A JP 1351591 A JP1351591 A JP 1351591A JP 1351591 A JP1351591 A JP 1351591A JP H04247548 A JPH04247548 A JP H04247548A
Authority
JP
Japan
Prior art keywords
data
global bus
processor
data stored
memory
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
JP1351591A
Other languages
Japanese (ja)
Inventor
Hiroshi Mori
啓 森
Ichigaku Asano
浅野 一学
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP1351591A priority Critical patent/JPH04247548A/en
Publication of JPH04247548A publication Critical patent/JPH04247548A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Bus Control (AREA)

Abstract

PURPOSE:To economically execute rearrangement in comparatively short processing time. CONSTITUTION:Data stored in respective memories 201, 211 and 221 are respectively successively transmitted to a global bus 250, these respective data are received by respective processor elements 200,210 and 220, and size comparator circuits 205, 215 and 225 compare the sizes of these received data with those of data stored in the respective memories 201, 211 and 221. These compared results are counted by compared result counters 203, 213 and 223 and based on these counted results, transmission timing counters 204, 214 and 224 successively output the respective data stored in the memories to the global bus.

Description

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

【0001】0001

【産業上の利用分野】本発明は、複数のプロセッサ要素
とこの各プロセッサ要素にそれぞれ接続された複数のメ
モリをグローバルバスによって接続されたマルチプロセ
ッサ構成において前記複数のメモリに格納されたキーデ
ータ等を所望の順序で分類し、グローバルバスを介して
出力する並列ソート装置に関する。
[Industrial Field of Application] The present invention provides key data, etc. stored in the plurality of memories in a multiprocessor configuration in which a plurality of processor elements and a plurality of memories respectively connected to each processor element are connected by a global bus. The present invention relates to a parallel sorting device that sorts data in a desired order and outputs it via a global bus.

【0002】0002

【従来の技術】複数のモジュールにデータが分散して格
納されているシステムにおいて、格納されているデータ
のキーについて昇順(降順)に並び換えて、外部に出力
するソート処理が必要である。
2. Description of the Related Art In a system in which data is distributed and stored in a plurality of modules, it is necessary to sort the keys of the stored data in ascending order (descending order) and output the same to the outside.

【0003】ソート処理のアルゴリズムは幾つか提案さ
れているが、その中の一つに並列計数ソート法がある[
安浦、高木:”並列計数ソートによる高速ソーティング
回路”、信学会論文誌”82/2,Vol.J65−D
 ,No.2,pp.179−186(1982)]。 並列計数ソーティングの基本となる計数ソート法は、順
位付け処理、および並び換え処理の2つの処理からなる
[0003] Several algorithms for sorting processing have been proposed, one of which is the parallel counting sorting method [
Yasuura, Takagi: "High-speed sorting circuit using parallel counting sort", Transactions of the Institute of IEICE, 82/2, Vol. J65-D
, No. 2, pp. 179-186 (1982)]. The counting sorting method, which is the basis of parallel counting sorting, consists of two processes: ranking processing and rearranging processing.

【0004】順位付け処理:各キーデータ(レコードデ
ータの一部)をもとに各々の順位を決定する。
[0004] Ranking process: The ranking of each key data (a part of record data) is determined.

【0005】並び換え処理:順位付け処理の結果をもと
にレコードデータの並び換えを行う。
[0005] Sorting process: Record data is sorted based on the results of the ranking process.

【0006】順位付け処理を説明すると、システムを構
成するモジュールは自分が保持するキーデータよりも小
さい(大きい)キーデータが他のモジュールに何個ある
のかをカウントして、そのカウント数をもとに順位を決
定する。一方、並び換え処理に関しては、キーデータを
任意の規則(例えばモジュールごとに割り当てられたア
ドレス順)に従って送信し、送られてきたデータを順位
付けされたキーデータを基準に並び換えを行う方法を採
っている。並列計数ソートは、上記の順位付け処理を各
モジュールごとに並列に実行する方法である。
[0006] To explain the ranking process, the modules that make up the system count how many pieces of key data smaller (larger) than the key data it owns are in other modules, and based on the counted number. to determine the ranking. On the other hand, regarding sorting processing, there is a method in which key data is sent according to arbitrary rules (for example, the order of addresses assigned to each module), and the sent data is sorted based on the ranked key data. I'm picking it up. Parallel count sorting is a method of executing the above ranking process in parallel for each module.

【0007】従来の並列計数ソートの処理順序を図3を
使って説明する。メモリ101,111,121と接続
するプロセッサ要素100,110,120と外部情報
処理装置(ホスト)とのインタフェース制御を行う制御
プロセッサ130がグローバルバス150で接続するマ
ルチプロセッサ構成のもとで、並列計数ソートが実行さ
れるものとする。プロセッサ要素100,110,12
0に接続するメモリ101,111,121には、各ア
ドレスに対して、キー(キーデータ)、レコード(レコ
ードデータ)の2項目が一対となって格納されており、
プロセッサ要素100のメモリ101のアドレス1には
キー456、レコードB、プロセッサ要素110のメモ
リ111のアドレス1にはキー123、レコードA、プ
ロセッサ要素120のメモリ121のアドレス1にはキ
ー789、レコードCが各々入っており、また制御プロ
セッサ130は各プロセッサ要素100,110,12
0から送信されるデータを受信するためのバッファ14
0を持っているものとする。
The processing order of the conventional parallel counting sort will be explained using FIG. Parallel counting is performed under a multiprocessor configuration in which processor elements 100, 110, 120 connected to memories 101, 111, 121 and a control processor 130 that performs interface control with an external information processing device (host) are connected via a global bus 150. Assume that sorting is performed. Processor elements 100, 110, 12
In the memories 101, 111, and 121 connected to 0, two items, a key (key data) and a record (record data), are stored as a pair for each address.
Address 1 of the memory 101 of the processor element 100 has the key 456, record B; address 1 of the memory 111 of the processor element 110 has the key 123, record A; address 1 of the memory 121 of the processor element 120 has the key 456, record C. , and the control processor 130 includes each processor element 100, 110, 12.
Buffer 14 for receiving data transmitted from 0
Assume that it has 0.

【0008】外部情報処理装置(ホスト)から制御プロ
セッサ130、グローバルバス150を介して全プロセ
ッサ要素100,110,120に昇順ソート指示要求
が送信されると、各プロセッサ要素100,110,1
20はメモリ101,111,121のアドレス1に格
納されているキーデータに関してアクセスし、レジスタ
102,112,122に当該命令に対応するキーデー
タを保持する。当該キーデータをレジスタ102,11
2,122に保持したプロセッサ要素100,110,
120は、上記の処理が終了した後、グローバルバス1
50のバス使用権を制御プロセッサ130へ要求し、バ
ス権を獲得してから、キーデータを他のプロセッサ要素
100,110,120に送信する。まず、プロセッサ
要素100が、バス権を獲得して、キーデータ456を
グローバルバス150に送信する。プロセッサ要素11
0は当該キーを受信してレジスタ112に格納している
キー123と大小比較を行い、レジスタ112にあるキ
ーデータがプロセッサ要素100から送信されたキーデ
ータよりも小さいことが判明するので、カウンタ113
のカウントは行わないが、プロセッサ要素120のレジ
スタ122にあるキーデータ789はキー456より大
きいのでカウンタ123を+1だけカウントする。送信
元のプロセッサ要素100ではカウントしない。
When an ascending sort instruction request is sent from an external information processing device (host) to all processor elements 100, 110, 120 via control processor 130 and global bus 150, each processor element 100, 110, 1
20 accesses the key data stored at address 1 in the memory 101, 111, 121, and holds the key data corresponding to the instruction in the register 102, 112, 122. The key data is stored in registers 102 and 11.
2,122, the processor elements 100, 110,
120 is the global bus 1 after the above processing is completed.
50 bus rights to the control processor 130, and after acquiring the bus rights, key data is transmitted to the other processor elements 100, 110, and 120. First, processor element 100 acquires bus rights and transmits key data 456 to global bus 150. Processor element 11
0 receives the key and compares it with the key 123 stored in the register 112. Since it is found that the key data in the register 112 is smaller than the key data transmitted from the processor element 100, the counter 113
However, since the key data 789 in the register 122 of the processor element 120 is larger than the key 456, the counter 123 is counted by +1. It is not counted by the transmitting processor element 100.

【0009】上記のプロセッサ要素間のキーデータの送
信を全プロセッサ要素100,110,120を対象に
行うと、各プロセッサ要素のカウンタ103,113,
123の値は1,0,2に更新される。このカウンタ1
03,113,123の値がキーデータを基準にして付
けられた順位である。以上、順位付け処理が終了すると
、プロセッサ要素100,110,120は先ほどと同
様に制御プロセッサ130のバスアービトレーションに
より、プロセッサ要素100,110,120の順序で
キーデータを含むレコードデータをグローバルバス15
0に送信して、制御プロセッサ130がそれらのデータ
をバッファ140に順次格納する。しかし、制御プロセ
ッサ130が複数のプロセッサ要素から送信されたデー
タ(キーとレコード)をバッファ140で受信したとき
の順序が、必ずしも外部情報処理装置(ホスト)にデー
タを送信する際のソートされた順序とは一致しない。 図3は、プロセッサ要素100がデータを送信した後の
状態を示している。
[0009] When the above-mentioned transmission of key data between processor elements is performed for all processor elements 100, 110, 120, the counters 103, 113,
The value of 123 is updated to 1, 0, 2. This counter 1
The values 03, 113, and 123 are ranks assigned based on the key data. When the ranking process is completed, the processor elements 100, 110, and 120 transfer the record data including the key data to the global bus 15 in the order of the processor elements 100, 110, and 120 by the bus arbitration of the control processor 130 as before.
0, and control processor 130 sequentially stores those data in buffer 140. However, the order in which the control processor 130 receives data (keys and records) transmitted from multiple processor elements in the buffer 140 does not necessarily correspond to the sorted order in which the data is transmitted to an external information processing device (host). does not match. FIG. 3 shows the state after the processor element 100 has sent the data.

【0010】このような問題を回避するために、制御プ
ロセッサにデータの並び換え処理を行う機能を付加した
り、または制御プロセッサがプロセッサ要素にポーリン
グをかける方法が考えられる。
[0010] In order to avoid such problems, it is possible to add a function to the control processor to rearrange data, or to have the control processor poll the processor elements.

【0011】[0011]

【発明が解決しようとする課題】上述した方法では、バ
ッファ容量が増加して非経済的であったり、ポーリング
分実行時間が増加するという問題がある。
The above-mentioned method has problems in that the buffer capacity increases, making it uneconomical, and the execution time increases due to polling.

【0012】本発明は、上記に鑑みてなされたもので、
その目的とするところは、経済的でかつ比較的短い処理
時間で並び換えを行うことができる並列ソート装置を提
供することにある。
The present invention has been made in view of the above, and
The purpose is to provide a parallel sorting device that is economical and can perform sorting in a relatively short processing time.

【0013】[0013]

【課題を解決するための手段】上記目的を達成するため
、本発明の並列ソート装置は、グローバルバスに共通に
接続された複数のプロセッサ要素にそれぞれ接続された
複数のメモリに格納されているデータを所望の順序で分
類し、グローバルバスを介して出力する並列ソート装置
であって、前記各メモリに格納されているデータを各メ
モリからそれぞれ順番にグローバルバスに送出する送出
手段と、各プロセッサ要素にそれぞれ設けられ、前記送
出手段によってグローバルバスに送出された各データを
受信し、この受信データと各メモリに格納されているデ
ータと比較する比較手段と、該比較手段による比較結果
を計数する計数手段と、該計数手段の計数結果に基づい
て前記メモリに格納されている各データを順次グローバ
ルバスに出力するように制御する送信タイミングカウン
タとを有することを要旨とする。
[Means for Solving the Problem] In order to achieve the above object, a parallel sorting device of the present invention stores data stored in a plurality of memories respectively connected to a plurality of processor elements commonly connected to a global bus. a parallel sorting device for sorting data in a desired order and outputting the data via a global bus, comprising: sending means for sending data stored in each memory to the global bus in turn from each memory; and each processor element. a comparing means for receiving each data sent out to the global bus by the sending means and comparing the received data with data stored in each memory; and a counter for counting the comparison results by the comparing means. and a transmission timing counter for controlling each data stored in the memory to be sequentially output to a global bus based on the counting result of the counting means.

【0014】[0014]

【作用】本発明の並列ソート装置では、各メモリに格納
されているデータをそれぞれ順番にグローバルバスに送
出し、この各受信データを各プロセッサ要素で受信し、
この受信データと各メモリに格納されているデータと比
較して、この比較結果を計数し、この計数結果に基づい
てメモリに格納されている各データを順次グローバルバ
スに出力している。
[Operation] In the parallel sorting device of the present invention, the data stored in each memory is sent to the global bus in order, each received data is received by each processor element,
This received data is compared with the data stored in each memory, the comparison result is counted, and each data stored in the memory is sequentially output to the global bus based on the counted result.

【0015】[0015]

【実施例】以下、図面を用いて本発明の実施例を説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Examples of the present invention will be described below with reference to the drawings.

【0016】図1は、本発明の一実施例に係わる並列ソ
ート装置の全体構成図である。同図において、複数のプ
ロセッサ要素200,210,220は共通かつ並列に
グローバルバス250に接続されるとともに、またグロ
ーバルバス250を介して制御プロセッサ230に接続
されている。この制御プロセッサ230は更に外部情報
処理装置(ホスト)に接続されている。
FIG. 1 is an overall configuration diagram of a parallel sorting device according to an embodiment of the present invention. In the figure, a plurality of processor elements 200, 210, and 220 are connected in common and in parallel to a global bus 250, and are also connected to a control processor 230 via the global bus 250. This control processor 230 is further connected to an external information processing device (host).

【0017】各プロセッサ要素200(210,220
)は、それぞれ図2に詳細に示すように内部メモリ20
1(211,221)、該内部メモリから読み出したデ
ータを登録するレジスタ202(212,222)、該
レジスタとグローバルバス250から送出されてきたキ
ーデータの大小を比較する大小比較回路205(215
,225)、該大小比較回路の比較結果に基づいて+1
加算の更新を行う比較結果カウンタ203(213,2
23)、グローバルバス250上に送信されたデータ数
によりカウントダウンを実行する送信タイミングカウン
タ204(214,224)、および前記比較結果カウ
ンタの内容が0になったとき、前記レジスタに送信の指
示を行う送信回路206(216,226)から構成さ
れる。
Each processor element 200 (210, 220
) are respectively internal memory 20 as shown in detail in FIG.
1 (211, 221), a register 202 (212, 222) for registering data read from the internal memory, and a magnitude comparison circuit 205 (215) for comparing the magnitude of the key data sent from the register and the global bus 250.
, 225), +1 based on the comparison result of the magnitude comparison circuit.
Comparison result counter 203 (213, 2
23), a transmission timing counter 204 (214, 224) that performs a countdown according to the number of data transmitted on the global bus 250, and when the content of the comparison result counter reaches 0, instructs the register to transmit. It is composed of a transmitting circuit 206 (216, 226).

【0018】外部情報処理装置(ホスト)は、昇順ソー
ト指示要求を並列プロセッサの制御プロセッサ230に
対して送信し、制御プロセッサ230は当該命令を受信
して、グローバルバス250を介して全プロセッサ要素
200,210,220に送信する。プロセッサ要素2
00,210,220は制御プロセッサ230から当該
命令を受信すると、内部メモリ201,211,221
のアドレス1にあるキーデータに対してリードアクセス
を行い、当該命令に対応するキーデータを保持している
場合には、レジスタ202,212,222に格納する
。この処理は各プロセッサ要素200,210,220
で同時に処理される。すなわち、レジスタ202にはキ
ーデータ123、レジスタ212にはキーデータ789
、レジスタ222にはキーデータ456が格納される。
The external information processing device (host) transmits an ascending order sort instruction request to the control processor 230 of the parallel processor, and the control processor 230 receives the instruction and sends the command to all processor elements 200 via the global bus 250. , 210, 220. Processor element 2
00, 210, 220 receive the relevant command from the control processor 230, the internal memories 201, 211, 221
A read access is made to the key data at address 1 of the instruction, and if key data corresponding to the instruction is held, it is stored in the registers 202, 212, and 222. This process is carried out by each processor element 200, 210, 220.
are processed simultaneously. That is, the key data 123 is stored in the register 202, and the key data 789 is stored in the register 212.
, key data 456 is stored in the register 222.

【0019】次に、全プロセッサ要素200,210,
220は他のプロセッサ要素200,210,220に
対してグローバルバス250を介してキーデータの送信
を行うが、各プロセッサ要素200,210,220は
あらかじめ割り当てられているプロセッサアドレスを送
信タイミングカウンタ204,214,224に設定し
、送信タイミングカウンタ204,214,224はグ
ローバルバス250上を送信されたデータ数によって減
算され、カウンタ値が0になった時、レジスタ202,
212,222がデータを送信する[ここでは、プロセ
ッサ要素200、プロセッサ要素210、プロセッサ要
素220の順序で送信するものとする]。送信元のプロ
セッサ要素200から送信されたキーデータ123を他
のプロセッサ要素210,220はグローバルバス25
0から受信して、レジスタ212,222の内容との間
で大小比較回路215,225が大小比較を行う。 レジスタ212,222がグローバルバス250から受
信したキーデータよりも大きい場合には比較結果カウン
タ213,223の内容を+1だけ更新する。この処理
の結果、プロセッサ要素210の比較結果カウンタ21
3の値は1に、プロセッサ要素220の比較結果カウン
タ223の値も1に更新される。次はプロセッサ要素2
10が送信元となって同様の処理を行う。以上の処理を
プロセッサ要素220も実行する。
Next, all processor elements 200, 210,
220 transmits key data to other processor elements 200, 210, 220 via the global bus 250, and each processor element 200, 210, 220 transmits a pre-allocated processor address to the timing counter 204, 214, 224, and the transmission timing counters 204, 214, 224 are subtracted by the number of data transmitted on the global bus 250, and when the counter value becomes 0, the registers 202,
212 and 222 transmit data [here, it is assumed that the data is transmitted in the order of processor element 200, processor element 210, and processor element 220]. The other processor elements 210 and 220 transfer the key data 123 sent from the source processor element 200 to the global bus 25.
0, and the magnitude comparison circuits 215 and 225 compare the magnitude with the contents of the registers 212 and 222. If the registers 212, 222 are larger than the key data received from the global bus 250, the contents of the comparison result counters 213, 223 are updated by +1. As a result of this processing, the comparison result counter 21 of the processor element 210
The value of 3 is updated to 1, and the value of the comparison result counter 223 of the processor element 220 is also updated to 1. Next is processor element 2
10 becomes the transmission source and performs similar processing. The processor element 220 also executes the above processing.

【0020】次に、各プロセッサ要素200,210,
220は比較結果カウンタ203,213,223の最
終値を送信タイミングカウンタ204,214,224
に移すとともに、キーデータ、レコードデータをレジス
タ202,212,222に設定する。図1は、ここま
での処理の結果をシステム全体について示したものであ
る。次に、送信タイミングカウンタ204,214,2
24はグローバルバス250上のデータ数によりカウン
トダウンしていき、送信回路206,216,226は
送信タイミングカウンタ204,214,224が0に
なった時レジスタ202,212,222に格納されて
いるデータをグローバルバス250に送信するよう指示
を出す。送信タイミングカウンタ204,214,22
4が0でないプロセッサ要素は送信タイミングカウンタ
204,214,224によるデータ数のカウントダウ
ンを継続し、送信タイミングカウンタ204,214,
224が0になるまでレジスタ202,212,222
に格納されているデータの送信は行われない。
Next, each processor element 200, 210,
220 transmits the final value of comparison result counters 203, 213, 223 to timing counters 204, 214, 224.
At the same time, the key data and record data are set in the registers 202, 212, and 222. FIG. 1 shows the results of the processing up to this point for the entire system. Next, the transmission timing counters 204, 214, 2
24 counts down according to the number of data on the global bus 250, and when the transmission timing counters 204, 214, 224 reach 0, the transmission circuits 206, 216, 226 transmit the data stored in the registers 202, 212, 222. An instruction is issued to send to the global bus 250. Transmission timing counters 204, 214, 22
Processor elements where 4 is not 0 continue to count down the number of data by the transmission timing counters 204, 214, 224, and the transmission timing counters 204, 214,
Registers 202, 212, 222 until 224 becomes 0
The data stored in is not transmitted.

【0021】具体的には、図1に示す状態からデータの
送信を開始すると、1番目にプロセッサ要素200が、
レジスタ202に格納しているキー123とレコードA
をグローバルバス250を経由して制御プロセッサ23
0に送信して、以後、プロセッサ要素220、プロセッ
サ要素210の順番でデータの送信が実行される。
Specifically, when data transmission is started from the state shown in FIG.
Key 123 and record A stored in register 202
The control processor 23 via the global bus 250
Thereafter, data is transmitted to the processor element 220 and then to the processor element 210 in this order.

【0022】制御プロセッサ230は、上記の処理の過
程で各プロセッサ要素200,220,210からグロ
ーバルバス250を通じて送信されてくるデータ(キー
データ、レコードデータ)を順次受信することにより、
ソートされたデータをストリーム形式で得ることが可能
となる。
The control processor 230 sequentially receives data (key data, record data) transmitted from each processor element 200, 220, 210 through the global bus 250 in the course of the above processing.
It becomes possible to obtain sorted data in stream format.

【0023】[0023]

【発明の効果】以上説明したように、本発明によれば、
各メモリに格納されているデータをそれぞれ順番にグロ
ーバルバスに送出し、この各受信データを各プロセッサ
要素で受信し、この受信データと各メモリに格納されて
いるデータと比較して、この比較結果を計数し、この計
数結果に基づいてメモリに格納されている各データを順
次グローバルバスに出力しているので、並び換えのため
のバッファおよび処理時間が不要となって、経済化およ
び高速化を図ることができ、ストリーム形式のソートデ
ータ送信が可能となる。
[Effects of the Invention] As explained above, according to the present invention,
The data stored in each memory is sent to the global bus in order, each received data is received by each processor element, this received data is compared with the data stored in each memory, and the comparison result is Since each data stored in memory is sequentially output to the global bus based on the counting results, buffers and processing time for sorting are no longer required, making it economical and faster. This makes it possible to transmit sorted data in stream format.

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

【図1】本発明の一実施例に係わる並列ソート装置を有
するマルチプロセッサシステムの全体構成図である。
FIG. 1 is an overall configuration diagram of a multiprocessor system having a parallel sorting device according to an embodiment of the present invention.

【図2】図1の並列ソート装置に使用されているプロセ
ッサ要素の内部構成を示すブロック図である。
FIG. 2 is a block diagram showing the internal configuration of a processor element used in the parallel sorting device of FIG. 1;

【図3】従来の並列計数ソートを実行する従来のマルチ
プロセッサシステムの全体構成図である。
FIG. 3 is an overall configuration diagram of a conventional multiprocessor system that executes conventional parallel counting sort.

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

200,210,220  プロセッサ要素201,2
11,221  内部メモリ202,212,222 
 レジスタ 203,213,223  比較結果カウンタ204,
214,224  送信タイミングカウンタ205,2
15,225  大小比較回路206,216,226
  送信回路
200, 210, 220 processor elements 201, 2
11, 221 Internal memory 202, 212, 222
Registers 203, 213, 223 Comparison result counter 204,
214, 224 Transmission timing counter 205, 2
15, 225 Size comparison circuit 206, 216, 226
transmitting circuit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  グローバルバスに共通に接続された複
数のプロセッサ要素にそれぞれ接続された複数のメモリ
に格納されているデータを所望の順序で分類し、グロー
バルバスを介して出力する並列ソート装置であって、前
記各メモリに格納されているデータを各メモリからそれ
ぞれ順番にグローバルバスに送出する送出手段と、各プ
ロセッサ要素にそれぞれ設けられ、前記送出手段によっ
てグローバルバスに送出された各データを受信し、この
受信データと各メモリに格納されているデータと比較す
る比較手段と、該比較手段による比較結果を計数する計
数手段と、該計数手段の計数結果に基づいて前記メモリ
に格納されている各データを順次グローバルバスに出力
するように制御する送信タイミングカウンタとを有する
ことを特徴とする並列ソート装置。
1. A parallel sorting device that sorts data stored in a plurality of memories each connected to a plurality of processor elements commonly connected to a global bus in a desired order and outputs the data via a global bus. a sending means for sequentially sending the data stored in each memory to the global bus from each memory, and a sending means provided in each processor element to receive each data sent to the global bus by the sending means. and a comparing means for comparing the received data with data stored in each memory, a counting means for counting the comparison result by the comparing means, and a data stored in the memory based on the counting result of the counting means. 1. A parallel sorting device comprising a transmission timing counter that controls each data to be sequentially output to a global bus.
JP1351591A 1991-02-04 1991-02-04 Parallel sorter Pending JPH04247548A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1351591A JPH04247548A (en) 1991-02-04 1991-02-04 Parallel sorter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1351591A JPH04247548A (en) 1991-02-04 1991-02-04 Parallel sorter

Publications (1)

Publication Number Publication Date
JPH04247548A true JPH04247548A (en) 1992-09-03

Family

ID=11835290

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1351591A Pending JPH04247548A (en) 1991-02-04 1991-02-04 Parallel sorter

Country Status (1)

Country Link
JP (1) JPH04247548A (en)

Similar Documents

Publication Publication Date Title
US5155854A (en) System for arbitrating communication requests using multi-pass control unit based on availability of system resources
US5678060A (en) System for executing high speed communication protocol processing by predicting protocol header of next frame utilizing successive analysis of protocol header until successful header retrieval
US6256713B1 (en) Bus optimization with read/write coherence including ordering responsive to collisions
US5142628A (en) Microcomputer system for communication
US5692136A (en) Multi-processor system including priority arbitrator for arbitrating request issued from processors
JPH04247548A (en) Parallel sorter
JPH08287003A (en) Dma controller
JPH04281521A (en) Parallel sort device
JPH04281519A (en) Parallel sort device
US5513367A (en) Multiprocessor system having respective bus interfaces that transfer data at the same time
JP3096382B2 (en) DMA circuit
JP3982077B2 (en) Multiprocessor system
JPH03105543A (en) Multi-processing system
JP2913702B2 (en) Access reception control method of multiprocessor system
JPH0782427B2 (en) Sort processing method
JP2531207B2 (en) Channel device
JPS5981734A (en) Data ranking device
JPS6126104B2 (en)
CN116401188A (en) FPGA-based processing method, circuit and electronic equipment
JPS61269545A (en) Computer system
JPH0944459A (en) Network device
JPS5994127A (en) Buffer controller
JPH05313917A (en) Interruption control circuit
JPS6327740B2 (en)
JPH06348624A (en) Address deciding device