[go: up one dir, main page]

JPH04369064A - Method and device for controlling interruption processing - Google Patents

Method and device for controlling interruption processing

Info

Publication number
JPH04369064A
JPH04369064A JP14577191A JP14577191A JPH04369064A JP H04369064 A JPH04369064 A JP H04369064A JP 14577191 A JP14577191 A JP 14577191A JP 14577191 A JP14577191 A JP 14577191A JP H04369064 A JPH04369064 A JP H04369064A
Authority
JP
Japan
Prior art keywords
interrupt
signal
circuit
interrupt request
register
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.)
Withdrawn
Application number
JP14577191A
Other languages
Japanese (ja)
Inventor
Takao Hashimoto
高男 橋本
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.)
JFE Steel Corp
Original Assignee
Kawasaki Steel Corp
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 Kawasaki Steel Corp filed Critical Kawasaki Steel Corp
Priority to JP14577191A priority Critical patent/JPH04369064A/en
Publication of JPH04369064A publication Critical patent/JPH04369064A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)

Abstract

PURPOSE:To speed up interruption receiving processing by changing the interruption priority order of respective interruption request factors when there are many interruption requests. CONSTITUTION:This interruption processing control device processing system is constituted of a register circuit 1 for respectively recording the prescribed number of interruption request signals, a priority order judging circuit 2 consisting of a programmable logic element for determining the highest priority interruption request signal from the interruption request signals of respective registers and an interruption priority order changing signal and inputting the determined signal to a CPU, a vector forming circuit 4 for forming vector information corresponding to the interruption factor of the highest priority interruption request signal based upon an output signal from the judging circuit and inputting the formed information to the CPU, and an interruption request checking signal forming circuit 5 for converting the output signal of the vector forming circuit and clearing the contents of the register recording the highest priority interruption request signal.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、周辺機器からコンピュ
ータの中央処理装置(CPUという)へ割込処理を要求
する際の割込処理制御方法及びその装置に関し、さらに
詳しくは、特に割込要求が多い場合に、割込受付処理を
高速化すると共に、各割込要求要因間における割込優先
順位の変更を可能とした割込処理制御方法及びその装置
に関する。
[Field of Industrial Application] The present invention relates to an interrupt processing control method and apparatus for requesting interrupt processing from a peripheral device to a central processing unit (CPU) of a computer, and more particularly, to The present invention relates to an interrupt processing control method and a device therefor, which speeds up interrupt acceptance processing when there are many interrupt request factors, and enables changing interrupt priorities among interrupt request factors.

【0002】0002

