JPH0561812A - Information processing system - Google Patents

Information processing system

Info

Publication number
JPH0561812A
JPH0561812A JP25313991A JP25313991A JPH0561812A JP H0561812 A JPH0561812 A JP H0561812A JP 25313991 A JP25313991 A JP 25313991A JP 25313991 A JP25313991 A JP 25313991A JP H0561812 A JPH0561812 A JP H0561812A
Authority
JP
Japan
Prior art keywords
interrupt
bus
microprocessor
processor
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.)
Pending
Application number
JP25313991A
Other languages
Japanese (ja)
Inventor
Koichi Nakamura
浩一 中村
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.)
NEC Engineering Ltd
Original Assignee
NEC Engineering 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 NEC Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP25313991A priority Critical patent/JPH0561812A/en
Publication of JPH0561812A publication Critical patent/JPH0561812A/en
Pending legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)

Abstract

PURPOSE:To realize an interruption system which can avoid the increase of the number of signal lines and the performance deterioration of the system. CONSTITUTION:Plural processor parts 1-N inputting/outputting an interruption signal with the other processors, an interruption signal-only bus 30 for transmitting the interruption signal and a bus mediation means 400 mediating the bus 30 are provided. Thus, the number of the signal lines does not increase since the system consists of bus connection constitution. Since a data bus is not used, the performance of the system is not deteriorated even if the frequency of interruption occurrence becomes high.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【技術分野】本発明は情報処理システムに関し、特に多
数のプロセッサ部を有し、そのプロセッサ部の間で割込
みを行うシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing system, and more particularly to a system having a large number of processor units and interrupting the processor units.

【0002】[0002]

【従来技術】従来、この種の情報処理システムにおける
割込み方式には、大きく分けて2種類の方式がある。第
1の方式はスター状に各プロセッサの割込み信号を接続
する方式である。その一例としてプロセッサが3台あ
り、相互に割込み線を接続した場合の構成が図5に示さ
れている。この方式では各プロセッサは他の全てのプロ
セッサからの割込み信号を入力し、また他の全てのプロ
セッサへ割込み信号を出力する。割込み信号を受領した
各プロセッサ100 〜300は、その信号を、内部の図示せ
ぬフリップフロップ(以下、FFと略す)内にパルス信
号で一旦保持し、割込みが発生した時点でそのFFのリ
セットを行う。
2. Description of the Related Art Conventionally, there are roughly two types of interrupt methods in this type of information processing system. The first method is to connect the interrupt signals of each processor in a star pattern. As one example, there are three processors, and the configuration when the interrupt lines are mutually connected is shown in FIG. In this system, each processor inputs an interrupt signal from all the other processors and outputs an interrupt signal to all the other processors. Receiving the interrupt signal, each of the processors 100 to 300 temporarily holds the signal as a pulse signal in an internal flip-flop (not shown), and resets the FF when the interrupt occurs. To do.

【0003】第2の方式は、各プロセッサが接続されて
いるデータバスと、そのデータバスに接続される割込み
保持FFを複数設け、各FFの出力をいずれかのプロセ
ッサの割込み端子の内の1つに接続する方式である。そ
の一例としてプロセッサが3台あり、相互に割込み線を
接続した場合の構成が図6に示されている。各FFの選
択はデータバスに付属するアドレスバス(図示せず)に
よって行い、割込み先のFFに“1”を書込むことによ
って割込みを発生させる。割込みを受付けたプロセッサ
はデータバスを介して該当するFFに“0”を書込む。
図において、プロセッサ100 〜300 のうち1つのプロセ
ッサに2つのFFが設けられているのは、他の2つのプ
ロセッサの割込みを分けるためである。なお、データバ
スを使用する場合には、各プロセッサはバス使用要求を
バス調停部400 に送出し、使用許可を受領する必要があ
る。
In the second method, a plurality of data buses to which each processor is connected and a plurality of interrupt holding FFs connected to the data bus are provided, and the output of each FF is one of the interrupt terminals of one of the processors. It is a method of connecting to one. As an example thereof, FIG. 6 shows a configuration in which three processors are provided and interrupt lines are mutually connected. Each FF is selected by an address bus (not shown) attached to the data bus, and an interrupt is generated by writing "1" in the FF of the interrupt destination. The processor receiving the interrupt writes "0" in the corresponding FF via the data bus.
In the figure, one processor out of the processors 100 to 300 is provided with two FFs in order to separate interrupts from the other two processors. When using the data bus, each processor needs to send a bus use request to the bus arbitration unit 400 and receive a use permission.

