JPH11338712A - Interruption sequence saving circuit - Google Patents

Interruption sequence saving circuit

Info

Publication number
JPH11338712A
JPH11338712A JP10158562A JP15856298A JPH11338712A JP H11338712 A JPH11338712 A JP H11338712A JP 10158562 A JP10158562 A JP 10158562A JP 15856298 A JP15856298 A JP 15856298A JP H11338712 A JPH11338712 A JP H11338712A
Authority
JP
Japan
Prior art keywords
interrupt
information
interrupt request
request
interruption
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
JP10158562A
Other languages
Japanese (ja)
Inventor
Tomoyuki Takahashi
知之 高橋
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
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP10158562A priority Critical patent/JPH11338712A/en
Publication of JPH11338712A publication Critical patent/JPH11338712A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve the precision of a fault analysis using interruption information and to decrease the man-hour for the fault analysis by eliminating a disorder of a fault place due to the difference between an interruption generation sequence and an interruption sequence by saving where and when an interruption request is generated in a storage means in the generation order each time the interruption request in generated. SOLUTION: A mask circuit 11 gives priority to maskable interruption request signals and when an interruption request of higher priority is generated, an interruption processing for the interruption request of higher priority is performed precedently to interruption requests of lower priority. Each time an interruption request is generated, the interruption request source and interruption generation time information are written in order in a storage means 23. Then the interruption request source and interruption generation time stored in the storage means 23 are freely read out by a CPU 12. Here, an address generating means (counter 22) increases an address by a specific value after interruption information is written to the storage means 23.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータ等情
報処理装置に関し、特に、情報処理装置において割込順
序を保存可能としたの割込制御回路に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus such as a computer, and more particularly to an interrupt control circuit capable of storing an interrupt order in an information processing apparatus.

【0002】[0002]

【従来の技術】コンピュータ等情報処理装置では、図6
に示すように、各ポートからの割込要求に対しCPU1
2からの命令でマスク動作するマスク回路11が設けら
れている。このマスク回路は、各ポートから割込要求が
発生した際に、CPU12の稼働状況により、CPU1
2で直ちに割込処理を実行することができない場合が有
る為、割込要求を一旦待ち状態とするためのものであ
る。
2. Description of the Related Art In an information processing apparatus such as a computer, FIG.
As shown in the figure, the CPU 1 responds to an interrupt request from each port.
2 is provided with a mask circuit 11 that performs a mask operation in accordance with an instruction from the second instruction. When an interrupt request is generated from each port, the mask circuit operates according to the operating status of the CPU 12.
In some cases, it is not possible to immediately execute the interrupt processing in step 2, so that the interrupt request is temporarily put into a waiting state.

【0003】マスク回路11は、初期状態では、マスク
が閉鎖されており、CPU12が割込処理を受け入れら
れる状況になると、CPU12はマスク回路11に対し
マスクを開放するように命令を発行する。この命令を受
けたマスク回路11は、マスクを開放し、その時の割込
状態を一定時間CPU12へ出力する。CPU12は、
これを確認し、割込処理を実行する。CPU12での割
込処理が終了すると、マスク回路11のマスクは再度閉
鎖され、以下同様に処理を行っていく。
In the initial state, the mask is closed, and when the CPU 12 is ready to accept the interrupt processing, the CPU 12 issues a command to the mask circuit 11 to open the mask. Upon receiving this command, the mask circuit 11 releases the mask and outputs the interrupt state at that time to the CPU 12 for a certain period of time. The CPU 12
Confirm this, and execute the interrupt processing. When the interrupt processing in the CPU 12 is completed, the mask of the mask circuit 11 is closed again, and the same processing is performed thereafter.

