JPH01112354A - Interruption request signal control system - Google Patents

Interruption request signal control system

Info

Publication number
JPH01112354A
JPH01112354A JP26997887A JP26997887A JPH01112354A JP H01112354 A JPH01112354 A JP H01112354A JP 26997887 A JP26997887 A JP 26997887A JP 26997887 A JP26997887 A JP 26997887A JP H01112354 A JPH01112354 A JP H01112354A
Authority
JP
Japan
Prior art keywords
request signal
interrupt request
signal
interrupt
active
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
JP26997887A
Other languages
Japanese (ja)
Inventor
Norikazu Goto
後藤 範和
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.)
Sumitomo Electric Industries Ltd
Original Assignee
Sumitomo Electric Industries 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 Sumitomo Electric Industries Ltd filed Critical Sumitomo Electric Industries Ltd
Priority to JP26997887A priority Critical patent/JPH01112354A/en
Publication of JPH01112354A publication Critical patent/JPH01112354A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/24Handling requests for interconnection or transfer for access to input/output bus using interrupt

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Bus Control (AREA)

Abstract

PURPOSE:To output an active interruption request signal successively by a slave device, by holding an interruption request signal by providing an interruption request signal reservation part. CONSTITUTION:An F/F203 constitutes an interruption request signal holding part 230 which holds the interruption request signal to be supplied to a master device 300, and an F/F208 constitutes the interruption request signal reservation part 280 which holds the active interruption request signal when it is delivered from the slave device 100. When the master device 300 completes an interruption processing, a signal held by the interruption request signal reservation part 280 is transferred to the interruption request signal holding part 230. In such a way, the interruption request signal is outputted one by one and it can be held and reserved at the interruption request signal holding part even when plural interruption requests are generated from the slave device.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は各種のコンピュータシステム等に適用可能な割
込み要求信号制御方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an interrupt request signal control method applicable to various computer systems.

〔従来の技術〕[Conventional technology]

従来の割込み要求信号制御方式を実現するための構成を
第2図に示す。CPU等のマスタディバイス11にIl
o等のスレーブディバイス12が割込み要求を行う場合
には、次のようにしていた。
FIG. 2 shows a configuration for realizing a conventional interrupt request signal control method. Il to master device 11 such as CPU
When a slave device 12 such as o makes an interrupt request, it is done as follows.

まず、スレーブディバイス12は、信号線13がLレベ
ルとなっているか否かによりマスタディバイス11が割
込み処理を終了していることを検出し、Lレベルの場合
のみ割込み要求信号をアクティブ(Hレベル)として信
号線14へ出力していた。割込制御回路15はスレーブ
ディバイス12からアクティブな割込み要求信号が到来
すると、その出力をHレベルとしてマスタディバイス1
1に割込みを行う。マスタディバイス11は割込み処理
を終了すると、信号線16を介してリセット信号を割込
制御回路15へ与える。これにより、割込制御回路15
はその出力をHレベルからLレベルへ戻す。
First, the slave device 12 detects that the master device 11 has finished interrupt processing by checking whether the signal line 13 is at the L level, and activates the interrupt request signal (H level) only when the signal line 13 is at the L level. It was output to the signal line 14 as . When an active interrupt request signal arrives from the slave device 12, the interrupt control circuit 15 sets its output to H level and outputs it to the master device 1.
Interrupts 1. When the master device 11 completes the interrupt processing, it supplies a reset signal to the interrupt control circuit 15 via the signal line 16. As a result, the interrupt control circuit 15
returns its output from H level to L level.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

しかしながら、この制御方式を採用した場合には、マス
タディバイス11が1つの割込み処理を行う間に、スレ
ーブディバイス12で複数の割込み要求が発生すると、
スレーブディバイス12はマスタディバイス11で割込
み処理が終了するまで、アクティブな割込み要求信号の
送出を見合せる必要が生じた。
However, when this control method is adopted, if multiple interrupt requests occur in the slave device 12 while the master device 11 processes one interrupt,
It became necessary for the slave device 12 to postpone sending out an active interrupt request signal until the master device 11 completes the interrupt processing.