【0004】上述した従来の割込み方式には、以下のよ
うな欠点がある。
The above-mentioned conventional interrupt method has the following drawbacks.

【0005】まず、第1の割込み方式では、プロセッサ
の数が増加すると割込み信号線の数が大幅に増加すると
いう欠点があり、プリント基板上でのパターン配線が困
難になるという欠点があった。例えばプロセッサ数がN
個であれば、割込み信号線数はN×(N−1)本とな
る。また、プロセッサに割込みを送出するためのピンが
必要であり、プロセッサがLSIである場合には全ピン
数に限界があるためピンが足りなくなるという欠点もあ
った。
First, the first interrupt method has a drawback that the number of interrupt signal lines increases significantly as the number of processors increases, which makes it difficult to perform pattern wiring on a printed circuit board. For example, if the number of processors is N
If the number is 1, the number of interrupt signal lines is N × (N−1). In addition, there is a drawback that a pin for sending an interrupt to the processor is required, and when the processor is an LSI, there is a shortage of pins because the total number of pins is limited.

【0006】次に、第2の割込み方式ではデータバスを
使用して割込みを発生させるため、プロセッサの数が多
くなりまた割込み発生頻度も高くなるとデータバスの空
き時間が減り、他のプロセッサのデータバス上の入出力
制御部やメモリ部へのアクセスを待たせ、プロセッサの
性能更にはプロセッシングユニット全体の性能を低下さ
せるという欠点があった。
Next, in the second interrupt method, since the data bus is used to generate an interrupt, when the number of processors increases and the frequency of interrupt occurrence increases, the free time of the data bus decreases, and the data of other processors is reduced. There is a drawback in that the access to the input / output control unit and the memory unit on the bus is kept waiting and the performance of the processor and the performance of the entire processing unit are degraded.

【0007】[0007]

【発明の目的】本発明は上述した従来の欠点を解決する
ためになされたものであり、その目的は配線上の問題や
データバスの使用時間増大による性能低下の問題が生じ
ない割込み方式を採用した情報処理システムを提供する
ことである。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned conventional drawbacks, and an object thereof is to adopt an interrupt system which does not cause problems in wiring or performance deterioration due to increase in data bus usage time. It is to provide the information processing system.

【0008】[0008]

【発明の構成】本発明による情報処理システムは、割込
み信号を、相互に他プロセッサとの間で入出力する複数
のプロセッサ部と、前記割込み信号を伝達するための割
込み信号専用バスと、このバスの調停を行うバス調停部
とを有することを特徴とする。
An information processing system according to the present invention comprises a plurality of processor units for inputting / outputting interrupt signals to / from other processors, an exclusive bus for interrupt signals for transmitting the interrupt signals, and this bus. And a bus arbitration unit that performs arbitration.

【0009】[0009]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0010】図1は本発明による情報処理システムの第
1の実施例の構成を示すブロック図である。このシステ
ムにおいては、割込み信号の伝達専用のバス30が設け
られており、更にその調停を行うためのバス調停部400
が設けられている点に特徴がある。すなわち、データバ
スを用いて割込み信号を伝達するのではなく、割込み信
号専用のバス30を用いて伝達するのである。
FIG. 1 is a block diagram showing the configuration of a first embodiment of an information processing system according to the present invention. In this system, a bus 30 dedicated to transmitting an interrupt signal is provided, and a bus arbitration unit 400 for arbitrating the bus 30 is further provided.
The feature is that is provided. That is, the interrupt signal is not transmitted using the data bus, but is transmitted using the bus 30 dedicated to the interrupt signal.