【0004】また、複数の割込要求がほぼ同時に発行さ
れることもある。マスク閉鎖中に複数の割込要求1〜4
が発生すると、CPU12は、マスクの開放で一度に複
数の割込要求を確認することになる。この場合、CPU
12は予めソフトウェア等で指定された割込優先順位に
従い、どの割込処理を最優先で実行するべきか判断し、
優先順位の高いものから処理を行う。このように複数の
割込要求に対して、予め優先順位を設定しておき、優先
度の高い割込要求からその割込処理を実行していくこと
で処理の高効率化が図られている。
In some cases, a plurality of interrupt requests are issued almost simultaneously. Multiple interrupt requests 1-4 during mask closure
Occurs, the CPU 12 confirms a plurality of interrupt requests at once by opening the mask. In this case, the CPU
12 determines which interrupt processing should be executed with the highest priority according to interrupt priorities specified in advance by software or the like,
Processing is performed from the one with the highest priority. As described above, priorities are set in advance for a plurality of interrupt requests, and the interrupt processing is executed from the interrupt request with a higher priority, thereby achieving higher processing efficiency. .

【0005】[0005]

【発明が解決しようとする課題】しかし、上記した従来
の割込制御方式においては、割込要求の発生順序と該割
込に対する処理の順序が必ずしも同一では無いことか
ら、障害発生時にはこれが問題となることがある。
However, in the above-described conventional interrupt control system, the order of generation of interrupt requests and the order of processing for the interrupt are not always the same. May be.

【0006】例えばマスクの閉鎖中に、あるポートに異
常が発生すると、その旨をCPUに通知すべく、当該ポ
ートは、CPU12に対して割込要求を発行する。この
時、CPU12がマスクを開放する迄に他のポートから
割込要求が発行されたとする。この場合、後から割込要
求を発行した方が優先順位の高いポートであれば、マス
ク開放後にCPU12で先に割込処理が行われるのは、
後から割込要求を発行した優先順位の高い方の割込要求
である。
For example, if an abnormality occurs in a certain port while the mask is closed, the port issues an interrupt request to the CPU 12 to notify the CPU of the abnormality. At this time, it is assumed that an interrupt request is issued from another port before the CPU 12 releases the mask. In this case, if the port that issued the interrupt request later has a higher priority, the CPU 12 performs the interrupt processing first after the mask is released.
This is the higher priority interrupt request that issued the interrupt request later.

【0007】そして、このように、CPUに対する割込
要求の順序と、CPUでの割込処理の順序とが逆になる
と、障害原因の調査を正しく行うことが困難となり、障
害解析の精度を低下させ、また解析に要する作業工数及
び負荷が増大する、という問題点を有している。
When the order of the interrupt request to the CPU and the order of the interrupt processing in the CPU are reversed, it becomes difficult to correctly investigate the cause of the failure, and the accuracy of the failure analysis is reduced. In addition, there is a problem that the number of work steps and the load required for the analysis are increased.

【0008】したがって、本発明は、上記問題点に鑑み
てなされたものであって、その目的は、割込発生順序を
保存可能とする割込制御回路を提供することにある。
Accordingly, the present invention has been made in view of the above problems, and an object of the present invention is to provide an interrupt control circuit capable of preserving an interrupt generation order.

【0009】[0009]

【課題を解決するための手段】前記目的を達成する本発
明は、割込要求が発生する都度、割込要求発生順に、発
生箇所と発生時間を記憶手段へ保存する手段を備え、割
込発生順序と割込処理順序の相違により、多大な作業を
要していた解析作業を軽減するようにしたものである。
In order to achieve the above object, the present invention comprises means for storing the location and time of occurrence of interrupt requests in a storage unit in the order of occurrence of interrupt requests each time an interrupt request is generated. Due to the difference between the order and the order of the interrupt processing, the analysis work that required a large amount of work is reduced.

【0010】[0010]