すなわち、マスタディバイス11が割込み処理中である
と信号線13はHレベルに保持され、スレーブディバイ
ス12がアクティブな割込み要求信号を何度出力しても
、無意味となる。従って、スレーブディバイス11では
、実際には複数の割込み要求が発生していても、アクテ
ィブな割込み要求信号はマスタディバイス1が割込み処
理を終了するまで出力できず、スレーブディバイス12
において発生した割込み要求と、出力したアクティブな
割込み要求信号との差を補償する制御が求められ、スレ
ーブディバイス12の構成の複雑化、負荷の増大という
問題点が生じた。
That is, when the master device 11 is processing an interrupt, the signal line 13 is held at H level, and no matter how many times the slave device 12 outputs an active interrupt request signal, it becomes meaningless. Therefore, in the slave device 11, even if multiple interrupt requests actually occur, the active interrupt request signal cannot be output until the master device 1 finishes interrupt processing, and the slave device 12
Control is required to compensate for the difference between the interrupt request generated in 1 and the output active interrupt request signal, resulting in the problem of complicating the configuration of the slave device 12 and increasing the load.

そこで本発明は、マスタディバイスが割込み処理を終了
していない状態でスレーブディバイスて割込み要求が発
生した場合でも、スレーブディバイスからアクティブな
割込み要求信号を出力することのできる割込み要求信号
制御方式を提供することを目的とする。
Therefore, the present invention provides an interrupt request signal control method that allows the slave device to output an active interrupt request signal even if an interrupt request occurs in the slave device while the master device has not finished interrupt processing. The purpose is to

〔問題点を解決するための手段〕[Means for solving problems]

本発明に係る割込み要求信号制御方式は、マスタディバ
イスに与える割込み要求信号を保持する割込み要求信号
保持部と、この割込み要求信号保持部がアクティブな割
込み要求信号を保持している場合にスレーブディバイス
からアクティブな割込み要求信号が送出されるとこれを
保持する少なくとも1つの割込み要求信号予約部とを備
え、マスタディバイスが割込み処理を終了すると割込み
要求信号予約部が保持している信号を割込み要求信号保
持部へ転送することを特徴とする。
The interrupt request signal control method according to the present invention includes an interrupt request signal holding section that holds an interrupt request signal to be given to a master device, and an interrupt request signal holding section that holds an active interrupt request signal from a slave device. and at least one interrupt request signal reservation section that holds an active interrupt request signal when it is sent, and when the master device finishes interrupt processing, the interrupt request signal reservation section holds the signal held by the interrupt request signal reservation section. The feature is that the information is transferred to the department.

〔作用〕[Effect]

本発明の割込み要求信号制御方式は、以上の通りに構成
されるので、スレーブディバイスで割込み要求が複数発
生しても、スレーブディバイスからアクティブな割込み
要求信号を次々に出力して割込み要求信号予約部に保持
させ、マスタディバイスが割込み処理を終了するまで、
いわば割込み要求を予約しておくことができる。
Since the interrupt request signal control method of the present invention is configured as described above, even if multiple interrupt requests occur in the slave device, the active interrupt request signals are output from the slave device one after another, and the interrupt request signal reservation section until the master device finishes processing the interrupt.
In other words, interrupt requests can be reserved in advance.

〔実施例〕〔Example〕

以下、添付図面の第1図を参照して本発明の一実施例を
説明する。
Hereinafter, one embodiment of the present invention will be described with reference to FIG. 1 of the accompanying drawings.

