JPS6349260B2 - - Google Patents

Info

Publication number
JPS6349260B2
JPS6349260B2 JP57172119A JP17211982A JPS6349260B2 JP S6349260 B2 JPS6349260 B2 JP S6349260B2 JP 57172119 A JP57172119 A JP 57172119A JP 17211982 A JP17211982 A JP 17211982A JP S6349260 B2 JPS6349260 B2 JP S6349260B2
Authority
JP
Japan
Prior art keywords
processor
interrupt
processing
signal line
signal
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
JP57172119A
Other languages
Japanese (ja)
Other versions
JPS5960676A (en
Inventor
Juji Kamisaka
Yasuo Hirota
Takahito Noda
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 JP17211982A priority Critical patent/JPS5960676A/en
Publication of JPS5960676A publication Critical patent/JPS5960676A/en
Publication of JPS6349260B2 publication Critical patent/JPS6349260B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/17Interprocessor communication using an input/output type connection, e.g. channel, I/O port

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明は、命令を高速処理する専用プロセツサ
とシステムを制御する汎用プロセツサで構成され
る情報処理システムに係り、特に専用プロセツサ
において汎用プロセツサに対する割込み要因が発
生したとき、専用プロセツサは、汎用プロセツサ
に割込みをかけ、しかる後に割込み要因の種別を
示す信号を送出するようになつたマルチプロセツ
サ方式に関するものである。
Detailed Description of the Invention [Technical Field of the Invention] The present invention relates to an information processing system composed of a dedicated processor that processes instructions at high speed and a general-purpose processor that controls the system. This relates to a multiprocessor system in which, when an error occurs, the dedicated processor interrupts the general-purpose processor and then sends out a signal indicating the type of the interrupt factor.

〔従来技術と問題点〕[Conventional technology and problems]

第1図は従来のマルチプロセツサ方式の構成の
概要を示す図、第2図は割込み要因が発生した場
合のプロセツサにおける処理の概要を示す図であ
る。第1図において、1は専用プロセツサ、2は
汎用プロセツサ、3は主記憶装置、4は端末装
置、5はアドレス・バス、6はデータ・バス、7
はINT信号線を示す。
FIG. 1 is a diagram showing an overview of the configuration of a conventional multiprocessor system, and FIG. 2 is a diagram showing an overview of processing in a processor when an interrupt factor occurs. In FIG. 1, 1 is a dedicated processor, 2 is a general-purpose processor, 3 is a main memory, 4 is a terminal device, 5 is an address bus, 6 is a data bus, and 7 is a general-purpose processor.
indicates the INT signal line.

従来、第1図に示すように命令を高速処理する
専用プロセツサ1とシステムを制御する汎用プロ
セツサ2で構成される情報処理システムがある。
この汎用プロセツサ2は主記憶装置3からの
TLB(Translation Lookaside Buffer)索引や
割込み処理等を行い、命令専用プロセツサ1の高
速動作を可能にしている。したがつて第1図に示
すように、各種端末装置4は、汎用プロセツサ2
に接続され、汎用プロセツサ2によりアクセス、
制御される。専用プロセツサ1は、命令を取り出
し、独自に処理を行うが、限られた処理専用に用
いられる。したがつて、専用プロセツサ1独自で
処理不可能な状態になつたときは汎用プロセツサ
2に割込みを生じるようになつている。専用プロ
セツサ1と汎用プロセツサ2との間は、INT信
号線7やアドレス・バス5、データ・バス6で接
続されている。そして、専用プロセツサ1に割込
み要因が発生したときには、専用プロセツサ1か
らINT信号線7を用いて汎用プロセツサ2へ
INT信号が送出され、割込みがかけられる。こ
の時、専用プロセツサ1自身の状態が汎用プロセ
ツサ2にリード可能な定められた位置にセツトさ
れる。割込み要因に発生には次のような2点が考
えられる。即ち、専用プロセツサ1でDAT
(Dynamic Address Translation)機構に関する
ページの入れ替え、TLBフオルトなどが生じそ
の処理が行えないため汎用プロセツサ2に処理の
続行を依頼する場合、専用プロセツサ1内でパ
リテイ・エラー等の異常状態が発生した場合であ
る。これらの割込み要因が発生した場合には、そ
の状態を専用プロセツサ1内に持ち、専用プロセ
ツサ1は停止する。汎用プロセツサ2は、INT
信号を受付けた後、アドレス・バス5及びデー
タ・バス6を用いてその状態を読込み、上記か
かの区別を行い、夫々の処理を行う。
2. Description of the Related Art Conventionally, as shown in FIG. 1, there is an information processing system that is comprised of a dedicated processor 1 that processes instructions at high speed and a general-purpose processor 2 that controls the system.
This general-purpose processor 2 receives data from the main memory 3.
It performs TLB (Translation Lookaside Buffer) indexing, interrupt processing, etc., and enables high-speed operation of the instruction-dedicated processor 1. Therefore, as shown in FIG.
accessed by general-purpose processor 2,
controlled. The dedicated processor 1 takes out instructions and processes them independently, but is used exclusively for limited processing. Therefore, when the dedicated processor 1 becomes unable to perform processing on its own, an interrupt is generated to the general-purpose processor 2. The dedicated processor 1 and the general-purpose processor 2 are connected by an INT signal line 7, an address bus 5, and a data bus 6. When an interrupt factor occurs in the dedicated processor 1, an interrupt is sent from the dedicated processor 1 to the general-purpose processor 2 using the INT signal line 7.
An INT signal is sent and an interrupt is generated. At this time, the state of the dedicated processor 1 itself is set to a predetermined position where it can be read by the general purpose processor 2. The following two points can be considered for the occurrence of an interrupt factor. In other words, DAT with dedicated processor 1
(Dynamic Address Translation) When a page replacement related to the mechanism occurs, a TLB fault, etc. occurs and processing cannot be performed and the general-purpose processor 2 is requested to continue processing, or when an abnormal state such as a parity error occurs in the dedicated processor 1. It is. When these interrupt factors occur, the state is retained in the dedicated processor 1, and the dedicated processor 1 stops. General-purpose processor 2 is an INT
After receiving a signal, its status is read using the address bus 5 and data bus 6, the above-mentioned distinction is made, and each process is performed.

割込み要因が発生した場合の従来の処理を説明
するタイム・チヤートが第2図に示してある。従
来は、専用プロセツサ1に割込み要因が発生する
と、それが先に述べたの場合であつても、の
場合であつても、同じ割込みを汎用プロセツサ2
に通知する。この時には専用プロセツサ1におい
て、その状態のセツトを行つて停止する。他方、
汎用プロセツサ2では、先に述べたように割込み
判定ルーチンを動作させ、そして専用プロセツサ
1の状態をアドレス・バス5及びデータ・バス6
を用いて読込み、割込み要因がなのかなのか
の判断をして処理を行う必要があつた。このた
め、専用プロセツサ1が正常動作時で処理の続行
を依頼する割込みの場合、専用プロセツサ1の停
止時間が長くなり、割込みに対する処理時間が長
くなる。したがつて、このような従来の割込みの
処理方式では、不要な処理の時間が多くなり、処
理の効率化の妨げになつている。
A time chart illustrating conventional processing when an interrupt factor occurs is shown in FIG. Conventionally, when an interrupt factor occurs in the dedicated processor 1, the same interrupt is sent to the general-purpose processor 2, whether it is in the above-mentioned case or in the case of
Notify. At this time, the dedicated processor 1 sets the state and then stops. On the other hand,
The general-purpose processor 2 operates the interrupt determination routine as described above, and transmits the state of the dedicated processor 1 to the address bus 5 and data bus 6.
It was necessary to read it using , judge whether the interrupt was caused or not, and then process it. Therefore, in the case of an interrupt that requests continuation of processing when the dedicated processor 1 is operating normally, the dedicated processor 1 will stop for a long time, and the processing time for the interrupt will increase. Therefore, in such a conventional interrupt processing method, unnecessary processing time increases, which hinders the improvement of processing efficiency.

〔発明の目的〕[Purpose of the invention]

本発明は、上記の問題を解決するものであつ
て、高速処理が可能な専用プロセツサの割込み時
の停止時間の短縮を図り、処理効率の向上を図つ
たマルチプロセツサ方式を提供することを目的と
するものである。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problems, and aims to provide a multiprocessor system that improves processing efficiency by shortening the interruption time of a dedicated processor capable of high-speed processing. That is.

〔発明の構成〕[Structure of the invention]

そしてそのため本発明のマルチプロセツサ方式
は、 第1プロセツサ1と、 第2プロセツサ2と、 第1プロセツサ1から第2プロセツサ2に割込
み信号を送るための割込み信号線7と、 第1プロセツサ1から第2プロセツサ2に割込
み要因の種別を送るための種別信号線8と、 第2プロセツサ2によつて読取り可能なレジス
タ17−1ないし17−nと、 読取り可能なレジスタ17−1ないし17−n
と第2プロセツサ2の間に設けられたバス5,6
とを具備し、 第1プロセツサ1は、第2プロセツサ2に処理
続行のための処理を依頼する場合もしくは異常状
態が生じた場合には、割込み信号線7を介して第
2プロセツサ2に割込みをかけ、割込みをかけた
ことを条件にして第1プロセツサ1の状態情報を
読取り可能なレジスタ17−1ないし17−nに
セツトする動作を開始し、読取り可能なレジスタ
17−1ないし17−nに状態情報がセツトされ
たことを条件として、割込み要因が処理続行のた
めの処理を依頼するものか異常状態が生じたもの
かを示す種別信号を種別信号線8を介して第2プ
ロセツサ2に送出するように構成され、 第2プロセツサ2は、第1プロセツサから割込
み信号線7を介して割込み信号が送られてきたと
き、割込み判定ルーチンを開始し、割込み処理が
可能になつたとき種別信号線上の種別信号の値を
認識するように構成されている ことを特徴とするものである。
Therefore, the multiprocessor system of the present invention includes a first processor 1, a second processor 2, an interrupt signal line 7 for sending an interrupt signal from the first processor 1 to the second processor 2, and a first processor 1 to the second processor 2. A type signal line 8 for sending the type of interrupt factor to the second processor 2, registers 17-1 to 17-n readable by the second processor 2, and registers 17-1 to 17-n readable by the second processor 2.
and the second processor 2.
The first processor 1 sends an interrupt to the second processor 2 via the interrupt signal line 7 when requesting the second processor 2 to continue processing or when an abnormal state occurs. On the condition that the interrupt is issued, the state information of the first processor 1 is set in the readable registers 17-1 to 17-n. On condition that the status information is set, a type signal indicating whether the interrupt cause is a request for processing to continue processing or an abnormal condition is sent to the second processor 2 via the type signal line 8. When the second processor 2 receives an interrupt signal from the first processor via the interrupt signal line 7, it starts an interrupt determination routine, and when the interrupt processing becomes possible, the second processor 2 outputs an interrupt signal on the type signal line. The present invention is characterized in that it is configured to recognize the value of the type signal.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明の実施例を図面を参照しつつ説明
する。
Embodiments of the present invention will be described below with reference to the drawings.

第3図は本発明のマルチプロセツサ方式の1実
施例を示す図、第4図は割込み要因が発生した場
合の本発明における専用プロセツサによる処理の
概要を示す図、第5図は本発明に用いられる
INT信号と種別信号の送出回路の1実施例を示
す図、第6図は本発明に用いられるステイタス・
セツト回路の1実施例を示す図である。図におい
て、1ないし7は第1図に対応するものであり、
8は種別信号線、9と10はフリツプ・フロツ
プ、11はオア・ゲート、12はアンド・ゲート
1、13はノア・ゲート、14はインバータ、1
5−1ないし15−nと17−1ないし17−n
はレジスタ、16−1ないし16−nと18はマ
ルチプレクサ、19はデコーダを示す。
FIG. 3 is a diagram showing an embodiment of the multiprocessor system of the present invention, FIG. 4 is a diagram showing an overview of processing by the dedicated processor of the present invention when an interrupt factor occurs, and FIG. used
FIG. 6 is a diagram showing an embodiment of the INT signal and type signal sending circuit, and FIG.
FIG. 3 is a diagram showing one embodiment of a set circuit. In the figure, 1 to 7 correspond to FIG. 1,
8 is a type signal line, 9 and 10 are flip-flops, 11 is an OR gate, 12 is an AND gate 1, 13 is a NOR gate, 14 is an inverter, 1
5-1 to 15-n and 17-1 to 17-n
16-1 to 16-n and 18 are multiplexers, and 19 is a decoder.

本発明は、第3図に1実施例を示したように、
専用プロセツサ1と汎用プロセツサ2との間に新
たに種別信号線8を設けたものである。そして、
専用プロセツサ1に割込み要因が発生すると、直
ちに専用プロセツサ1からINT信号線7を用い
て汎用プロセツサ2にINT信号を送出すると共
に、汎用プロセツサ2にリード可能な定められた
位置に専用プロセツサ1の状態を設定してから割
込み要因の種別信号を種別信号線8を用いて汎用
プロセツサ2に通知し、そして停式するものであ
る。
The present invention, as shown in one embodiment in FIG.
A type signal line 8 is newly provided between the dedicated processor 1 and the general-purpose processor 2. and,
When an interrupt factor occurs in the dedicated processor 1, the dedicated processor 1 immediately sends an INT signal to the general-purpose processor 2 using the INT signal line 7, and changes the state of the dedicated processor 1 to a predetermined position where it can be read by the general-purpose processor 2. After setting, the type signal of the interrupt factor is notified to the general-purpose processor 2 using the type signal line 8, and then the processor is stopped.

割込み要因が発生した場合の専用プロセツサ1
による処理の概要を第4図を参照しつつ説明す
る。専用プロセツサ1にで割込み要因が発生す
ると、INT信号をINT信号線7を用いて汎用プ
ロセツサ2に送出し、割込みをかける。そして専
用プロセツサ1自身の状態のセツトなど所定の処
理を行い、で割込み要因が先に述べたである
かであるかを示す種別信号を種別信号線8を用
いて汎用プロセツサ2に通知し、停止する。他
方、汎用プロセツサ2では、専用プロセツサ1か
らINT信号が送られてくると割込み判定ルーチ
ンを通つた後、で種別信号線8からの信号をみ
て割込み処理を行う。例えば種別信号が論理
「1」である場合には、専用プロセツサ1がの
異常状態ではないので、専用プロセツサ1から依
頼された処理のみを行い、専用プロセツサ1を再
起動させる。しかし、種別信号が論理「0」であ
る場合には、専用プロセツサ1が異常状態である
ので異常処理を行う。このように第4図から明ら
かなように、専用プロセツサ1は、割込み要因が
発生すると、停止する点より前の点で概に割
込みをかけ、しかも汎用プロセツサ2も割込み判
定ルーチンを通つた後、種別信号による割込み要
因が先に述べたであるのかであるのかと認識
するので、正常動作時の専用プロセツサ1からの
依頼を効率的に処理することができ、高速処理が
可能な専用プロセツサ1を長時間停止させること
がなくなる。
Dedicated processor 1 when an interrupt factor occurs
An overview of the processing will be explained with reference to FIG. When an interrupt factor occurs in the dedicated processor 1, an INT signal is sent to the general-purpose processor 2 using the INT signal line 7, and an interrupt is generated. Then, it performs predetermined processing such as setting the state of the dedicated processor 1 itself, and then notifies the general-purpose processor 2 of a type signal indicating whether the interrupt factor is one of the above-mentioned types using the type signal line 8, and then stops. do. On the other hand, when the general-purpose processor 2 receives the INT signal from the special-purpose processor 1, it passes through an interrupt determination routine, and then performs interrupt processing based on the signal from the type signal line 8. For example, if the type signal is logic "1", the dedicated processor 1 is not in an abnormal state, so only the processing requested by the dedicated processor 1 is performed, and the dedicated processor 1 is restarted. However, if the type signal is logic "0", the dedicated processor 1 is in an abnormal state, and therefore abnormal processing is performed. As is clear from FIG. 4, when an interrupt factor occurs, the special-purpose processor 1 generally issues an interrupt at a point before the point where it stops, and the general-purpose processor 2 also passes through the interrupt determination routine. Since it recognizes whether the interrupt factor based on the type signal is the one mentioned above, requests from the dedicated processor 1 during normal operation can be efficiently processed, and the dedicated processor 1 capable of high-speed processing can be used. No need to stop for a long time.

次に本発明に用いられるINT信号と種別信号
の送出回路の1実施例を第5図を参照しつつ説明
する。第5図において、ノア・ゲート13の入力
端子には専用プロセツサ1内のパリテイ・チエツ
ク回路やECC(Error Checking and
Correction)回路などからの各種エラー情報が供
給され、オア・ゲート11の入力端子には、
TLBフオルト信号やプロテクシヨン信号など専
用プロセツサ1自身では処理不可能な状態を示す
信号、及びインバータ14を通してノア・ゲート
13の出力信号が供給される。又、フリツプ・フ
ロツプ10の入力端子には、正常に各ステイタス
がセツトされたことを示すセツト終了信号が供給
される。フリツプ・フロツプ9の入力端子にはオ
ア・ゲート11の出力端子が接続され、フリツ
プ・フロツプ9の出力端子はINT信号線7に接
続されると共に、ステイタスをセツトするレジス
タに接続されてステイタス・セツト信号として用
いられる。アンド・ゲート12の入力端子にはフ
リツプ・フロツプ10の出力端子とノア・ゲート
13の出力端子が接続され、アンド・ゲート12
の出力端子は種別信号線8に接続される。このよ
うな接続構成により、ノア・ゲート13は、各種
エラー情報が論理「0」であれば論理「1」の信
号を出力する。したがつて、TLBフオルト信号
やプロテクシヨン信号が論理「1」になると、オ
ア・ゲート11を通してフリツプ・フロツプ9の
入力端子が論理「1」になるから、フリツプ・フ
ロツプ9がセツトされ、INT信号線7の信号及
びステイタス・セツト信号が論理「1」になる。
ステイタスのセツト中にエラーがなく、全てのレ
ジスタが正常にセツトされると、セツト終了信号
が論理「1」にされる。この論理「1」のセツト
終了信号によつてフリツプ・フロツプ10がセツ
トされ、アンド・ゲート12の論理条件が成立す
るので、種別信号線8の信号が論理「1」にな
る。しかし、ステイタスのセツト中にエラーが生
じた場合、又は初めからエラーによりノア・ゲー
ト13の出力が論理「0」の場合には、アンド・
ゲート12の論理条件は成立しないので、種別信
号線8の信号は論理「0」になる。
Next, one embodiment of the INT signal and type signal sending circuit used in the present invention will be described with reference to FIG. In FIG. 5, the input terminal of the NOR gate 13 is connected to the parity check circuit in the dedicated processor 1 and the ECC (Error Checking and
Various error information is supplied from the OR gate 11 (Correction) circuit, etc., and the input terminal of the OR gate 11 is
Signals indicating conditions that cannot be processed by the dedicated processor 1 itself, such as TLB fault signals and protection signals, and the output signal of the NOR gate 13 are supplied through the inverter 14. Further, the input terminal of the flip-flop 10 is supplied with a set completion signal indicating that each status has been set normally. The output terminal of the OR gate 11 is connected to the input terminal of the flip-flop 9, and the output terminal of the flip-flop 9 is connected to the INT signal line 7 and also to the register for setting the status. Used as a signal. The output terminal of the flip-flop 10 and the output terminal of the NOR gate 13 are connected to the input terminal of the AND gate 12.
The output terminal of is connected to the type signal line 8. With such a connection configuration, the NOR gate 13 outputs a signal of logic "1" if the various error information is logic "0". Therefore, when the TLB fault signal or protection signal becomes logic "1", the input terminal of flip-flop 9 becomes logic "1" through OR gate 11, so flip-flop 9 is set and the INT signal The signal on line 7 and the status set signal go to logic "1".
If there is no error during the status setting and all registers are set normally, the set end signal is set to logic "1". The flip-flop 10 is set by this set end signal of logic "1", and the logic condition of the AND gate 12 is satisfied, so that the signal on the type signal line 8 becomes logic "1". However, if an error occurs while setting the status, or if the output of NOR gate 13 is a logic ``0'' due to an error from the beginning, the AND
Since the logic condition of gate 12 is not satisfied, the signal on type signal line 8 becomes logic "0".

ステイタスのセツト回路の1例を示したのが第
6図である。第6図において、ステイタス・セツ
ト信号によつて直接レジスタ17−1ないし17
−n、マルチプレクサ16−1ないし16−n等
が制御される。その結果、レジスタ15−1ない
し15−nにセツトされている各種ステイタス
は、ステイタス・セツト信号が論理「1」になる
と、汎用プロセツサ2からアドレス・バス5、デ
ータ・バス6によつてリード可能なレジスタ17
−1ないし17−nにセツトされる。全てのレジ
スタ17−1ないし17−nが正常にセツトされ
るとセツト終了信号が論理「1」にされる。又、
ステイタスのセツト中にエラーが発生した場合に
は、セツト終了信号は論理「1」にされない。
FIG. 6 shows an example of a status setting circuit. In FIG. 6, registers 17-1 to 17 are directly set by the status set signal.
-n, multiplexers 16-1 to 16-n, etc. are controlled. As a result, the various statuses set in registers 15-1 to 15-n can be read from general-purpose processor 2 via address bus 5 and data bus 6 when the status set signal becomes logic "1". register 17
-1 to 17-n. When all registers 17-1 to 17-n are set normally, the set completion signal is set to logic "1". or,
If an error occurs while setting the status, the set end signal will not be set to logic "1".

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように、本発明によれ
ば、専用プロセツサは、割込み要因が発生した時
点で直ちに割込み要求信号を汎用プロセツサに送
出すると共に、その後割込み要因の種別を示す信
号を通知するようにし、一方、第2プロセツサは
割込み要求信号に応答して割込み判定ルーチンに
入るようにしているので、第1プロセツサにおい
て状態情報をリード可能レジスタへセツトする処
理や割込み要因の種別を示す種別信号を作成する
処理が行われている間に、第2プロセツサでの割
込み判定ルーチンの処理が行われることから、割
込み信号と種別信号を送出する方式に比べて第1
プロセツサの停止時間を大幅に短縮することが出
来る。また、第2プロセツサ側でも割込み要因種
別信号により依頼された処理を効率的に実行する
ことが可能となる。第2プロセツサの割込み判定
ルーチンは、割込み前に実行されていたプログラ
ムの退避処理や判定処理などを行う。
As is clear from the above description, according to the present invention, the dedicated processor immediately sends an interrupt request signal to the general-purpose processor when an interrupt factor occurs, and then notifies the general-purpose processor of a signal indicating the type of the interrupt factor. On the other hand, since the second processor enters the interrupt determination routine in response to the interrupt request signal, the first processor performs processing to set status information in a readable register and sends a type signal indicating the type of interrupt cause. Since the interrupt determination routine is processed in the second processor while the creation process is being performed, the first
Processor stop time can be significantly reduced. Furthermore, the second processor side can also efficiently execute the processing requested by the interrupt factor type signal. The interrupt determination routine of the second processor performs a saving process and a determination process for the program that was being executed before the interrupt.

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

第1図は従来のマルチプロセツサ方式の構成の
概要を示す図、第2図は割込み要因が発生した場
合のプロセツサにおける処理の概要を示す図、第
3図は本発明のマルチプロセツサ方式の1実施例
を示す図、第4図は割込み要因が発生した場合の
本発明における専用プロセツサによる処理の概要
を示す図、第5図は本発明に用いられるINT信
号と種別信号の送出回路の1実施例を示す図、第
6図は本発明に用いられるステイタス・セツト回
路の1実施例を示す図である。 1……専用プロセツサ、2……汎用プロセツ
サ、3……主記憶装置、4……端末装置、5……
アドレス・バス、6……データ・バス、7……
INT信号線、8……種別信号線、9と10……
フリツプ・フロツプ、11……オア・ゲート、1
2……アンド・ゲート、13……ノア・ゲート、
14……インバータ、15−1ないし15−nと
17−1ないし17−n……レジスタ、16−1
ないし16−nと18……マルチプレクサ、19
……デコーダ。
Figure 1 is a diagram showing an overview of the configuration of a conventional multiprocessor system, Figure 2 is a diagram showing an overview of processing in a processor when an interrupt factor occurs, and Figure 3 is a diagram showing an overview of the configuration of a conventional multiprocessor system. FIG. 4 is a diagram showing an overview of processing by the dedicated processor according to the present invention when an interrupt factor occurs, and FIG. 5 is a diagram showing one embodiment of the INT signal and type signal sending circuit used in the present invention. FIG. 6 is a diagram showing an embodiment of the status set circuit used in the present invention. 1... Dedicated processor, 2... General purpose processor, 3... Main storage device, 4... Terminal device, 5...
Address bus, 6... Data bus, 7...
INT signal line, 8...Type signal line, 9 and 10...
Flip Flop, 11...Or Gate, 1
2...And Gate, 13...Noah Gate,
14...Inverter, 15-1 to 15-n and 17-1 to 17-n...Register, 16-1
or 16-n and 18...multiplexer, 19
……decoder.

Claims (1)

【特許請求の範囲】 1 第1プロセツサ1と、 第2プロセツサ2と、 第1プロセツサ1から第2プロセツサ2に割込
み信号を送るための割込み信号線7と、 第1プロセツサ1から第2プロセツサ2に割込
み要因の種別を送るための種別信号線8と、 第2プロセツサ2によつて読取り可能なレジス
タ17−1ないし17−nと、 読取り可能なレジスタ17−1ないし17−n
と第2プロセツサ2の間に設けられたバス5,6
と を具備し、 第1プロセツサ1は、第2プロセツサ2に処理
続行のための処理を依頼する場合もしくは異常状
態が生じた場合には、割込み信号線7を介して第
2プロセツサ2に割込みをかけ、割込みをかけた
ことを条件にして第1プロセツサ1の状態情報を
読取り可能なレジスタ17−1ないし17−nに
セツトする動作を開始し、読取り可能なレジスタ
17−1ないし17−nに状態情報がセツトされ
たことを条件として、割込み要因が処理続行のた
めの処理を依頼するものか異常状態が生じたもの
かを示す種別信号を種別信号線8を介して第2プ
ロセツサ2に送出するように構成され 第2プロセツサ2は、第1プロセツサから割込
み信号線7を介して割込み信号が送られてきたと
き、割込み判定ルーチンを開始し、割込み処理が
可能になつたとき種別信号線上の種別信号の値を
認識するように構成されている ことを特徴とするマルチプロセツサ方式。
[Claims] 1. A first processor 1, a second processor 2, an interrupt signal line 7 for sending an interrupt signal from the first processor 1 to the second processor 2, and a first processor 1 to the second processor 2. a type signal line 8 for sending the type of interrupt factor to the second processor 2; registers 17-1 to 17-n readable by the second processor 2; and registers 17-1 to 17-n readable by the second processor 2.
and the second processor 2.
The first processor 1 sends an interrupt to the second processor 2 via the interrupt signal line 7 when requesting the second processor 2 to continue processing or when an abnormal state occurs. On the condition that the interrupt is issued, the state information of the first processor 1 is set in the readable registers 17-1 to 17-n. On condition that the status information is set, a type signal indicating whether the interrupt cause is a request for processing to continue processing or an abnormal condition is sent to the second processor 2 via the type signal line 8. When the second processor 2 receives an interrupt signal from the first processor via the interrupt signal line 7, it starts an interrupt determination routine, and when interrupt processing becomes possible, A multiprocessor system characterized by being configured to recognize the value of a type signal.
JP17211982A 1982-09-30 1982-09-30 Multiprocessor system Granted JPS5960676A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP17211982A JPS5960676A (en) 1982-09-30 1982-09-30 Multiprocessor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP17211982A JPS5960676A (en) 1982-09-30 1982-09-30 Multiprocessor system

Publications (2)

Publication Number Publication Date
JPS5960676A JPS5960676A (en) 1984-04-06
JPS6349260B2 true JPS6349260B2 (en) 1988-10-04

Family

ID=15935903

Family Applications (1)

Application Number Title Priority Date Filing Date
JP17211982A Granted JPS5960676A (en) 1982-09-30 1982-09-30 Multiprocessor system

Country Status (1)

Country Link
JP (1) JPS5960676A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0658659B2 (en) * 1984-09-13 1994-08-03 富士通株式会社 Interrupt control method between processors
US5109329A (en) * 1987-02-06 1992-04-28 At&T Bell Laboratories Multiprocessing method and arrangement

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5816366A (en) * 1981-07-23 1983-01-31 Nippon Telegr & Teleph Corp <Ntt> Inter-processor communication system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5816366A (en) * 1981-07-23 1983-01-31 Nippon Telegr & Teleph Corp <Ntt> Inter-processor communication system

Also Published As

Publication number Publication date
JPS5960676A (en) 1984-04-06

Similar Documents

Publication Publication Date Title
CA1310430C (en) Hot standby memory copy system
US4271466A (en) Direct memory access control system with byte/word control of data bus
EP0032957B1 (en) Information processing system for error processing, and error processing method
US6332181B1 (en) Recovery mechanism for L1 data cache parity errors
JPH06103472B2 (en) Microprocessor for debugging
JPH081616B2 (en) Memory error correction method and method of reporting excess error condition
US5761728A (en) Asynchronous access system controlling processing modules making requests to a shared system memory
JPS6349260B2 (en)
US5894587A (en) Multiple bus bridge system for maintaining a complete order by delaying servicing interrupts while posting write requests
JPH09134314A (en) Memory access controller
JP2615677B2 (en) Shared extended storage control method
JPS607540A (en) Interruption control circuit
JPS63118949A (en) Information processor
JPS6240565A (en) Memory control system
JP3344432B2 (en) Information processing device
EP0609083A1 (en) Information transfer in a data processing system
JPS6259816B2 (en)
JPS6030976B2 (en) Advance control type information processing device
JPS6175436A (en) Microprogram controller
JPH05143520A (en) Dma transfer system
JPS624746B2 (en)
JPH0423294B2 (en)
JPH05204775A (en) Local memory diagnostic device
JPH076117A (en) Data transfer system and data transfer equipment
JPS5983262A (en) Computer stopping device of multicomputer system