JPS6355100B2 - - Google Patents

Info

Publication number
JPS6355100B2
JPS6355100B2 JP56027473A JP2747381A JPS6355100B2 JP S6355100 B2 JPS6355100 B2 JP S6355100B2 JP 56027473 A JP56027473 A JP 56027473A JP 2747381 A JP2747381 A JP 2747381A JP S6355100 B2 JPS6355100 B2 JP S6355100B2
Authority
JP
Japan
Prior art keywords
image
bus
memory
information
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired
Application number
JP56027473A
Other languages
Japanese (ja)
Other versions
JPS57141768A (en
Inventor
Sadahiro Taneda
Arata Hiramatsu
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.)
Kawasaki Heavy Industries Ltd
Original Assignee
Kawasaki Heavy Industries 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 Kawasaki Heavy Industries Ltd filed Critical Kawasaki Heavy Industries Ltd
Priority to JP56027473A priority Critical patent/JPS57141768A/en
Publication of JPS57141768A publication Critical patent/JPS57141768A/en
Publication of JPS6355100B2 publication Critical patent/JPS6355100B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/36Handling requests for interconnection or transfer for access to common bus or bus system

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Bus Control (AREA)
  • Multi Processors (AREA)
  • Processing Or Creating Images (AREA)

Description

【発明の詳細な説明】 画像情報を高速に処理するためには、一般に複
数台のプロセサで並列処理する装置が用いられ
る。この場合、対象となる画像情報は、いくつか
の領域に分割され、各プロセサがそれぞれの領域
を担当し、互いに同期通信、情報転送を行ないな
がら並列に処理を進めるが、ここで転送される情
報量は比較的大きな容量となる。本発明は、並列
処理する装置自体に関するものではなく、並列処
理を行なうプロセサ間での情報の高速転送装置に
関するものである。
DETAILED DESCRIPTION OF THE INVENTION In order to process image information at high speed, a device that performs parallel processing using a plurality of processors is generally used. In this case, the target image information is divided into several areas, and each processor is in charge of each area, and processes are performed in parallel while performing synchronous communication and information transfer with each other, but the information transferred here The amount is relatively large. The present invention does not relate to a parallel processing device itself, but rather to a high-speed information transfer device between processors that perform parallel processing.

画像処理では、一般に第1図の構成の装置が用
いられる。テレビカメラなどの撮像装置1により
撮像された画像は、サンプルホールド回路2によ
りサンプリングされ、量子化されて画像メモリ3
に格納される。この画像メモリ3の画像情報に対
して、並列画像処理装置4が微分、平滑化、細線
化などの処理を行なつた後、その結果は画像メモ
リ5に格納される。画像メモリ5の情報は、例え
ばデジタル−アナログ変換器6を介してモニタテ
レビ7に表示される。
In image processing, an apparatus having the configuration shown in FIG. 1 is generally used. An image captured by an imaging device 1 such as a television camera is sampled by a sample hold circuit 2, quantized, and stored in an image memory 3.
is stored in After the parallel image processing device 4 performs processes such as differentiation, smoothing, and thinning on the image information in the image memory 3, the results are stored in the image memory 5. The information in the image memory 5 is displayed on a monitor television 7 via a digital-to-analog converter 6, for example.

並列画像装置4の内部における画像情報の高速
転送装置としては、従来から、大別すると、 (1) プロセサが入出力ポートなどを介して転送す
る装置と、 (2) プロセサを介さずにメモリ間でDMA転送す
る装置とが用いられる。(1)の装置は情報量が大
きい場合には、時間を要するため実用的でな
い。また(2)の装置の代表的なものに、共通バス
を介するものと、リングデータバスを介するも
のがある。共通バスを介する転送装置では、通
常各メモリーがバツフアを介して共通バスに結
合され、バスコントローラあるいはバス管理用
プロセサが共通バスの管理に当たる。そしてプ
ロセサ間の通信には優先順位が生じるため、プ
ロセサ台数が増加すると、各プロセサの待ち時
間が増大するという欠点がある。さらにプロセ
サ台数の増加に伴い、バスコントローラあるい
は、管理用プロセサの扱う情報転送要求、同期
などの管理機能情報の量が増加し、これらの情
報に対するバスコントローラの処理がかなり複
雑となる。リングデータバスを介する転送装置
では、通信手順が簡単である反面、転送できる
単位時間当たりの情報量が制限されるため、プ
ロセサの台数が増加するに伴い、待ち時間なし
でプロセサ間で転送できる情報量が減少し、画
像情報のように容量の多い情報の高速転送には
適さない。
Conventionally, high-speed image information transfer devices within the parallel image device 4 can be roughly divided into (1) devices that transfer data from a processor via an input/output port, etc., and (2) devices that transfer information between memories without going through a processor. A device that performs DMA transfer is used. The device (1) is not practical when the amount of information is large because it takes time. Further, typical devices in (2) include those that use a common bus and those that use a ring data bus. In a transfer device using a common bus, each memory is usually coupled to the common bus via a buffer, and a bus controller or a bus management processor manages the common bus. Since priority occurs in communication between processors, there is a drawback that as the number of processors increases, the waiting time of each processor increases. Furthermore, as the number of processors increases, the amount of management function information such as information transfer requests and synchronization handled by the bus controller or management processor increases, and the processing of this information by the bus controller becomes considerably complex. Transfer devices using a ring data bus have simple communication procedures, but the amount of information that can be transferred per unit time is limited.As the number of processors increases, the information that can be transferred between processors without waiting time is The amount of data decreases, making it unsuitable for high-speed transfer of large amounts of information such as image information.