第1図は本発明に係る割込み要求信号制御方式を実現す
る制御装置の構成図である。図示の通り、スレーブディ
バイス100からは信号線201を介して、オアゲート
(負論理アンドゲート)202.206,207へ割込
み要求信号が与えられる。オアゲート202の出力信号
はフリップフロップ(以下F/Fという。)203のプ
リセット端子へ与えられる。F/F2O3の出ツノ端子
Qの信号はドライバ204を介してマスタディバイス3
00の割込み端子INTへ与えられるとともに、オアゲ
ート202及びインバータ205へ与えられる。インバ
ータ205の出力信号はオアゲート206へ与えられ、
オアゲート206の出力信号はF ’/ F 208の
プリセット端子へ与えられる。F/F20gのデータ端
子りはアースされ、その出力端子Qの出力信号はドライ
バ209を介してF/F 20 Bのデータ端子り及び
インバータ210へ与えられる。インバータ210の出
力信号はオアゲート207へ与えられ、オアゲート20
7の出力信号はF/F 211のプリセット端子へ与え
られる。F/F211のデータ端子りはアースされ、そ
の出力端子Qの出力信号BUSYはスレーブディバイス
100へ与えられている。
FIG. 1 is a block diagram of a control device that implements an interrupt request signal control method according to the present invention. As shown in the figure, an interrupt request signal is applied from the slave device 100 to OR gates (negative logic AND gates) 202, 206, and 207 via a signal line 201. The output signal of the OR gate 202 is applied to a preset terminal of a flip-flop (hereinafter referred to as F/F) 203. The signal at the output terminal Q of F/F2O3 is sent to the master device 3 via the driver 204.
00 to the interrupt terminal INT, and also to the OR gate 202 and the inverter 205. The output signal of the inverter 205 is given to the OR gate 206,
The output signal of OR gate 206 is provided to the preset terminal of F'/F 208. The data terminal of the F/F 20g is grounded, and the output signal of its output terminal Q is applied to the data terminal of the F/F 20B and the inverter 210 via the driver 209. The output signal of the inverter 210 is given to the OR gate 207, and the OR gate 20
The output signal of 7 is given to the preset terminal of F/F 211. The data terminal of the F/F 211 is grounded, and the output signal BUSY at its output terminal Q is applied to the slave device 100.

マスタディバイス300のクリヤ端子CLRからは、マ
スタディバイス300が割込み処理を終了する毎にクリ
ヤパルスが出力され、F/F 203゜208.211
のクロック端子へ与えられる。
A clear pulse is output from the clear terminal CLR of the master device 300 every time the master device 300 finishes interrupt processing, and the F/F 203°208.211
is applied to the clock terminal of

ここにおいて、F/F2O3はマスタディバイス300
へ与える割込み要求信号を保持する割込み要求信号保持
部230を構成し、F/F2O3は割込み要求信号保持
部230がアクティブ(Hレベル)な割込み要求信号を
保持している場合に、スレーブディバイス100からア
クティブな割込み要求信号が送出されるとこれを保持す
る割込み要求信号予約部280を構成する。更に、F/
F211の出力信号BUSYは割込み要求信号予約部2
80がアクティブな割込み要求信号を保持し、次の割込
み要求の予約が不可能である場合にアクティブ(Hレベ
ル)とされる。
Here, F/F2O3 is master device 300
The F/F2O3 constitutes an interrupt request signal holding unit 230 that holds an interrupt request signal to be given to the slave device 100, and when the interrupt request signal holding unit 230 holds an active (H level) interrupt request signal, the F/F2O3 An interrupt request signal reservation unit 280 is configured to hold an active interrupt request signal when it is sent. Furthermore, F/
The output signal BUSY of F211 is the interrupt request signal reservation section 2.
80 holds an active interrupt request signal and becomes active (H level) when the next interrupt request cannot be reserved.

このように構成された制御装置の動作を以下に説明する
The operation of the control device configured in this way will be explained below.