【従来の技術】割込処理受付用として専用のIC(例え
ば、シグネティクスのSCB  68154,SCB 
 68155  参考文献マイクロプロセッサデータマ
ニュアル  日本フィリィプス株式会社フィッリィプス
電子部品事業部)を用いる場合、割込要求線が7本また
は14本と限定されており、これ以上の要求に対処する
ためには、デイジーチェイン方式が使用されていた。
[Prior Art] A dedicated IC for accepting interrupt processing (for example, Signetics' SCB 68154, SCB
68155 Reference Microprocessor Data Manual When using a microprocessor data manual (Philips Electronic Components Division, Philips Japan Co., Ltd.), the number of interrupt request lines is limited to 7 or 14, and in order to handle more requests, a daisy chain is required. method was used.

【0003】また、多数の割込処理要求を満足させるた
めには、特公昭60−46748号公報に開示されてい
るように、割込要求線を1本にして、割込要因をレジス
タに記録しておきCPUが割込を認識した後に割込要因
をレジスタから探し出す割込処理方式がある。
Furthermore, in order to satisfy a large number of interrupt processing requests, as disclosed in Japanese Patent Publication No. 60-46748, the number of interrupt request lines is reduced to one and the interrupt cause is recorded in a register. There is an interrupt processing method in which the CPU recognizes the interrupt and then searches the register for the cause of the interrupt.

【0004】0004

【発明が解決しようとする課題】周辺機器からコンピュ
ータのCPUへ割込処理を要求する場合、a  専用の
ICを用いると、受付けられる割込要求の数が限定され
るという問題があった。 b  割込要求の数を多くするために、デイジーチェイ
ン方式を採用すると、デイジーチェインで構成された部
分の優先順位が変更できないという問題があった。
[Problems to be Solved by the Invention] When requesting interrupt processing from a peripheral device to the CPU of a computer, there is a problem in that if a dedicated IC is used, the number of interrupt requests that can be accepted is limited. b. When a daisy chain method is adopted to increase the number of interrupt requests, there is a problem in that the priority order of the parts configured by the daisy chain cannot be changed.

【0005】c  割込処理要求の多数化に対応するた
めに、特公昭60−46748号公報のように、割込要
求線を1本にしてレジスタにより割込要求元を探す場合
は、割込優先順位の変更は可能となるが、割込優先順位
をソフトウェアで判定する必要があるため、そのステッ
プ数からその応答に処理時間を要するという問題、すな
わち、割込処理に移行するまでの時間が或は次の割込を
受付処理するまでに時間がかかるという問題があった。
[0005] In order to cope with the increasing number of interrupt processing requests, as in Japanese Patent Publication No. 60-46748, when using a single interrupt request line and searching for the interrupt request source using a register, the interrupt It is possible to change the priority, but since the interrupt priority must be determined by software, the problem is that it takes processing time to respond due to the number of steps, in other words, the time required to move to interrupt processing. Another problem is that it takes time to accept and process the next interrupt.

【0006】本発明は、上述の問題点を解決して、割込
要求が多い場合に割込受付処理を高速化すると共に、各
割込要求要因間における割込優先順位の変更を可能とし
た割込処理制御方法及びその装置を提供することを課題
とするものである。
The present invention solves the above-mentioned problems, speeds up interrupt acceptance processing when there are many interrupt requests, and makes it possible to change the interrupt priority order among each interrupt request factor. An object of the present invention is to provide an interrupt processing control method and a device thereof.

【0007】[0007]

【課題を解決するための手段】本発明は上述の問題を解
決するものであり、次の方法及び技術手段を採った。す
なわち、(1)方法発明は、割込要求信号のそれぞれを
各レジスタに記録しておき、該各レジスタに記録されて
いる割込要求信号と割込優先順位変更信号とから、プロ
グラム可能な論理素子を用いて現時点における最優先割
込要求信号を判定して中央処理装置に入力すると共に、
該最優先割込要求信号の割込要因を示す割込ベクトル情
報を生成し該中央処理装置に入力して該中央処理装置に
割込処理を求め、次いで該最優先割込要求信号が記録さ
れていたレジスタの内容を消去することを特徴とする割
込処理制御方法である。
[Means for Solving the Problems] The present invention solves the above-mentioned problems, and employs the following methods and technical means. That is, (1) the method invention records each interrupt request signal in each register, and generates a programmable logic from the interrupt request signal and interrupt priority change signal recorded in each register. The device determines the current highest priority interrupt request signal and inputs it to the central processing unit,
Interrupt vector information indicating an interrupt factor of the highest priority interrupt request signal is generated and inputted to the central processing unit to request the central processing unit to process an interrupt, and then the highest priority interrupt request signal is recorded. This interrupt processing control method is characterized by erasing the contents of a register that has been previously stored.

【0008】(2)装置発明は、ア  所定数の割込要
求信号のそれぞれを記録するレジスタと、イ  各レジ
スタの割込要求信号及び割込優先順位変更信号から最優
先割込要求信号を決定し中央処理装置に入力するプログ
ラム可能な論理素子からなる優先順位判定回路と、ウ 
 判定回路の出力信号から最優先割込要求信号の割込要
因に対応するベクトル情報を生成して中央処理装置に入
力するベクトル生成回路と、エ  ベクトル生成回路の
出力信号を変換し最優先割込要求信号が記録されていた
レジスタの内容を消去する割込要求確認信号生成回路と
からなることを特徴とする割込処理制御装置である。
(2) The device invention provides: (a) a register for recording each of a predetermined number of interrupt request signals; and (b) determining the highest priority interrupt request signal from the interrupt request signal and interrupt priority change signal of each register. A priority determination circuit consisting of programmable logic elements input to the central processing unit, and a
A vector generation circuit generates vector information corresponding to the interrupt factor of the highest priority interrupt request signal from the output signal of the determination circuit and inputs it to the central processing unit, and a vector generation circuit converts the output signal of the vector generation circuit to generate the highest priority interrupt. This is an interrupt processing control device characterized by comprising an interrupt request confirmation signal generation circuit that erases the contents of a register in which a request signal has been recorded.

【0009】判定回路の出力信号が、ベクトル生成回路
を経由して要求確認信号生成回路に入力されることに代
えて、直接に割込要求確認信号生成回路に入力されるよ
うに構成することができる。さらに、各レジスタの入力
側に割込要求高低信号をパルスに変換するパルス変換回
路を設けると共に、優先順位判定回路と、中央処理装置
及びベクトル生成回路間に優先順位判定回路の出力信号
をシステムクロックに同期させる同期回路を設けてもよ
い。
Instead of inputting the output signal of the determination circuit to the request confirmation signal generation circuit via the vector generation circuit, it is possible to configure the output signal to be input directly to the interrupt request confirmation signal generation circuit. can. Furthermore, a pulse conversion circuit that converts the interrupt request high/low signal into a pulse is provided on the input side of each register, and the output signal of the priority determination circuit is connected to the system clock between the priority determination circuit, the central processing unit, and the vector generation circuit. A synchronization circuit may be provided to synchronize with.

【0010】0010

【作用】本発明は上述のように構成されているので、(
1) 各レジスタを、受付られる割込処理本数に応じた
構成にすることにより対応できる。すなわち、割込受付
の本数は限定されない。 (2) 割込処理の優先順位を変更することができる。
[Operation] Since the present invention is constructed as described above, (
1) This can be handled by configuring each register according to the number of interrupts that can be processed. That is, the number of interrupts accepted is not limited. (2) The priority order of interrupt processing can be changed.

【0011】(3) 優先順位判定にソフトウェアでは
なく、ハードウェアであるプログラム可能な論理素子(
Programmable Logic Device
 )(以下PLDという)を使用しているので、高速に
優先順位を判定でき、かつPLDに優先順位を変更でき
るロジックを組込むことにより割込優先順位の変更が簡
単になる。
(3) Use of a programmable logic element (not software but hardware) for priority determination
Programmable Logic Device
) (hereinafter referred to as PLD), it is possible to determine the priority order at high speed, and by incorporating logic that can change the priority order into the PLD, it becomes easy to change the interrupt priority order.