【0011】図において、本例のシステムはプロセッサ
部1,2,…,Nと、バス調停部400 とを含んで構成さ
れている。各プロセッサ部の内部構成は、全て同じであ
るものとする。割込みバス30には各プロセッサ部1〜
N内のマイクロプロセッサと接続されている。割込みバ
ス調停部400 は各プロセッサ部内のマイクロプロセッサ
とバス使用要求信号線12-1,12-2,…,12-n及び
バス使用許可信号線13-1,…,13-nで接続されてい
る。各プロセッサ部は夫々マイクロプロセッサの他、割
込み受付けFF11,12,1M(M=N−1)をも含
んで構成されている。各割込み受付けFFは割込みバス
経由で書込みでき、出力信号線はマイクロプロセッサの
各割込みピンに接続されている。
In the figure, the system of this example is configured to include processor units 1, 2, ..., N and a bus arbitration unit 400. The internal configuration of each processor unit is assumed to be the same. Each processor unit 1 to the interrupt bus 30
It is connected to the microprocessor in N. The interrupt bus arbitration unit 400 is connected to the microprocessor in each processor unit by bus use request signal lines 12-1, 12-2, ..., 12-n and bus use permission signal lines 13-1, ..., 13-n. There is. In addition to the microprocessor, each processor unit is also configured to include interrupt acceptance FFs 11, 12, and 1M (M = N-1). Each interrupt acceptance FF can be written via the interrupt bus, and the output signal line is connected to each interrupt pin of the microprocessor.

【0012】次に、かかる構成とされた本例のシステム
の動作を詳細に説明する。ここでは、プロセッサ部2か
らプロセッサ部1に対して割込みを行う場合を説明す
る。
Next, the operation of the system of this example having such a configuration will be described in detail. Here, a case where the processor unit 2 interrupts the processor unit 1 will be described.

【0013】まず、プロセッサ部2内のマイクロプロセ
ッサは割込みバス調停部400 にバス使用要求信号線12
-2を介して割込みバス30の使用を要求する。割込みバ
ス調停部400 は各マイクロプロセッサから送出されてい
るバス使用要求を調停する。プロセッサ部2内のマイク
ロプロセッサ100 は割込みバス調停部400 からバス使用
許可信号線13-2を介して使用許可を受領すると、割込
みバス3を介してプロセッサ部1内の割込み受付けFF
11に“1”を書込む。なお、全ての割込みFFには個
別のアドレスが割付けられているものとする。ここで、
プロセッサ部1内の割込み受付けFF11〜1Mは、夫
々プロセッサ部2〜Nが割込みをおこすために使用す
る。同様に、プロセッサ部2内の図示せぬ割込み受付け
FFも夫々自プロセッサ部以外のプロセッサ部が割込む
ために使用する。もちろん、割込み受付けFFをあと1
つ設ければ自マイクロプロセッサに割込みをおこすこと
も可能である。
First, the microprocessor in the processor unit 2 causes the interrupt bus arbitration unit 400 to use the bus use request signal line 12
Request use of interrupt bus 30 via -2. The interrupt bus arbitration unit 400 arbitrates the bus use request sent from each microprocessor. When the microprocessor 100 in the processor unit 2 receives the use permission from the interrupt bus arbitration unit 400 via the bus use permission signal line 13-2, the interrupt acceptance FF in the processor unit 1 via the interrupt bus 3
Write “1” in 11. It is assumed that all the interrupt FFs are assigned individual addresses. here,
The interrupt accepting FFs 11 to 1M in the processor unit 1 are used by the processor units 2 to N to cause interrupts. Similarly, the interrupt accepting FFs (not shown) in the processor unit 2 are also used by the processor units other than the own processor unit to interrupt. Of course, one more interrupt reception FF
If one is provided, it is possible to cause an interrupt to the own microprocessor.