まず、初期状態では、F/F2O3,208゜211は
リセット状態にある。スレーブディバイス100で割込
み要求が発生すると、スレーブディバイス100は信号
線201を介してアクティブな割込み要求信号を出力す
る。この結果、オアゲート202,206,207のう
ち、一方の入力端子にLレベルの信号が与えられている
オアゲート202のみの出力信号がLレベルとなり、F
/F2O3がセットされてF/F 20 Bの出力端子
QからHレベルの信号が出力される。この信号はドライ
バ204を介してマスタディバイス300の割込み端子
INTへ到り、マスタディバイス300に割込みをかけ
る。
First, in the initial state, F/F2O3, 208°211 is in a reset state. When an interrupt request occurs in the slave device 100, the slave device 100 outputs an active interrupt request signal via the signal line 201. As a result, among the OR gates 202, 206, and 207, the output signal of only the OR gate 202 to which an L level signal is given to one input terminal becomes the L level, and the F
/F2O3 is set and an H level signal is output from the output terminal Q of F/F20B. This signal reaches the interrupt terminal INT of the master device 300 via the driver 204, and interrupts the master device 300.

この割込みにもとづき、マスタディバイス300が割込
み処理を行っている途中で、スレーブディバイス100
で割込み要求が発生したとする。すると、信号線201
ヘアクチイブな割込み要求信号か送出される。このとき
、F/F2O3の出力端子QよりHレベルが出力され、
インバータ205で反転されてオアゲート206へ到っ
ていることから、オアゲート206の出力信号がLレベ
ルとなり、これがF/F2O3のプリセット端子へ与え
られてF/F2O3はセットされる。
Based on this interrupt, while the master device 300 is processing the interrupt, the slave device 100
Suppose that an interrupt request occurs in Then, the signal line 201
An active interrupt request signal is sent. At this time, the H level is output from the output terminal Q of F/F2O3,
Since it is inverted by the inverter 205 and reaches the OR gate 206, the output signal of the OR gate 206 becomes L level, which is applied to the preset terminal of the F/F2O3, and the F/F2O3 is set.

これにより、F/F2O3の出力端子QよりHレベルの
信号が出力され、このHレベルの信号はドライバ209
を介してインバータ210へ与えられ、反転されてオア
ゲート207へ到る。
As a result, an H level signal is output from the output terminal Q of F/F2O3, and this H level signal is transmitted to the driver 209.
The signal is applied to the inverter 210 via the inverter 210, is inverted, and reaches the OR gate 207.

ここで、アクティブな割込み要求信号が信号線201に
到来している間に、オアゲート207にインバータ21
0を介してLレベルの信号が与えられる程度の遅延量で
ある素子を用いると、オアゲート207よりLレベルの
信号が出力され、F/F211がセットされる。この結
果、スレーブディバイス100には、これ以上割込み要
求の予約が不可能であることがアクティブなビジィ−信
号BUSYにより通知されたことになる。
Here, while the active interrupt request signal is arriving at the signal line 201, the inverter 21 is connected to the OR gate 207.
If an element with a delay amount such that an L-level signal is given through 0 is used, an L-level signal is output from the OR gate 207, and the F/F 211 is set. As a result, the slave device 100 is notified by the active busy signal BUSY that no more interrupt requests can be reserved.