【0012】0012

【実施例】本発明の実施例を図面により説明する。図1
は本発明の第1の実施例の系統説明図である。割込要求
のパルス信号はレジスタ回路の各レジスタに記憶される
。なお、レジスタの数は設計により任意に決定しておく
。レジスタ回路はまだCPUで処理されていない割込要
求をPLDからなる優先順位判定回路に伝える。
[Embodiment] An embodiment of the present invention will be explained with reference to the drawings. Figure 1
FIG. 1 is a system explanatory diagram of the first embodiment of the present invention. The interrupt request pulse signal is stored in each register of the register circuit. Note that the number of registers is arbitrarily determined according to design. The register circuit transmits interrupt requests that have not yet been processed by the CPU to a priority determination circuit consisting of a PLD.

【0013】判定回路ではレジスタの割込要求信号と、
割込優先順位変更信号によって、割込優先順位の最上位
か判定されて出力され、その出力信号がCPUへ割込信
号として入力される。また、優先順位判定回路の他の出
力信号はベクトル生成回路に入力され、ここで最上位の
割込信号の割込要因を示す割込ベクトル情報が生成され
、このベクトル情報がCPUに入力される。この割込信
号とベクトル情報により、CPUは割込処理を行う。
[0013] In the determination circuit, the interrupt request signal of the register,
Based on the interrupt priority change signal, it is determined whether the interrupt priority is the highest and is output, and the output signal is input to the CPU as an interrupt signal. Further, other output signals of the priority determination circuit are input to a vector generation circuit, where interrupt vector information indicating the interrupt factor of the highest interrupt signal is generated, and this vector information is input to the CPU. . The CPU performs interrupt processing based on this interrupt signal and vector information.

