JPH0517748U - Parallel computer - Google Patents

Parallel computer

Info

Publication number
JPH0517748U
JPH0517748U JP061089U JP6108991U JPH0517748U JP H0517748 U JPH0517748 U JP H0517748U JP 061089 U JP061089 U JP 061089U JP 6108991 U JP6108991 U JP 6108991U JP H0517748 U JPH0517748 U JP H0517748U
Authority
JP
Japan
Prior art keywords
processors
parallel computer
processor
control
instruction
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.)
Withdrawn
Application number
JP061089U
Other languages
Japanese (ja)
Inventor
秀明 玉井
哲也 塘中
Original Assignee
三菱重工業株式会社
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 三菱重工業株式会社 filed Critical 三菱重工業株式会社
Priority to JP061089U priority Critical patent/JPH0517748U/en
Publication of JPH0517748U publication Critical patent/JPH0517748U/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

(57)【要約】 【目的】 本考案は、分岐動作の際にも同期を確実に維
持することのできる並列計算機を提供することを目的と
する。 【構成】 複数のプロセッサ1〜4と、それらのプロセ
ッサを制御する制御メモリ6とを具備している並列計算
機において、分岐コントロールユニット5を設けて各プ
ロセッサ1〜4の実行結果のステータス信号を受信し、
それと制御メモリ6から周期的に呼び出される制御コー
ドとにより各プロセッサ1〜4に対して該当するキャン
セル信号を作成して出力し、プロセッサ毎に以後の実行
命令を放棄させることを特徴とする。
(57) [Summary] [Object] The present invention aims to provide a parallel computer capable of reliably maintaining synchronization even during a branch operation. In a parallel computer having a plurality of processors 1 to 4 and a control memory 6 for controlling the processors, a branch control unit 5 is provided to receive status signals of execution results of the processors 1 to 4. Then
It is characterized in that a corresponding cancel signal is created and outputted to each of the processors 1 to 4 by the control code which is periodically called from the control memory 6 and the subsequent execution instruction is abandoned for each processor.

Description

【考案の詳細な説明】[Detailed description of the device]

【0001】[0001]

【産業上の利用分野】[Industrial applications]

本考案は分岐を迅速に行なうことのできる並列計算機に関するものである。 The present invention relates to a parallel computer capable of branching quickly.

【0002】[0002]

【従来の技術】[Prior Art]

従来、計算機の分岐の方法として、実行結果をもとに、制御メモリから出力さ れる制御コードの順序を動的に変化させることにより分岐させることが行なわれ ている。なお、分岐とは、if等のある条件、例えば計算結果がa以上の時に命 令Aへ行き、aより小さい時に命令Bへ行くように、実行が順番と異なり分かれ て飛ぶように動作させるものである。 Conventionally, as a branching method for computers, branching is performed by dynamically changing the order of control codes output from the control memory based on the execution result. Note that branching is a condition in which if is executed, for example, when the calculation result is a or more, it goes to instruction A, and when it is less than a, it goes to instruction B. Is.

【0003】[0003]

【考案が解決しようとする課題】[Problems to be solved by the device]

従来の方式では、パイプライン処理、すなわち命令を予め読み込んでおき、前 の演算が終わるとすぐに次の処理を行なうことができるようにする処理を行なっ ている場合、分岐の際、後続の命令の部分が誤って実行されることがないよう、 すでにパイプラインにフェッチ(読み込み)されている他の命令を放棄し、再度 フェッチする必要があり、そのために数サイクルを要する。複数のプロセッサが 同期して動作する並列計算機において、該方式では分岐の如何によって実行サイ クルが変化してしまうため、各プロセッサ間で同期をとることは困難である。 In the conventional method, if the pipeline processing, that is, the instruction is loaded in advance so that the next processing can be performed immediately after the previous operation is completed, the subsequent instruction is executed at the time of branching. The other part of the instruction already fetched (read) into the pipeline has to be abandoned and fetched again, which takes several cycles, so that the part of is not accidentally executed. In a parallel computer in which a plurality of processors operate synchronously, it is difficult to synchronize the processors because the execution cycle changes depending on the branch in this method.

【0004】[0004]

【課題を解決するための手段】[Means for Solving the Problems]

本考案は、計算機を構成する複数のプロセッサの演算結果を示すステータス信 号と制御メモリから周期的に呼び出される制御コードにより各プロセッサに該当 するキャンセル信号を作成し、プロセッサ毎に以後の実行命令を放棄させること により分岐させる。 The present invention creates a cancel signal corresponding to each processor by a status signal indicating the operation result of a plurality of processors forming a computer and a control code periodically called from the control memory, and executes subsequent execution instructions for each processor. Branch by abandoning.

【0005】[0005]

【作用】[Action]