本発明では、画像情報の転送にあたり、管理機
能上の情報をリングデータバスを介して転送し、
画像情報を共通バスを介して転送することによ
り、上記欠点を改善することを目的とする。
In the present invention, when transferring image information, information on management functions is transferred via a ring data bus,
It is an object of the present invention to improve the above drawbacks by transferring image information via a common bus.

本発明は、処理すべき画像情報が格納されてい
る第1画像メモリ3と、 第1画像メモリ3の画像情報を処理する並列画
像処理装置4と、この並列画像処理装置4で処理
された結果の画像情報を格納する第2画像メモリ
5との間での画像情報等の高速転送装置におい
て、 並列画像処理装置4は、 画像情報を転送し、第1および第2画像メモリ
3,5に接続される環状の共通バス16と、 同期、転送要求などの管理機能上の情報を転送
するための環状のリングデータバス15と、 共通バス16とリングデータバス15とに結合
される複数の各ユニツト13a〜13dとを含
み、 各ユニツト13a〜13dは、 共通バス16とリングデータバス15とに接続
される内部バス12aと、 内部バス12aの途中に介在され、共通バス1
6側とリングデータバス15側とに切り離し可能
なバツフア19aと、 バツフア19aよりもリングデータバス15側
で内部バス12aに接続されるプロセサ8aと、 バツフア19aよりも共通バス側で内部バス1
2aに接続され、第1画像メモリ3のユニツト数
に等しい数に分割された各領域29a〜29dに
格納されている画像情報を格納するためのユニツ
ト用画像メモリ10aと、 バツフア19aよりも共通バス側で内部バス1
2aに接続され、前記各領域29a〜29dの中
の境界部付近の境界領域301〜308の画像情
報をストアするコミユニケーシヨンメモリ11a
であつて、コミユニケーシヨンメモリ11aは、
各ユニツト毎に同一容量を持ち、対応する番地の
ストア内容は同一である、そのようなコミユニケ
ーシヨンメモリ11aと、 バツフア19aよりも共通バス側で内部バス1
2aに接続され、プロセサ8aからの指令で動作
するDMAコントローラ22aとを有し、 各ユニツト13a〜13dのプロセサ8aによ
る並列処理のために、処理結果をユニツト用画像
メモリ10aに格納し、バツフア19aを遮断して
プロセサ8aはリングデータバス15を介して管
理機能上の情報の転送を行い、DMAコントロー
ラ22aは、ユニツト用画像メモリ10a内の領
域29aの中の境界領域301,302に格納さ
れている画像情報を、全ユニツト13a〜13d
のコミユニケーシヨンメモリ11aに転送し、バ
ツフア19aを開いて、プロセサ8aによるユニ
ツト用画像メモリ10aとコミユニケーシヨンメ
モリ11aとを用いて画像情報の処理を行うこと
を特徴とする画像情報等の高速転送装置である。
The present invention includes a first image memory 3 in which image information to be processed is stored, a parallel image processing device 4 that processes the image information in the first image memory 3, and results processed by the parallel image processing device 4. In this device, the parallel image processing device 4 transfers image information and connects to the first and second image memories 3 and 5. a circular common bus 16 for transferring management function information such as synchronization and transfer requests; and a plurality of units coupled to the common bus 16 and the ring data bus 15. 13a to 13d, and each unit 13a to 13d has an internal bus 12a connected to the common bus 16 and the ring data bus 15, and an internal bus 12a interposed between the internal buses 12a and the common bus 1
a buffer 19a that can be separated into the ring data bus 15 side and the ring data bus 15 side; a processor 8a that is connected to the internal bus 12a on the ring data bus 15 side from the buffer 19a;
unit image memory 10a for storing image information stored in each area 29a to 29d divided into a number equal to the number of units of the first image memory 3, and a common bus than the buffer 19a. Internal bus 1 on the side
2a, and stores image information of boundary areas 301 to 308 near the boundaries among the areas 29a to 29d.
The communication memory 11a is
Such a communication memory 11a has the same capacity for each unit and stores the same contents at the corresponding address, and the internal bus 1 on the common bus side of the buffer 19a.
It has a DMA controller 22a that is connected to the unit 2a and operates according to instructions from the processor 8a, and stores the processing results in the unit image memory 10a for parallel processing by the processor 8a of each unit 13a to 13d. The processor 8a transfers management function information via the ring data bus 15. All units 13a to 13d
A high-speed method for transmitting image information, etc., to the communication memory 11a of the unit, opening the buffer 19a, and processing the image information using the unit image memory 10a and the communication memory 11a by the processor 8a. It is a transfer device.