【0014】また、ベクトル生成回路の他の出力信号は
割込要求確認信号生成回路に入力されて、割込処理され
る信号をベクトル情報から見付け、この信号に対応する
最優先割込要求信号が記録されていたレジスタの内容を
消去する。すなわち、ベクトル生成回路はPLDによっ
て構成されたエンコーダであり、割込要因に対応するベ
クトル情報をCPUに及び割込要求確認信号生成回路に
送出し、割込要求確認信号生成回路でデコードされ、そ
の信号によって割込要因に対応するレジスタの内容がク
リヤされ、次の割込要求に対して待機の状態となる。
Further, the other output signals of the vector generation circuit are input to the interrupt request confirmation signal generation circuit, which finds the signal to be interrupted from the vector information and determines the highest priority interrupt request signal corresponding to this signal. Erase the recorded contents of the register. That is, the vector generation circuit is an encoder configured by a PLD, and sends vector information corresponding to the interrupt factor to the CPU and to the interrupt request confirmation signal generation circuit, is decoded by the interrupt request confirmation signal generation circuit, and is processed by the interrupt request confirmation signal generation circuit. The contents of the register corresponding to the interrupt factor are cleared by the signal, and the system enters a standby state for the next interrupt request.

【0015】本発明は、このようにして、発生する多数
の割込処理を、優先順位を変更しながらかつ高速に処理
することができる。図2は、本発明の第2の実施例の系
統説明図である。本実施例では、図1と異なり、優先順
位判定回路の出力信号はベクトル生成回路を経由せず直
接、割込要求確認信号生成回路に入力するように構成し
たものである。そのため、本実施例においては、図1の
構成におけるエンコーダ(図示していない)が不要とな
り、また、応答速度が早くなるという利点がある。
In this way, the present invention can process a large number of generated interrupts at high speed while changing the priority order. FIG. 2 is a system explanatory diagram of a second embodiment of the present invention. In this embodiment, unlike FIG. 1, the output signal of the priority determination circuit is directly input to the interrupt request confirmation signal generation circuit without passing through the vector generation circuit. Therefore, this embodiment has the advantage that the encoder (not shown) in the configuration of FIG. 1 is unnecessary and the response speed is faster.

【0016】図3は、本発明の第3の実施例の系統説明
図であり、図1に、パルス変換回路及び同期回路を付加
したものである。この構成は、割込要求信号が、パルス
信号ではなくHigh、Low 信号の場合に、このH
igh、Low 信号を通常のパルス信号に変換するた
めのパルス変換回路を設け、さらに、優先順位判定回路
の出力信号をシステムクロックに同期させる同期回路を
設けたものである。
FIG. 3 is a system explanatory diagram of a third embodiment of the present invention, in which a pulse conversion circuit and a synchronization circuit are added to FIG. 1. In this configuration, when the interrupt request signal is not a pulse signal but a High or Low signal, this H
A pulse conversion circuit for converting high and low signals into normal pulse signals is provided, and a synchronization circuit is further provided for synchronizing the output signal of the priority determination circuit with the system clock.

【0017】この同期回路は、優先順位判定回路の出力
信号がCPUの割込受付タイミングと異なるタイミング
を持つ時に、これをCPUが受付可能な割込タイミング
に変換することができるものである。図4は、図3に示
した、パルス変換回路、レジスタ回路、優先順位判定回
路の詳細説明図である。
This synchronization circuit is capable of converting the output signal of the priority determination circuit to an interrupt timing that can be accepted by the CPU when the output signal has a timing different from the interrupt acceptance timing of the CPU. FIG. 4 is a detailed explanatory diagram of the pulse conversion circuit, register circuit, and priority determination circuit shown in FIG. 3.

