JPH0443302B2 - - Google Patents

Info

Publication number
JPH0443302B2
JPH0443302B2 JP59030662A JP3066284A JPH0443302B2 JP H0443302 B2 JPH0443302 B2 JP H0443302B2 JP 59030662 A JP59030662 A JP 59030662A JP 3066284 A JP3066284 A JP 3066284A JP H0443302 B2 JPH0443302 B2 JP H0443302B2
Authority
JP
Japan
Prior art keywords
interrupt
priority
signal
logic
section
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 - Lifetime
Application number
JP59030662A
Other languages
Japanese (ja)
Other versions
JPS60175149A (en
Inventor
Yukihiro Nishiguchi
Osamu Itoku
Yukio Maehashi
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 Corp
Original Assignee
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP3066284A priority Critical patent/JPS60175149A/en
Priority to US06/632,190 priority patent/US4807117A/en
Priority to DE8484304947T priority patent/DE3472177D1/en
Priority to EP84304947A priority patent/EP0132161B1/en
Publication of JPS60175149A publication Critical patent/JPS60175149A/en
Publication of JPH0443302B2 publication Critical patent/JPH0443302B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】 (技術分野) 本発明はマイクロコンピユータ等に用いられる
割込み制御装置に関し、特にプログラマブルな優
先順位決定機能を有する割込み制御装置に関す
る。
DETAILED DESCRIPTION OF THE INVENTION (Technical Field) The present invention relates to an interrupt control device used in microcomputers and the like, and more particularly to an interrupt control device having a programmable priority determining function.

(従来技術の説明) 割込み制御とは、中央処理装置(以下、CPU
という)がプログラム実行中に何らかの要因が発
生した場合、実行中のプログラム処理を一時中断
せしめ、その要因に応じた処理プログラムを実行
させるための制御である。従つて、データ処理シ
ステムによつて種々の割込み要因がある。割込み
要因は、外部要因と内部要因の2つに分けること
ができる。
(Explanation of the prior art) Interrupt control is a process performed by a central processing unit (hereinafter referred to as CPU).
This control is used to temporarily interrupt the program processing that is currently being executed when some factor occurs during program execution, and to execute a processing program that corresponds to the factor. Therefore, there are various interrupt sources depending on the data processing system. Interrupt factors can be divided into two types: external factors and internal factors.

外部要因としてはマイクロコンピユータに接続
されている外部機器が特殊な状態になつたことを
マイクロコンピユータに認識させるためのもの
や、外部周辺装置からマイクロコンピユータへ処
理を要求するものなどがある。一方、内部要因と
しては、マイクロコンピユータの内部に設けられ
ているタイマが設定時間を経過したことを知らせ
るものやシリアルデータ転送の終了を知らせるも
の等、マイクロコンピユータに内蔵されている周
辺機能からの処理要求がある。割込みが発生して
も、その割込みを禁止することがある。これを
“割込みをマスクする”という。
External factors include those that cause the microcomputer to recognize that an external device connected to the microcomputer has entered a special state, and those that request processing from an external peripheral device to the microcomputer. On the other hand, internal factors include processing from peripheral functions built into the microcomputer, such as notifications that a timer installed inside the microcomputer has passed the set time, notifications that the serial data transfer has ended, etc. I have a request. Even if an interrupt occurs, the interrupt may be prohibited. This is called "masking interrupts."

多くの割込み要因があるときは、複数の要因が
同時に発生したり、あるいはある割込みの処理中
にさらに別の割込みが発生したりすることがある
(多重割込み)。例えば、内部タイマの割込み要求
とデータ転送終了の割込み要求が同時に起きた
り、内部タイマ割込み処理中に外部割込み要求が
発生する場合等である。このような場合には、ど
の割込みを優先して処理するかが問題となる。
When there are many interrupt factors, multiple factors may occur simultaneously, or another interrupt may occur while one interrupt is being processed (multiple interrupts). For example, an internal timer interrupt request and a data transfer end interrupt request may occur at the same time, or an external interrupt request may occur during internal timer interrupt processing. In such a case, the problem is which interrupt should be processed with priority.

例えば、内部タイマ割込み要求と外部割込み要
求とが同時に発生した場合、内部タイマ割込みに
よつてある設定時間ごとに外部に信号を送り、こ
の信号を用いてリアルタイムで外部装置を制御す
るときには、内部タイマ割込みを優先させて内部
タイマ割込みが発生すると直ちに外部に信号を出
力しなければ設定時間通りに外部装置を制御する
ことができない。又、外部割込みに基いて高速に
外部からのデータを入力するときは、外部割込み
を優先しなければ外部周辺処理装置からの処理要
求に対する応答が遅くなつてしまう。このように
マイクロコンピユータを含むシステムによつて割
込みの優先順位は異なるので、システムに応じて
優先順位を変更できる機能が要求される。この
際、ある割込みの処理期間中にそれよりも優先順
位の高い割込みが発生すると、順位の高い方の割
込み処理プログラムを実行できるように構成しな
ければならない。さらに、複数の割込みを同一の
優先順位に設定する場合もあり、これら同一順位
の割込みが複数同時にもしくはオーバラツプして
発生した場合を想定して所定の優先順位に従つて
それらの割込み処理が実行されるようにしておく
必要がある。とくに、この場合ソフトウエアの負
担を軽減できるようにハードウエアを構成してお
く必要がある。
For example, when an internal timer interrupt request and an external interrupt request occur simultaneously, the internal timer interrupt sends a signal to the outside at a certain set time interval, and when this signal is used to control an external device in real time, the internal timer Unless priority is given to interrupts and a signal is output to the outside immediately when an internal timer interrupt occurs, the external device cannot be controlled at the set time. Furthermore, when inputting data from the outside at high speed based on external interrupts, unless priority is given to the external interrupts, the response to processing requests from external peripheral processing devices will be delayed. As described above, the priority order of interrupts differs depending on the system including the microcomputer, so a function is required to change the priority order depending on the system. At this time, if an interrupt with a higher priority occurs during the processing period of a certain interrupt, the interrupt processing program with the higher priority must be configured to be executed. Furthermore, multiple interrupts may be set to the same priority, and assuming that multiple interrupts with the same priority occur simultaneously or in an overlapping manner, the interrupt processing is executed according to the predetermined priority. It is necessary to make sure that In particular, in this case, it is necessary to configure the hardware in such a way that the burden on the software can be reduced.

しかし、従来は、優先順位を可変にするハード
ウエア機構が高価であつたため、低価格のシステ
ムに使用されるマイクロコンピユータでは割込み
優先順位は各割込み要因ごとに一義的に固定され
ていた。そのため、システムアプリケーシヨンが
制限されるという欠点があつた。さらに上記の例
において、内部タイマ割込みを外部割込みよりも
高い優先順位に固定していた場合、外部割込みを
利用して高速に外部データを入力する必要のある
システムにおいては、内部タイマ割込みをマスク
して優先順位を変更していた。しかし、その時に
は内部タイマ割込み処理が全くできないため、や
はりシステムアプリケーシヨンが制限されてしま
う。従つて外部割込み処理の途中に内部タイマ割
込み処理ができるようにして両者を並行して実行
できるような機能も必要である。
However, in the past, the hardware mechanism for making the priorities variable was expensive, so in microcomputers used in low-cost systems, the interrupt priorities were uniquely fixed for each interrupt factor. Therefore, there was a drawback that system applications were limited. Furthermore, in the above example, if the internal timer interrupt is fixed at a higher priority than the external interrupt, the internal timer interrupt can be masked in a system that requires high-speed input of external data using external interrupts. I had changed my priorities. However, since no internal timer interrupt processing is possible at that time, system applications are still limited. Therefore, there is a need for a function that allows internal timer interrupt processing to be performed in the middle of external interrupt processing so that both can be executed in parallel.

更に従来は割込み処理中にそれよりも優先順位
の高い割込みが発生した場合、これを受付けて現
在実行中の割込みおよび前記受付けた割込みより
優先順位の低い割込みを強制的にマスクしてい
た。しかし、この方法では、割込み処理に入るご
とに、マスクを設定しなければならない。さらに
多重割込み処理では、中断時のマスク状態を退避
し、その後マスクを変更する処理が必要で、加え
て多重割込みから復帰するときは、退避しておい
たマスク状態を復帰させなければならなかつた。
これには煩雑な手続きが必要であつた。
Furthermore, conventionally, when an interrupt with a higher priority than the accepted interrupt occurs during interrupt processing, it is accepted and the interrupt currently being executed and the interrupt with a lower priority than the accepted interrupt are forcibly masked. However, with this method, a mask must be set each time interrupt processing is started. Furthermore, in multiple interrupt processing, it is necessary to save the mask state at the time of interruption and then change the mask, and in addition, when returning from multiple interrupts, the saved mask state must be restored. .
This required complicated procedures.

(発明の目的) 本発明の目的は容易に割込み要求の優先順位を
変更できる機能を有する割込み制御装置を提供す
ることである。
(Object of the Invention) An object of the present invention is to provide an interrupt control device having a function of easily changing the priority order of interrupt requests.

本発明のさらに他の目的は多重割込みにおける
手続きを簡略化した割込み制御装置を提供するこ
とである。
Still another object of the present invention is to provide an interrupt control device that simplifies the procedure for multiple interrupts.

さらに他の目的は複数の割込みが同一優先順位
に設定されている場合、所定の優先順位に従つ
て、割込み処理が可能な割込み制御装置を低価格
で提供することである。
Still another object is to provide an interrupt control device at a low cost that can process interrupts according to a predetermined priority when a plurality of interrupts are set to have the same priority.

(発明の構成) 本発明は複数の割込み発生源から割込要求を受
ける割込み制御装置において、割込み発生源別
に、割込み要求を記憶しておく割込要求記憶部
と、任意の順位に指定する事が可能で指定された
優先順位を示すデータが設定される優先順位指定
部と、最上位の優先順位から順に走査信号を発生
する走査部と、前記走査信号と前記優先順位指定
部の優先順位データとを比較し、両者が一致した
時一致信号を出力する検出部と、一致信号が出力
された順位の割込み要求を受付ける割込み要求受
付け部と、受付けられた割込み要求が同時に複数
存在する時、いずれか一つを強制的に選択して、
処理すべき割込み要求とする手段とを含むことを
特徴とする。
(Structure of the Invention) The present invention provides an interrupt control device that receives interrupt requests from a plurality of interrupt sources, and an interrupt request storage unit that stores interrupt requests for each interrupt source, and a system that can specify the interrupt requests in an arbitrary order. a priority designation section in which data indicating a designated priority is set; a scanning section that generates scanning signals in order from the highest priority; and priority data of the scanning signal and the priority designation section. a detection unit that compares the two and outputs a match signal when the two match; an interrupt request acceptance unit that accepts the interrupt request in the order in which the match signal was output; force selection of one,
The method is characterized in that it includes means for determining an interrupt request to be processed.

(発明の効果) 本発明によれば、優先順位決定手段を2段構成
としているので、前段の決定手段(指定部)にお
いて同一レベルの割込み要求を複数個指定するこ
とができ、さらにこれによつて指定された複数の
割込み要求に対して後段の決定手段(設定部)で
さらに予め決められた順位に従つてその中の1つ
の要求を選択することができる。即ち、各々が同
一の回路ブロツクで構成された複数の割込受付け
ブロツク(優先順位指定部を含む)の各出力を共
通に優先順位設定部に供給することによつて、割
込受付けブロツクからたとえ同時に複数の割込み
要求が出力されたとしても、その中から1つの要
求を選択することができる。従つて、本発明を用
いれば、複数の割込み発生源に対して同一の優先
順位を与えることができる。さらに、後段の決定
手段を変更するだけで、前記回路ブロツクの増設
が可能であるから、マイクロコンピユータの応用
範囲は著しく向上する。
(Effects of the Invention) According to the present invention, since the priority determining means has a two-stage configuration, it is possible to designate a plurality of interrupt requests of the same level in the preceding stage determining means (designating section), and furthermore, this allows With respect to the plurality of interrupt requests designated by the interrupt request, a subsequent determining means (setting section) can further select one request among them according to a predetermined order. That is, by commonly supplying the outputs of a plurality of interrupt acceptance blocks (including a priority specification section), each of which is composed of the same circuit block, to a priority setting section, it is possible to Even if multiple interrupt requests are output at the same time, one request can be selected from among them. Therefore, using the present invention, multiple interrupt sources can be given the same priority. Furthermore, the number of circuit blocks can be added by simply changing the determining means at the subsequent stage, so the range of applications of the microcomputer is significantly improved.

(実施例の説明) 本発明の一実施例を第1図を参照して説明す
る。ここでは4つの割込み発生源100−A,1
00−B,100−Cおよび100−Dを想定し
ている。図中の番号の添字A,B,C,Dはそれ
ぞれ割込み発生源100−A,100−B,10
0−Cおよび100−Dからの割込み要求を処理
するのに関与する部分を示している。図中の破線
で囲まれたそれぞれの割込み発生源からの割込み
要求の処理に関与する部分は同一の回路構成であ
る。以下、割込み発生源100−Aからの割込み
要求を処理する部分について説明する。
(Description of an Embodiment) An embodiment of the present invention will be described with reference to FIG. Here, four interrupt sources 100-A, 1
00-B, 100-C and 100-D are assumed. Subscripts A, B, C, and D of the numbers in the figure indicate interrupt sources 100-A, 100-B, and 10, respectively.
The parts involved in processing interrupt requests from 0-C and 100-D are shown. The parts surrounded by broken lines in the figure that are involved in processing interrupt requests from respective interrupt sources have the same circuit configuration. The portion that processes the interrupt request from the interrupt source 100-A will be described below.

優先順位指定部105−Aにはその優先順位が
プログラムで制御された信号を用いて書き込まれ
る。制御部101は上位の優先順位から順に走査
信号102を出力する。検出部104−Aはこの
走査信号102と自分の優先順位指定部105−
Aに書き込まれた優先順位とを比較する。この結
果、両者が一致していれば一致信号109−Aを
発生する。割込み受付部108−Aは一致信号1
09−Aの発生と、割込み要求制御部106−A
における割込み要求の許可状態と、割込み要求記
憶部107−Aに割込み要求が記憶されているこ
ととを検出すると、割込み受付信号110−Aを
発生する。割込み受付信号110−Aは他の破線
ブロツク内で割込み受付信号が発生されていれ
ば、それらとともに優先順位設定部111に入力
される。複数個同時に発生された割込みの中で最
も優先順位が高いと評価された割込み受付信号の
みが優先順位設定部111から出力され、制御部
に入力される。今、設定部111から割込受付信
号110−Aが出力されているとすれば、優先順
位設定部111は優先順位の高い割込み要求が存
在していることを示す出力112−B,112−
C,112−Dを他のブロツクの割込受付部10
8−B,108−C,108−Dに夫々供給し
て、割込み受付部に所定の優先順位を設定する制
御を行なう。
The priority order is written into the priority order designation section 105-A using a signal controlled by a program. The control unit 101 outputs the scanning signals 102 in order of priority. The detection unit 104-A uses this scanning signal 102 and its own priority order designation unit 105-
Compare with the priority written in A. As a result, if the two match, a match signal 109-A is generated. The interrupt reception unit 108-A receives the coincidence signal 1
Occurrence of 09-A and interrupt request control unit 106-A
When it is detected that the interrupt request is permitted in the interrupt request storage section 107-A and that the interrupt request is stored in the interrupt request storage section 107-A, the interrupt acceptance signal 110-A is generated. If an interrupt acceptance signal is generated in another broken line block, the interrupt acceptance signal 110-A is inputted to the priority order setting section 111 together with the other interrupt acceptance signals. Only the interrupt acceptance signal evaluated to have the highest priority among the plurality of interrupts generated simultaneously is output from the priority setting section 111 and input to the control section. If the setting unit 111 is now outputting an interrupt acceptance signal 110-A, the priority setting unit 111 outputs outputs 112-B, 112-, which indicate that an interrupt request with a high priority exists.
C, 112-D to the interrupt reception unit 10 of another block.
8-B, 108-C, and 108-D, respectively, and control is performed to set a predetermined priority order in the interrupt receiving section.

次に制御部101の動作を説明する。制御部1
01は走査信号102を最上位の優先順位から順
に一位ずつ下位の優先順位へ変更して各ブロツク
に送る。一巡の走査で割込み受付信号110−
A,B,C,Dが出力されなければ再び最上位の
優先順位から順に走査を繰り返す。制御部101
は割込み受付信号110−A,B,C,Dのいず
れかを受けると、受付けた割込みの優先順位を内
部に記憶し、走査信号102を最上位の優先順位
にセツトする。このようにして最上位の優先順位
から順に走査し、制御部101に記憶されている
優先順位即ち、受け付けられた割込みの優先順位
に等しくなると、この一連の走査を繰り返す。即
ち、CPUが割込み処理中は走査信号102を最
上位の優先順位から処理中の割込みの優先順位の
間で変化させながら、高位優先順位の割込みの発
生に対して走査する。CPUから割込み処理終了
信号113が送られてくれば、制御部101は記
憶している処理中の割込みの優先順位を変更す
る。多重割込みから復帰するときは、復帰先の割
込みの優先順位にセツトし、多重割込みでないと
きは記憶している優先順位を消去し初期の状態に
なる。
Next, the operation of the control unit 101 will be explained. Control part 1
01 changes the scanning signal 102 from the highest priority to the lower priority one by one and sends it to each block. Interrupt acceptance signal 110- after one round of scanning
If A, B, C, and D are not output, scanning is repeated in order from the highest priority. Control unit 101
When it receives any of the interrupt acceptance signals 110-A, B, C, and D, it internally stores the priority of the accepted interrupt and sets the scanning signal 102 to the highest priority. In this way, the priority order is scanned in order from the highest priority order, and when the priority order becomes equal to the priority order stored in the control unit 101, that is, the priority order of the accepted interrupt, this series of scanning is repeated. That is, while the CPU is processing an interrupt, the scanning signal 102 is changed between the highest priority order and the priority order of the interrupt being processed, and the CPU scans for occurrences of higher priority interrupts. When an interrupt processing end signal 113 is sent from the CPU, the control unit 101 changes the stored priority order of the interrupt being processed. When returning from multiple interrupts, the priority order of the interrupt to which the return destination is set is set, and if it is not a multiple interrupt, the stored priority order is erased and the initial state is returned.

第2図は本実施例の動作を示すタイミングチヤ
ートである。信号102,109−A,B,C,
D,103はそれぞれ第1図の同一番号の信号に
対応する。制御部101に記憶されているデータ
114は現在CPUにて処理中の割込みの優先順
位を示す。但し優先順位は0,1,2,3の順と
し、0が最も高く、3が最も低いものとする。
FIG. 2 is a timing chart showing the operation of this embodiment. Signals 102, 109-A, B, C,
D and 103 correspond to the signals with the same numbers in FIG. 1, respectively. Data 114 stored in the control unit 101 indicates the priority of interrupts currently being processed by the CPU. However, the priority order is 0, 1, 2, and 3, with 0 being the highest and 3 being the lowest.

第1図と第2図2を参照しながら動作を説明す
る。初めにプログラム等で各優先順位指定部に所
望の優先順位を書き込む。いま、優先順位指定部
105−Aには0が、105−Bには1が、10
5−Cには2が、105−Dには3が夫々書き込
まれたとする。割込み要求が無いとき又は割込み
が禁止されているときは、走査信号102の内容
が0,1,2,3の順に変化すると、一致信号1
09−A,B,C,Dは各々第2図のP期間に示
すように変化する。今、タイミングT1で割込み
発生源100−Cから割込み要求が発生し、その
割込みが許可されていた(マスクされていなかつ
た)とする。走査信号102が“2”の時、一致
信号109−Cが発生する。この割込みが受け付
けられT2のタイミングでCPUに割込み信号1
03が送られる。このとき、受け付けた割込みの
優先順位“2”は制御部101にデータ114と
して記憶される。CPUが優先順位“2”の割込
み処理を実行している間は、走査信号102は
“0”→“1”→“2”の範囲で変化し、データ
114(即ち“2”)と等しくなれば、再び“0”
に戻る(T3)。この結果、高い優先順位“0”,
“1”の割込みのみ受付可能となる。なお、走査
信号102は“2”も出力するが、制御部101
は現在受付中の割込みを重複して受付けられない
ように構成されている。
The operation will be explained with reference to FIG. 1 and FIG. 2. First, a desired priority order is written in each priority order designation section using a program or the like. Now, the priority specification section 105-A has 0, the priority specification section 105-B has 1, and 10
Assume that 2 is written to 5-C and 3 is written to 105-D. When there is no interrupt request or when interrupts are prohibited, when the contents of the scanning signal 102 change in the order of 0, 1, 2, 3, a coincidence signal 1 is generated.
09-A, B, C, and D change as shown in period P in FIG. 2, respectively. Now, assume that an interrupt request is generated from the interrupt source 100-C at timing T1, and that the interrupt is enabled (not masked). When the scanning signal 102 is "2", a coincidence signal 109-C is generated. This interrupt is accepted and the interrupt signal 1 is sent to the CPU at timing T2.
03 is sent. At this time, the priority level "2" of the accepted interrupt is stored as data 114 in the control unit 101. While the CPU is executing interrupt processing with priority "2", the scanning signal 102 changes in the range of "0" → "1" → "2" and cannot be equal to the data 114 (i.e. "2"). Then, “0” again
Return to (T3). As a result, high priority “0”,
Only “1” interrupts can be accepted. Note that the scanning signal 102 also outputs “2”, but the control unit 101
is configured so that it cannot accept a duplicate interrupt that is currently being accepted.

次に高順位の割込み要求が割込み発生源Bから
発生されたとする(T4)。Bの割込みが許可さ
れていたならば、走査信号102が“1”になつ
た時一致信号109−Bが発生される。この割込
みは現在実行中の割込みCに優先して受けつけら
れ、割込Cは一時退避される。データ114は
“2”から“1”へ変化する(T5)。この状態で
は走査信号102は“0”→“1”の範囲で変化
し、“1”になると再び“0”に戻る(T6)。即
ち、この時は優先順位“0”の割込みのみ受け付
け可能となる。
Next, assume that a high-order interrupt request is generated from interrupt source B (T4). If interrupt B is enabled, a match signal 109-B is generated when the scanning signal 102 becomes "1". This interrupt is accepted with priority over the currently executing interrupt C, and the interrupt C is temporarily saved. Data 114 changes from "2" to "1" (T5). In this state, the scanning signal 102 changes in the range from "0" to "1", and when it becomes "1", it returns to "0" again (T6). That is, at this time, only interrupts with priority "0" can be accepted.

割込みBに基づく多重割込み処理が終了し、
CPUから終了信号113が送られると(T7)、
データ114は“1”から先の“2”へ変化す
る。これに伴つて走査信号102は前と同様
“0”,“1”,“2”と変化するようになり、優先
順位“0”と“1”の割込みが受け付け可能とな
る。
Multiple interrupt processing based on interrupt B is completed,
When the end signal 113 is sent from the CPU (T7),
Data 114 changes from "1" to "2". Along with this, the scanning signal 102 changes to "0", "1", and "2" as before, and interrupts with priorities "0" and "1" can be accepted.

割込み発生源100−Cの割込み処理が終了
し、CPUから信号113が送られると(T8)、
データ114は消滅しすべての割込みの受け付け
が可能な初期状態に戻る。
When the interrupt processing of the interrupt source 100-C is completed and the signal 113 is sent from the CPU (T8),
The data 114 disappears and returns to the initial state in which all interrupts can be accepted.

次に本実施例の具体的な回路例を図面に基づい
て説明する。
Next, a specific circuit example of this embodiment will be explained based on the drawings.

第3図は第1図の104−A,105−A,1
06−A,107−A,108−Aからなる1ブ
ロツク分の回路図である。R・S−F/F301
−A,302−Aはそれぞれ優先順位を2ビツト
で表わしたときの上位ビツトおよび下位ビツトを
夫々記憶するセツト・リセツト型フリツプ・フロ
ツプで、2個一組となり優先順位指定部105−
Aを構成する。優先順位の値はプログラムによつ
てCPU300から信号310−A,311−A
を用いて書き込まれる。従つて、内容はプログラ
マブルである。信号102−1,102−2は走
査信号102を2ビツトとしたときの上位ビツト
と下位ビツトである。
Figure 3 shows 104-A, 105-A, 1 in Figure 1.
It is a circuit diagram of one block consisting of 06-A, 107-A, and 108-A. R・S-F/F301
-A and 302-A are set/reset type flip-flops that respectively store the upper and lower bits when the priority is expressed in 2 bits, and these flip-flops form a set of two in the priority order specifying section 105-.
Configure A. The priority value is determined by the CPU 300 through signals 310-A and 311-A.
is written using Therefore, the content is programmable. Signals 102-1 and 102-2 are the upper bit and lower bit when the scanning signal 102 is 2 bits.

EX−ORゲート305−A,306−Aはそ
れぞれ優先順位の上位ビツト301−Aと走査信
号の上位ビツト102−1、優先順位の下位ビツ
ト302−Aと走査信号の下位ビツト102−2
とを各々独立に比較し、一致すれば論理値“0”
を出力する。
The EX-OR gates 305-A and 306-A respectively output the upper priority bit 301-A and the upper bit 102-1 of the scanning signal, and the lower priority bit 302-A and the lower bit 102-2 of the scanning signal.
are compared independently, and if they match, the logical value is “0”
Output.

従つて、優先順位と走査信号102とが等しい
ときNORゲート307−Aから一致信号109
−A(論理値1)が出力される。このEX−ORゲ
ート2個とNORゲート1個で検出部104−A
を構成している。303−Aは割込みマスクレジ
スタで、割込み要求制御部106−Aに相当し、
割込みをマスクするときは信号312−Aを用い
てR・S−F/Fをセツトし、マスクしないとき
はリセツトする。304−Aは割込み要求フラグ
で割込み発生源から転送される割込み要求信号3
13−Aによつてセツトされ、送られればセツト
され、割込み要求が発生していないとき又は
ANDゲート308−Aの出力が“1”のときリ
セツトされる。この割込み要求フラグ304−A
が割込み要求記憶部107−Aに相応する。10
8−AはANDゲートで、一致信号109−Aが
論理値1でかつマスクレジスタ(R・S−F/F
303−A)がリセツト状態で、さらに割込み要
求フラグがセツトされているとき、割込み受付信
号110−Aを出力する。このANDゲートが割
込み受付部108−Aである。ベクタ発生部30
9−AはCPU300から割込み確認信号314
が送られると受け付けられた割込みのベクタ番地
313−AをCPU300に出力する。割込み要
求フラグ304−Aは、割込み受付信号110−
Aが論理値1でかつ、割込み確認信号314が論
理値1のときリセツトされる。
Therefore, when the priority and the scanning signal 102 are equal, the match signal 109 is output from the NOR gate 307-A.
-A (logical value 1) is output. With these two EX-OR gates and one NOR gate, the detection unit 104-A
It consists of 303-A is an interrupt mask register, which corresponds to the interrupt request control unit 106-A;
When an interrupt is to be masked, the R.S-F/F is set using the signal 312-A, and when not to be masked, it is reset. 304-A is an interrupt request flag and is the interrupt request signal 3 transferred from the interrupt source.
13-A, and is set when sent, and when no interrupt request is generated or
It is reset when the output of AND gate 308-A is "1". This interrupt request flag 304-A
corresponds to the interrupt request storage section 107-A. 10
8-A is an AND gate, and the match signal 109-A has a logical value of 1 and the mask register (R・S-F/F
303-A) is in a reset state and the interrupt request flag is set, it outputs an interrupt acceptance signal 110-A. This AND gate is the interrupt reception section 108-A. Vector generation section 30
9-A is the interrupt confirmation signal 314 from the CPU 300
When the interrupt is sent, the vector address 313-A of the accepted interrupt is output to the CPU 300. The interrupt request flag 304-A is the interrupt acceptance signal 110-
It is reset when A is a logic 1 and the interrupt acknowledge signal 314 is a logic 1.

第4図4は制御部101の具体的な回路図であ
る。信号102−1,102−2はそれぞれT−
F/F401,T−F/F402の各出力であ
る。信号102−2はクロツク信号403の立下
りエツジで反転し、信号102−1は信号102
−2の立下りエツジで反転する。すなわち、T−
F/F401および402はクロツク信号403
をカウントする4進カウンタを構成している。信
号102−1,102−2はそれぞれ走査信号1
02の上位ビツト、下位ビツトを表わす。T−
F/F401と402で構成される前記4進カウ
ンタは、NORゲート404の出力が論理値1に
なるとリセツトされる。割込み受付信号110−
A,B,C,Dのいずれかが出力されると優先順
位設定部111の出力が論理値1になる。
FIG. 4 is a specific circuit diagram of the control section 101. Signals 102-1 and 102-2 are each T-
These are the outputs of F/F 401 and TF/F 402. Signal 102-2 is inverted on the falling edge of clock signal 403, and signal 102-1 is inverted on the falling edge of clock signal 403.
-2 falling edge inverts. That is, T-
F/Fs 401 and 402 are clock signals 403
It constitutes a quaternary counter that counts . Signals 102-1 and 102-2 are each scanning signal 1
Represents the upper bits and lower bits of 02. T-
The quaternary counter constituted by F/Fs 401 and 402 is reset when the output of NOR gate 404 becomes a logical value 1. Interrupt acceptance signal 110-
When any one of A, B, C, and D is output, the output of the priority setting section 111 becomes a logical value 1.

今、R−S F/F407,409,411,
413がそれぞれリセツトされているものとする
と、オアゲート418の出力は常に論理0となつ
ているので、アンドゲート402の出力である割
込み信号103は論理1となる。このとき、信号
102−1と102−2共に論理0で、割込み信
号103が論理1のときは、ANDゲート406
の出力が論理1となるのでR・S−F/F407
がセツトされる。同様に信号102−1が論理
0、信号102−2が論理1で割込み信号103
が論理1のときは、ANDゲート408の出力が
論理1となるのでR・S−F/F409がセツト
される。信号102−1が論理1、信号102−
2が論理0で割込み信号103が論理1のときは
ANDゲート410の出力が論理1となるので
R・S−F/F411がセツトされる。信号10
2−1,102−2共に論理1で割込み信号10
3が論理1のときはANDゲート412の出力が
論理1となるのでR・S−F/F413がセツト
される。
Now, R-S F/F407,409,411,
413 are reset, the output of the OR gate 418 is always a logic 0, so the interrupt signal 103, which is the output of the AND gate 402, is a logic 1. At this time, when the signals 102-1 and 102-2 are both logic 0 and the interrupt signal 103 is logic 1, the AND gate 406
Since the output of is logic 1, R・S-F/F407
is set. Similarly, the signal 102-1 is logic 0, the signal 102-2 is logic 1, and the interrupt signal 103
When is logic 1, the output of AND gate 408 becomes logic 1, so R.S-F/F 409 is set. Signal 102-1 is logic 1, signal 102-
When 2 is logic 0 and interrupt signal 103 is logic 1,
Since the output of AND gate 410 becomes logic 1, R.S-F/F 411 is set. signal 10
Both 2-1 and 102-2 are logic 1 and interrupt signal 10
When 3 is logic 1, the output of AND gate 412 becomes logic 1, so R.S-F/F 413 is set.

割込みが受け付けられ、割込み信号103が論
理1になると、その割込みの優先順位に対応する
R・S−F/F407,409,411,413
のうちの1個がセツトされる。R・S−F/F4
07,409,411,413はそれぞれ優先順
位“0”,“1”,“2”,“3”の割込みが受け付け
られたことを示している。割込み信号103によ
つて、T−F/F401へのクロツク425の供
給をANDゲート424で禁止する。ANDゲート
414,415,416,417およびORゲー
ト418は受け付け中の割込みの優先順位と走査
信号102とが等しくなつたとき、T−F/F4
01と402とをリセツトする信号を出力する。
但し、割込み信号103が論理1の期間はAND
ゲート423によつてリセツトを禁止する。R・
S−F/F407がリセツトされ、R・S−F/
F409がセツトされているとき、即ち順位
“1”の割込み処理中の場合には、信号102−
1が論理0、102−2が論理1になると、割込
み信号103が論理0になつたときT−F/F4
01と402とがリセツトされ信号102−2,
102−2共に論理0となる。このとき、優先順
位“1”の他の割込みが再び発生してもR・S−
F/F409がセツトしているとANDゲート4
02の出力は論理0であるので受付られている割
込みは重複して受付られない。
When an interrupt is accepted and the interrupt signal 103 becomes logic 1, the R・S-F/F 407, 409, 411, 413 corresponding to the priority of the interrupt
One of them is set. R・S-F/F4
07, 409, 411, and 413 indicate that interrupts with priority levels "0", "1", "2", and "3" were accepted, respectively. In response to the interrupt signal 103, the AND gate 424 prohibits the supply of the clock 425 to the TF/F 401. AND gates 414, 415, 416, 417 and OR gate 418 operate T-F/F4 when the priority of the interrupt being accepted becomes equal to the scanning signal 102.
Outputs a signal to reset 01 and 402.
However, during the period when the interrupt signal 103 is logic 1, the AND
Gate 423 prohibits reset. R・
S-F/F407 is reset and R・S-F/
When F409 is set, that is, when an interrupt of priority "1" is being processed, the signal 102-
When 1 becomes logic 0 and 102-2 becomes logic 1, when the interrupt signal 103 becomes logic 0, T-F/F4
01 and 402 are reset and the signals 102-2,
102-2 both become logic 0. At this time, even if another interrupt with priority "1" occurs again, R・S−
If F/F409 is set, AND gate 4
Since the output of 02 is logical 0, the accepted interrupt cannot be accepted twice.

次に受け付け中の割込みの優先順位を示すR・
S−F/F407,409,411,413のリ
セツト動作について説明する。割込み終了信号1
13が論理1になると、R・S−F/F407が
セツトされているときはR・S−F/F407は
リセツトされる。R・S−F/F407がリセツ
トされているときは、ANDゲート419の出力
が論理1となるのでR・S−F/F409がリセ
ツトされる。R・S−F/F407,409とも
にリセツトされているときは、ANDゲート42
0の出力が論理1となるので、R・S−F/F4
11がリセツトされる。R・S−F/F407,
409,411がすべてリセツトされているとき
は、ANDゲート421の出力が論理1となるの
でR・S−F/F413がリセツトされる。この
ように割込み終了信号113が論理1となると、
受け付けられている割込みの優先順位を示すR・
S−F/Fの中の最も順位の高いものを示すR・
S−F/Fから順にリセツトされる。かくして優
先順位に応じた割込みが多重処理され得る。
Next, R・ indicates the priority of the interrupt currently being accepted.
The reset operation of SF/Fs 407, 409, 411, and 413 will be explained. Interrupt end signal 1
When R.13 goes to logic 1, R.S-F/F 407 is reset if R.S-F/F 407 is set. When the R.S-F/F 407 is reset, the output of the AND gate 419 becomes logic 1, so that the R.S.F/F 409 is reset. When both R・S-F/F 407 and 409 are reset, AND gate 42
Since the output of 0 becomes logic 1, R・S-F/F4
11 is reset. R・S-F/F407,
When 409 and 411 are all reset, the output of AND gate 421 becomes logic 1, so R.S-F/F 413 is reset. In this way, when the interrupt end signal 113 becomes logic 1,
R indicating the priority of accepted interrupts.
R, which indicates the highest rank among S-F/F.
It is reset in order from S-F/F. In this way, interrupts can be multi-processed according to their priorities.

以上は各ブロツクにすべて異なる優先順位を符
した時の例である。しかし、適用するシステムに
よつては、複数のブロツクに同一順位を符す場合
がある。この時には以下に示す優先順位設定部1
11が有効となる。
The above is an example of assigning different priorities to each block. However, depending on the applied system, multiple blocks may be given the same rank. At this time, the priority setting section 1 shown below
11 is valid.

第5図はその優先順位設定部111の回路図で
あり、第6図はそのタイミング図である。今、割
込み発生源100−A,100−C,100−D
の優先順位指定部105−A,105−C,10
5−Dの内容が共に“3”に設定され、割込み発
生源100−A,100−C,100−Dが同時
に発生した場合について述べる。なお割込み発生
源100−Bの優先順位指定部105の内容は
“1”であるものとする。
FIG. 5 is a circuit diagram of the priority setting section 111, and FIG. 6 is a timing diagram thereof. Now, interrupt sources 100-A, 100-C, 100-D
Priority order designation units 105-A, 105-C, 10
A case will be described in which the contents of 5-D are both set to "3" and interrupt sources 100-A, 100-C, and 100-D occur simultaneously. It is assumed that the content of the priority order designation unit 105 of the interrupt source 100-B is "1".

走査信号102が“3”となると一致信号10
9−A,109−C,109−Dがすべて論理1
となる(第6図のT1タイミング)。このとき、
割込み要求記憶部107−A,107−C,10
7−Dが割込み要求を記憶してその出力を論理1
とし、割込みが許可され、割込み制御部106−
A,106−C,106−Dの出力が論理1の
時、割込み発生源100−Aの割込み受付部10
8−Aの出力は論理1となるので、優先順位設定
部111のオアゲート501の一方の入力は論理
1となる。この時、割込み発生源100−Bの割
込み受付部108−Bの出力は、割込み要求がな
いとすると論理0となつている。従つて、オアゲ
ート501の出力は論理1である。また、オアゲ
ート502,503の出力はともに論理1となり
制御部に対して割込受付け信号を発生している。
しかしこのとき、出力線112−C,112−D
は論理1となつているので、割込み受付部108
−CとDの出力である割込み受付信号110−C
と110−Dはともに論理0となる。したがつて
この場合、割込み発生源100−Aの割込み受付
信号110−AのみがCPUに受付けられ、他の
割込み要求信号110−C,110−Dは、割込
みが許可されていて割込み要求があつたとしても
受けつけられない。即ち、割込み発生源100−
Aの割込み受付け信号110−Aだけが制御部に
入力され、割込み確認信号314により割込みの
ベクタ番地313−AがCPUに送られ、Aの割
込み処理が実行される。この間、割込み要求記憶
部107−C,107−Dの内容は夫々保留され
ていて、走査信号102が優先順位“3”となる
毎に割込み受付け信号110−Cが論理1となる
が(割込み要求信号110−Dはオアゲート50
2の出力により論理0に固定されている)、第4
図で説明したように現在受付られている優先順位
“3”と同一の優先順位の割込みは受付られず、
割込み信号103は論理1にならない。第5図の
場合、割込み発生源100−Aが最も優先順位が
高く、次に100−B,100−C,100−D
の順の優先順位となつているが、割込み受付け信
号110−A,B,C,Dとオアゲート501,
502,503との接続関係を変更することで任
意の最先順位に設定することができる。
When the scanning signal 102 becomes “3”, the coincidence signal 10
9-A, 109-C, 109-D are all logic 1
(T1 timing in FIG. 6). At this time,
Interrupt request storage units 107-A, 107-C, 10
7-D stores the interrupt request and sets its output to logic 1.
, interrupts are enabled, and the interrupt control unit 106-
When the outputs of A, 106-C, and 106-D are logic 1, the interrupt receiving unit 10 of the interrupt source 100-A
Since the output of 8-A becomes logic 1, one input of OR gate 501 of priority setting section 111 becomes logic 1. At this time, the output of the interrupt accepting unit 108-B of the interrupt source 100-B is logic 0, assuming that there is no interrupt request. Therefore, the output of OR gate 501 is a logic one. Further, the outputs of the OR gates 502 and 503 both become logic 1 and generate an interrupt acceptance signal to the control section.
However, at this time, the output lines 112-C, 112-D
is logic 1, so the interrupt reception unit 108
Interrupt acceptance signal 110-C which is the output of -C and D
and 110-D are both logic 0. Therefore, in this case, only the interrupt acceptance signal 110-A of the interrupt source 100-A is accepted by the CPU, and the other interrupt request signals 110-C and 110-D are received when interrupts are enabled and no interrupt requests are made. I can't accept it even if it is. That is, the interrupt source 100-
Only the interrupt acceptance signal 110-A of A is input to the control unit, and the interrupt vector address 313-A is sent to the CPU in response to the interrupt confirmation signal 314, so that A's interrupt processing is executed. During this time, the contents of the interrupt request storage units 107-C and 107-D are suspended, and the interrupt acceptance signal 110-C becomes logic 1 every time the scanning signal 102 reaches priority level "3". Signal 110-D is OR gate 50
2), the fourth
As explained in the figure, interrupts with the same priority as the currently accepted priority "3" will not be accepted.
Interrupt signal 103 does not become a logic one. In the case of FIG. 5, interrupt source 100-A has the highest priority, followed by interrupt sources 100-B, 100-C, and 100-D.
The priority order is in the order of interrupt acceptance signals 110-A, B, C, D and OR gate 501,
By changing the connection relationship with 502 and 503, it is possible to set it to an arbitrary top priority.