一方、マスタディバイス300は割込み処理を続け、こ
の割込み処理が終了すると、クリヤ端子CLRよりクリ
ヤパルスを出力する。これにより、F/F2O3,20
8,211はそれぞれのデータ端子りの信号を取り込む
。このとき、F/F2O3ではデータ端子りにドライバ
209を介してF/F 208の出力端子QよりHレベ
ルの信号が与えられているから、F/F 203は再び
セット状態とされる。すなわち、マスタディバイス30
0が割込み処理を終了すると、割込み要求信号予約部2
80が保持している信号(ここでは、アクティブな割込
み要求信号)が割込み要求信号保持部230へ転送され
ることがわかる。また、F/F2O3,211のデータ
端子りはアースされていることから、F/F20g、2
11はリセット状態とされ、ビジィ−信号BUSYがイ
ンアクティブ°とされてスレーブディバイス100へ与
えられ、割込み要求の予約が可能であることが通知され
る。従って、スレーブディバイス100は割込み要求信
号を出力することが可能となる。
On the other hand, the master device 300 continues the interrupt processing, and when the interrupt processing is completed, it outputs a clear pulse from the clear terminal CLR. As a result, F/F2O3,20
8 and 211 take in signals from respective data terminals. At this time, since an H level signal is applied to the data terminal of the F/F 203 from the output terminal Q of the F/F 208 via the driver 209, the F/F 203 is brought into the set state again. That is, master device 30
0 completes the interrupt processing, the interrupt request signal reservation unit 2
It can be seen that the signal held by the interrupt request signal 80 (here, the active interrupt request signal) is transferred to the interrupt request signal holding unit 230. Also, since the data terminal of F/F2O3, 211 is grounded, F/F20g, 2
11 is put into a reset state, and the busy signal BUSY is made inactive and applied to the slave device 100 to notify that it is possible to reserve an interrupt request. Therefore, the slave device 100 can output an interrupt request signal.

上記の説明では、マスタディバイス300が割込み処理
中に次の割込み要求信号が出力されるとしたが、マスタ
ディバイス300が割込みを終了するまでスレーブディ
バイス100で割込み要求が発生しなければ、F/F2
O3,211がリセット状態のままF/F2O3,20
8,211のクロック端子へクリヤパルスが与えられ、
F/F2O3のデータ端子りにはF/F2O3からLレ
ベルの出力信号が与えられ、F/F2O3゜211のデ
ータ端子りはアースされている結果、F/F2O3,2
08,211は全てリセットされ、次にアクティブな割
込み要求信号が出力されるとF/F 203がセットす
る状態となる。
In the above explanation, it is assumed that the next interrupt request signal is output while the master device 300 is processing an interrupt. However, if the slave device 100 does not receive an interrupt request until the master device 300 finishes interrupting,
O3, 211 remains in reset state F/F2 O3, 20
A clear pulse is given to the clock terminal of 8,211,
An L level output signal is given from F/F2O3 to the data terminal of F/F2O3, and as a result of the data terminal of F/F2O3゜211 being grounded, F/F2O3, 2
08 and 211 are all reset, and the next time an active interrupt request signal is output, the F/F 203 becomes set.

本実施例は、マスタディバイス300が割込み処理を行
っている途中で、基本的には1つ程度の割込み要求が発
生するシステムに好適である。つまり、マスタディバイ
ス300が割込み処理中にスレーブディバイス100て
割込み要求が多く発生すると、いつでもビジィ−信号B
USYがアクティブで、割込み要求の予約が不可能とな
るからである。
This embodiment is suitable for a system in which basically about one interrupt request occurs while the master device 300 is performing interrupt processing. In other words, if many interrupt requests occur in the slave device 100 while the master device 300 is processing interrupts, the busy signal B is always activated.
This is because USY is active, making it impossible to reserve an interrupt request.

本発明は上記の実施例に限定されるものではなく、種々
の変形が可能である。
The present invention is not limited to the above embodiments, and various modifications are possible.

例えば、マスタディバイス300が割込み処理中にスレ
ーブディバイスで多くの割込み要求が発生するシステム
では、割込み要求の発生度数に応じて割込み要求信号予
約部を複数段とする。そして、アクティブな割込み要求
信号は初段の割込み要求信号予約部から順に終段側の割
込み要求信号予約部へ格納するようにし、割込み要求信
号保持部への転送時には初段の割込み要求信号予約部の
信号を転送するとともに、終段側から初段側へ各別込み
要求信号予約部の信号をシフトするようにする。
For example, in a system in which many interrupt requests are generated in the slave device while the master device 300 is processing interrupts, the interrupt request signal reservation section is provided in multiple stages depending on the frequency of occurrence of interrupt requests. The active interrupt request signal is stored in order from the first-stage interrupt request signal reservation section to the last-stage interrupt request signal reservation section, and when transferred to the interrupt request signal holding section, the signal in the first-stage interrupt request signal reservation section is stored. At the same time, the signals of each separate request signal reservation section are shifted from the final stage side to the first stage side.