【0018】パルス変換回路14は、インバータ回路1
、2個のDフリップフロップ回路2、AND回路3等か
ら構成され、割込要求信号11がHigh、Low 信
号である場合に、通常のパルス信号に変換する回路であ
る。レジスタ回路15は、NAND回路4とJKフリッ
プフロップ回路6からなり、JKフリップフロップ回路
6がレジスタの役目を果たしている。NAND回路4の
一方の入力側には、JKフリップフロップ回路(レジス
タ)6の内容を消去するクリヤ信号5が入力される。
The pulse conversion circuit 14 includes the inverter circuit 1
, two D flip-flop circuits 2, an AND circuit 3, etc., and converts the interrupt request signal 11 into a normal pulse signal when it is a High or Low signal. The register circuit 15 includes a NAND circuit 4 and a JK flip-flop circuit 6, and the JK flip-flop circuit 6 serves as a register. A clear signal 5 for erasing the contents of the JK flip-flop circuit (register) 6 is input to one input side of the NAND circuit 4 .

【0019】パルス変換回路14及びレジスタ回路15
は、設計によって決まる所定の割込想定数設けられてい
る。優先順位判定回路はPLD7とエンコーダ8である
。PLD7ではJKフリップフロップ回路6に登録され
ている割込要求の中から最も優先順位の高いものを選び
出すようにする。また、PLD7には優先順位変更信号
10を入力するようになっている。PLD7のロジック
は、優先順位の変更できるパターンの数だけ揃えておく
。エンコーダ8はCPUへ優先割込信号を出力するため
にある。また、エンコーダ8はPLD7の機能に組み込
む場合もある。
Pulse conversion circuit 14 and register circuit 15
is provided with a predetermined expected number of interrupts determined by design. The priority order determination circuit includes a PLD 7 and an encoder 8. The PLD 7 selects the interrupt request with the highest priority from among the interrupt requests registered in the JK flip-flop circuit 6. Further, a priority change signal 10 is input to the PLD 7. The logic of the PLD 7 is prepared as many as the number of patterns whose priority order can be changed. The encoder 8 is provided to output a priority interrupt signal to the CPU. Further, the encoder 8 may be incorporated into the functions of the PLD 7.

【0020】図5は、同期回路の説明図であり、PLD
7、エンコーダ8の出力をシステムクロック16に同期
させるためのもので、マルチプレクサ9と、Dフリップ
フロップ回路2によって構成される。また、優先順位変
更信号10は、図6に示すように、アドレスデコーダ1
7より特定アドレスがデコードされたときラッチ18を
介して優先順位変更が行われるようになっている。
FIG. 5 is an explanatory diagram of the synchronous circuit, and
7. This is for synchronizing the output of the encoder 8 with the system clock 16, and is composed of a multiplexer 9 and a D flip-flop circuit 2. Further, the priority change signal 10 is transmitted to the address decoder 1 as shown in FIG.
7, when a specific address is decoded, the priority order is changed via the latch 18.

【0021】[0021]

【発明の効果】本発明は、割込要求が多い場合において
も、各割込要求要因間における割込優先順位の変更を可
能とすると共に割込受付処理を高速化することが可能と
なり、CPUの処理効率の向上に優れた効果を奏する。
Effects of the Invention The present invention makes it possible to change the interrupt priority order among each interrupt request factor even when there are many interrupt requests, and also to speed up the interrupt acceptance processing. This has an excellent effect on improving processing efficiency.

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

【図1】本発明の第1の実施例の系統説明図である。FIG. 1 is a system explanatory diagram of a first embodiment of the present invention.

【図2】本発明の第2の実施例の系統説明図である。FIG. 2 is a system explanatory diagram of a second embodiment of the present invention.

【図3】本発明の第3の実施例の系統説明図である。FIG. 3 is a system explanatory diagram of a third embodiment of the present invention.