プロセッサ毎、実行時に命令を放棄する為、命令を放棄した事が他のプロセッ サに影響を及ぼさないように予めコーディングする事により制御コードの順序を 変えることなく処理を進めることが可能となる。これにより複数のプロセッサが 同期して動作する並列計算機に於いて容易に分岐を行なうことができる。 Since an instruction is abandoned at each processor at the time of execution, by pre-coding so that the abandonment of an instruction does not affect other processors, the processing can proceed without changing the order of control codes. This allows branching to be easily performed in a parallel computer in which multiple processors operate in synchronization.

【0006】[0006]

【実施例】【Example】

実施例を図1に示す。本システムでは、制御メモリ6から周期的に呼び出され る制御コード9,10,11,12,13により各ユニット1,2,3,4,5 は制御される。各プロセッサ1,2,3,4に実行結果をもとにステータス信号 7を出力させ、該信号と制御コードにより分岐コントロールユニット5において 各プロセッサに対応する命令キャンセル信号8を作成し、供給することによりプ ロセッサ単位で実行時、命令を放棄することが可能である。 これにより制御コードの順序を変えることなく、分岐させることができる。 An example is shown in FIG. In this system, each unit 1, 2, 3, 4, 5 is controlled by control codes 9, 10, 11, 12, 13 which are periodically called from the control memory 6. A status signal 7 is output to each processor 1, 2, 3, 4 based on the execution result, and an instruction cancel signal 8 corresponding to each processor is created and supplied in the branch control unit 5 by the signal and the control code. It is possible to abandon an instruction when executing in processor units. As a result, the control code can be branched without changing the order.

【0007】[0007]

【考案の効果】[Effect of the device]

このようにして、プロセッサ単位で実行時に命令を放棄させることにより制御 コードの順序を変えることなく条件分岐が可能となり、複数プロセッサが同期し て動作する並列計算機に於いて容易に分岐が行なえる様になる。 In this way, by abandoning instructions at the time of execution on a processor-by-processor basis, conditional branching is possible without changing the order of control codes, and branching can be easily performed on parallel computers in which multiple processors operate in synchronization. become.

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

【図1】本考案による並列計算機の構成図。FIG. 1 is a block diagram of a parallel computer according to the present invention.

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

5…分岐コントロールユニット、6…制御メモリ、7…
各プロセッサのステータス信号、8…命令キャンセル信
号、9,10,11,12,13…制御コード。
5 ... Branch control unit, 6 ... Control memory, 7 ...
Status signal of each processor, 8 ... Instruction cancel signal, 9, 10, 11, 12, 13 ... Control code.

Claims (1)

【実用新案登録請求の範囲】[Scope of utility model registration request] 【請求項1】 複数のプロセッサと、同プロセッサを制
御する制御メモリとを有する並列計算機において、各プ
ロセッサの実行結果のステータス信号を受け、それに基
づいて当該プロセッサに対する命令キャンセル信号を作
成して出力する分岐コントロールユニットを具備してい
ることを特徴とする並列計算機。
1. A parallel computer having a plurality of processors and a control memory for controlling the processors, receives a status signal of an execution result of each processor, and creates and outputs an instruction cancel signal to the processor based on the status signal. A parallel computer having a branch control unit.
JP061089U 1991-08-02 1991-08-02 Parallel computer Withdrawn JPH0517748U (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP061089U JPH0517748U (en) 1991-08-02 1991-08-02 Parallel computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP061089U JPH0517748U (en) 1991-08-02 1991-08-02 Parallel computer

Publications (1)

Publication Number Publication Date
JPH0517748U true JPH0517748U (en) 1993-03-05

Family

ID=13161016

Family Applications (1)

Application Number Title Priority Date Filing Date
JP061089U Withdrawn JPH0517748U (en) 1991-08-02 1991-08-02 Parallel computer

Country Status (1)

Country Link
JP (1) JPH0517748U (en)

Similar Documents

Publication Publication Date Title
KR910017256A (en) Programmable controller
JPH02161524A (en) Branch system used for pipeline computer
KR920001319A (en) Processor and treatment method
JP3754418B2 (en) Data processing apparatus having instructions for handling many operands
JPH0517748U (en) Parallel computer
JPS6315628B2 (en)
JP2825315B2 (en) Information processing device
JPS62296236A (en) Interruption processor for microprocessor
JPH0125099B2 (en)
JPH031234A (en) Information processor
JP2004102595A (en) Arithmetic unit
WO2015136686A1 (en) Method and apparatus for processing information
JPS6234239A (en) Logic constant setting system
JPH0353322A (en) Information processor
JPH0830538A (en) Input/output processor
JPH04116726A (en) Information processor
JPH0934516A (en) Programmable controller for sequence control
JPS62147545A (en) Processing system for transfer instruction of information processor
JPH03154929A (en) Central processing unit
JPH01222364A (en) Digital signal processor
JPS61187044A (en) Information processor
JPH0769823B2 (en) Information processing equipment
JPH01286034A (en) Information processor
JPH06131173A (en) Microprogram control system
JPH0227429A (en) Pipeline control system

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19951102