以下、図面を参照して本発明の一実施例を説明
する。第2図は、第1図に示された並列画像処理
装置4の構成を説明する図である。この装置4
は、4つのユニツト13a,13b,13c,1
3dがリングデータバス15および共通バス16
により結合されており、第1図の画像メモリ3と
5はそれぞれバスバツフア17,18により共通
バス16にそれぞれ結合される。ユニツト13a
は、プロセサ8a、システムメモリ9a、画像メ
モリ10a、コミユニケーシヨンメモリ11a、
リングコントローラ14a、DMAコントローラ
22a、バスバツフア19a,20a,21aに
より構成される。12aは内部バスである。他の
ユニツト13b〜13dもまた、ユニツト13a
と同一の構成を有する。ユニツト13a〜13d
に関連する構成要素には、添字a〜dを付して、
以下に説明を行なう。DMAは、Direct Memory
Accessの略である。
Hereinafter, one embodiment of the present invention will be described with reference to the drawings. FIG. 2 is a diagram illustrating the configuration of the parallel image processing device 4 shown in FIG. 1. This device 4
are four units 13a, 13b, 13c, 1
3d is the ring data bus 15 and the common bus 16
The image memories 3 and 5 of FIG. 1 are each coupled to the common bus 16 by bus buffers 17 and 18, respectively. Unit 13a
are a processor 8a, a system memory 9a, an image memory 10a, a communication memory 11a,
It is composed of a ring controller 14a, a DMA controller 22a, and bus buffers 19a, 20a, and 21a. 12a is an internal bus. The other units 13b to 13d are also connected to the unit 13a.
It has the same configuration as . Units 13a-13d
Components related to are given subscripts a to d,
The explanation will be given below. DMA stands for Direct Memory
It is an abbreviation of Access.

以下の実施例の説明においては、ユニツト13
a〜13dの各構成要素に関しては、図示されて
いなくても、説明の理解の容易のために、参照符
を用いることがある。
In the following description of the embodiment, the unit 13
Regarding each component a to 13d, reference numerals may be used for easy understanding of the explanation even if it is not illustrated.

第3図は、リングコントローラ14aの構成を
説明する図である。プロセサ8aが送信したい情
報をリングコントローラ14aへの入力バツフア
(以後送信メイルボツクスと呼ぶことにする。)2
4aに入力すると、セレクタ23aはリングデー
タバス15が空き状態であるかどうか調べ、空き
状態であると、送信メイルボツクス24aの情報
を選択してシフトレジスタ25aに入力する。一
方では、リングデータバス15の情報を判別器2
6aが判別して、自分宛てのものを受信メイルボ
ツクス28aに取り込む。プロセサ8aはリング
コントローラ14aの出力バツフア28a(以後
受信メイルボツクスと呼ぶことにする。)のステ
ータスを調べて情報を取り込む。残余のリングコ
ントローラ14b〜14dもまた、リングコント
ローラ14aと同一の構成を有する。
FIG. 3 is a diagram illustrating the configuration of the ring controller 14a. Information that the processor 8a wants to transmit is input to the ring controller 14a through an input buffer (hereinafter referred to as a transmission mailbox) 2
4a, the selector 23a checks whether the ring data bus 15 is free, and if it is, selects the information in the transmission mailbox 24a and inputs it to the shift register 25a. On the other hand, information on the ring data bus 15 is transmitted to the discriminator 2.
6a, and takes in the mail addressed to itself into the receiving mail box 28a. The processor 8a checks the status of the output buffer 28a (hereinafter referred to as a reception mailbox) of the ring controller 14a and takes in information. The remaining ring controllers 14b to 14d also have the same configuration as the ring controller 14a.