【図4】本発明のパルス変換回路、レジスタ回路、優先
順位判定回路の詳細説明図である。
FIG. 4 is a detailed explanatory diagram of a pulse conversion circuit, a register circuit, and a priority determination circuit according to the present invention.

【図5】本発明の同期回路の説明図である。FIG. 5 is an explanatory diagram of a synchronous circuit of the present invention.

【図6】本発明の優先順位変更回路の説明図である。FIG. 6 is an explanatory diagram of a priority change circuit according to the present invention.

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

1  インバータ回路 2  Dフリップフロップ回路 3  AND回路 4  NAND回路 5  クリヤ信号 6  JKフリップフロップ回路 7  PLD 8  エンコーダ 9  マルチプレクサ 10  優先順位変更信号 11  割込要求信号 14  パルス変換回路 15  レジスタ回路 16  システムクロック 17  アドレスデコーダ 18  ラッチ 1 Inverter circuit 2 D flip-flop circuit 3 AND circuit 4 NAND circuit 5 Clear signal 6 JK flip-flop circuit 7 PLD 8 Encoder 9 Multiplexer 10 Priority change signal 11 Interrupt request signal 14 Pulse conversion circuit 15 Register circuit 16 System clock 17 Address decoder 18 Latch

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】  割込要求信号のそれぞれを各レジスタ
に記録しておき、該各レジスタに記録されている割込要
求信号と割込優先順位変更信号とから、プログラム可能
な論理素子を用いて現時点における最優先割込要求信号
を判定して中央処理装置に入力すると共に、該最優先割
込要求信号の割込要因を示す割込ベクトル情報を生成し
該中央処理装置に入力して該中央処理装置に割込処理を
求め、次いで該最優先割込要求信号が記録されていたレ
ジスタの内容を消去することを特徴とする割込処理制御
方法。
[Claim 1] Each of the interrupt request signals is recorded in each register, and the interrupt request signal and the interrupt priority change signal recorded in each register are processed using a programmable logic element. The current highest priority interrupt request signal is determined and inputted to the central processing unit, and interrupt vector information indicating the interrupt factor of the highest priority interrupt request signal is generated, inputted to the central processing unit, and inputted to the central processing unit. 1. An interrupt processing control method, comprising requesting a processing device to perform interrupt processing, and then erasing the contents of a register in which the highest priority interrupt request signal has been recorded.
【請求項2】  所定数の割込要求信号のそれぞれを記
録するレジスタと、該各レジスタの割込要求信号及び割
込優先順位変更信号から最優先割込要求信号を決定し中
央処理装置に入力するプログラム可能な論理素子からな
る優先順位判定回路と、該判定回路の出力信号から該最
優先割込要求信号の割込要因に対応するベクトル情報を
生成して該中央処理装置に入力するベクトル生成回路と
、該ベクトル生成回路の出力信号を変換し該最優先割込
要求信号が記録されていたレジスタの内容を消去する割
込要求確認信号生成回路とからなることを特徴とする割
込処理制御装置。
2. A register for recording each of a predetermined number of interrupt request signals, and determining the highest priority interrupt request signal from the interrupt request signal and interrupt priority change signal of each register and inputting it to the central processing unit. a priority determination circuit comprising a programmable logic element, and vector generation for generating vector information corresponding to the interrupt factor of the highest priority interrupt request signal from the output signal of the determination circuit and inputting the vector information to the central processing unit. and an interrupt request confirmation signal generation circuit that converts the output signal of the vector generation circuit and erases the contents of a register in which the highest priority interrupt request signal has been recorded. Device.
【請求項3】  該判定回路の出力信号が、該ベクトル
生成回路を経由して該要求確認信号生成回路に入力され
ることに代えて、直接に該割込要求確認信号生成回路に
入力される請求項2記載の割込処理制御装置。
3. The output signal of the determination circuit is directly input to the interrupt request confirmation signal generation circuit instead of being input to the request confirmation signal generation circuit via the vector generation circuit. The interrupt processing control device according to claim 2.
【請求項4】  各レジスタの入力側に割込要求高低信
号をパルスに変換するパルス変換回路を設けると共に、
該優先順位判定回路と、該中央処理装置及び該ベクトル
生成回路間に該優先順位判定回路の出力信号をシステム
クロックに同期させる同期回路を設けた請求項2記載の
割込処理制御装置。
4. A pulse conversion circuit for converting an interrupt request high/low signal into a pulse is provided on the input side of each register, and
3. The interrupt processing control device according to claim 2, further comprising a synchronization circuit for synchronizing the output signal of the priority determination circuit with a system clock between the priority determination circuit, the central processing unit, and the vector generation circuit.
JP14577191A 1991-06-18 1991-06-18 Method and device for controlling interruption processing Withdrawn JPH04369064A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14577191A JPH04369064A (en) 1991-06-18 1991-06-18 Method and device for controlling interruption processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14577191A JPH04369064A (en) 1991-06-18 1991-06-18 Method and device for controlling interruption processing

