JPH0553999A - Inter-cpu interruption controller - Google Patents
Inter-cpu interruption controllerInfo
- Publication number
- JPH0553999A JPH0553999A JP21778891A JP21778891A JPH0553999A JP H0553999 A JPH0553999 A JP H0553999A JP 21778891 A JP21778891 A JP 21778891A JP 21778891 A JP21778891 A JP 21778891A JP H0553999 A JPH0553999 A JP H0553999A
- Authority
- JP
- Japan
- Prior art keywords
- interrupt
- cpu
- interruption
- register
- level
- 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
Links
Landscapes
- Multi Processors (AREA)
- Bus Control (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明はレーザ加工機用数値制御
装置などに利用されるもので、機器内で複数のCPUを
使用し、各CPU間の情報のやり取りの実行に割込みを
使用する構成における複数CPU間の割込み制御装置に
関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention is used in a numerical control device for a laser beam machine, etc., and uses a plurality of CPUs in the equipment, and uses an interrupt to execute information exchange between the CPUs. And an interrupt control device between a plurality of CPUs.
【0002】[0002]
【従来の技術】近年マイクロコンピュータを使用した機
器においては、機器内の情報量の増加と処理の高速性が
要望されるようになり、複数のCPUを使用して各CP
Uに個別に特徴をもった機能を任せ、各CPU間で情報
のやり取りを行なわせて全体のシステムを構成する分散
型システムが増えてきている。2. Description of the Related Art In recent years, in devices using microcomputers, an increase in the amount of information in the devices and a high processing speed are demanded, and a plurality of CPUs are used to control each CP.
There is an increasing number of distributed systems in which the U is individually assigned a function having a characteristic and information is exchanged between the CPUs to configure the entire system.
【0003】このような分散型システムのマイクロコン
ピュータを用いた機器において、各CPU間の情報のや
りとりを大量かつ高速に行うためのシステムとして、図
1に示すものが知られている。In a device using such a distributed system microcomputer, a system shown in FIG. 1 is known as a system for exchanging information between CPUs in a large amount at high speed.
【0004】図1に示す従来例は、各CPU5に対し設
けられた割込み制御装置が、割込みを発生させるための
割込み発生部9と、他のCPU5から発生された割込み
を受信するための割込み受信部10とを備えている。こ
の割込み受信部10は、図2に示すように、相手方のす
べてのCPU5の割込み発生に対応できるよう多数の割
込みフラグ16で構成される割込み受信レジスタ15
と、自らのCPU5に割込み要求を発生する割込み要求
部17とから構成されている。又前記割込み発生部9
は、相手方のすべてのCPU5の割込み受信に対応でき
るよう多数の各CPU別の割込み発生部を有し、図2に
示すように、各CPU別の割込み発生部とこれに対応す
る各割込みフラグ16とが1対1対応で、割込み要求線
13で接続されている。In the conventional example shown in FIG. 1, an interrupt control device provided for each CPU 5 receives an interrupt generation unit 9 for generating an interrupt and an interrupt reception for receiving an interrupt generated by another CPU 5. And a section 10. As shown in FIG. 2, the interrupt receiving unit 10 includes an interrupt receiving register 15 including a large number of interrupt flags 16 so as to be able to respond to the interrupt generation of all the CPUs 5 of the other party.
And an interrupt request unit 17 which issues an interrupt request to its own CPU 5. Also, the interrupt generation unit 9
Has a large number of interrupt generation units for each CPU so as to be able to handle the interrupt reception of all the CPUs 5 of the other party. As shown in FIG. 2, the interrupt generation units for each CPU and the interrupt flags 16 corresponding thereto are provided. And are in a one-to-one correspondence, and are connected by the interrupt request line 13.
【0005】しかしこの従来例によれば、CPU5間の
割込み通信を行なうCPU5の数が増えてくると、割込
み要求線13の数が幾何級数的に増大する。However, according to this conventional example, when the number of CPUs 5 for performing interrupt communication between the CPUs 5 increases, the number of interrupt request lines 13 increases geometrically.
【0006】すなわちCPU5の数をMとすると、割込
み要求線13の数Wは式(1)のように示される。That is, assuming that the number of CPUs 5 is M, the number W of interrupt request lines 13 is represented by the equation (1).
【0007】W=M×(M 1)・・・・・・(1) 図3の(a)にはCPU5の数が4個の場合を示してい
るが、この場合には割込み要求線13の数は12本とな
る。又図3の(b)にはCPU5の数が5個の場合を示
しているが、この場合には割込み要求線13の数は20
本となる。W = M × (M 1) (1) FIG. 3A shows the case where the number of CPUs 5 is four. In this case, the interrupt request line 13 Will be 12. Further, FIG. 3B shows a case where the number of CPUs 5 is 5, but in this case, the number of interrupt request lines 13 is 20.
It will be a book.
【0008】上記の場合は割込みレベルを考慮しない場
合であったが、実際には割込みレベルを考慮しなければ
ならない場合の方が多く、N段階の割込みレベルが存在
する場合には、割込み要求線13の数Wは式(2)のよ
うに示される。In the above case, the interrupt level was not taken into consideration, but in many cases the interrupt level must actually be taken into consideration. If there are N levels of interrupt levels, the interrupt request line The number W of 13 is expressed as in equation (2).
【0009】 W=N×M×(M 1)・・・・・・(2) 従って、例えばCPU5の数が4個、割込みレベルが7
段階である場合には、割込み要求線13の数が、84本
にもなってしまう。このように上記従来例は、CPU5
の数が増大すると割込み要求線13の数が極端に増大
し、特に、CPU5の増大に加え、割込みレベル数が大
きくなると、これに対応することが事実上不可能になる
という問題を有している。W = N × M × (M 1) (2) Therefore, for example, the number of CPUs 5 is 4 and the interrupt level is 7
In the stage, the number of interrupt request lines 13 becomes 84. As described above, in the conventional example described above, the CPU 5
The number of interrupt request lines 13 increases extremely as the number of interrupts increases, and in particular, when the number of interrupt levels increases in addition to the increase in the CPU 5, there is a problem that it is practically impossible to deal with this. There is.
【0010】このような問題点を解消した従来例とし
て、図4、図5に示す従来例がある。As a conventional example that solves such a problem, there are conventional examples shown in FIGS.
【0011】この従来例は、割込む側のCPUが割込み
先のCPUのローカルバスの占有権を獲得し、割込み情
報を格納することでCPU間の割込みを行なうものであ
る。In this conventional example, the interrupting CPU obtains the exclusive right of the local bus of the interrupt destination CPU and stores the interrupt information to perform the interrupt between the CPUs.
【0012】図4に示すように各CPU21に対応し
て、バス制御部18、バッファ19、メモリ22、割込
み制御部23、I/O24、CPU間割込み制御装置2
5が設けられている。前記CPU間割込み制御装置25
は、図5に示すように、CPU毎に個別の割込みフラグ
の構成をとる割込み格納部30をもつ割込みレジスタ2
9と、割込み要求部31とから構成される。割込みレジ
スタ29の内部構造は表1に示すようになっている。表
2は割込みレジスタ29内の割込みフラングの状態遷移
表である。図6は割込みレジスタ29と割込み要求部3
1の回路構成の1例を示したものである。As shown in FIG. 4, corresponding to each CPU 21, a bus control unit 18, a buffer 19, a memory 22, an interrupt control unit 23, an I / O 24, and an inter-CPU interrupt control device 2 are provided.
5 are provided. Inter-CPU interrupt controller 25
Is an interrupt register 2 having an interrupt storage unit 30 having an individual interrupt flag configuration for each CPU, as shown in FIG.
9 and an interrupt request unit 31. The internal structure of the interrupt register 29 is shown in Table 1. Table 2 is a state transition table of the interrupt flag in the interrupt register 29. FIG. 6 shows the interrupt register 29 and the interrupt request unit 3.
1 shows an example of a circuit configuration of 1.
【0013】[0013]
【表1】 [Table 1]
【0014】[0014]
【表2】 [Table 2]
【0015】又図4、図5に示すように、各CPU21
のローカル上にある前記割込みレジスタ29に個別にア
クセスすることを管理する管理情報を格納する共通メモ
リ20を備えている。この共通メモリ20は割込みレジ
スタ用アクセス制御格納部32を有している。このアク
セス制御格納部32は、表3に示すように、各割込みレ
ジスタ29に対応するセマフォフラグを備えている。As shown in FIGS. 4 and 5, each CPU 21
There is provided a common memory 20 for storing management information for managing the individual access to the interrupt register 29 which is locally present. The common memory 20 has an interrupt register access control storage unit 32. The access control storage unit 32, as shown in Table 3, has a semaphore flag corresponding to each interrupt register 29.
【0016】[0016]
【表3】 [Table 3]
【0017】次に上記従来例のCPU間の割込み動作を
説明する。各CPU21に付設されたCPU間割込み制
御装置25の割込みレジスタ29は、他のCPU21の
すべてに対応した割込みフラグを持っているため、各C
PU21からのアクセスが混在するおそれがある。この
ため、他のCPU21による割込み発生処理、自らのC
PU21による割込み受信処理における割込みレジスタ
29への読出し、書込みの一連のアクセスを保証する必
要があり、この保証のために、共通メモリ20上のアク
セス制御格納部32は、各CPU21の割込みレジスタ
29のアクセス権を個別に管理するために割込みレジス
タ29の数だけセマフォフラグを持つように構成され、
これによりアクセス権の制御を行なっている。Next, the interrupt operation between the CPUs of the above conventional example will be described. Since the interrupt register 29 of the inter-CPU interrupt control device 25 attached to each CPU 21 has an interrupt flag corresponding to all the other CPUs 21, each C
Access from the PU 21 may be mixed. For this reason, the interrupt generation processing by the other CPU 21 and its own C
It is necessary to guarantee a series of read and write access to the interrupt register 29 in the interrupt reception processing by the PU 21, and for this guarantee, the access control storage unit 32 on the common memory 20 stores the interrupt register 29 of each CPU 21. In order to individually manage the access right, it is configured to have semaphore flags for the number of interrupt registers 29,
This controls the access right.
【0018】図7は上記アクセス権の制御を示すフロー
チャートである。割込みを要求するCPUは、共通メモ
リ20上の割込みレジスタ用アクセス制御格納部32に
アクセスし、相手方のCPUの割込みレジスタ29に対
応するセマフォフラグが“0”であるか否かを判定し、
これが“1”のときは他のCPUがアクセス権を獲得し
ているので、他のCPUのアクセス権の解放を待つ(ス
テップ#1)。これが“0”のときは前記対応するセマ
フォフラグに“1”を書込んでアクセス権を獲得し、こ
れを他のCPUに知らせる(ステップ#2)。そして対
応する割込みレジスタ29への一連の処理を行い(ステ
ップ#3)、その後直ちに前記セマフォフラグを“0”
にし、アクセス権を解放する(ステップ#4)。FIG. 7 is a flowchart showing the control of the access right. The CPU requesting the interrupt accesses the interrupt register access control storage unit 32 on the common memory 20, determines whether the semaphore flag corresponding to the interrupt register 29 of the other CPU is “0”,
When this is "1", the other CPU has acquired the access right, and therefore waits for the release of the access right of the other CPU (step # 1). When it is "0", "1" is written in the corresponding semaphore flag to acquire the access right, and this is notified to the other CPU (step # 2). Then, a series of processing to the corresponding interrupt register 29 is performed (step # 3), and immediately thereafter, the semaphore flag is set to "0".
To release the access right (step # 4).
【0019】図8は、i番目のCPU(CPU−i)か
らj番目のCPU(CPU−j)への割込みを行なう際
のフローチャートを示している。割込みを要求するCP
U−iは、先ず相手側のCPU−jの割込みレジスタ2
9に対応するセマフォフラグに対し、アクセス権制御の
フローに従ってアクセス権を獲得する(ステップ#1
1、#12)。次いでCPU−iがCPU−jのローカ
ルエリアにある割込みレジスタ29にアクセスし、その
内容を読出し、次いで自らのCPU−i用の割込みフラ
グのみを“1”に変更する(ステップ#13、#1
4)。その情報をもとに割込み要求部31がCPU−j
に対して割込み制御部23を介して割込み要求を行なう
(図5参照、ステップ#16)。同時にCPU−iは前
記セマフォフラグを“0”にし、前記割込みレジスタ2
9へのアクセス権の解放を行う(ステップ#15)。FIG. 8 shows a flow chart when the interrupt from the i-th CPU (CPU-i) to the j-th CPU (CPU-j) is performed. CP requesting an interrupt
U-i is the interrupt register 2 of the CPU-j on the other side.
The access right is acquired for the semaphore flag corresponding to 9 according to the access right control flow (step # 1).
1, # 12). Next, the CPU-i accesses the interrupt register 29 in the local area of the CPU-j, reads the contents, and then changes only its own interrupt flag for the CPU-i to "1" (steps # 13, # 1).
4). Based on this information, the interrupt request unit 31 determines that the CPU-j
An interrupt request is issued via the interrupt controller 23 (see FIG. 5, step # 16). At the same time, the CPU-i sets the semaphore flag to "0", and the interrupt register 2
The access right to 9 is released (step # 15).
【0020】割込みを要求された側のCPU−jは、割
込み要求を認識し、現行処理の中断処理を行い(ステッ
プ#17、#18)、次いで共通メモリ20内にあるC
PU−jの割込みレジスタ用のセマフォフラグに対して
アクセス権制御のフロー(図7参照)に従ってアクセス
権を獲得する(ステップ#19、#20)。そして前記
割込みレジスタ29を読出すことにより、割込みを要求
してきたCPU−iを認識する(ステップ#21、#2
2)。さらに割込みを要求してきたCPU−iに対応す
る割込みフラグのみを“0”に変更して割込み要因を初
期化する(ステップ#23、#24)。最後にCPU−
jの割込みレジスタ用セマフォフラグを“0”として、
割込みレジスタのアクセス権の解放を行い、その割込み
に対応した処理を実行した後、割込み処理からの復帰処
理を行なう(ステップ#25、#26、#27)。The CPU-j on the side requested to interrupt recognizes the interrupt request, interrupts the current process (steps # 17, # 18), and then C in the common memory 20.
The access right is acquired in accordance with the access right control flow (see FIG. 7) for the semaphore flag for the interrupt register of PU-j (steps # 19, # 20). Then, by reading the interrupt register 29, the CPU-i requesting the interrupt is recognized (steps # 21 and # 2).
2). Further, only the interrupt flag corresponding to the CPU-i which has requested the interrupt is changed to "0" to initialize the interrupt factor (steps # 23, # 24). Finally CPU-
Set the interrupt register semaphore flag of j to "0",
The access right of the interrupt register is released, the process corresponding to the interrupt is executed, and then the process of returning from the interrupt process is executed (steps # 25, # 26, # 27).
【0021】なお、図7、図8において、aで示す処理
は分断を禁止するアクセスであり、これをハードウェア
的に保証する必要がある。このための1方法として、T
AS(テストアンドセット)命令を持つことにより分断
禁止を保証する方法がある。In FIG. 7 and FIG. 8, the processing indicated by a is access that prohibits division, and it is necessary to guarantee this in terms of hardware. As one method for this, T
There is a method of guaranteeing division prohibition by having an AS (test and set) instruction.
【0022】又bで示す処理は、図7のアクセス権制御
フローを示している。The process indicated by b shows the access right control flow of FIG.
【0023】[0023]
【発明が解決しょうとする課題】図5に示す従来例は、
上記のように他のCPUによる割込み発生処理、自らの
CPUによる割込み受信処理に関する一連のアクセスを
保証するために、共通メモリ上にアクセス制御格納部を
設け、このアクセス制御格納部を各CPUのローカルの
割込みレジスタに個別に対応したセマフォフラグで構成
し、前記アクセス権制御フローを行なう必要があった。
そしてこのアクセス権制御フローは、複雑であると共に
処理時間が長くなるという問題があった。The conventional example shown in FIG.
As described above, in order to guarantee a series of accesses relating to interrupt generation processing by another CPU and interrupt reception processing by its own CPU, an access control storage unit is provided on the common memory, and this access control storage unit is local to each CPU. It was necessary to configure the interrupt register of semaphore flag individually and perform the access right control flow.
The access right control flow is complicated and the processing time is long.
【0024】又CPUの数をM個とし、割込みレベルを
N段階とすると、前記セマフォフラグの数は(M×N)
個となり、その数は極端に増大して、アクセス権の管理
が複雑になってしまうという問題もあった。If the number of CPUs is M and the interrupt level is N stages, the number of semaphore flags is (M × N).
There is also a problem that the number of individuals becomes extremely large, and the management of access rights becomes complicated.
【0025】なお、図5に示す割込みレジスタ用アクセ
ス制御格納部32を省略し、図8にbで示すアクセス権
制御フローを省略すると、次のような不都合が生じる。If the interrupt register access control storage unit 32 shown in FIG. 5 is omitted and the access right control flow shown in FIG. 8B is omitted, the following inconvenience occurs.
【0026】図9は、このような場合においてCPU−
2が割込み要求を発生させたときの、受信側CPUに付
設されたCPU間割込み制御装置における割込みレジス
タ内の割込みフラグの遷移を表わしている。図9に示す
場合は、P、Qで示す期間、他のCPUによるアクセス
の禁止が保証されてCPU−2のみの割込み要求が発生
した場合であるので、正常な処理が行なわれている。し
かし前記P、Qをハードウェア的に保証することは困難
であり、これが保証されない場合は複数のCPUの割込
み要求が混在して、図10及び図11に示すように正常
な処理が行なわれない事態を招く。FIG. 9 shows the CPU-
2 shows the transition of the interrupt flag in the interrupt register in the inter-CPU interrupt control device attached to the receiving CPU when the interrupt request is generated. In the case shown in FIG. 9, since the prohibition of access by the other CPUs is guaranteed and the interrupt request of only the CPU-2 occurs during the period shown by P and Q, normal processing is performed. However, it is difficult to guarantee P and Q by hardware, and if this is not guaranteed, interrupt requests from a plurality of CPUs are mixed and normal processing is not performed as shown in FIGS. 10 and 11. Cause a situation.
【0027】図10は、CPU−2とCPU−Mとが同
一の割込みレジスタに対して割込みを要求した場合を示
す。この場合図9に示すPの禁止期間が保証されず、C
PU−2及び、これに続いてCPU−Mが割込みレジス
タを読出し、その後にCPU−2がCPU−2用フラグ
に“1”を書き込んだ後に、CPU−MがCPU−2用
フラグを“0”とし、CPU−M用フラグに“1”を書
き込むことになり、CPU−2の割込み要求が消滅して
しまうという不都合が生ずる。FIG. 10 shows a case where the CPU-2 and the CPU-M request an interrupt to the same interrupt register. In this case, the prohibited period of P shown in FIG.
The PU-2 and subsequently the CPU-M read the interrupt register, and after that, the CPU-2 writes "1" to the CPU-2 flag, and then the CPU-M sets the CPU-2 flag to "0". “1” is written in the CPU-M flag, which causes a disadvantage that the interrupt request of the CPU-2 disappears.
【0028】図11は、受信CPUがCPU−2からの
割込みを認識している間にCPU−Mから割込み要求が
発生した場合を示す。この場合は図9に示すQの禁止期
間が保証されず、受信CPU及び、これに続いてCPU
−Mが割込みレジスタを読出し、その後に受信CPUが
CPU−2用フラグを“0”に変更して割込み要因を初
期化するが、次いでCPU−MがCPU−2用フラグ及
びCPU−M用フラグに“1”を書き込む結果、CPU
−2用フラグが“1”に復帰し、二重に割込みが発生す
るという不都合が生ずる。FIG. 11 shows a case where an interrupt request is issued from CPU-M while the receiving CPU recognizes the interrupt from CPU-2. In this case, the prohibited period of Q shown in FIG. 9 is not guaranteed, and the receiving CPU and the CPU subsequent to this are not guaranteed.
-M reads the interrupt register, and then the receiving CPU changes the CPU-2 flag to "0" to initialize the interrupt factor. Then, CPU-M causes the CPU-2 flag and the CPU-M flag. As a result of writing "1" to the CPU
The -2 flag is reset to "1", which causes a double interruption.
【0029】本発明は上記従来例の問題点を解消すると
共に、複数の割込みレベルまで対応が可能となるCPU
間割込み制御装置を提供することを目的とする。The present invention solves the above-mentioned problems of the conventional example and enables a CPU up to a plurality of interrupt levels.
An object is to provide an inter-interruption control device.
【0030】[0030]
【課題を解決するための手段】本発明は上記目的を達成
するため、機器内で複数のCPUを有し、割込みをかけ
るCPUが割込みを受けるCPUのローカルバスのバス
占有権を獲得して割込みを行うシステムにおける各CP
Uに付設されたCPU間割込み制御装置において、割込
みをかけるCPUが同一で割込みを受けるCPU側の各
割込みレベルの割込みフラグを持つ割込み格納部と、割
込み格納部への格納を管理するアクセス制御部とから構
成された割込みレジスタを、割込みをかけるCPUの夫
々に対応しかつその対応数だけ備え、各CPU毎の割込
み格納部の内容を割込みを受けるCPU側の割込みレベ
ル毎に一括して読出すことができる割込み要因レジスタ
を、各レベルに対応しかつその対応数だけ備え、前記割
込みレジスタの割込み格納部の情報をもとにCPUに対
して割込みの要求をレベル別に要求する割込み要求部を
備え、前記複数の割込みレジスタ及び前記複数の割込み
要因レジスタの中から1つを選択してアクセス可能な状
態とするアドレスデコーダを備え、前記割込みレジスタ
を、割込みをかけるCPU毎にアクセスし、割込みをか
けるCPUに対応した前記割込みレジスタ内のアクセス
制御部の情報により前記割込み格納部に対する格納動作
を管理するように構成したことを特徴とする。In order to achieve the above object, the present invention has a plurality of CPUs in a device, and the interrupting CPU acquires the bus exclusive right of the local bus of the CPU that receives the interrupt and interrupts. CP in the system
In an inter-CPU interrupt control device attached to U, an interrupt storage unit having an interrupt flag of each interrupt level on the CPU side where the interrupting CPU is the same, and an access control unit managing storage in the interrupt storage unit An interrupt register composed of and is provided corresponding to each of the CPUs that make interrupts and provided by the corresponding number, and the contents of the interrupt storage unit of each CPU are read out collectively for each interrupt level of the CPU that receives the interrupt. It is provided with an interrupt factor register that can handle each level and is provided with the corresponding number of interrupt factor registers, and an interrupt request unit that requests an interrupt request for each level from the CPU based on the information in the interrupt storage unit of the interrupt register. , An address for selecting one of the plurality of interrupt registers and the plurality of interrupt factor registers to make it accessible A coder is provided, and the interrupt register is configured to be accessed for each CPU that issues an interrupt, and the storage operation for the interrupt storage unit is managed by the information of the access control unit in the interrupt register that corresponds to the CPU that issues the interrupt. It is characterized by
【0031】[0031]
【作用】本発明によれば、割込みをかけるCPU(送信
CPU)毎の割込みレジスタにアクセス制御格納部(セ
マフォフラグ)を持っているため、前記セマフォフラグ
を使用して自らの割込みレジスタ内の割込み格納部に対
するアクセス権の制御フローを行なうことができ、図5
に示す従来例のように共通メモリ上にアクセス制御格納
部を配置する必要がなくなる。According to the present invention, since an interrupt control register (semaphore flag) is provided in the interrupt register of each CPU (transmission CPU) that issues an interrupt, an interrupt in its own interrupt register is made by using the semaphore flag. The control flow of the access right to the storage unit can be performed, and FIG.
There is no need to arrange the access control storage unit on the common memory as in the conventional example shown in FIG.
【0032】又同一の割込みレジスタ内にセマフォフラ
グがあるため、アクセス権の制御フローの中の、セマフ
ォフラグを“0”にしてアクセス権の解放の処理を行な
う動作を割込みレジスタへの割込み発生処理、又は割込
み初期化処理と同時に行えるようになるので、割込み処
理を簡略化できる。Since there is a semaphore flag in the same interrupt register, the operation of releasing the access right by setting the semaphore flag to "0" in the access right control flow is executed as an interrupt generation process to the interrupt register. Alternatively, since it can be performed simultaneously with the interrupt initialization process, the interrupt process can be simplified.
【0033】更に割込みレジスタがCPU別に分れてい
るため、送信CPUが割込みレベル別の割込み発生を管
理することにより、1つの割込みレジスタへのアクセス
の競合をなくすことができると共に、割込み要因レジス
タが割込みレベル別に分れているため、割込みを受ける
CPU(受信CPU)が該当レベルの割込み要因レジス
タから割込み要因を容易に認識することができる。Further, since the interrupt register is divided for each CPU, the transmitting CPU manages the interrupt generation for each interrupt level, so that the contention of access to one interrupt register can be eliminated and the interrupt factor register is Since the interrupt level is divided according to the interrupt level, the CPU receiving the interrupt (reception CPU) can easily recognize the interrupt factor from the interrupt factor register of the corresponding level.
【0034】このように本発明によれば、割込みに関す
る管理は複雑にならずに複数の割込みレベルに対応した
CPU間割込み制御装置を実現することができるAs described above, according to the present invention, it is possible to realize an inter-CPU interrupt control device corresponding to a plurality of interrupt levels without complicated management of interrupts.
【0035】[0035]
【実施例】図4及び図12〜図17に基き本発明の実施
例を説明する。EXAMPLE An example of the present invention will be described with reference to FIGS. 4 and 12 to 17.
【0036】本実施例も上記従来例と同様、割込みをか
けるCPU(送信CPU)が割込み先のCPU(受信C
PU)のローカルバスのバス占有権を獲得し割込み情報
を格納することでCPU間の割込みを行うように構成さ
れている。その基本的システムは図4に示されている
が、上記従来例では共通メモリ20上にセマフォフラグ
で構成されたアクセス制御格納部を設け、図8にbで示
すアクセス権制御フローを有しているのに対し、本実施
例ではそれらを設けず、各ローカルエリアに配したCP
U間割込み制御装置25にアクセス権制御機能をもたせ
た点に特徴を有している。In this embodiment, as in the above-mentioned conventional example, the CPU (transmission CPU) that makes an interrupt is the CPU (reception C) that is the interrupt destination.
It is configured to perform an interrupt between CPUs by acquiring the bus occupation right of the local bus (PU) and storing the interrupt information. The basic system is shown in FIG. 4, but in the above-mentioned conventional example, an access control storage unit constituted by a semaphore flag is provided on the common memory 20, and the access right control flow shown in FIG. 8 is provided. On the other hand, in the present embodiment, the CPs provided in each local area without providing them
The U-interrupt controller 25 is characterized in that it has an access right control function.
【0037】図4に示すシステムの基本的構成は、上記
従来例について説明したものと同様であるので、その説
明を省略する。The basic configuration of the system shown in FIG. 4 is the same as that explained in the above-mentioned conventional example, and therefore its explanation is omitted.
【0038】CPU間割込み制御装置25は、図12に
示すように、複数の割込みレジスタ33、複数の割込み
要因レジスタ36、割込み要求部37及びアドレスデコ
ーダ38を備えている。As shown in FIG. 12, the inter-CPU interrupt controller 25 comprises a plurality of interrupt registers 33, a plurality of interrupt factor registers 36, an interrupt request section 37 and an address decoder 38.
【0039】割込みレジスタ33は、送信CPUが同一
で受信CPU側の各割込みレベル別のフラグをもつ割込
み格納部35と、割込み格納部35への格納を管理する
アクセス制御部(セマフォ)34とにより構成されてい
る。そして、CPU間割込み制御装置25は、図12及
び表4に示すように、CPU−1用割込みレジスタ、C
PU−2用割込みレジスタ・・・・・・、CPU−M用
割込みレジスタからなる割込みレジスタ群、すなわち送
信CPU毎に対応するように設けられた割込みレジスタ
群を備えている。The interrupt register 33 includes an interrupt storage unit 35 having the same sending CPU and a flag for each interrupt level on the receiving CPU side, and an access control unit (semaphore) 34 for managing storage in the interrupt storage unit 35. It is configured. Then, the inter-CPU interrupt control device 25, as shown in FIG.
PU-2 interrupt register ... An interrupt register group including a CPU-M interrupt register, that is, an interrupt register group provided so as to correspond to each transmitting CPU.
【0040】割込み要因レジスタ36は、各発信CPU
に対応する要因フラグを持ち、各発信CPU毎の前記割
込み格納部35の内容を、受信CPU側の割込みレベル
毎に一括して読出す機能を備えている。そして、CPU
間割込み制御装置25は、図12及び表4に示すよう
に、割込みレベル1用割込み要因レジスタ、割込みレベ
ル2用割込み要因レジスタ、・・・・・・、割込みレベ
ルN用割込み要因レジスタからなる割込み要因レジスタ
群、すなわち割込みレベル毎に対応するように設けられ
た割込み要因レジスタ群を備えている。The interrupt factor register 36 is used for each transmitting CPU.
And has a function of collectively reading the contents of the interrupt storage unit 35 for each transmitting CPU for each interrupt level on the receiving CPU side. And CPU
As shown in FIG. 12 and Table 4, the inter-interrupt control device 25 includes an interrupt factor register for interrupt level 1, an interrupt factor register for interrupt level 2, ..., An interrupt factor register for interrupt level N. A factor register group, that is, an interrupt factor register group provided so as to correspond to each interrupt level is provided.
【0041】[0041]
【表4】 [Table 4]
【0042】割込み要求部37は、前記割込み格納部3
5の情報をもとに、当該CPU21に対し割込みの要求
を、レベル別に要求する機能を有している。The interrupt request unit 37 is connected to the interrupt storage unit 3
It has a function of requesting an interrupt request to the CPU 21 for each level based on the information of 5.
【0043】アドレスデコーダ38は、前記複数の割込
みレジスタ33及び前記複数の割込み要因レジスタ36
の内から1つを選択してアクセス可能の状態とする機能
を有している。The address decoder 38 includes the plurality of interrupt registers 33 and the plurality of interrupt factor registers 36.
It has a function of selecting one from among the two to make it accessible.
【0044】表5は前記割込み格納部35内の割込みフ
ラグの状態遷移を示している。この表に示すように、ア
クセス後のフラグ情報は、書込みフラグ情報と同一とな
る。Table 5 shows the state transition of the interrupt flag in the interrupt storage unit 35. As shown in this table, the flag information after access is the same as the write flag information.
【0045】[0045]
【表5】 [Table 5]
【0046】図13は送信CPUから割込みレジスタ3
3にアクセスするためのフローチャートを示す。図14
は受信CPUが割込み要因レジスタ36及び割込みレジ
スタ33にアクセスするためのフローチャートを示す。
これらにおいては、アクセス制御格納部34を使用して
割込み格納部35へのアクセス権の獲得を行った後に、
割込み格納部35への格納動作を行っている。図13の
ステップ#31〜ステップ#34b、及び図14のステ
ップ#41〜ステップ#46bは、図17のステップ#
31〜ステップ#34及びステップ#41〜ステップ#
46に相当し、これらの説明は後に図17に基いて具体
的に行なう。FIG. 13 shows the transmission CPU to the interrupt register 3
3 shows a flowchart for accessing 3. 14
Shows a flowchart for the receiving CPU to access the interrupt factor register 36 and the interrupt register 33.
In these, after acquiring the access right to the interrupt storage unit 35 using the access control storage unit 34,
A storage operation to the interrupt storage unit 35 is being performed. The steps # 31 to # 34b of FIG. 13 and the steps # 41 to # 46b of FIG. 14 are the steps # 31 of FIG.
31 to Step # 34 and Step # 41 to Step #
46, which will be specifically described later with reference to FIG.
【0047】図15、図16は本実施例の構成をより具
体的に示したものである。各割込みレジスタ33は、セ
マフォ及びCPU−1用〜CPU−N用の計(N+1)
ビットで、データバスに接続されている。各割込み要因
レジスタ36は、レベル1用〜レベルM用の計Mビット
で、データバスに接続されている。又各割込み要因レジ
スタ36は、各CPU毎の割込み格納部35の内容を受
信CPUの割込みレベル毎に一括して読出しうるように
構成されており、例えば割込みレベル1用の割込み要因
レジスタは、CPU−1用割込みレジスタの割込みレベ
ル1用フラグ、CPU−2用割込みレジスタの割込みレ
ベル1用フラグ、・・・・・・、CPU−N用割込みレ
ジスタの割込みレベル1用フラグの計Mビットの内容を
一括して読み出しうるように構成されている。FIG. 15 and FIG. 16 more specifically show the structure of this embodiment. Each interrupt register 33 has a total of (N + 1) semaphores and CPU-1 to CPU-N.
Bits connected to the data bus. Each interrupt factor register 36 has a total of M bits for level 1 to level M and is connected to the data bus. Each interrupt factor register 36 is configured so that the contents of the interrupt storage unit 35 for each CPU can be read collectively for each interrupt level of the receiving CPU. For example, the interrupt factor register for interrupt level 1 is a CPU Contents of M bits of the interrupt level 1 flag of the -1 interrupt register, the interrupt level 1 flag of the CPU-2 interrupt register, ..., the interrupt level 1 flag of the CPU-N interrupt register Are collectively read.
【0048】割込み要求部37は、割込み格納部35の
情報をもとに割込み要求レベル別に割込み要求を発生す
る。すなわち割込み要求部37は、割込み要求信号レベ
ル1、割込み要求信号レベル2、・・・・・・、割込み
要求信号レベルNのいずれかを割込み制御部23(図
4)に送信する。アドレスデコーダ38は、接続された
アドレスバスからのアドレス信号に基き、各割込みレジ
スタ33及び各割込み要因レジスタ36からその1つを
選択する。The interrupt request unit 37 issues an interrupt request for each interrupt request level based on the information in the interrupt storage unit 35. That is, the interrupt request unit 37 transmits one of the interrupt request signal level 1, the interrupt request signal level 2, ..., And the interrupt request signal level N to the interrupt control unit 23 (FIG. 4). The address decoder 38 selects one of the interrupt registers 33 and the interrupt factor registers 36 based on the address signal from the connected address bus.
【0049】次に図17に基き、CPU−iからCPU
−jの割込みレベルkへの割込み動作を説明する。Next, based on FIG. 17, CPU-i to CPU
The interrupt operation of -j to the interrupt level k will be described.
【0050】先ずCPU−iは、受信CPUであるCP
U−jのローカルバスのバス占有権を、バス制御部18
(図4)を介して獲得する。次いでCPU−iはCPU
−jに付設されたCPU間割込み制御装置25のCPU
−i用割込みレジスタ33のセマフォフラグ(アクセス
制御格納部)34が“0”であるか否か、すなわちアク
セス権が解放されているか否かを確認し(ステップ#3
1)、“0”であるとこれを“1”に変更してアクセス
権を獲得する(ステップ#32)。First, the CPU-i is a CP which is a receiving CPU.
The bus control right of the U-j local bus is given to the bus control unit 18
(Via Figure 4). Then CPU-i is CPU
CPU of inter-CPU interrupt controller 25 attached to -j
It is confirmed whether the semaphore flag (access control storage unit) 34 of the -i interrupt register 33 is "0", that is, whether the access right is released (step # 3).
1) If it is "0", it is changed to "1" and the access right is acquired (step # 32).
【0051】アクセス権を獲得した後、前記CPU−i
用割込みレジスタ33にアクセスする。すなわち、この
割込みレジスタ33の内容を読出し(ステップ#3
3)、次いで割込みレベルK用のフラグを“1”、セマ
フォフラグを“0”に変更し、変更した内容を前記割込
みレジスタ33に書込む(ステップ#34)。このよう
にセマフォフラグを“0”として、アクセス権の解放を
行なう。After obtaining the access right, the CPU-i
Access the for-use interrupt register 33. That is, the contents of the interrupt register 33 are read (step # 3
3) Then, the flag for interrupt level K is changed to "1" and the semaphore flag is changed to "0", and the changed contents are written in the interrupt register 33 (step # 34). In this way, the semaphore flag is set to "0" to release the access right.
【0052】割込みレベルk用の割込みフラグは、
“1”の情報を割込み要求部37に伝達し、割込み要求
部37がCPU−jに割込みレベルkの割込み処理を要
求する(ステップ#35)。The interrupt flag for interrupt level k is
The information of "1" is transmitted to the interrupt request unit 37, and the interrupt request unit 37 requests the CPU-j for the interrupt processing of the interrupt level k (step # 35).
【0053】CPU−jは、割込みレベルkの割込み要
求を認識し(ステップ#36)、現行処理を中断する
(ステップ#37)。The CPU-j recognizes the interrupt request of the interrupt level k (step # 36) and interrupts the current process (step # 37).
【0054】次いでCPU−jは、割込みレベルk用の
割込み要因レジスタ36を読出し(ステップ#41)、
CPU−i用要因フラグが“1”であることを認識し、
CPU−iからの割込みと認識する(ステップ#4
2)。Next, the CPU-j reads the interrupt factor register 36 for the interrupt level k (step # 41),
Recognizing that the CPU-i factor flag is "1",
Recognized as an interrupt from CPU-i (step # 4
2).
【0055】そしてCPU−jは、CPU−i用割込み
レジスタ33のセマフォフラグ34を確認して、その割
込みレジスタ33のアクセス権を獲得する処理を行な
う。すなわち、CPU−i用割込みレジスタ33のセマ
フォフラグ34が“0”であると、これを“1”に変更
してアクセス権を獲得する(ステップ#43、#4
4)。アクセス権を獲得した後、CPU−i用割込みレ
ジスタ33を読出し(ステップ#45)、次いで割込み
レベルk用フラグを“0”、セマフォフラグを“0”に
変更して、CPU−i用割込みレジスタ33に格納する
(ステップ#46)。Then, the CPU-j confirms the semaphore flag 34 of the CPU-i interrupt register 33, and performs the process of acquiring the access right to the interrupt register 33. That is, when the semaphore flag 34 of the CPU-i interrupt register 33 is "0", it is changed to "1" and the access right is acquired (steps # 43, # 4).
4). After acquiring the access right, the CPU-i interrupt register 33 is read (step # 45), the interrupt level k flag is changed to "0" and the semaphore flag is changed to "0", and the CPU-i interrupt register is changed. It is stored in 33 (step # 46).
【0056】これにより、CPU−i用割込みレジスタ
33の割込みレベルk用フラグとセマフォフラグとは初
期化される(ステップ#47)。その後、CPU−j
は、CPU−iからの割込みレベルkの割込み処理を実
行し、次いで割込み処理からの復帰処理を実行する(ス
テップ#48、#49)。As a result, the flag for interrupt level k and the semaphore flag of the CPU-i interrupt register 33 are initialized (step # 47). After that, CPU-j
Executes interrupt processing of interrupt level k from CPU-i, and then executes return processing from interrupt processing (steps # 48, # 49).
【0057】図17にaで示す処理(図13及び図14
にaで示す処理も同様である。)は、分断を禁止するア
クセスであり、CPUのTAS(テスト&セット)命令
の分断されないリードモディファイライトを使用して実
現させている。The processing indicated by a in FIG. 17 (FIGS. 13 and 14)
The same applies to the process indicated by a. ) Is an access that prohibits division, and is realized by using a read-modify-write that does not divide the TAS (test & set) instruction of the CPU.
【0058】上記に説明したCPU間割込み制御装置2
5は、各送信CPU毎の割込みレジスタ33内にアクセ
ス制御格納部(セマフォフラグ)34を持っているた
め、前記セマフォフラグ34を使用して自らの割込みレ
ジスタ33内の割込み格納部35に対するアクセス権の
制御フローを行なうことにより、図5に示す従来例のよ
うに共通メモリ上に、アクセス制御格納部を配置する必
要がなくなる。更に、同一の割込みレジスタ33内にア
クセス制御格納部34のセマフォフラグがあるため、ア
クセス権の制御フローの中の、セマフォフラグを“0”
にしてアクセス権の解放の処理を行なう動作を、割込み
レジスタ33への割込み発生処理、又は割込み初期化処
理と同時に行えるようになるので、割込み処理を簡略化
できる。又割込みレジスタ33がCPU別に分れている
ため、送信CPUが割込みレベル別の割込み発生を管理
することにより、一つの割込みレジスタへのアクセスの
競合をなくすことができる一方、割込み要因レジスタ3
6が割込みレベル別に分かれているため、受信CPUが
該当レベルの割込み要因レジスタ36から割込み要因
(送信CPUがいずれのものであるかという要因)を容
易に認識することができる。Inter-CPU interrupt control device 2 described above
Since 5 has an access control storage unit (semaphore flag) 34 in the interrupt register 33 for each transmission CPU, the access right to the interrupt storage unit 35 in its own interrupt register 33 by using the semaphore flag 34. By performing the control flow of, it is not necessary to dispose the access control storage unit on the common memory as in the conventional example shown in FIG. Furthermore, since the semaphore flag of the access control storage unit 34 is in the same interrupt register 33, the semaphore flag in the access right control flow is set to "0".
Since the operation for releasing the access right can be performed simultaneously with the interrupt generation processing or the interrupt initialization processing for the interrupt register 33, the interrupt processing can be simplified. Further, since the interrupt register 33 is divided for each CPU, the transmission CPU manages the interrupt generation for each interrupt level, so that the contention of access to one interrupt register can be eliminated, while the interrupt factor register 3
Since 6 is divided for each interrupt level, the receiving CPU can easily recognize the interrupt factor (the factor that the transmitting CPU belongs to) from the interrupt factor register 36 of the corresponding level.
【0059】上記に本実施例のCPU間割込み制御装置
についての基本的構成、作用を説明したが、更に図17
にI、IIで示す処理フローを実行することにより、割込
みに付随した多数の情報を受渡す処理を円滑に行なうこ
とができる。すなわち、共通メモリ20(図4)上に割
込みCPU別に情報格納部を設け、各割込みレジスタ3
3内のアクセス制御格納部34のセマフォフラグを利用
して情報の格納、情報の読出し処理を実行することがで
きる。図17のIで示す処理フローは、CPU−i、レ
ベルkのときの情報を共通メモリ20上に格納する処理
(ステップ#51)を示し、図17のIIで示す処理フロ
ーは、Iで示す処理で書込まれた情報を共通メモリ20
から読出す処理(ステップ#52)であるが、これらに
おいて共通メモリ20上の情報格納部に対するアクセス
権は、前記アクセス制御格納部34のセマフォフラグに
より保証される。このように、上記CPU間割込み制御
装置は割込みによるCPU間の情報の受渡しの展開性に
富んでいる。The basic structure and operation of the inter-CPU interrupt control device of this embodiment have been described above.
By executing the process flow indicated by I and II, it is possible to smoothly perform the process of delivering a large amount of information associated with the interrupt. That is, an information storage unit is provided for each interrupt CPU on the common memory 20 (FIG. 4), and each interrupt register 3
Information can be stored and information can be read out by using the semaphore flag of the access control storage unit 34 of the third embodiment. The process flow indicated by I in FIG. 17 indicates a process (step # 51) of storing information at the time of CPU-i and level k in the common memory 20, and the process flow indicated by II in FIG. 17 is indicated by I. The information written in the process is stored in the common memory 20.
In this process (step # 52), the access right to the information storage unit on the common memory 20 is guaranteed by the semaphore flag of the access control storage unit 34. As described above, the inter-CPU interrupt control device is highly expandable in the transfer of information between CPUs by an interrupt.
【0060】[0060]
【発明の効果】本発明によれば、従来例には必要であっ
た共通メモリ上のアクセス制御格納部、及びこのアクセ
ス制御格納部を使用したアクセス権制御フローが不要と
なるので、CPU間割込みの処理時間を短縮することが
できる。According to the present invention, the access control storage unit on the common memory and the access right control flow using this access control storage unit, which were required in the conventional example, are not required, so that an interrupt between CPUs is not required. The processing time can be shortened.
【0061】又本発明によれば、CPU別に分れた割込
みレジスタへのアクセスの競合を容易に減らすことがで
きると共に、前記割込みレジスタへの個々の割込み処理
を簡略化することができるにもかかわらず、複数CPU
間の複数レベルでの割込みを可能とすることができるC
PU間割込み制御装置を提供することができる。Further, according to the present invention, it is possible to easily reduce the contention of access to the interrupt register divided for each CPU, and to simplify the individual interrupt processing to the interrupt register. No, multiple CPUs
C capable of enabling interrupts at multiple levels between
An inter-PU interrupt controller can be provided.
【図1】第1の従来例を示す構成図。FIG. 1 is a configuration diagram showing a first conventional example.
【図2】第1の従来例のCPU間割込み制御装置を示す
構成図。FIG. 2 is a configuration diagram showing a first conventional CPU interrupt control device.
【図3】第1の従来例の問題点を示す説明図。FIG. 3 is an explanatory diagram showing a problem of the first conventional example.
【図4】本発明及び第2の従来例で使用されるシステム
を示す構成図。FIG. 4 is a configuration diagram showing a system used in the present invention and a second conventional example.
【図5】第2の従来例におけるCPU間割込み制御装置
とアクセス制御格納部とを示す構成図。FIG. 5 is a configuration diagram showing an inter-CPU interrupt control device and an access control storage unit in a second conventional example.
【図6】第2の従来例における割込みレジスタと割込み
要求部とを示す回路構成図。FIG. 6 is a circuit configuration diagram showing an interrupt register and an interrupt request unit in a second conventional example.
【図7】第2の従来例におけるアクセス権制御の動作を
示すフローチャート。FIG. 7 is a flowchart showing an operation of access right control in the second conventional example.
【図8】第2の従来例におけるCPU間割込み制御装置
の動作を示すフローチャート。FIG. 8 is a flowchart showing the operation of the inter-CPU interrupt control device in the second conventional example.
【図9】第2の従来例における割込みレジスタ内の割込
み格納部におけるフラグ遷移を示す説明図。FIG. 9 is an explanatory diagram showing flag transitions in the interrupt storage unit in the interrupt register in the second conventional example.
【図10】第2の従来例においてアクセス権の制御フロ
ーが無い場合に生ずる問題点を示す説明図。FIG. 10 is an explanatory diagram showing a problem that occurs when there is no access right control flow in the second conventional example.
【図11】第2の従来例においてアクセス権の制御フロ
ーが無い場合に生ずる問題点を示す説明図。FIG. 11 is an explanatory diagram showing a problem that occurs when there is no access right control flow in the second conventional example.
【図12】本発明の実施例におけるCPU間割込み制御
装置の内部構成図。FIG. 12 is an internal configuration diagram of an inter-CPU interrupt control device according to an embodiment of the present invention.
【図13】本発明の実施例における送信CPUから割込
みレジスタをアクセスする際の動作を説明するフローチ
ャート。FIG. 13 is a flowchart illustrating an operation when accessing the interrupt register from the transmission CPU according to the embodiment of the present invention.
【図14】本発明の実施例における受信CPUから割込
み要因レジスタ及び割込みレジスタをアクセスする際の
動作を説明するフローチャート。FIG. 14 is a flowchart illustrating an operation when accessing the interrupt factor register and the interrupt register from the receiving CPU in the embodiment of the present invention.
【図15】本発明の実施例におけるCPU間割込み制御
装置を示す構成図。FIG. 15 is a configuration diagram showing an inter-CPU interrupt control device in an embodiment of the present invention.
【図16】本発明の実施例における割込みレジスタ、割
込み要因レジスタ及び割込み要求部を示す回路構成図。FIG. 16 is a circuit configuration diagram showing an interrupt register, an interrupt factor register, and an interrupt request unit in the embodiment of the present invention.
【図17】本発明の実施例におけるCPU間割込み制御
装置の動作を説明するフローチャート。FIG. 17 is a flowchart illustrating the operation of the inter-CPU interrupt control device according to the embodiment of the present invention.
21 CPU 33 割込みレジスタ 34 アクセス制御格納部 35 割込み格納部 36 割込み要因レジスタ 37 割込み要求部 38 アドレスデコーダ 21 CPU 33 Interrupt Register 34 Access Control Storage 35 Interrupt Storage 36 Interrupt Factor Register 37 Interrupt Request 38 Address Decoder
Claims (1)
かけるCPUが割込みを受けるCPUのローカルバスの
バス占有権を獲得して割込みを行うシステムにおける各
CPUに付設されたCPU間割込み制御装置において、 割込みをかけるCPUが同一で割込みを受けるCPU側
の各割込みレベルの割込みフラグを持つ割込み格納部
と、割込み格納部への格納を管理するアクセス制御部と
から構成された割込みレジスタを、割込みをかけるCP
Uの夫々に対応しかつその対応数だけ備え、 各CPU毎の割込み格納部の内容を割込みを受けるCP
U側の割込みレベル毎に一括して読出すことができる割
込み要因レジスタを、各レベルに対応しかつその対応数
だけ備え、 前記割込みレジスタの割込み格納部の情報をもとにCP
Uに対して割込みの要求をレベル別に要求する割込み要
求部を備え、 前記複数の割込みレジスタ及び前記複数の割込み要因レ
ジスタの中から1つを選択してアクセス可能な状態とす
るアドレスデコーダを備え、 前記割込みレジスタを、割込みをかけるCPU毎にアク
セスし、割込みをかけるCPUに対応した前記割込みレ
ジスタ内のアクセス制御部の情報により前記割込み格納
部に対する格納動作を管理するように構成したことを特
徴とするCPU間割込み制御装置。1. An inter-CPU interrupt control attached to each CPU in a system having a plurality of CPUs in a device, and a CPU issuing an interrupt acquires a bus exclusive right of a local bus of the CPU receiving the interrupt and executes an interrupt. In the device, an interrupt register composed of an interrupt storage unit having an interrupt flag of each interrupt level on the CPU side where the interrupting CPU is the same and receiving an interrupt, and an access control unit managing the storage in the interrupt storage unit, CP that interrupts
A CP that corresponds to each of U and is provided with the corresponding number and receives the contents of the interrupt storage unit for each CPU
The interrupt factor registers that can be read collectively for each interrupt level on the U side are provided corresponding to each level and the corresponding number of interrupt factor registers are provided.
An interrupt request unit for requesting an interrupt request to U for each level is provided, and an address decoder is provided to select one of the plurality of interrupt registers and the plurality of interrupt factor registers to make it accessible. The interrupt register is configured to be accessed for each CPU that issues an interrupt, and the storage operation for the interrupt storage unit is managed by the information of the access control unit in the interrupt register corresponding to the CPU that issues the interrupt. Inter-CPU interrupt controller.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP21778891A JPH0553999A (en) | 1991-08-29 | 1991-08-29 | Inter-cpu interruption controller |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP21778891A JPH0553999A (en) | 1991-08-29 | 1991-08-29 | Inter-cpu interruption controller |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0553999A true JPH0553999A (en) | 1993-03-05 |
Family
ID=16709737
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP21778891A Pending JPH0553999A (en) | 1991-08-29 | 1991-08-29 | Inter-cpu interruption controller |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0553999A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8107807B2 (en) | 2006-03-30 | 2012-01-31 | Kabushiki Kaisha Toshiba | Lighting device, image pickup apparatus and portable terminal unit |
-
1991
- 1991-08-29 JP JP21778891A patent/JPH0553999A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8107807B2 (en) | 2006-03-30 | 2012-01-31 | Kabushiki Kaisha Toshiba | Lighting device, image pickup apparatus and portable terminal unit |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2602599B2 (en) | Multiprocessor data processing system and method of operation thereof | |
US5721870A (en) | Lock control for a shared main storage data processing system | |
US4453214A (en) | Bus arbitrating circuit | |
JPS60246460A (en) | Intermediation mechanism for allotting control of exchange path by digital computer system | |
JP2591502B2 (en) | Information processing system and its bus arbitration system | |
EP0139568A2 (en) | Message oriented interrupt mechanism for multiprocessor systems | |
JPH0553999A (en) | Inter-cpu interruption controller | |
JP3049125B2 (en) | CPU interrupt controller | |
JPH0581208A (en) | Inter-cpu interruption control device | |
JPH0544238B2 (en) | ||
JPH0554002A (en) | Inter-cpu interruption controller | |
JPH0554000A (en) | Inter-cpu interruption controller | |
JPH11232213A (en) | Data transfer system for input/output device | |
JPH0581209A (en) | Inter-cpu interruption control device | |
JP2007241922A (en) | Arbitration method for use of shared resource, and arbitration device therefor | |
JP2587586B2 (en) | Data transfer method | |
JP2008511890A (en) | Method and apparatus for changing information unit using atomic operation | |
JPH0844661A (en) | Information processor | |
JP2003280980A (en) | Shared memory exclusive control device and shared memory exclusive control method | |
JP2001273191A (en) | Computer system | |
KR20030025018A (en) | Direct Memory Access(DMA) Controller and control method | |
JPH05189311A (en) | Cache memory system | |
JPS63259746A (en) | Inter-bank-memory data transmission system | |
JPS61234447A (en) | Bus acuisition controller | |
JPS6124742B2 (en) |