画像メモリ3は、第4図のように4つの領域2
9a,29b,29c,29dに分割され、各ユ
ニツト13a〜13d内の画像メモリ10a,1
0b,10c,10dに分配される。たとえば画
像メモリ3の領域29aがユニツト1の画像メモ
リ10aに転送される場合、DMAコントローラ
22aが共通バス16のバスコントローラとな
り、プロセサ8aからの指令で動作する。DMA
コントローラ22aは市販のDMAコントローラ
用IC(集積回路)を用いると、構成が容易であ
り、プロセサ8aはDMA転送に必要な情報をこ
れに与えるだけでよい。なおバツフア19aを閉
じ、バツフア20a,21aを開くことにより、
画像メモリ10aがユニツト13aの内部バス1
2aより切り離されるので、プロセサ8aは転送
とは独立して処理を進めることができ、このこと
はユニツト13b〜13dについても同様であ
る。
The image memory 3 has four areas 2 as shown in FIG.
9a, 29b, 29c, 29d, and the image memories 10a, 1 in each unit 13a to 13d
It is distributed to 0b, 10c, and 10d. For example, when the area 29a of the image memory 3 is transferred to the image memory 10a of the unit 1, the DMA controller 22a becomes the bus controller of the common bus 16 and operates according to instructions from the processor 8a. DMA
The controller 22a can be easily configured using a commercially available DMA controller IC (integrated circuit), and the processor 8a only needs to provide it with information necessary for DMA transfer. By closing buffer 19a and opening buffers 20a and 21a,
Image memory 10a is connected to internal bus 1 of unit 13a.
Since the processor 8a is separated from the processor 2a, the processor 8a can proceed with processing independently of the transfer, and the same is true for the units 13b to 13d.

一方、第5図に示す分割された領域29a〜2
9dの中の境界部付近の領域301〜308の情
報を集め、第6図に示すコミユニケーシヨンメモ
リとする。コミユニケーシヨンメモリ11aの領
域311〜318には、領域301〜308のス
トア内容がそれぞれ格納される。コミユニケーシ
ヨンメモリ11aは残余のユニツト13b〜13
dにおいて設けられている各コミユニケーシヨン
メモリ11b〜11dと同じ大きさの容量を持つ
ており、対応する番地のストア内容は同一となつ
ている。すなわちこれらのユニツト13a〜13
dの各コミユニケーシヨンメモリ11a〜11d
には、領域301〜308のストア内容が同様に
格納される。従つて、以後各ユニツト13a〜1
3d内で独立して画像処理を行なう時に、各ユニ
ツト13a〜13dが所有する画像領域29a〜
29dの情報以外に他のユニツト13a〜13d
の所有する領域301〜308の情報が必要にな
れば、そのユニツト13a〜13dに備えられて
いるコミユニケーシヨンメモリの該当領域311
〜318を参照すればよい。
On the other hand, divided regions 29a to 2 shown in FIG.
Information on areas 301 to 308 near the boundary in 9d is collected and used as a communication memory shown in FIG. Areas 311 to 318 of the communication memory 11a store the store contents of areas 301 to 308, respectively. The communication memory 11a stores the remaining units 13b to 13.
It has the same capacity as each communication memory 11b to 11d provided in d, and the stored contents at the corresponding addresses are the same. That is, these units 13a to 13
Each communication memory 11a to 11d of d
The store contents of areas 301 to 308 are similarly stored. Therefore, from now on, each unit 13a-1
When performing image processing independently within 3d, image areas 29a to 29a owned by each unit 13a to 13d
In addition to the information on 29d, other units 13a to 13d
When the information in the areas 301 to 308 owned by the unit 13a to 13d is needed, the corresponding area 311 of the communication memory provided in the unit 13a to 13d is
- 318 may be referred to.