Publications (1)

Publication Number Publication Date
JPH04369064A true JPH04369064A (en) 1992-12-21

Family

ID=15392789

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14577191A Withdrawn JPH04369064A (en) 1991-06-18 1991-06-18 Method and device for controlling interruption processing

Country Status (1)

Country Link
JP (1) JPH04369064A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007310438A (en) * 2006-05-16 2007-11-29 Kawasaki Microelectronics Kk Interruption processing circuit
CN116069694A (en) * 2023-03-07 2023-05-05 苏州浪潮智能科技有限公司 Interrupt processing method, device, server, electronic equipment and storage medium
CN117873756A (en) * 2024-03-11 2024-04-12 浪潮电子信息产业股份有限公司 Method, device, equipment, medium and heterogeneous acceleration equipment for processing kernel interrupt

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007310438A (en) * 2006-05-16 2007-11-29 Kawasaki Microelectronics Kk Interruption processing circuit
CN116069694A (en) * 2023-03-07 2023-05-05 苏州浪潮智能科技有限公司 Interrupt processing method, device, server, electronic equipment and storage medium
CN117873756A (en) * 2024-03-11 2024-04-12 浪潮电子信息产业股份有限公司 Method, device, equipment, medium and heterogeneous acceleration equipment for processing kernel interrupt
CN117873756B (en) * 2024-03-11 2024-05-31 浪潮电子信息产业股份有限公司 Method, device, equipment, medium and heterogeneous acceleration equipment for processing kernel interrupt

Similar Documents

Publication Publication Date Title
JP2507833B2 (en) Micro computer
JPH05197679A (en) Computor system having multiple-speed synchronization bus
JPH09212447A (en) Interruption common use technology on pcmcia card
JPH0997177A (en) Interrupt control system for computer system
JPH09231090A (en) Method and circuit for generating interruption signal
EP0338564B1 (en) Microprogram branching method and microsequencer employing the method
JPH04369064A (en) Method and device for controlling interruption processing
US6823413B2 (en) Interrupt signal processing apparatus
US6041371A (en) Asynchronous input/output for integrated circuits that latches external asynchronous signal in feedback path of state machine
JPH06303366A (en) Video interface
US5828872A (en) Implementation of high speed synchronous state machines with short setup and hold time signals
KR100190856B1 (en) Internal Clock Dispense Control Method of GPIO Board
JP3093374B2 (en) Interrupt controller
KR100240658B1 (en) Hierarchical controller and interrupt management circuit for high-level synthesis
JPH0916411A (en) Interruption control system
KR960016406B1 (en) Bus transfer between central processing unit and peripherals
JP2550402B2 (en) Information processing device
US5768571A (en) System and method for altering the clock frequency to a logic controller controlling a logic device running at a fixed frequency slower than a computer system running the logic device
KR100244471B1 (en) Direct memory access controller and control method
JP2544015B2 (en) Micro program processor
JPH1091431A (en) Data processor
JPH05325564A (en) Input buffer for system clock of semiconductor storage device
JPH05289973A (en) Input/output control system
JP2000003285A (en) Method for processing interruption and circuit therefor
JPS61289749A (en) Serial data transmitter

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19980903