【0014】さて、割込み受付けFF11の出力はマイ
クロプロセッサ100の割込みピンに接続されており、マ
イクロプロセッサ11が割込み受付け可能状態であれば
割込みを受付ける。割込まれたマイクロプロセッサ100
のマイクロプログラムは割込みバス30を介して割込み
受付けFF11に“0”を書込む。もちろんバス要求信
号線12-1及びバス使用許可信号線13-1は既に説明し
たように動作させる必要がある。
The output of the interrupt acceptance FF 11 is connected to the interrupt pin of the microprocessor 100, and accepts the interrupt if the microprocessor 11 is in the interrupt acceptable state. Interrupted microprocessor 100
The micro program of "1" writes "0" in the interrupt acceptance FF 11 via the interrupt bus 30. Of course, the bus request signal line 12-1 and the bus use permission signal line 13-1 must be operated as already described.

【0015】なお、以上の例ではマイクロプロセッサ10
0 の外部に割込み受付けFF11〜1Mを設けている
が、マイクロプロセッサ100 の内部に設けても全く問題
はない。もちろん他のプロセッサ部内のマイクロプロセ
ッサについても同様である。また、以上は各マイクロプ
ロセッサが専用の割込みバス接続ピンを持つものとして
説明した。
In the above example, the microprocessor 10
Although the interrupt acceptance FFs 11 to 1M are provided outside 0, there is no problem even if they are provided inside the microprocessor 100. Of course, the same applies to microprocessors in other processor units. Also, the above description has been made assuming that each microprocessor has a dedicated interrupt bus connection pin.

【0016】次に、各マイクロプロセッサがデータバス
接続ピンしか持っていない場合の構成例について説明す
る。
Next, a configuration example in which each microprocessor has only a data bus connection pin will be described.

【0017】図2は本発明による情報処理システムの第
2の実施例の構成を示すブロック図である。本例のシス
テムはプロセッサ部1〜Nを含んで構成されているが、
以下はプロセッサ部1に着目して詳細に説明する。プロ
セッサ部1内のマイクロプロセッサ100 は、双方向バッ
ファ101 を介してデータバス40に接続されている。同
様に、マイクロプロセッサ100 は双方向バッファ102 を
介して割込みバス30に接続されている。割込み受付け
FF11〜1Mについては上述の第1の実施例と同様に
直接割込みバス30に接続されている。割込みバス使用
要求信号線12-1及び割込みバス使用許可信号線13-1
は割込みバス調停部400 に接続されている。
FIG. 2 is a block diagram showing the configuration of the second embodiment of the information processing system according to the present invention. The system of this example includes processor units 1 to N,
The following is a detailed description focusing on the processor unit 1. The microprocessor 100 in the processor unit 1 is connected to the data bus 40 via a bidirectional buffer 101. Similarly, microprocessor 100 is connected to interrupt bus 30 via bidirectional buffer 102. The interrupt accepting FFs 11 to 1M are directly connected to the interrupt bus 30 as in the first embodiment described above. Interrupt bus use request signal line 12-1 and interrupt bus use permission signal line 13-1
Is connected to the interrupt bus arbitration unit 400.

【0018】アドレスデコーダ103 はマイクロプロセッ
サ100 が外部のレジスタ又はメモリ等(図示せず)をア
クセスする時、出力されるアドレスを監視しデータバス
宛てか割込みバス宛てかを判断してデコード結果を信号
線に出力し、アンド回路105及び106 を択一的に有効に
してマイクロからのバス使用要求を出力するものであ
る。
When the microprocessor 100 accesses an external register, memory or the like (not shown), the address decoder 103 monitors the output address, determines whether it is addressed to the data bus or the interrupt bus, and outputs a decoding result signal. It outputs to the line and selectively activates the AND circuits 105 and 106 to output the bus use request from the micro.