【発明の実施の形態】本発明の実施の形態について以下
に説明する。本発明の割込制御回路は、その好ましい実
施の形態において、マスク回路(図1の11)でマスク
可能な複数の割込要求信号に対して優先度が割り付けら
れ、優先度の高い方の割込要求発生時、該割込要求より
も優先度の低い方の割込要求に先行して前記優先度の高
い方の割込要求に対する割込処理が行われる情報処理装
置において、割込要求が発生する度に、割込要求元と割
込発生時間情報とを対応させて記憶手段(図1の23)
に順次書き込むように制御する手段(図1の21、2
2)を備え、CPU(図1の22)側から前記記憶手段
(図1の23)に格納された割込要求元及び割込発生時
間情報が読み出し自在とされるように構成されている。
本発明の実施の形態においては、記憶手段(図1の2
3)への前記割込情報を書込むためのアドレスを生成す
るアドレス発生手段(図1の22)を備え、アドレス発
生手段が、前記割込情報を前記記憶手段(図1の23)
に書き込んだ後にアドレスを所定値分増加させる。
Embodiments of the present invention will be described below. In a preferred embodiment of the interrupt control circuit of the present invention, priorities are assigned to a plurality of interrupt request signals that can be masked by a mask circuit (11 in FIG. 1), and the higher priority When an interrupt request occurs, in an information processing apparatus in which an interrupt process is performed on the higher priority interrupt request prior to the lower priority interrupt request than the interrupt request, A storage unit (23 in FIG. 1) in which an interrupt request source is associated with interrupt occurrence time information every time an interrupt occurs.
Means (21, 2 of FIG. 1)
2), and the CPU (22 in FIG. 1) is configured so that the interrupt request source and the interrupt occurrence time information stored in the storage means (23 in FIG. 1) can be read out freely.
In the embodiment of the present invention, the storage means (2 in FIG. 1)
3) an address generating means (22 in FIG. 1) for generating an address for writing the interrupt information to (3), and the address generating means stores the interrupt information in the storage means (23 in FIG. 1).
Then, the address is increased by a predetermined value.

【0011】本発明の実施の形態について図面を参照し
てより詳細に説明する。図1は、本発明の一実施の形態
の構成を示す図である。図1を参照すると、本発明の一
実施の形態は、割込要求信号1、2、3、4を入力とす
るマスク回路11と、CPU12と、割込発生順序保存
回路31と、を備えている。割込発生順序保存回路31
は、割込回路21、カウンタ22、メモリ23、及びタ
イマ24を備えて構成されている。なお、割込要求信号
は4本に限定されるものではない。
An embodiment of the present invention will be described in more detail with reference to the drawings. FIG. 1 is a diagram showing a configuration of an embodiment of the present invention. Referring to FIG. 1, one embodiment of the present invention includes a mask circuit 11 to which interrupt request signals 1, 2, 3, and 4 are input, a CPU 12, and an interrupt generation order storage circuit 31. I have. Interrupt generation order storage circuit 31
Comprises an interrupt circuit 21, a counter 22, a memory 23, and a timer 24. Note that the number of interrupt request signals is not limited to four.

【0012】割込回路21には、割込要求信号1〜4が
接続され、割込要求信号1〜4のいずれかの信号が入力
されると、割込回路21は、メモリ23へ、その割込箇
所(割込要求元)とその割込要求発生時刻を保存する。
その際、メモリ23への書込アドレスは、カウンタ回路
22のカウンタ値から供給される。メモリ23への割込
箇所とその時刻の保存の度に、カウンタ回路23はイン
クリメントされる。なお、割込回路21は、割込要求発
生時刻をタイマ24から取得する。
The interrupt circuit 21 is connected to interrupt request signals 1 to 4, and when any of the interrupt request signals 1 to 4 is input, the interrupt circuit 21 The interrupt location (the source of the interrupt request) and the time at which the interrupt request occurred are stored.
At this time, the write address to the memory 23 is supplied from the counter value of the counter circuit 22. The counter circuit 23 is incremented each time the interrupt location and its time are stored in the memory 23. Note that the interrupt circuit 21 acquires the interrupt request occurrence time from the timer 24.

【0013】次に、再び割込要求信号1〜4が入力され
ると、割込回路21は、インクリメントされたアドレス
に、その時点での、割込箇所と時刻をデータとして保存
する。以下同様に処理を行う。
Next, when the interrupt request signals 1 to 4 are input again, the interrupt circuit 21 stores the current interrupt location and time in the incremented address as data. Hereinafter, the same processing is performed.

【0014】障害時の解析作業を行う場合、CPU12
がメモリ23からデータを読み取り、出力装置に出力す
ることでより、割込発生順序を確認することができる。
このため、割込発生順序と割込処理順序の相違による障
害解析の混乱を解消し、作業効率を高めることができ
る。以下実施例に即して具体的に説明する。
When performing a failure analysis, the CPU 12
By reading data from the memory 23 and outputting the data to the output device, the order in which interrupts occur can be confirmed.
Therefore, the confusion of the failure analysis due to the difference between the order of the interrupt occurrence and the order of the interrupt processing can be eliminated, and the work efficiency can be improved. Hereinafter, a specific description will be given in accordance with embodiments.