以上のように優先順位設定部111は複数の同
一優先順位の割込み要求が同時に発生した場合に
その中から所定の割込み受付け信号のみを選択
し、最も高いとされている優先順位の割込み受付
信号を制御部に入力することができる。
As described above, when a plurality of interrupt requests with the same priority occur simultaneously, the priority setting unit 111 selects only a predetermined interrupt acceptance signal from among them, and selects the interrupt acceptance signal with the highest priority. It can be input to the control unit.

さらに、優先順位を所定の順位に設定、変更す
るため回路は非常に小さくてよい。さらに制御部
と各割込発生源との間の結合は走査信号102を
通す線と、優先順位設定部111の中を通る1本
の線(オアゲート501,502,503の出力
が直列に接続されているため、割込み発生源を結
ぶ線は1本のみである)と、CPUから入力され
る割込確認信号314を通す線だけであり、少数
の制御線で構成することができる。従つて、マイ
クロコンピユータのチツプ面積は極めて小さくて
よいので、低価格の割込み制御装置を提供するこ
とができる。
Furthermore, the circuitry for setting and changing the priority order in a predetermined order can be very small. Furthermore, the connection between the control unit and each interrupt source is a line passing through the scanning signal 102 and a line passing through the priority setting unit 111 (the outputs of OR gates 501, 502, 503 are connected in series). Therefore, there is only one line that connects the interrupt generation source) and a line that passes the interrupt confirmation signal 314 input from the CPU, and it can be configured with a small number of control lines. Therefore, the chip area of the microcomputer can be extremely small, making it possible to provide a low-cost interrupt control device.