また、マスタディバイスの割込み処理中にスレーブディ
バイスで発生する割込み要求の度数に比べ、十分余裕を
持って割込み要求信号予約部の段数を増したときには、
割込み要求の予約が不可能とならないため、ビジィ−信
号BUSYを与えるだめの構成を除去してもよい。
Also, when the number of stages of the interrupt request signal reservation section is increased with sufficient margin compared to the frequency of interrupt requests generated in the slave device during interrupt processing of the master device,
In order to prevent reservation of interrupt requests from becoming impossible, the configuration for providing the busy signal BUSY may be removed.

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

以上、詳細に説明した通り本発明では、割込み要求信号
予約部を設けて割込み要求信号を保持しておき、マスタ
ディバイスが割込み処理を終了したとき割込み要求信号
としてマスタディバイスに与えるので、スレーブディバ
イスにおいて発生した割込み要求と出力したアクティブ
な割込み要求信号との差を補償する制御か不要となり、
スレーブディバイスがアクティブな割込み要求信号を次
々に出力することができ、従ってスレーブディバイスの
構成の簡素化、負荷の転減を図ることができる効果があ
る。
As explained in detail above, in the present invention, an interrupt request signal reservation section is provided to hold the interrupt request signal, and when the master device finishes interrupt processing, it is given to the master device as an interrupt request signal. Control to compensate for the difference between the generated interrupt request and the output active interrupt request signal is no longer required.
The slave device can output active interrupt request signals one after another, which has the effect of simplifying the configuration of the slave device and reducing the load.

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

第1図は本発明に係る割込み要求信号制御方式を実現す
る制御装置の構成図、第2図は従来の割込み要求信号制
御方式を用いたシステムの構成図である。 100・・・スレーブディバイス、200・・・マスタ
ディバイス、230・・・割込み要求信号保持部、28
0・・・割込み要求信号予約部。 特許出願人  住友電気工業株式会社
FIG. 1 is a block diagram of a control device that implements the interrupt request signal control method according to the present invention, and FIG. 2 is a block diagram of a system using the conventional interrupt request signal control method. 100... Slave device, 200... Master device, 230... Interrupt request signal holding unit, 28
0: Interrupt request signal reservation section. Patent applicant: Sumitomo Electric Industries, Ltd.

Claims (1)