【0015】[0015]

【実施例】図1を参照すると、本発明の一実施例におい
ては、割込発生順序保存回路31を備えている。割込発
生順序保存回路31は、割込要求信号1〜4が入力され
ると、割込発生箇所及び時刻をメモリ23に保存する割
込回路21を備え、割込回路21には、時刻を伝達する
タイマ回路24、及び割込状態を保存する為のメモリ2
3に接続されており、メモリ23の書込アドレスを生成
するカウンタ回路22にも接続されている。障害時、割
込発生順序の情報を入手する為、CPU12はメモリ2
3と接続し、メモリ23のアクセスアドレス制御の為
に、カウンタ回路22とも接続されている。
Referring to FIG. 1, in one embodiment of the present invention, an interrupt generation order preserving circuit 31 is provided. When the interrupt request signals 1 to 4 are input, the interrupt generation order preserving circuit 31 includes an interrupt circuit 21 for storing the location and time of the interrupt in a memory 23. Timer circuit 24 for transmitting, and memory 2 for storing interrupt state
3 and is also connected to a counter circuit 22 for generating a write address of the memory 23. In the event of a failure, the CPU 12 obtains information on the order in which the interrupts occur in the memory 2.
3 for controlling the access address of the memory 23, and also to the counter circuit 22.

【0016】本実施例の動作について説明する。通常、
各ポートからの割込要求信号1〜4はCPU12へ入力
される前に信号情報を保持させたり、割込をマスクさせ
ておくためにマスク回路11に入力される。CPU12
は、マスク回路11から割込ポートを確認して、割込処
理を行う。
The operation of this embodiment will be described. Normal,
Interrupt request signals 1 to 4 from each port are input to a mask circuit 11 for holding signal information before inputting to the CPU 12 or masking the interrupt. CPU 12
Confirms the interrupt port from the mask circuit 11 and performs an interrupt process.

【0017】割込要求信号1〜4は、割込回路21にも
入力される。割込要求信号1〜4が割込回路2へ入力さ
れると、割込回路2では、入力された割込要求信号をト
リガとし、割込ポート及びその時刻を確認する。その
際、時刻はタイマ回路24が管理しており、CPU12
からの設定で時刻が設定可能とされている。
The interrupt request signals 1 to 4 are also input to the interrupt circuit 21. When the interrupt request signals 1 to 4 are input to the interrupt circuit 2, the interrupt circuit 2 uses the input interrupt request signal as a trigger to check the interrupt port and its time. At this time, the time is managed by the timer circuit 24 and the CPU 12
The time can be set by setting from.

【0018】割込回路21へは、タイマ回路24から、
随時、現在時刻が入力されている。
From the timer circuit 24 to the interrupt circuit 21,
At any time, the current time is input.

【0019】割込回路21は、割込要求信号が入力され
た際に、確認した割込ポートとその時刻(割込要求発生
時刻)をメモリ23へ書き込む。これと同時に、割込回
路21は、カウンタ回路22に割込があったことを通知
する。
When an interrupt request signal is input, the interrupt circuit 21 writes the confirmed interrupt port and its time (interrupt request occurrence time) to the memory 23. At the same time, the interrupt circuit 21 notifies that the counter circuit 22 has been interrupted.

【0020】カウンタ回路22は、割込回路21からの
通知を受けて、カウンタ値をインクリメントする。イン
クリメントされたアドレスには、次に入力される割込情
報(割込ポートと割込発生時刻)が書き込まれる。以下
同様にして割込情報が順次メモリ23へ書き込まれる。
The counter circuit 22 receives the notification from the interrupt circuit 21 and increments the counter value. The next input interrupt information (interrupt port and interrupt occurrence time) is written to the incremented address. Thereafter, similarly, the interrupt information is sequentially written to the memory 23.