一つの段階の並列処理が終了すると、次の並列
処理に向けて以下の作業が行なわれる。まずユニ
ツト13aでは処理結果を画像メモリ10aに格
納し、バツフア19aを閉じ、バツフア20a,
21aを開けることにより、画像メモリ10aと
コミユニケーシヨンメモリ11aとを内部バス1
2aより切り離す。ユニツト13a〜13dでも
同様に上記の動作を行つた後、ユニツト13a
に、リングデータバス15を介してあらかじめ決
められた情報を送信し、上記動作の完了を通知す
る。送信の手順は第7図に示すとおりである。ユ
ニツト13aは第8図に示す手順で情報を受信
し、その内容を判別して、ユニツト13b〜13
dの上記動作終了を確認する。その後内部バス1
2aを介してDMAコントローラ22aに指令を
出し、画像メモリ10a内の領域301,302
を全ユニツト13a〜13d内のコミユニケーシ
ヨンメモリ内の領域311,312に転送させ
る。DMAコントローラ22aは転送を完了する
と、プロセサ8aに割り込みにより転送完了を通
知し、プロセサ8aはリングデータバス15を介
してユニツト13bのプロセサ8bに転送完了を
表わす情報を第7図に示す要領で送信し、ユニツ
ト13bのプロセサ8bがこの情報を第8図に示
す要領で受信して今度は、ユニツト13bにおい
て上記手順の転送が行なわれる。以下ユニツト1
3c,13dにおいても上記の手順で転送が行な
われ、最後にユニツト13dがユニツト13a〜
13cに処理準備完了の通知をリングデータバス
経由で行なう。各ユニツト13a〜13dは、バ
スバツフア19を開き、バスバツフア20,21
を閉じることにより、画像メモリ10、コミユニ
ケーシヨンメモリ11を内部バス12に結合し、
処理を開始する。第9図に情報の転送経路を簡略
化して示す。
When one stage of parallel processing is completed, the following operations are performed for the next parallel processing. First, in the unit 13a, the processing result is stored in the image memory 10a, the buffer 19a is closed, and the buffer 20a,
By opening 21a, the image memory 10a and the communication memory 11a are connected to the internal bus 1.
Separate from 2a. After performing the above operations in the same way for the units 13a to 13d, the unit 13a to 13d
Then, predetermined information is transmitted via the ring data bus 15 to notify the completion of the above operation. The transmission procedure is as shown in FIG. The unit 13a receives the information according to the procedure shown in FIG.
Confirm that the above operation in step d is completed. Then internal bus 1
2a to the DMA controller 22a, and the areas 301 and 302 in the image memory 10a are
is transferred to areas 311 and 312 in communication memories in all units 13a to 13d. When the DMA controller 22a completes the transfer, it notifies the processor 8a of the completion of the transfer via an interrupt, and the processor 8a sends information indicating the completion of the transfer to the processor 8b of the unit 13b via the ring data bus 15 as shown in FIG. However, the processor 8b of the unit 13b receives this information in the manner shown in FIG. 8, and the above procedure is then transferred in the unit 13b. Unit 1 below
3c and 13d are also transferred according to the above procedure, and finally unit 13d is transferred to units 13a to 13d.
13c is notified of completion of processing preparation via the ring data bus. Each unit 13a to 13d opens the bus buffer 19 and opens the bus buffer 20, 21.
, the image memory 10 and the communication memory 11 are connected to the internal bus 12 by closing the
Start processing. FIG. 9 shows a simplified information transfer route.

処理がすべて完了すると、ユニツト13aで
は、DMAコントローラ22aに指令を出し、ユ
ニツト13a〜13dの画像メモリ10a,10
b,10c,10dの内容を画像メモリ5に転送
する。なお共通バス経由DMA転送方式の実現
は、GPiBアダプタ(米国テキサスインスツルメ
ンツ社製の商品名)など市販の汎用モジユールを
用いれば、容易となる。以下本方式と第10図に
示す従来方式についての転送所要時間を述べる。
ユニツト13a〜13dの台数をN、各ユニツト
13a〜13dが1回当たり転送する情報量をM
ワード、送信回数L回、共通バス獲得に必要な手
続きの所要時間をt0、リングデータバス15に情
報を送信するための手続きの所要時間をt1、1ワ
ード当たりの転送時間をt2とすると、第10図の
従来方式による転送所要時間T0は、バスコント
ローラ32が転送要求をシリアルに処理するた
め、 T0=L(Nt0+Mt2) …(1) となり一方、本方式による転送所要時間T1は、
上記の説明により、 T1=L(t1+Mt2) …(2) となる。ここでt1はt0と同程度であるから、本方
式では、転送に要する時間が従来方式による場合
より、 L(N−1)t0 時間だけ短縮される。従つてユニツト13a〜1
3dの台数Nが多くなると、本方式による効果が
一層大きくなる。
When all the processing is completed, the unit 13a issues a command to the DMA controller 22a, and the image memories 10a, 10 of the units 13a to 13d are
The contents of b, 10c, and 10d are transferred to the image memory 5. Note that the DMA transfer method via a common bus can be easily implemented using a commercially available general-purpose module such as a GPiB adapter (trade name manufactured by Texas Instruments, Inc., USA). The required transfer times for this method and the conventional method shown in FIG. 10 will be described below.
The number of units 13a to 13d is N, and the amount of information transferred by each unit 13a to 13d at one time is M.
Let t 0 be the time required for the procedure required to acquire the common bus, t 1 be the time required for the procedure to transmit information to the ring data bus 15, and the transfer time per word be t 2 . Then, since the bus controller 32 processes transfer requests serially, the required time T 0 for transfer according to the conventional method shown in FIG . The required time T 1 is
According to the above explanation, T 1 =L(t 1 +Mt 2 ) (2). Here, t 1 is approximately the same as t 0 , so in this method, the time required for transfer is reduced by L(N-1) t 0 time than in the conventional method. Therefore, units 13a-1
As the number N of 3d units increases, the effect of this method becomes even greater.