以上説明したように本発明によれば、割込み要
求の受付優先順位を所望の順位に設定、変更可能
で、多重割込み処理においても煩雑な手続きは不
要である。さらに複数の割込み処理が同一の優先
順位で設定された場合でも、その中から所定の優
先順位で1つの割込みを選択することが可能な割
込み制御装置を低価格で実現することができる。
As described above, according to the present invention, it is possible to set or change the acceptance priority order of interrupt requests to a desired order, and there is no need for complicated procedures even in multiple interrupt processing. Furthermore, even when a plurality of interrupt processes are set with the same priority, an interrupt control device capable of selecting one interrupt with a predetermined priority from among them can be realized at a low cost.

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

第1図は、本発明の一実施例の構成ブロツク
図、第2図はその動作のタイミングチヤート、第
3図は優先順位指定部、割込み受付制御部、割込
み要求記憶部、検出部、割込み受付部の具体的な
回路図、第4図は制御部の回路図、第5図は優先
順位設定部の回路図、第6図は第5図の動作タイ
ミングチヤートである。 101……制御部、104−A乃至D……検出
部、105A乃至D……優先順位指定部、106
A乃至D……割込み要求制御部、107A乃至D
……割込み要求記憶部、108A乃至D……割込
み受付け部、111……優先順位設定部、300
……CPU。
FIG. 1 is a configuration block diagram of an embodiment of the present invention, FIG. 2 is a timing chart of its operation, and FIG. 3 is a priority designation section, an interrupt acceptance control section, an interrupt request storage section, a detection section, and an interrupt acceptance section. FIG. 4 is a circuit diagram of the control section, FIG. 5 is a circuit diagram of the priority setting section, and FIG. 6 is an operation timing chart of FIG. 101...control unit, 104-A to D...detection unit, 105A to D...priority designation unit, 106
A to D...Interrupt request control unit, 107A to D
...Interrupt request storage unit, 108A to D...Interrupt acceptance unit, 111...Priority setting unit, 300
……CPU.