【0021】図2は、本発明の一実施例において、割込
回路21からメモリ23へ書きまれる割込情報のフォー
マットの一例を示す図である。図2を参照すると、最初
のバイトに割込ポート、これに続いて、2バイト目に割
込発生時間[時]、3バイト目に割込発生時間[分]、
4バイト目に割込発生時間[秒]が格納され、1回の割
込に対して以上の4バイト情報をメモリ23に書き込む
ものとする。
FIG. 2 is a diagram showing an example of the format of interrupt information written from the interrupt circuit 21 to the memory 23 in one embodiment of the present invention. Referring to FIG. 2, the first byte is an interrupt port, followed by an interrupt occurrence time [hour] in the second byte, an interrupt occurrence time [minute] in the third byte,
The interrupt occurrence time [seconds] is stored in the fourth byte, and the above four-byte information is written to the memory 23 for one interrupt.

【0022】この時、割込回路21からメモリ23への
転送を2バイトの2アクセスとするとして、図4に示す
ような順序で、各インポートから割込要求が発生した場
合を想定すると、メモリ23に書き込まれる割込情報の
内容は、図3に示すようなものとなる。
At this time, assuming that the transfer from the interrupt circuit 21 to the memory 23 is two accesses of 2 bytes, it is assumed that an interrupt request is generated from each import in the order shown in FIG. The contents of the interrupt information written in the block 23 are as shown in FIG.

【0023】CPU12は、障害時等に割込情報を入手
する際、カウンタ回路22より現状のカウンタ値を読み
取り最新のアドレス値を確認する。CPU12は最新の
アドレス値を基に、必要な割込情報をメモリ23を読み
出すことで取得する。
When obtaining interrupt information at the time of a failure or the like, the CPU 12 reads the current counter value from the counter circuit 22 and checks the latest address value. The CPU 12 acquires necessary interrupt information by reading the memory 23 based on the latest address value.

【0024】なお、メモリ23のアクセスアドレスを生
成するカウンタ22は、そのカウンタ値がメモリ23の
最大アクセスアドレスに達した後に、アドレスを最小ア
クセスアドレスにリセットすることでサイクリックに割
込情報を格納するようにしてもよい。
The counter 22 for generating the access address of the memory 23 stores the interrupt information cyclically by resetting the address to the minimum access address after the counter value reaches the maximum access address of the memory 23. You may make it.

【0025】[0025]

【発明の効果】以上説明したように、本発明によれば、
割込発生順序と割込順序の相違による障害解析の混乱を
無くし、割込情報を用いて障害解析を行う際の精度を向
上すると共に、障害解析時の作業工数を特段に低減す
る、という効果を奏する。
As described above, according to the present invention,
The effect of eliminating confusion in failure analysis due to the difference between the order in which interrupts occur and the order of interrupts, improving the accuracy of failure analysis using interrupt information, and significantly reducing the number of work steps during failure analysis. To play.

【0026】その理由は、本発明においては、割込要求
が発生する度に、割込発生元及び時刻情報を記憶装置に
順次保存することで、障害解析時に該記憶装置を読み出
すことで割込発生の正確な順序をトレースすることがで
きるためである。
The reason is that, in the present invention, each time an interrupt request is generated, the source of the interrupt and the time information are sequentially stored in the storage device, so that the storage device is read out at the time of failure analysis, whereby This is because the exact order of occurrence can be traced.

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

【図1】本発明の一実施例の構成を示す図である。FIG. 1 is a diagram showing a configuration of an embodiment of the present invention.

【図2】本発明の一実施例におけるメモリに格納される
割込情報のフォーマットの一例を示す図である。
FIG. 2 is a diagram showing an example of a format of interrupt information stored in a memory according to an embodiment of the present invention.

【図3】本発明の一実施例におけるメモリに格納される
割込情報の見本例を示す図である。
FIG. 3 is a diagram showing a sample example of interrupt information stored in a memory according to an embodiment of the present invention.

【図4】本発明の一実施例を説明するための図であり、
割込のあったポート及び割込発生時刻の例を示す図であ
る。
FIG. 4 is a diagram for explaining one embodiment of the present invention;
FIG. 9 is a diagram illustrating an example of an interrupted port and an interrupt occurrence time.

【図5】従来の割込制御回路の一例を示す図である。FIG. 5 is a diagram illustrating an example of a conventional interrupt control circuit.

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