【0019】切替器104 にはアドレスデコーダ103 のデ
コード結果の信号線と、データバス調停部(図示せず)
から返却されるデータバス使用許可信号線と、割込みバ
ス調停部2から返却される割込みバス使用許可信号線1
3-1とが接続される。
The switch 104 includes a signal line of a decoding result of the address decoder 103 and a data bus arbitration unit (not shown).
Data bus enable signal line returned from the interrupt bus arbitration signal line 1 returned from the interrupt bus arbitration unit 2
3-1 is connected.

【0020】2つの双方向バッファ101 及び102 は、夫
々データバス使用許可信号、割込みバス使用許可信号を
受領した時のみマイクロプロセッサ100 が指示する方向
にイネーブル状態となる。それ以外の場合、双方向共に
ハイ・インピーダンスとなる。
The two bidirectional buffers 101 and 102 are enabled in the directions instructed by the microprocessor 100 only when the data bus use permission signal and the interrupt bus use permission signal are received, respectively. In other cases, the impedance becomes high in both directions.

【0021】次に、かかる構成とされた本例のシステム
の動作を詳細に説明する。
Next, the operation of the system of this example having such a configuration will be described in detail.

【0022】マイクロプロセッサ100 が他のプロセッサ
部2内の割込み受付けFFに“1”を書込む場合、アド
レスデコーダ103 は、マイクロプロセッサ100 から出力
されたアドレスが割込みバス3宛てであることを判断
し、マイクロプロセッサ100 から出力されるバス使用要
求信号を、積算回路を介して割込みバス使用要求信号線
12-1に伝達させる。割込みバス調停部400 が割込みバ
ス使用許可信号線を“1”にすると、切替器104 はアド
レスデコーダ103 の出力信号によりマイクロプロセッサ
100 にバス使用許可信号を伝達する。
When the microprocessor 100 writes "1" to the interrupt acceptance FF in the other processor section 2, the address decoder 103 determines that the address output from the microprocessor 100 is addressed to the interrupt bus 3. The bus use request signal output from the microprocessor 100 is transmitted to the interrupt bus use request signal line 12-1 via the integrating circuit. When the interrupt bus arbitration unit 400 sets the interrupt bus use permission signal line to “1”, the switching unit 104 receives the output signal of the address decoder 103 from the microprocessor.
Transmit bus enable signal to 100.

【0023】この後、マイクロプロセッサ100 は、プロ
セッサ部1内の割込み受付けFF12に“1”を書込
む。また、プロセッサ部1が、自プロセッサ部内の割込
み受付けFFに“0”を書込む場合も上記と同様の動作
となる。
Thereafter, the microprocessor 100 writes "1" in the interrupt reception FF 12 in the processor section 1. Also, when the processor unit 1 writes "0" in the interrupt acceptance FF in its own processor unit, the same operation as above is performed.

【0024】次に、プロセッサ部1が割込み受付けFF
の代りに、1ビットの制御ビットを持つ割込み受付けレ
ジスタを、各プロセッサ部内に備える場合の構成例につ
いて説明する。図3は本発明による情報処理システムの
第3の実施例の構成を示すブロック図である。図におい
て、本システムは同一構成とされたプロセッサ部1〜N
を含んで構成されているが、以下はプロセッサ部1に着
目して説明する。プロセッサ部1内の割込み受付けレジ
スタ14は、割込みバス3に接続され、レジスタ内の制
御ビットを除く他のビットは自プロセッサ部内のマイク
ロプロセッサ100 に接続されている。
Next, the processor unit 1 causes the interrupt acceptance FF
A configuration example in which an interrupt acceptance register having one control bit is provided in each processor unit instead of the above will be described. FIG. 3 is a block diagram showing the configuration of the third embodiment of the information processing system according to the present invention. In the figure, this system has the same configuration as processor units 1 to N.
However, the following description focuses on the processor unit 1. The interrupt acceptance register 14 in the processor unit 1 is connected to the interrupt bus 3, and the other bits except the control bit in the register are connected to the microprocessor 100 in the own processor unit.