上述の実施例では、以下のような効果が得られ
る。
In the above embodiment, the following effects can be obtained.

(1) プロセサは、画像情報転送中でも処理をロー
カルに進めることができるので、この間にも必
要があればリングデータバスを用いて情報転送
ができる。
(1) Since the processor can continue processing locally even while image information is being transferred, information can be transferred using the ring data bus if necessary during this time.

(2) 情報転送経路が2重であるため、信頼性の高
い装置が実現できる。
(2) Since the information transfer path is dual, a highly reliable device can be realized.

(3) ユニツトの拡張性がある。(3) The unit is expandable.

(4) 専用のバスコントローラの設置は不要であ
り、どのユニツトのDMAコントローラもバス
コントローラとなることができる。
(4) There is no need to install a dedicated bus controller, and the DMA controller of any unit can function as a bus controller.

(5) リングバスコントローラが、送受信メイルボ
ツクスとリングデータバスとの間の情報(メイ
ル)の交換を行なうため、プロセサのプログラ
ム上の負担が低い。
(5) Since the ring bus controller exchanges information (mail) between the transmitting/receiving mailbox and the ring data bus, the program load on the processor is low.

本発明によれば、次のような効果が達成され
る。
According to the present invention, the following effects are achieved.

本発明では、プロセサ8aは画像情報転送中で
も処理をローカルに進めることができ、リングデ
ータバスを用いて管理情報の転送を行うことがで
きる。
In the present invention, the processor 8a can proceed with processing locally even while image information is being transferred, and can transfer management information using the ring data bus.

また本発明によれば、共通バス16とリングデ
ータバス15とが用いられているので、信頼性の
高い装置が実現できる。
Further, according to the present invention, since the common bus 16 and the ring data bus 15 are used, a highly reliable device can be realized.

しかもまた本発明によれば、ユニツト13a〜
13dの拡張が容易である。
Moreover, according to the present invention, the units 13a to
13d is easy to expand.

本発明では、各ユニツト13a〜13d毎に画
像情報格納用のコミユニケーシヨンメモリ11a
を設け、バツフア19aを介してプロセサ8aに
接続し、また共通バス16に接続する構成とし、
各コミユニケーシヨンメモリ11aの容量および
番地を同一にすることで、分割して処理する画像
情報を一度に、各担当処理装置に送ることがで
き、平滑処理などにおいて有利となる。すなわち
コミユニケーシヨンメモリ11aがユニツト13
a〜13dの数だけあり、かつそれぞれが内部バ
ス12a側に接続されることができるので、1回
のDMA転送で同時に同じ画像情報を各ユニツト
のプロセサ8aに伝送できることになる。また各
ユニツトでは、コミユニケーシヨンメモリ内の情
報を並列時に参照することができるので、並列時
には内部バス12aのみの参照でよく、バス・ト
ラヒツクの問題を回避することもできる。
In the present invention, each unit 13a to 13d has a communication memory 11a for storing image information.
is provided and connected to the processor 8a via the buffer 19a and connected to the common bus 16,
By making the capacity and address of each communication memory 11a the same, image information to be divided and processed can be sent to each processing device at once, which is advantageous in smoothing processing and the like. That is, the communication memory 11a is the unit 13.
Since there are as many units as a to 13d, and each can be connected to the internal bus 12a, the same image information can be simultaneously transmitted to the processor 8a of each unit in one DMA transfer. Furthermore, since each unit can refer to the information in the communication memory in parallel, only the internal bus 12a needs to be referenced in parallel, and bus traffic problems can be avoided.

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