1、2、3、4 割込要求信号 11 マスク回路 12 CPU 21 割込回路 22 カウンタ 23 メモリ 24 タイマ 31 割込発生順序保存回路 1, 2, 3, 4 Interrupt request signal 11 Mask circuit 12 CPU 21 Interrupt circuit 22 Counter 23 Memory 24 Timer 31 Interrupt generation order storage circuit

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】情報処理装置の割込制御回路において、 割込要求を入力する度に、割込要求元及び割込発生時間
情報を記憶手段に保存するように制御する手段を備えた
ことを特徴とする割込制御回路。
An interrupt control circuit of an information processing apparatus includes means for controlling so as to save an interrupt request source and interrupt occurrence time information in a storage means every time an interrupt request is input. Characteristic interrupt control circuit.
【請求項2】情報処理装置の割込制御回路において、 割込要求を入力する度に割込要求元と割込発生時間情報
とを対応させて記憶手段に書き込むように制御する手段
を備え、前記記憶手段に格納された割込要求元及び割込
発生時間情報がCPUから読み出し自在とされたことを
特徴とする割込制御回路。
2. An interrupt control circuit of an information processing apparatus, comprising: means for controlling so that each time an interrupt request is input, an interrupt request source and interrupt occurrence time information are associated with each other and written into storage means. An interrupt control circuit, wherein the interrupt request source and the interrupt occurrence time information stored in the storage means can be read from the CPU.
【請求項3】マスク可能な複数の割込要求信号に対して
優先度が割り付けられ、優先度の高い方の割込要求発生
時、該割込要求よりも優先度の低い方の割込要求に対し
て前記優先度の高い方の割込要求に対する割込処理が優
先して行われる情報処理装置において、 割込要求が発生する度に、割込要求元と割込発生時間情
報とを対応させて記憶手段に順次書き込むように制御す
る手段を備え、CPU側から前記記憶手段に格納された
割込要求元及び割込発生時間情報が読み出し自在とされ
たことを特徴とする割込制御回路。
3. A priority is assigned to a plurality of maskable interrupt request signals, and when an interrupt request with a higher priority occurs, an interrupt request with a lower priority than the interrupt request. In an information processing apparatus in which the interrupt processing for the higher priority interrupt request is performed with priority, the interrupt request source and the interrupt occurrence time information correspond each time an interrupt request is generated. An interrupt request source and an interrupt occurrence time information stored in said storage means which can be read out from the CPU side. .
【請求項4】複数の割込元からの割込要求信号を入力し
該複数の割込要求信号のCPUへの伝達のオン・オフを
制御するマスク回路を備えた割込制御回路において、 前記複数の割込要求信号のうちのいずれかに割込要求が
なされる都度、前記割込要求の要求元と割込発生時刻情
報よりなる割込情報を取得し、前記割込情報を記憶手段
に書き込むように制御する手段を備えたことを特徴とす
る割込制御回路。
4. An interrupt control circuit comprising a mask circuit for inputting interrupt request signals from a plurality of interrupt sources and controlling on / off of transmission of the plurality of interrupt request signals to a CPU. Each time an interrupt request is made to any one of the plurality of interrupt request signals, obtains interrupt information consisting of the request source of the interrupt request and interrupt occurrence time information, and stores the interrupt information in storage means. An interrupt control circuit comprising means for controlling writing.
【請求項5】前記記憶手段への前記割込情報を書込むた
めのアドレスを生成するアドレス発生手段を備え、前記
アドレス発生手段が、前記割込情報を前記記憶手段に書
き込む毎にアドレスを所定値分増加させる、ことを特徴
とする請求項4記載の割込制御回路。
5. An address generating means for generating an address for writing the interrupt information to the storage means, wherein the address generating means sets an address every time the interrupt information is written to the storage means. 5. The interrupt control circuit according to claim 4, wherein the value is increased by a value.
【請求項6】複数の割込元からの割込要求信号を入力し
該複数の割込要求信号のCPUへの伝達のオン・オフを
制御するマスク回路を備えた情報処理装置において、 前記複数の割込要求信号のうちのいずれかに割込要求が
なされる都度、前記割込要求の要求元と割込発生時刻情
報よりなる割込情報を取得し、前記割込情報を記憶手段
に書き込むように制御する手段と、 前記記憶手段への前記割込情報を書込むためのアドレス
を生成する手段であって、割込要求がなされ、前記割込
情報を前記記憶手段に書き込んだ後にアドレスを前記割
込情報のサイズ数分更新させるアドレス生成手段と、 時刻情報を提供するタイマ手段と、を有する割込発生順
序保存回路を備えたことを特徴とする情報処理装置。
6. An information processing apparatus comprising a mask circuit for inputting interrupt request signals from a plurality of interrupt sources and controlling on / off of transmission of the plurality of interrupt request signals to a CPU. Each time an interrupt request is made to any of the interrupt request signals, the CPU acquires interrupt information consisting of the request source of the interrupt request and interrupt occurrence time information, and writes the interrupt information to storage means. Means for generating an address for writing the interrupt information to the storage means, wherein an interrupt request is made, and the address is written after the interrupt information is written to the storage means. An information processing apparatus, comprising: an interrupt generation order storage circuit having address generation means for updating the number of times of the interrupt information, and timer means for providing time information.
【請求項7】前記アドレス発生手段がカウンタよりなる
ことを特徴とする請求項6記載の情報処理装置。
7. The information processing apparatus according to claim 6, wherein said address generating means comprises a counter.
JP10158562A 1998-05-22 1998-05-22 Interruption sequence saving circuit Pending JPH11338712A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10158562A JPH11338712A (en) 1998-05-22 1998-05-22 Interruption sequence saving circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10158562A JPH11338712A (en) 1998-05-22 1998-05-22 Interruption sequence saving circuit