【0025】ここで、割込み受付けレジスタ14は、図
4に示されているように、1個の制御ビットの他、N−
1個の割込み保持ビット41〜4(N−1)を含んで構
成されている。また、図中の左側が割込みバス30に接
続され、図中の右側がマイクロプロセッサ100 に接続さ
れる。図から明らかなように制御ビットを保持するため
のビットは設けなくても良い。
Here, the interrupt acceptance register 14 has, as shown in FIG. 4, one N-bit as well as one control bit.
It is configured to include one interrupt holding bit 41 to 4 (N-1). The left side of the figure is connected to the interrupt bus 30, and the right side of the figure is connected to the microprocessor 100. As is clear from the figure, the bit for holding the control bit may not be provided.

【0026】次に、図3及び図4の様に構成された本例
のシステムの動作について、上述の第1の実施例(図
1)と異なる部分を中心として詳細に説明する。なお、
ここではプロセッサ部2がプロセッサ部1に対して割込
みをおこす場合の動作について説明する。
Next, the operation of the system of the present example configured as shown in FIGS. 3 and 4 will be described in detail focusing on the part different from the first embodiment (FIG. 1) described above. In addition,
Here, the operation when the processor unit 2 interrupts the processor unit 1 will be described.

【0027】プロセッサ部2は、割込みバス30の使用
許可を割込みバス調停部400 より受領するとプロセッサ
部1内の割込み受付けレジスタ14宛てのアドレスを出
力すると共に、データとして“1100…0”を出力す
る。そのデータは図4に示されている割込み受付けレジ
スタ14に図中上から順に保持される。この場合、制御
ビットが“1”であるため、割込み受付けレジスタ14
の割込み保持ビット41のみに“1”が書込まれ、他の
ビットは変化しない。
When the processor unit 2 receives permission to use the interrupt bus 30 from the interrupt bus arbitration unit 400, it outputs an address addressed to the interrupt acceptance register 14 in the processor unit 1 and outputs "1100 ... 0" as data. .. The data is held in the interrupt acceptance register 14 shown in FIG. 4 in order from the top of the drawing. In this case, since the control bit is “1”, the interrupt acceptance register 14
"1" is written only in the interrupt holding bit 41 of 1 and other bits remain unchanged.

【0028】すなわち、図4中のレジスタ14の制御ビ
ットへの信号線が“1”、割込み保持ビット41への信
号線が“1”であるため、アンド回路61の出力及びオ
ア回路51の出力が“1”となり、割込み保持ビット4
1に“1”が書込まれる。このとき、インバータ71以
外のインバータの出力は“1”であるが、アンド回路6
1以外のアンド回路の出力は“0”であるため、割込み
保持ビット41以外の割込み保持ビットは“0”とな
る。
That is, since the signal line to the control bit of the register 14 in FIG. 4 is "1" and the signal line to the interrupt holding bit 41 is "1", the output of the AND circuit 61 and the output of the OR circuit 51. Becomes "1" and interrupt hold bit 4
"1" is written in 1. At this time, the outputs of the inverters other than the inverter 71 are "1", but the AND circuit 6
Since the outputs of the AND circuits other than 1 are "0", the interrupt holding bits other than the interrupt holding bit 41 are "0".

【0029】逆にマイクロプロセッサ100 がその割込み
を受付けた時にはデータとして、“010…0”を出力
する。この場合、レジスタ14のうち割込み保持ビット
41のみに“0”が書込まれ、他のビットは変化しな
い。
Conversely, when the microprocessor 100 receives the interrupt, it outputs "010 ... 0" as data. In this case, "0" is written only in the interrupt holding bit 41 of the register 14, and the other bits remain unchanged.