【特許請求の範囲】 1、マスタディバイスに与える割込み要求信号を保持す
る割込み要求信号保持部と、この割込み要求信号保持部
がアクティブな割込み要求信号を保持している場合にス
レーブディバイスからアクティブな割込み要求信号が送
出されるとこれを保持する少なくとも1つの割込み要求
信号予約部とを備え、前記マスタディバイスが割込み処
理を終了すると前記割込み要求信号予約部が保持してい
る信号を前記割込み要求信号保持部へ転送することを特
徴とする割込み要求信号制御方式。 2、前記割込み要求信号予約部は複数段であり、アクテ
ィブな割込み要求信号は初段の割込み要求信号予約部か
ら順に終段側の割込み要求信号予約部へと格納され、前
記割込み要求信号保持部への転送時には前記初段の割込
み要求信号予約部の信号が転送されるとともに、前記終
段側から前記初段側へ各割込み要求信号予約部の信号が
シフトすることを特徴とする特許請求の範囲第1項記載
の割込み要求信号制御方式。 3、全ての前記割込み要求信号予約部がアクティブな割
込み要求信号を保持している場合には割込み要求の予約
が不可能であることを示すビジィー信号をアクティブと
し、他の場合には当該ビジィー信号をインアクティブと
して前記スレーブディバイスへ与えることを特徴とする
特許請求の範囲第1項または第2項記載の割込み要求信
号制御方式。
[Claims] 1. An interrupt request signal holding unit that holds an interrupt request signal given to the master device, and an active interrupt from a slave device when this interrupt request signal holding unit holds an active interrupt request signal. and at least one interrupt request signal reservation section that holds the request signal when it is sent, and when the master device finishes the interrupt processing, the interrupt request signal reservation section holds the signal held by the interrupt request signal reservation section. An interrupt request signal control method characterized by transmitting the interrupt request signal to the section. 2. The interrupt request signal reservation section has multiple stages, and the active interrupt request signal is stored in order from the first stage interrupt request signal reservation section to the last stage interrupt request signal reservation section, and then to the interrupt request signal holding section. At the time of transfer, the signal of the interrupt request signal reservation section of the first stage is transferred, and the signal of each interrupt request signal reservation section is shifted from the last stage side to the first stage side. Interrupt request signal control method described in . 3. If all of the interrupt request signal reservation units hold active interrupt request signals, activate a busy signal indicating that reservation of an interrupt request is not possible, and in other cases, activate the busy signal. 3. The interrupt request signal control method according to claim 1, wherein the interrupt request signal is provided as inactive to the slave device.
JP26997887A 1987-10-26 1987-10-26 Interruption request signal control system Pending JPH01112354A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26997887A JPH01112354A (en) 1987-10-26 1987-10-26 Interruption request signal control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26997887A JPH01112354A (en) 1987-10-26 1987-10-26 Interruption request signal control system

Publications (1)

Publication Number Publication Date
JPH01112354A true JPH01112354A (en) 1989-05-01

Family

ID=17479870

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26997887A Pending JPH01112354A (en) 1987-10-26 1987-10-26 Interruption request signal control system

Country Status (1)

Country Link
JP (1) JPH01112354A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04155565A (en) * 1990-10-19 1992-05-28 Fujitsu Ltd Asynchronous processor
US6290266B1 (en) 1997-09-22 2001-09-18 Michihiko Kawano Suction elbow provided with built-in guide blades

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04155565A (en) * 1990-10-19 1992-05-28 Fujitsu Ltd Asynchronous processor
US6290266B1 (en) 1997-09-22 2001-09-18 Michihiko Kawano Suction elbow provided with built-in guide blades

Similar Documents

Publication Publication Date Title
US5717872A (en) Flexible, soft, random-like counter system for bus protocol waiting periods
AU611964B2 (en) Inter and intra priority resolution network for an asynchronous bus system
EP0430128A2 (en) Circuit for testability
US5481726A (en) Information processing system having a plurality of processors
JPH01112354A (en) Interruption request signal control system
US5931937A (en) Symmetric parallel multi-processing bus architecture
US5175832A (en) Modular memory employing varying number of imput shift register stages
JP2976358B2 (en) Bus acquisition control method
JP2713204B2 (en) Information processing system
EP1193605B1 (en) Apparatus and method for the transfer of signal groups between digital signal processors in a digital signal processing unit
KR100199021B1 (en) A multi-interrupt control device and method by interrupt order on pci bus
JPS62145411A (en) System reset control system
JPS6146550A (en) Connecting device between busses
JPS62168258A (en) Cpu switching circuit
JPH04362761A (en) Bus configuration system
JPH0113575B2 (en)
JPS6266360A (en) Priority control system
JPS63165943A (en) Bus relaying device
JPH0766361B2 (en) Data transfer method
JPH08272735A (en) Information processor
JPS59226541A (en) Transmitting method
JPH08339345A (en) Information processing system
JPH04124761A (en) Bus acquiring method for multi-processor system
JPS5948411B2 (en) Bus sequence control method
JPH01276261A (en) Interruption control device