第1図は画像処理装置の構成概要を示すブロツ
ク図、第2図は並列画像処理装置4を示すブロツ
ク図、第3図はリングコントローラ14aのブロ
ツク図、第4図は分割された画像情報を示す図、
第5図は境界部画像情報を示す図、第6図はコミ
ユニケーシヨンメモリ11aを示す図、第7図は
送信動作を説明するためのフローチヤート、第8
図は受信動作を説明するためのフローチヤート、
第9図は画像情報の転送経路を示す図、第10図
は従来の方式を示すブロツク図である。 4……並列画像処理装置、10a……画像メモ
リ、11a……コミユニケーシヨンメモリ、13
a〜13d……ユニツト、15……リングデータ
バス、16……共通バス、17,18……バツフ
ア、19a,20a,21a……バスバツフア、
22a……DMAコントローラ。
FIG. 1 is a block diagram showing an overview of the configuration of the image processing device, FIG. 2 is a block diagram showing the parallel image processing device 4, FIG. 3 is a block diagram of the ring controller 14a, and FIG. 4 shows divided image information. diagram showing,
FIG. 5 is a diagram showing boundary image information, FIG. 6 is a diagram showing the communication memory 11a, FIG. 7 is a flowchart for explaining the transmission operation, and FIG. 8 is a diagram showing the communication memory 11a.
The figure is a flowchart to explain the reception operation.
FIG. 9 is a diagram showing a transfer path of image information, and FIG. 10 is a block diagram showing a conventional system. 4... Parallel image processing device, 10a... Image memory, 11a... Communication memory, 13
a to 13d...unit, 15...ring data bus, 16...common bus, 17, 18...buffer, 19a, 20a, 21a...bus buffer,
22a...DMA controller.

Claims (1)

【特許請求の範囲】 1 処理すべき画像情報が格納されている第1画
像メモリ3と、 第1画像メモリ3の画像情報を処理する並列画
像処理装置4と、この並列画像処理装置4で処理
された結果の画像情報を格納する第2画像メモリ
5との間での画像情報等の高速転送装置におい
て、 並列画像処理装置4は、 画像情報を転送し、第1および第2画像メモリ
3,5に接続される環状の共通バス16と、 同期、転送要求などの管理機能上の情報を転送
するための環状のリングデータバス15と、 共通バス16とリングデータバス15とに結合
される複数の各ユニツト13a〜13dとを含
み、 各ユニツト13a〜13dは、 共通バス16とリングデータバス15とに接続
される内部バス12aと、 内部バス12aの途中に介在され、共通バス1
6側とリングデータバス15側とに切り離し可能
なバツフア19aと、 バツフア19aよりもリングデータバス15側
で内部バス12aに接続されるプロセサ8aと、 バツフア19aよりも共通バス側で内部バス1
2aに接続され、第1画像メモリ3のユニツト数
に等しい数に分割された各領域29a〜29dに
格納されている画像情報を格納するためのユニツ
ト用画像メモリ10aと、 バツフア19aよりも共通バス側で内部バス1
2aに接続され、前記各領域29a〜29dの中
の境界部付近の境界領域301〜308の画像情
報をストアするコミユニケーシヨンメモリ11a
であつて、コミユニケーシヨンメモリ11aは、
各ユニツト毎に同一容量を持ち、対応する番地の
ストア内容は同一である、そのようなコミユニケ
ーシヨンメモリ11aと、 バツフア19aよりも共通バス側で内部バス1
2aに接続され、プロセサ8aからの指令で動作
するDMAコントローラ22aとを有し、 各ユニツト13a〜13dのプロセサ8aによ
る並列処理のために、処理結果をユニツト用画像
メモリ10aに格納し、バツフア19aを遮断し
てプロセサ8aはリングデータバス15を介して
管理機能上の情報の転送を行い、DMAコントロ
ーラ22aは、ユニツト用画像メモリ10a内の
領域29aの中の境界領域301,302に格納
されている画像情報を、全ユニツト13a〜13
dのコミユニケーシヨンメモリ11aに転送し、
バツフア19aを開いて、プロセサ8aによるユ
ニツト用画像メモリ10aとコミユニケーシヨン
メモリ11aとを用いて画像情報の処理を行うこ
とを特徴とする画像情報等の高速転送装置。
[Claims] 1. A first image memory 3 in which image information to be processed is stored, a parallel image processing device 4 that processes the image information in the first image memory 3, and a process performed by this parallel image processing device 4. The parallel image processing device 4 transfers image information to and from the second image memory 5 that stores the resulting image information, and the parallel image processing device 4 transfers the image information to the first and second image memories 3, a circular common bus 16 connected to the common bus 16, a circular ring data bus 15 for transferring management function information such as synchronization and transfer requests, and a plurality of buses connected to the common bus 16 and the ring data bus 15 Each unit 13a to 13d includes an internal bus 12a connected to a common bus 16 and a ring data bus 15, and a common bus 1
a buffer 19a that can be separated into the ring data bus 15 side and the ring data bus 15 side; a processor 8a that is connected to the internal bus 12a on the ring data bus 15 side from the buffer 19a;
unit image memory 10a for storing image information stored in each area 29a to 29d divided into a number equal to the number of units of the first image memory 3, and a common bus than the buffer 19a. Internal bus 1 on the side
2a, and stores image information of boundary areas 301 to 308 near the boundaries among the areas 29a to 29d.
The communication memory 11a is
Such a communication memory 11a has the same capacity for each unit and stores the same contents at the corresponding address, and the internal bus 1 on the common bus side of the buffer 19a.
2a and a DMA controller 22a that operates according to instructions from the processor 8a, and for parallel processing by the processor 8a of each unit 13a to 13d, the processing result is stored in the unit image memory 10a, and the processing result is stored in the buffer 19a. The processor 8a transfers management function information via the ring data bus 15. All units 13a to 13
d's communication memory 11a,
A high-speed transfer device for image information, etc., characterized in that a buffer 19a is opened and image information is processed using a unit image memory 10a and a communication memory 11a by a processor 8a.
JP56027473A 1981-02-25 1981-02-25 High speed transferring device for video information Granted JPS57141768A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56027473A JPS57141768A (en) 1981-02-25 1981-02-25 High speed transferring device for video information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56027473A JPS57141768A (en) 1981-02-25 1981-02-25 High speed transferring device for video information