【0030】すなわち、図4中のレジスタ14の制御ビ
ットへの信号線が“0”、割込み保持ビット41への信
号線が“1”であるため、アンド回路61及び62の出
力は共に“0”となる。よって、オア回路51の出力が
“0”となり、割込み保持ビット41に“0”が書込ま
れる。このとき、インバータ71以外のインバータの出
力は“1”であるが、全てのアンド回路の出力は“0”
であるため、割込み保持ビット41以外の割込み保持ビ
ットは“0”のままである。
That is, since the signal line to the control bit of the register 14 in FIG. 4 is "0" and the signal line to the interrupt holding bit 41 is "1", the outputs of the AND circuits 61 and 62 are both "0". "It becomes. Therefore, the output of the OR circuit 51 becomes "0", and "0" is written in the interrupt holding bit 41. At this time, the outputs of the inverters other than the inverter 71 are "1", but the outputs of all the AND circuits are "0".
Therefore, the interrupt holding bits other than the interrupt holding bit 41 remain "0".

【0031】上記の処理が必要な理由は、各マイクロプ
ロセッサが割込み受付けレジスタを更新するために割込
みバス30を2回使用し、その1回目(読出し)と2回
目(書込み)との間に他のマイクロプロセッサが同じ割
込み受付けレジスタの更新をすることを避けるためであ
る。
The reason why the above processing is necessary is that each microprocessor uses the interrupt bus 30 twice to update the interrupt acceptance register, and there is a difference between the first time (reading) and the second time (writing). This is to prevent the microprocessor of the above from updating the same interrupt acceptance register.

【0032】したがって、割込みバス30を2回使用す
る間、他のマイクロプロセッサが割込みバス30を使え
ないようにバスをホールドしても効果は同じである。そ
の場合、割込み調停部400 はバスホールド信号を受付け
てバス使用許可信号を送出した後は、そのバスホールド
信号が出力されなくなるまで次のバス調停を行わないよ
うに制御すれば良い。
Therefore, while the interrupt bus 30 is used twice, the effect is the same even if the bus is held so that another microprocessor cannot use the interrupt bus 30. In that case, after the bus arbitration unit 400 receives the bus hold signal and sends out the bus use permission signal, the interrupt arbitration unit 400 may be controlled not to perform the next bus arbitration until the bus hold signal is no longer output.

【0033】以上のように第1〜第3の実施例において
は、割込み信号専用のバスを設け、これを介して割込み
先のプロセッサ部にある割込み受付けFF又は割込み受
付けレジスタに“1”を書込むことにより割込みをおこ
す方式としたので、先述の従来方式に比べて割込み信号
線数の大幅な削減が可能となり、またデータバスを占有
しないためプロセッシングユニットの性能も低下しな
い。
As described above, in the first to third embodiments, the bus dedicated to the interrupt signal is provided, and "1" is written in the interrupt receiving FF or the interrupt receiving register in the processor unit of the interrupt destination via this bus. Since an interrupt is generated by plugging in, the number of interrupt signal lines can be significantly reduced as compared with the conventional method described above, and the performance of the processing unit does not deteriorate because the data bus is not occupied.

【0034】[0034]

【発明の効果】以上説明したように本発明は、割込み信
号を伝達するための専用バスを設けることにより、信号
線が増大せず、また割込み頻度が高くなってもシステム
の性能は低下しないという効果がある。
As described above, according to the present invention, by providing the dedicated bus for transmitting the interrupt signal, the number of signal lines does not increase, and the system performance does not deteriorate even if the interrupt frequency increases. effective.

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

【図1】本発明の第1の実施例による情報処理システム
の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of an information processing system according to a first embodiment of the present invention.

【図2】本発明の第2の実施例による情報処理システム
の構成を示すブロック図である。
FIG. 2 is a block diagram showing a configuration of an information processing system according to a second embodiment of the present invention.