Publications (1)

Publication Number Publication Date
JPH11338712A true JPH11338712A (en) 1999-12-10

Family

ID=15674422

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10158562A Pending JPH11338712A (en) 1998-05-22 1998-05-22 Interruption sequence saving circuit

Country Status (1)

Country Link
JP (1) JPH11338712A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006172196A (en) * 2004-12-16 2006-06-29 Canon Inc Interrupt controller
JP2010061198A (en) * 2008-09-01 2010-03-18 Fujitsu Microelectronics Ltd Verification support program, verification support device and verification support method
CN106649301A (en) * 2015-10-28 2017-05-10 北京国双科技有限公司 Data query method, device and system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006172196A (en) * 2004-12-16 2006-06-29 Canon Inc Interrupt controller
JP2010061198A (en) * 2008-09-01 2010-03-18 Fujitsu Microelectronics Ltd Verification support program, verification support device and verification support method
CN106649301A (en) * 2015-10-28 2017-05-10 北京国双科技有限公司 Data query method, device and system

Similar Documents

Publication Publication Date Title
US7631244B2 (en) Soft error correction method, memory control apparatus and memory system
US5361348A (en) Debug circuit of a signal processor
US5003468A (en) Guest machine execution control system for virutal machine system
US20050060690A1 (en) Microprocessor system with software emulation processed by auxiliary hardware
JPH11338712A (en) Interruption sequence saving circuit
JP4334026B2 (en) Computer system and method for generating and handling system management interrupts therein
US8392621B2 (en) Managing dataflow in a temporary memory
KR20040052443A (en) Interrupt controller for a microprocessor
TWI811606B (en) Event trigger master, control chip and control method
JP2604604B2 (en) Stack control device
JP2000029508A (en) Programmable controller
JPH01305416A (en) Data storage device
JPH05265942A (en) Data inputting and outputting method for dma control part
JPH02183342A (en) Interruption controller
JP2978626B2 (en) DMA controller
JPS59200356A (en) Program tracing system
JPH0668015A (en) Assign information holding circuit
JPH03228111A (en) Timer control system for data processor
JPS59188757A (en) Device for controlling address storage
JPH0792785B2 (en) Interrupt processing method
JPH1124941A (en) Method and device for instruction execution control
JPH0273420A (en) Semiconductor disk device
JPH0215353A (en) Abnormality setting system at specific address
JPS63155346A (en) Ram check system
JPH0322071A (en) Data transfer processing circuit

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20000620