Publications (2)

Publication Number Publication Date
JPS57141768A JPS57141768A (en) 1982-09-02
JPS6355100B2 true JPS6355100B2 (en) 1988-11-01

Family

ID=12222078

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56027473A Granted JPS57141768A (en) 1981-02-25 1981-02-25 High speed transferring device for video information

Country Status (1)

Country Link
JP (1) JPS57141768A (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0451580Y2 (en) * 1986-03-13 1992-12-04
JP3003377U (en) * 1994-04-20 1994-10-18 ダイワ精工株式会社 Spinning reel for fishing
US5775612A (en) * 1994-04-20 1998-07-07 Daiwa Seiko, Inc. Spinning reel for fishing with a slider for longitudinally moving a spool
US6053444A (en) 1997-03-18 2000-04-25 Diawa Seiko, Inc. Fishline guide device for double bearing type reel
US7526350B2 (en) 2003-08-06 2009-04-28 Creative Technology Ltd Method and device to process digital media streams
JP4760301B2 (en) * 2005-10-27 2011-08-31 セイコーエプソン株式会社 Multiprocessor system

Also Published As

Publication number Publication date
JPS57141768A (en) 1982-09-02

Similar Documents

Publication Publication Date Title
US6384832B1 (en) Image processing apparatus and image processing system using the apparatus
US4827409A (en) High speed interconnect unit for digital data processing system
JPH04346151A (en) Data processor
JPS6355100B2 (en)
US4922416A (en) Interface device end message storing with register and interrupt service registers for directing segmented message transfer between intelligent switch and microcomputer
US5838955A (en) Controller for providing access to a video frame buffer in split-bus transaction environment
JPS586177B2 (en) Interface circuit selection system
EP0426111A2 (en) Memory control system
EP0473059A2 (en) Communication control system
US20100122045A1 (en) Method for processing data using triple buffering
EP0141753A2 (en) Adjustable buffer for data communications in data processing system
JP3496294B2 (en) Serial data transfer device
US5579483A (en) Communication controller for controlling multi-channel multiplex communication and having channel selection functions and memory for storing communication control data for each channel
JPH05282248A (en) Data transferring device, processor element, and data transferring method
JP2775307B2 (en) Data collection device for magnetic resonance diagnostic equipment
JP2527066B2 (en) Reception queue processor
JPS61223965A (en) Data transfer circuit
JPS63231669A (en) Transmission system for data
JPH02211571A (en) Information processor
JPS62145345A (en) Control system for direct memory access interval
JPH03188521A (en) Output control system for image data output device
JPS6220041A (en) Asynchronous data transfer circuit for data processor
JPH03252848A (en) Variable bus width designation/information reception system for split bus
JPS58189719A (en) Data transfer control system
JPH0113570B2 (en)