【図3】本発明の第3の実施例による情報処理システム
の構成を示すブロック図である。
FIG. 3 is a block diagram showing a configuration of an information processing system according to a third embodiment of the present invention.

【図4】図3中の割込み受付けレジスタの構成を示すブ
ロック図である。
4 is a block diagram showing a configuration of an interrupt acceptance register in FIG.

【図5】従来の情報処理システムの構成を示すブロック
図である。
FIG. 5 is a block diagram showing a configuration of a conventional information processing system.

【図6】従来の情報処理システムの構成を示すブロック
図である。
FIG. 6 is a block diagram showing a configuration of a conventional information processing system.

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

1〜N プロセッサ部 30 割込み信号専用バス 100 マイクロプロセッサ 400 バス調停部 1 to N processor part 30 interrupt signal dedicated bus 100 microprocessor 400 bus arbitration part

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 割込み信号を、相互に他プロセッサとの
間で入出力する複数のプロセッサ部と、前記割込み信号
を伝達するための割込み信号専用バスと、このバスの調
停を行うバス調停部とを有することを特徴とする情報処
理システム。
1. A plurality of processor units for inputting / outputting an interrupt signal to / from another processor, a bus dedicated to an interrupt signal for transmitting the interrupt signal, and a bus arbitration unit for arbitrating the bus. An information processing system comprising:
JP25313991A 1991-09-04 1991-09-04 Information processing system Pending JPH0561812A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25313991A JPH0561812A (en) 1991-09-04 1991-09-04 Information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25313991A JPH0561812A (en) 1991-09-04 1991-09-04 Information processing system

Publications (1)

Publication Number Publication Date
JPH0561812A true JPH0561812A (en) 1993-03-12

Family

ID=17247057

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25313991A Pending JPH0561812A (en) 1991-09-04 1991-09-04 Information processing system

Country Status (1)

Country Link
JP (1) JPH0561812A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008192128A (en) * 2007-01-11 2008-08-21 Sony Corp Information processor, information processing method and computer program
US8645668B2 (en) 2007-01-11 2014-02-04 Sony Corporation Information processing apparatus, information processing method and computer program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008192128A (en) * 2007-01-11 2008-08-21 Sony Corp Information processor, information processing method and computer program
US8645668B2 (en) 2007-01-11 2014-02-04 Sony Corporation Information processing apparatus, information processing method and computer program

Similar Documents

Publication Publication Date Title
US6557069B1 (en) Processor-memory bus architecture for supporting multiple processors
US6526469B1 (en) Bus architecture employing varying width uni-directional command bus
US6883053B2 (en) Data transfer control circuit with interrupt status register
US6766386B2 (en) Method and interface for improved efficiency in performing bus-to-bus read data transfers
JPH10143466A (en) Bus communication system
US7054979B2 (en) Method and apparatus for routing configuration accesses from a primary port to a plurality of secondary ports
US6820158B1 (en) Method and apparatus for a configuration ring
JPS6242306B2 (en)
EP0344677B1 (en) Microprocessor system
US6034545A (en) Macrocell for data processing circuit
JPH0561812A (en) Information processing system
US7433989B2 (en) Arbitration method of a bus bridge
JP3620173B2 (en) Address conversion circuit and multiprocessor system
US6324615B1 (en) Data processor
JP3511804B2 (en) Communication terminal device
KR910010137B1 (en) Direct memory access controller
JP2000076199A (en) Multiprocessor device provided with debugging terminal
JP2820054B2 (en) Bus interface device
JP3615264B2 (en) Information processing device
JP3473746B2 (en) Data transmission / reception circuit
KR20050067324A (en) Interface device between master/slave devices and method thereof
JPS6232517B2 (en)
JPH06332842A (en) Direct memory access control circuit
JPH09120377A (en) Bus connection control circuit
JP2000172627A (en) Interrupt control circuit