Claims (1)

【特許請求の範囲】[Claims] 1 複数の割込み発生源から割込み要求を受ける
割込み制御装置において、割込み発生源別に、割
込み要求を記憶しておく割込み要求記憶部と、任
意の順位に指定する事が可能で、指定された優先
順位を示すデータが設定される優先順位指定部
と、最上位の優先順位から順に走査信号を発生す
る走査部と、前記走査信号と前記優先順位指定部
の優先順位データとを比較し、両者が一致した時
一致信号を出力する検出部と、一致信号が出力さ
れた順位の割込み要求を受付ける割込要求受付け
部と、受付けられた割込み要求が同時に複数存在
する時、いずれか一つを強制的に選択して、処理
すべき割込み要求とする手段とを備えたことを特
徴とする割込み制御装置。
1. In an interrupt control device that receives interrupt requests from multiple interrupt sources, there is an interrupt request storage section that stores interrupt requests for each interrupt source, and an interrupt request storage section that can be specified in any order, and the specified priority A priority designation section in which data indicating the priority is set, a scanning section that generates scanning signals in order from the highest priority, and a comparison between the scanning signal and the priority data of the priority designation section, and a check is made to determine whether the two match. a detection unit that outputs a match signal when a match signal is output, an interrupt request acceptance unit that accepts the interrupt request in the order in which the match signal is output, and when there are multiple accepted interrupt requests at the same time, one of the interrupt requests is forcibly executed. 1. An interrupt control device comprising: means for selecting an interrupt request and setting it as an interrupt request to be processed.
JP3066284A 1983-07-19 1984-02-21 Interruption control device Granted JPS60175149A (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP3066284A JPS60175149A (en) 1984-02-21 1984-02-21 Interruption control device
US06/632,190 US4807117A (en) 1983-07-19 1984-07-19 Interruption control apparatus
DE8484304947T DE3472177D1 (en) 1983-07-19 1984-07-19 Apparatus for controlling a plurality of interruption processings
EP84304947A EP0132161B1 (en) 1983-07-19 1984-07-19 Apparatus for controlling a plurality of interruption processings

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3066284A JPS60175149A (en) 1984-02-21 1984-02-21 Interruption control device

Publications (2)

Publication Number Publication Date
JPS60175149A JPS60175149A (en) 1985-09-09
JPH0443302B2 true JPH0443302B2 (en) 1992-07-16

Family

ID=12309956

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3066284A Granted JPS60175149A (en) 1983-07-19 1984-02-21 Interruption control device

Country Status (1)

Country Link
JP (1) JPS60175149A (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0789323B2 (en) * 1985-12-20 1995-09-27 日本電気株式会社 Multiple interrupt control method
JP2643609B2 (en) * 1990-01-29 1997-08-20 日本電気株式会社 Interrupt control device
JP2900627B2 (en) * 1991-03-29 1999-06-02 日本電気株式会社 Interrupt control device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS55119724A (en) * 1979-03-09 1980-09-13 Hitachi Ltd Priority selection circuit

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS55119724A (en) * 1979-03-09 1980-09-13 Hitachi Ltd Priority selection circuit

Also Published As

Publication number Publication date
JPS60175149A (en) 1985-09-09

Similar Documents

Publication Publication Date Title
US4698753A (en) Multiprocessor interface device
JP4485599B2 (en) Access control device, access control integrated circuit, and access control method
US4675812A (en) Priority circuit for channel subsystem having components with diverse and changing requirement for system resources
US4788640A (en) Priority logic system
US6141713A (en) Bus arbitrator with a hierarchical control structure
EP0443557B1 (en) Interrupt controller capable of realizing interrupt nesting function
US4807117A (en) Interruption control apparatus
EP0438538B1 (en) Priority apparatus having programmable node dwell time
US4604685A (en) Two stage selection based on time of arrival and predetermined priority in a bus priority resolver
JPH06161952A (en) Arbitration device of access request
JPH0728758A (en) And device for dynamic time loop arbitration
US4788639A (en) Frequency-coded multi-level interrupt control system for a multiprocessor system
US20030048677A1 (en) Semiconductor device having a dual bus, dual bus system, shared memory dual bus system, and electronic instrument using the same
JPH0443302B2 (en)
US5557756A (en) Chained arbitration
JPS594733B2 (en) Kyoutsuba Seigiyo Cairo
JPH0827725B2 (en) Register circuit
JP3105554B2 (en) Interrupt controller
JPS6022248A (en) Interruption controller
KR100257071B1 (en) Dma controller and method for aternating priority of dma request signal by using the same
JPH0418337B2 (en)
JP2635863B2 (en) Central processing unit
JPH08137747A (en) Internal register circuit
JPH04346140A (en) Access controller for shared memory
JPH0646394B2 (en) Interrupt control circuit

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term