JPH0147818B2 - - Google Patents

Info

Publication number
JPH0147818B2
JPH0147818B2 JP56097592A JP9759281A JPH0147818B2 JP H0147818 B2 JPH0147818 B2 JP H0147818B2 JP 56097592 A JP56097592 A JP 56097592A JP 9759281 A JP9759281 A JP 9759281A JP H0147818 B2 JPH0147818 B2 JP H0147818B2
Authority
JP
Japan
Prior art keywords
processing
interrupt
processing device
processing unit
slave
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
JP56097592A
Other languages
Japanese (ja)
Other versions
JPS57212549A (en
Inventor
Keiichiro Uchida
Tetsuo Okamoto
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP56097592A priority Critical patent/JPS57212549A/en
Publication of JPS57212549A publication Critical patent/JPS57212549A/en
Publication of JPH0147818B2 publication Critical patent/JPH0147818B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0709Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a distributed system consisting of a plurality of standalone computer nodes, e.g. clusters, client-server systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0745Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in an input/output transactions management context
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3877Concurrent instruction execution, e.g. pipeline or look ahead using a slave processor, e.g. coprocessor

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Advance Control (AREA)
  • Multi Processors (AREA)
  • Complex Calculations (AREA)

Description

【発明の詳細な説明】 本発明は、情報処理装置、特に例えばスカラ演
算部を含む主処理装置と例えばベクトル演算部を
含む従処理装置とをそなえて両処理装置の演算部
が互に独立に演算処理を行なうようにしておき、
上記両処理装置のいずれかまたは両方に割込原因
が発生した際に上記主処理装置が一括して割込処
理を実行すると共に、上記各処理装置における処
理に対応した割込原因を夫々独立に保持するよう
にした情報処理装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION The present invention provides an information processing device, particularly an information processing device including a main processing device including, for example, a scalar calculation section and a sub-processing device including, for example, a vector calculation section, so that the calculation sections of both processing devices are independent of each other. Make sure to perform arithmetic processing,
When an interrupt cause occurs in either or both of the above two processing units, the main processing unit executes the interrupt processing all at once, and the interrupt causes corresponding to the processing in each of the above processing units are independently handled. The present invention relates to an information processing device configured to hold information.

一般にベクトル演算処理を実行する如き情報処
理装置においては、ベクトル演算処理のみでなく
スカラ演算処理をあわせ行ない得るようにするこ
とが必要となる。そして、この場合、上記ベクト
ル演算処理とスカラ演算処理とは一般に互に独立
して実行することができるために、スカラ演算部
とベクトル演算部とをそなえて並列処理を行なう
ようにされる。勿論或る場合には、スカラ演算処
理とベクトル演算処理との間で実行順序が異なる
と誤つた結果が生じることもあり、このような場
合には実行順序に関して両者で同期をとることが
必要となる。
Generally, in an information processing apparatus that performs vector calculation processing, it is necessary to be able to perform not only vector calculation processing but also scalar calculation processing. In this case, since the vector arithmetic processing and the scalar arithmetic processing can generally be executed independently of each other, a scalar arithmetic section and a vector arithmetic section are provided to perform parallel processing. Of course, in some cases, incorrect results may occur if the execution order differs between scalar arithmetic processing and vector arithmetic processing, and in such cases it is necessary to synchronize the execution order between the two. Become.

このような情報処理装置においては、主処理装
置が例えばスカラ命令の実行を行なうと共に命令
フエツチ処理や割込処理などを実行するよう構成
され、一方従処理装置は主処理装置側から依頼さ
れたベクトル命令を実行することが行なわれてい
る。一般にベクトル命令の実行はスカラ命令の実
行にくらべて複数サイクルを要することから、例
えば従処理装置側から割込要求が発せられた時点
では主処理装置のプログラム・カウンタは既に幾
ステツプ分が進んでおり、上記主処理装置が上記
割込処理を実行するに当つて上記割込に対応した
割込原因を調べる際の処理がきわめて煩雑であ
る。また上述の如く主処理装置と1つまたは複数
の従処理装置とが並列処理を行なつていることか
ら、例えばリトライ処理を行なうに当つても、ど
の処理装置において割込原因が発生したかを知
り、それに対応する処理を行なうことが望まれ
る。
In such an information processing device, the main processing unit is configured to execute scalar instructions, instruction fetch processing, interrupt processing, etc., while the slave processing unit executes vector requests from the main processing unit. Executing an instruction is being carried out. In general, the execution of a vector instruction requires multiple cycles compared to the execution of a scalar instruction, so for example, by the time an interrupt request is issued from the slave processor side, the program counter of the main processor has already advanced by several steps. Therefore, when the main processing unit executes the interrupt processing, the processing for investigating the cause of the interrupt corresponding to the interrupt is extremely complicated. Furthermore, as mentioned above, since the main processing unit and one or more slave processing units perform parallel processing, for example, when performing retry processing, it is possible to determine in which processing unit the cause of the interrupt has occurred. It is desirable to know this and take appropriate action.

本発明の情報処理装置は、主処理装置と1つま
たは複数個の従処理装置とをそなえ、主処理装置
は命令シーケンスを制御しかつ上記従処理装置に
おいて実行すべき命令を順次従処理装置に依頼す
ると共に当該主処理装置で実行すべき命令を実行
し、かつ上記従処理装置は当該依頼された命令を
パイプライン処理で実行する情報処理装置におい
て、上記主処理装置および/または上記従処理装
置において同種および/または異種の割込原因が
発生したとき上記主処理装置が当該割込原因に対
応する割込処理を実行するよう構成されると共
に、上記主処理装置における処理に対応した割込
原因情報が当該主処理装置で保持されかつ上記従
処理装置における処理に対応した割込原因情報が
当該従処理装置で保持されるよう構成され、かつ
上記主処理装置および/または上記従処理装置は
上記割込原因が発生した際に上記主処理装置に対
して割込要求を発し、上記割込原因が発生したか
否かにかかわらず従処理装置が自己に割当てられ
た処理を実行して処理完了を上記主処理装置に報
告するよう構成され、上記主処理装置は従処理装
置からの処理完了を受取つた後に上記割込要求に
対応した割込処理許可信号を発し上記割込処理の
実行に当つて上記夫々の割込原因情報をソフトウ
エアでリードし一括処理するようにしたことを特
徴としている。以下図面を参照しつつ説明する。
The information processing device of the present invention includes a main processing device and one or more slave processing devices, and the main processing device controls the instruction sequence and sequentially sends the instructions to be executed by the slave processing device to the slave processing device. In an information processing device that requests and executes an instruction to be executed by the main processing device, and the slave processing device executes the requested instruction in pipeline processing, the main processing device and/or the slave processing device When the same type and/or different types of interrupt causes occur in the main processing unit, the main processing unit is configured to execute interrupt processing corresponding to the interrupt cause, and the interrupt cause corresponding to the processing in the main processing unit information is held in the main processing unit, and interrupt cause information corresponding to processing in the slave processing unit is held in the slave processing unit, and the main processing unit and/or the slave processing unit When an interrupt cause occurs, an interrupt request is issued to the main processing unit, and the slave processing unit executes the process assigned to it and completes the process regardless of whether the interrupt cause occurs or not. The main processing unit is configured to report the processing to the main processing unit, and after receiving the completion of processing from the slave processing unit, the main processing unit issues an interrupt processing permission signal corresponding to the interrupt request and executes the interrupt processing. Therefore, the above-mentioned interrupt cause information is read by software and processed all at once. This will be explained below with reference to the drawings.

第1図は本発明の情報処理装置の一実施例全体
構成図であり、図中、1はメモリ、2は主処理装
置、3−2,3−2…は従処理装置、4は命令制
御部であつてメモリ1から命令をフエツチして分
配制御を行なうもの、5はスカラ演算部であつて
命令制御部4からスカラ命令を変取つて実行する
もの、6はベクトル演算部であつて命令制御部4
からベクトル命令を受取つてメモリ1との間でデ
ータの授受を行ないつつベクトル演算処理を実行
するもの、14−1は割込原因を保持する割込原
因保持部を表わしている。
FIG. 1 is an overall configuration diagram of an embodiment of an information processing apparatus according to the present invention, in which 1 is a memory, 2 is a main processing unit, 3-2, 3-2... are slave processing units, and 4 is an instruction control unit. 5 is a scalar operation section that fetches instructions from memory 1 and performs distribution control; 5 is a scalar operation section that fetches and executes scalar instructions from instruction control section 4; and 6 is a vector operation section that executes instructions. Control unit 4
14-1 represents an interrupt cause holding unit that holds interrupt causes.

第2図は第1図図示の情報処理装置の処理態様
を明確化するための説明図であり、従処理装置が
1個のみ存在する形で示されている。第2図図示
の如くベクトル命令V1、V2、…とスカラ命令
SC1、SC2、…とを実行することが要請されてい
る場合に、一般いは命令制御部4からベクトル演
算部6へベクトル命令を与えることにより、ベク
トル命令V1、V2…とスカラ命令SC1、SC2、…
とを互に並行して実行することができる。そして
このようにすることによつて処理時間を短縮する
ことが可能となる。第2図においては、スカラ命
令SC1〜SC6がシリアルに実行され、ベクトル命
令V1〜V5がオーバラツプしつつ、かつスカラ命
令と並列に実行される様子が示されている。な
お、図中、「LAST VU」は、一連のベクトル命
令中、最後のベクトル命令をベクトル演算部6へ
送出するとき同時に送出する信号である。また、
図中、「CPU RELEASE」は、ベクトル演算部
6からスカラ演算部5へ送出され、スカラ演算部
5における並行した処理続行を許可するための信
号である。
FIG. 2 is an explanatory diagram for clarifying the processing mode of the information processing device shown in FIG. 1, and is shown with only one slave processing device. As shown in Figure 2, vector instructions V1, V2,... and scalar instructions
When it is requested to execute SC1, SC2, ..., vector instructions V1, V2, ... and scalar instructions SC1, SC2 can be generated by giving a vector instruction from general or instruction control section 4 to vector operation section 6. ,…
can be executed in parallel. By doing so, it becomes possible to shorten the processing time. FIG. 2 shows how scalar instructions SC1-SC6 are executed serially, and vector instructions V1-V5 overlap and are executed in parallel with the scalar instructions. In the figure, "LAST VU" is a signal that is sent out at the same time as the last vector instruction in a series of vector instructions is sent to the vector calculation unit 6. Also,
In the figure, "CPU RELEASE" is a signal sent from the vector calculation unit 6 to the scalar calculation unit 5 to allow the scalar calculation unit 5 to continue parallel processing.

いま、例えば、第3図に図示するように、スカ
ラ演算部でスカラ命令SC5を実行中にエラーが発
生したとすると、プログラム・カウンタは当該ス
カラ命令SO5の位置を指示しているが、実際には
それ以前の命令位置にあるベクトル命令V1〜V5
の処理は末だ完了しておらず、当該エラー発生
時、直ちに割込処理動作などを行なおうとすると
プログラム論理の保証がとれないことになる。そ
こで、上記の如き場合、従処理装置の処理が完了
した時点で、第3図図示の例ではベクトル命令
V5の処理が完了した時点で主処理装置が割込処
理を開始するようにされる。勿論継続実行不可と
なる如き割込原因が発生すると、各処理装置は例
えばNOPの処理を行なつて、プログラム・ステ
ータス・ワードに関するつじつま合わせを行なう
ようにされる。
Now, for example, as shown in Figure 3, if an error occurs while executing scalar instruction SC5 in the scalar operation section, the program counter indicates the position of the scalar instruction SO5, but the is the vector instruction V1 to V5 at the previous instruction position
The processing has not yet been completed, and if an attempt is made to immediately perform an interrupt processing operation when the error occurs, the program logic cannot be guaranteed. Therefore, in the above case, when the processing of the slave processing device is completed, in the example shown in FIG.
The main processing unit starts interrupt processing when the processing of V5 is completed. Of course, if an interrupt cause that prevents continued execution occurs, each processing device processes, for example, a NOP, and reconciles the program status word.

上述の如く処理が行なわれ、主処理装置自体あ
るいは従処理装置において割込原因が発生する
と、従来主処理装置に割込原因が保持され、主処
理装置は割込処理に当つて当該原因を調べるよう
にされていた。しかし、当該割込原因がいずれの
処理装置においてまたどの処理に対応して発生し
たかについては、後刻チエツクする途がなく、い
ちいち各処理装置を調べることによつて判明する
形となり、処理が煩雑となる。
When processing is carried out as described above and an interrupt cause occurs in the main processing unit itself or in a slave processing unit, the interrupt cause is conventionally held in the main processing unit, and the main processing unit investigates the cause when processing the interrupt. It was like that. However, there is no way to later check in which processing device the cause of the interrupt occurred or in response to which processing, and it is only determined by checking each processing device one by one, which makes the processing complicated. becomes.

第4図は、本発明の情報処理装置の主要部の一
実施例を示す。図中の符号1,2,3,6は布々
第1図に対応し、7は命令レジスタ、8は命令バ
ツフア、9は命令デコーダ、10はベクトル命令
演算器の1つであつてパイプライン処理によつて
実行されるもの、11は演算制御パイプラインで
あつてベクトル命令演算器10のパイプライン処
理を制御するもの、12は処理完了検出回路、1
3は割込条件検出回路、14−0,14−1は
夫々割込原因保持回路、15は割込発生フリツ
プ・フロツプ、16はオア回路、17はアンド回
路を表わしている。
FIG. 4 shows an embodiment of the main parts of the information processing apparatus of the present invention. Numerals 1, 2, 3, and 6 in the figure correspond to those in Figure 1, 7 is an instruction register, 8 is an instruction buffer, 9 is an instruction decoder, and 10 is one of the vector instruction arithmetic units, which is a pipeline. 11 is an arithmetic control pipeline that controls the pipeline processing of the vector instruction arithmetic unit 10; 12 is a process completion detection circuit;
Reference numeral 3 represents an interrupt condition detection circuit, 14-0 and 14-1 represent interrupt cause holding circuits, 15 represents an interrupt generation flip-flop, 16 represents an OR circuit, and 17 represents an AND circuit.

上述の如く、命令制御部4から一連のベクトル
命令V1、V2、V3、V4が順番に送られてくると、
従処理装置(ベクトル処理部)3において、命令
レジスタ7に順次セツトされデコーダ9によつて
解読されて実行される。先に送られてきたベクト
ル命令例えばV2の処理と次のベクトル命令V3の
処理とが同じベクトル命令演算器10を使用する
如き場合などではベクトル命令V3は一旦命冷バ
ツフア8にセツトされて待機されることがある。
As mentioned above, when a series of vector instructions V1, V2, V3, and V4 are sent in order from the instruction control unit 4,
In the slave processing unit (vector processing unit) 3, the commands are sequentially set in the instruction register 7, decoded by the decoder 9, and executed. In cases where the processing of the vector instruction V2 sent earlier and the processing of the next vector instruction V3 use the same vector instruction arithmetic unit 10, the vector instruction V3 is temporarily set in the cooling buffer 8 and placed on standby. Sometimes.

デコーダ9は命令を解読し、その結果に応じて
1つのベクトル命令演算器10によつてベクトル
演算処理が実行される。即ち、メモリ1からオペ
ランド・データが次々とフエツチされて演算器1
0によつてパイプライン処理によつて演算され、
メモリ1に戻される。このとき演算制御パイプラ
イン11が当該演算処理の状況を管理している。
The decoder 9 decodes the instruction, and one vector instruction arithmetic unit 10 executes vector arithmetic processing according to the result. In other words, operand data is fetched one after another from memory 1 and sent to arithmetic unit 1.
0 by pipeline processing,
It is returned to memory 1. At this time, the arithmetic control pipeline 11 manages the status of the arithmetic processing.

この状態において、従処理装置3において障害
が発生すると、割込条件検出回路13によつて割
込条件が検出されて割込要求の形で主処理装置2
に報告される。そして当該割込原因は割込原因保
持回路14−1に保持される。勿論主処理装置2
内において割込原因が発生すると、当該割込原因
は主処理装置2側の割込原因保持回路14−0に
保持される。
In this state, if a failure occurs in the slave processing unit 3, the interrupt condition detection circuit 13 detects the interrupt condition and sends an interrupt request to the main processing unit 3.
will be reported. The interrupt cause is held in the interrupt cause holding circuit 14-1. Of course the main processing unit 2
When an interrupt cause occurs in the main processing unit 2, the interrupt cause is held in the interrupt cause holding circuit 14-0 on the main processing unit 2 side.

上記割込要求に対応して第1図図示の命令制御
部4においては、従処理装置へのベクトル命令送
出を含む命令処理を停止する。一方従処理装置3
においては、命令バツフア8に保持されているベ
クトル命令を含めて、それら命令にもとづいて処
理を進めてゆく。勿論、継続実行不可となる割込
原因が発生した場合には、それ以降の処理を
NOPとして処理することとなる。
In response to the above-mentioned interrupt request, the instruction control unit 4 shown in FIG. 1 stops instruction processing including sending vector instructions to slave processing units. On the other hand, slave processing device 3
In this step, processing is performed based on the vector instructions held in the instruction buffer 8 as well as those instructions. Of course, if an interrupt cause that prevents continued execution occurs, subsequent processing will be
It will be treated as NOP.

従処理装置3においてすべての命令処理が完了
して、演算制御パイプライン11から演算終了信
号が、メモリ1から演算結果データ転送のための
メモリアクセス完了信号が、命令バツフア8から
バツフア空信号が、命令レジスタ7から命令空信
号がそれぞれ送られてくると、処理完了検出回路
12は、従処理装置3における処理完了を示す信
号を主処理装置2へ送出する。この処理完了信号
により、主処理装置2においては、アンド回路1
7の出力がオンとなり、図示しない割込処理部へ
割込処理許可信号を送出する。これにより、図示
しない割込処理部は、割込処理を開始する。この
とき、上記割込原因を生じた処理装置は、割込原
因保持回路14−i内に割込原因情報を保持して
おり、該割込原因保持回路14−iの内容は主処
理装置2による割込処理の間にプログラムによつ
て読取られ、いずれの処理装置においてまた更に
はどの処理に対応して割込原因が生じたかがチエ
ツクされる。
When all instruction processing is completed in the slave processing unit 3, an operation end signal is sent from the operation control pipeline 11, a memory access completion signal for transferring operation result data is sent from the memory 1, and a buffer empty signal is sent from the instruction buffer 8. When an instruction empty signal is sent from the instruction register 7, the processing completion detection circuit 12 sends a signal indicating the completion of processing in the slave processing device 3 to the main processing device 2. In response to this processing completion signal, in the main processing device 2, the AND circuit 1
The output of 7 is turned on, and an interrupt processing permission signal is sent to an interrupt processing section (not shown). As a result, the interrupt processing section (not shown) starts interrupt processing. At this time, the processing device that has caused the interrupt cause holds interrupt cause information in the interrupt cause holding circuit 14-i, and the contents of the interrupt cause holding circuit 14-i are stored in the main processing device 2. The information is read by the program during interrupt processing, and it is checked in which processing device or in which processing the cause of the interrupt has occurred.

なお主処理装置2自体に割込原因が生じた場合
や、複数個存在する従処理装置に割込原因が生じ
た場合には、健全な従処理装置は自己に分担せし
められたベクトル命令を正しく実行しており、リ
トライ処理などに当つてこのことが考慮される。
即ち従来では、割込原因発生時に並行して実行さ
れていたベクトル命令を例えばスカラ命令によつ
てリトライする如き処理が行なわれていたが、本
発明の場合には、正しく実行されたベクトル命令
あるいは命令群については上記処理対象から除外
される。
Note that if an interrupt cause occurs in the main processing unit 2 itself, or if an interrupt cause occurs in multiple slave processors, a healthy slave processor will correctly process the vector instructions assigned to it. This is taken into account when performing retry processing.
That is, in the past, processing was performed such as retrying a vector instruction that was being executed in parallel when the cause of an interrupt occurred, using, for example, a scalar instruction, but in the case of the present invention, a correctly executed vector instruction or Instruction groups are excluded from the above processing targets.

なお、上記において、割込原因保持回路14−
iを夫々の処理装置内に保持することを示した
が、論理上から言えば必らずしも当該処理装置内
に保持する必要はなく、例えばメモリ1上に保持
するようにしてもよい。
Note that in the above, the interrupt cause holding circuit 14-
Although it has been shown that i is held in each processing device, logically speaking, it is not necessarily necessary to hold it in the processing device, and it may be held in the memory 1, for example.

以上説明した如く、本発明においては、従来
主・従処理装置によつて1つのシステムが構成さ
れることから割込原因保持回路がシステム内に1
つしか存在しなかつた点を改善し、各処理装置に
よつて実行される実行単位に割込原因を保持でき
るために、割込処理が大幅に簡単化される。
As explained above, in the present invention, since one system is conventionally constituted by a main and slave processing unit, an interrupt cause holding circuit is provided in one system.
This improves the point that only one existed before, and the cause of the interrupt can be held in the execution unit executed by each processing device, thereby greatly simplifying the interrupt processing.

なお、言うまでもなく、必要に応じて各処理装
置における処理を更に区分して夫々に割込原因を
保持させることは任意である。
Needless to say, it is optional to further divide the processing in each processing device and hold interrupt causes for each processing device, if necessary.

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

第1図は本発明の情報処理装置の一実施例全体
構成図、第2図、第3図は第1図図示の情報処理
装置の処理態様を明確化するための説明図、第4
図は本発明の情報処理装置の主要部の一実施例を
示す。 図中、1はメモリ、2は主処理装置、3は従処
理装置、4は命令制御部、5はスカラ演算部、6
はベクトル演算部、14は割込原因保持回路を表
わす。
FIG. 1 is an overall configuration diagram of an embodiment of the information processing apparatus of the present invention, FIGS. 2 and 3 are explanatory diagrams for clarifying the processing mode of the information processing apparatus shown in FIG. 1, and FIG.
The figure shows an embodiment of the main parts of the information processing device of the present invention. In the figure, 1 is a memory, 2 is a main processing unit, 3 is a slave processing unit, 4 is an instruction control unit, 5 is a scalar operation unit, 6
14 represents a vector calculation unit, and 14 represents an interrupt cause holding circuit.

Claims (1)

【特許請求の範囲】[Claims] 1 主処理装置と1つまたは複数個の従処理装置
とをそなえ、主処理装置は命令シーケンスを制御
しかつ上記従処理装置において実行すべき命令を
順次従処理装置に依頼すると共に当該主処理装置
で実行すべき命令を実行し、かつ上記従処理装置
は当該依頼された命令をパイプライン処理で実行
する情報処理装置において、上記主処理装置およ
び/または上記従処理装置において同種および/
または異種の割込原因が発生したとき上記主処理
装置が当該割込原因に対応する割込処理を実行す
るよう構成されると共に、上記主処理装置におけ
る処理に対応した割込原因情報が当該主処理装置
で保持されかつ上記従処理装置における処理に対
応した割込原因情報が当該従処理装置で保持され
るよう構成され、かつ上記主処理装置および/ま
たは上記従処理装置は上記割込原因が発生した際
に上記主処理装置に対して割込要求を発し、上記
割込原因が発生したか否かにかかわらず従処理装
置が自己に割当てられた処理を実行して処理完了
を上記主処理装置に報告するよう構成され、上記
主処理装置は従処理装置からの処理完了を受取つ
た後に上記割込要求に対応した割込処理許可信号
を発し上記割込処理の実行に当つて上記夫々の割
込原因情報をソフトウエアでリードし一括処理す
るようにしたことを特徴とする情報処理装置。
1. A main processing unit and one or more slave processing units are provided, and the main processing unit controls the command sequence and sequentially requests the commands to be executed by the slave processing unit, and the main processing unit In an information processing device that executes an instruction to be executed in the main processing device and/or in which the slave processing device executes the requested instruction in a pipeline process,
Or, when a different type of interrupt cause occurs, the main processing unit is configured to execute interrupt processing corresponding to the interrupt cause, and the interrupt cause information corresponding to the processing in the main processing unit is Interrupt cause information held in a processing device and corresponding to processing in the slave processing device is configured to be held in the slave processing device, and the main processing device and/or the slave processing device When an interrupt occurs, an interrupt request is issued to the main processing unit, and the slave processing unit executes the process assigned to it regardless of whether or not the cause of the interrupt occurs, and the process is completed by the main processing unit. After receiving the completion of processing from the slave processing device, the main processing device issues an interrupt processing permission signal corresponding to the interrupt request, and executes each of the above when executing the interrupt processing. An information processing device characterized in that interrupt cause information is read by software and processed all at once.
JP56097592A 1981-06-25 1981-06-25 Information processing device Granted JPS57212549A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56097592A JPS57212549A (en) 1981-06-25 1981-06-25 Information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56097592A JPS57212549A (en) 1981-06-25 1981-06-25 Information processing device

Publications (2)

Publication Number Publication Date
JPS57212549A JPS57212549A (en) 1982-12-27
JPH0147818B2 true JPH0147818B2 (en) 1989-10-17

Family

ID=14196501

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56097592A Granted JPS57212549A (en) 1981-06-25 1981-06-25 Information processing device

Country Status (1)

Country Link
JP (1) JPS57212549A (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6029870A (en) * 1983-07-28 1985-02-15 Toshiba Corp Vector processing unit
JPS60103482A (en) * 1983-10-24 1985-06-07 インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション Data processor having vector processing capacity
US4598356A (en) * 1983-12-30 1986-07-01 International Business Machines Corporation Data processing system including a main processor and a co-processor and co-processor error handling logic
JPS6297032A (en) * 1985-10-23 1987-05-06 Yokogawa Hewlett Packard Ltd Computer containing pre-shifter
JP7427887B2 (en) * 2019-09-09 2024-02-06 富士通株式会社 Information processing device, information processing method, and information processing program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS4990463A (en) * 1972-12-28 1974-08-29
JPS50111947A (en) * 1974-02-12 1975-09-03

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS4990463A (en) * 1972-12-28 1974-08-29
JPS50111947A (en) * 1974-02-12 1975-09-03

Also Published As

Publication number Publication date
JPS57212549A (en) 1982-12-27

Similar Documents

Publication Publication Date Title
US5537559A (en) Exception handling circuit and method
US4635193A (en) Data processor having selective breakpoint capability with minimal overhead
US4803620A (en) Multi-processor system responsive to pause and pause clearing instructions for instruction execution control
JPH02232737A (en) Method and apparatus for detecting and correcting error in pipeline type computer system
EP0372751B1 (en) Pipelined data-processing apparatus
KR100335785B1 (en) Execution of data processing instructions
JP3338488B2 (en) Data processing device verification method and device
JPH0147818B2 (en)
JP3171615B2 (en) Data transfer retry control method
JPS59114637A (en) Data processing device
JP2782471B2 (en) Data transfer retry control method
JPS6118045A (en) Detecting system of program runaway
JPS63214856A (en) Data protection control system for data processing unit
JPS6250868B2 (en)
JPH0623953B2 (en) Arithmetic control method
JPS5924347A (en) Executing and controlling method of microinstruction
JPS6049344B2 (en) Instruction retry method
JPH0519745B2 (en)
JPS63282528A (en) Detection system for execution of instruction of central control unit
JPS58166454A (en) Data processor
JPH01226031A (en) Control system for pipe line of information processor
JPH0149975B2 (en)
JPH03164945A (en) Data processor
JPS61194542A (en) Test system for data processor
JPH0398132A (en) Debugging system