JPH0944377A - Endless loop detector - Google Patents

Endless loop detector

Info

Publication number
JPH0944377A
JPH0944377A JP7192238A JP19223895A JPH0944377A JP H0944377 A JPH0944377 A JP H0944377A JP 7192238 A JP7192238 A JP 7192238A JP 19223895 A JP19223895 A JP 19223895A JP H0944377 A JPH0944377 A JP H0944377A
Authority
JP
Japan
Prior art keywords
signal
bus cycle
loop
count
infinite loop
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.)
Granted
Application number
JP7192238A
Other languages
Japanese (ja)
Other versions
JP2776765B2 (en
Inventor
Mitsuru Kobayashi
満 小林
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.)
Niigata Fuji Xerox Manufacturing Co Ltd
Original Assignee
Niigata Fuji Xerox Manufacturing 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 Niigata Fuji Xerox Manufacturing Co Ltd filed Critical Niigata Fuji Xerox Manufacturing Co Ltd
Priority to JP7192238A priority Critical patent/JP2776765B2/en
Publication of JPH0944377A publication Critical patent/JPH0944377A/en
Application granted granted Critical
Publication of JP2776765B2 publication Critical patent/JP2776765B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an endless loop detector which prevents the system down by monitoring a bus cycle signal even in the case of the absence of code fetch on a bus and detecting an endless loop without erroneous reaction upon a semipermanent loop which is normally operated. SOLUTION: The just preceding bus cycle signal is stored in a count-up bus cycle register 11 of a loop detection circuit 1 and is compared with the present bus cycle signal by a count-up bus cycle comparator 12, and a count-up signal is generated in the case of coincidence but a reset signal is generated in the other case, and a loop counter 21 of an endless loop detection circuit 2 is counted up in response to supply of the count-up signal and is initialized in response to supply of the reset signal; and when the counted value is equal to or larger than a certain value, an endless loop detection signal is generated.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は無限ループ検出装置
に関し、特にコンピュータプログラムまたはシステムの
障害等によって発生する無限ループを検出し、無限ルー
プ検出信号をシステムに対して出力する無限ループ検出
装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an infinite loop detecting device, and more particularly to an infinite loop detecting device that detects an infinite loop generated by a failure of a computer program or a system and outputs an infinite loop detecting signal to the system.

【0002】[0002]

【従来の技術】マイクロコンピュータによってプログラ
ムを実行すると、プログラムの欠陥やシステムの障害等
の理由により、プログラムの特定の個所を反復実行する
無限ループに陥る場合がある。
2. Description of the Related Art When a program is executed by a microcomputer, an endless loop for repeatedly executing a specific portion of the program may be caused due to a defect of the program or a failure of the system.

【0003】このような無限ループに陥ると、マイクロ
コンピュータの処理が進まなくなり、システムダウンを
起してしまう。
[0003] If such an endless loop occurs, the processing of the microcomputer will not proceed and the system will be down.

【0004】ここで特開昭62−106552では、実
行中のプログラムアドレスを監視し、所定の回数以上に
同一プログラムアドレスでループしていた場合に無限ル
ープとして検出する技術が開示されている。
Japanese Patent Application Laid-Open No. Sho 62-106552 discloses a technique for monitoring a program address being executed and detecting an infinite loop when the same program address is looped a predetermined number of times or more.

【0005】[0005]

【発明が解決しようとする課題】上述した従来の無限ル
ープ検出装置は、実行中のプログラムアドレスを監視し
ているが、コードキャッシュを内部に具備したセントラ
ルプロセッシングユニット(以下、CPUという)を使
用したシステムにおいては、CPUの内部にプログラム
が蓄えられ、実行中のプログラムアドレスがCPUの外
部には出てこない場合がありCPUの内部に蓄えられた
プログラムでループしている場合に無限ループの検出が
できないという問題点がある。
The above-described conventional infinite loop detecting apparatus monitors a program address being executed, but uses a central processing unit (hereinafter referred to as a CPU) having a code cache therein. In the system, a program is stored inside the CPU, and the program address being executed may not come out of the CPU. When the program stored in the CPU loops, an infinite loop is detected. There is a problem that can not be.

【0006】またループ回数のみで無限ループと判断し
ていたため、プログラムによってはシステムの使用者が
何等かの入力を行なうまでプログラムが半永久的にルー
プする正常な場合にも障害による無限ループと判断して
しまうという問題点を有していた。
[0006] In addition, since an infinite loop is determined only by the number of loops, an infinite loop due to a failure is determined even if the program is in a normal state in which the program loops semi-permanently until the user of the system performs any input. Had the problem that

【0007】本発明の目的は、CPUの内部に蓄えられ
たプログラムでループしていて、コードフエッチがバス
に出てこない場合でも、何らかの(I/Oサイクル等)
CPUが実行してくるバスのサイクル中にバス上に流れ
ている信号(以下、バスサイクル信号という)を監視
し、正常動作である半永久ループに誤反応することな
く、障害による無限ループを検出してシステムダウンの
防止に役だてる無限ループ検出装置を提供することにあ
る。
[0007] An object of the present invention is to provide a loop (I / O cycle, etc.) even when a code is not looped by a program stored in the CPU and a code etch does not appear on the bus.
The CPU monitors a signal flowing on the bus during the bus cycle executed by the CPU (hereinafter referred to as a bus cycle signal), and detects an infinite loop due to a failure without erroneously reacting to a semi-permanent loop which is a normal operation. To provide an infinite loop detection device which is useful for preventing system down.

【0008】[0008]

【課題を解決するための手段】第1の発明の無限ループ
検出装置は、バスのサイクル中で前記バス上に流れてい
るバスサイクル信号を監視して単一のバスのサイクルで
のループ状態を判定しループ状態のときにはカウントア
ップ信号を発生しそれ以外のときにはリセット信号を発
生するループ検出手段と、前記カウントアップ信号の供
給に応じて計数動作を行ない前記リセット信号の供給に
応じて初期化され計数値が一定値以上になったときには
無限ループ検出信号を発生する無限ループ検出手段とを
含んで構成されている。
According to a first aspect of the present invention, an infinite loop detecting apparatus monitors a bus cycle signal flowing on a bus during a bus cycle to determine a loop state in a single bus cycle. The loop detection means generates a count-up signal when it is in a loop state and generates a reset signal at other times, and performs a count operation in response to the supply of the count-up signal and is initialized in response to the supply of the reset signal. And an infinite loop detecting means for generating an infinite loop detection signal when the count value becomes equal to or more than a predetermined value.

【0009】第2の発明の無限ループ検出装置は、バス
のサイクル中で前記バス上に流れているバスサイクル信
号を監視して連続した複数のバスサイクルから構成され
るバスサイクルシーケンスでのループ状態を判定しルー
プ状態のときにはカウントアップ信号を発生しそれ以外
のときにはリセット信号を発生するループ検出手段と、
前記カウントアップ信号の供給に応じて計数動作を行な
い前記リセット信号の供給に応じて初期化され計数値が
一定値以上になったときには無限ループ検出信号を発生
する無限ループ検出手段とを含んで構成されている。
According to a second aspect of the present invention, there is provided an infinite loop detecting apparatus for monitoring a bus cycle signal flowing on a bus during a bus cycle, and detecting a loop state in a bus cycle sequence including a plurality of continuous bus cycles. Loop detection means for generating a count-up signal when in a loop state and generating a reset signal otherwise.
And an infinite loop detecting means configured to perform a counting operation in response to the supply of the count-up signal, to be initialized in response to the supply of the reset signal, and to generate an infinite loop detection signal when the count value becomes equal to or greater than a predetermined value. Have been.

【0010】第3の発明の無限ループ検出装置は、第1
または第2の発明の無限ループ検出装置において、予じ
め指定のバスサイクル信号を検出したときには無限ルー
プ検出手段を初期化するリセット信号を前記無限ループ
検出手段に供給する計数不要ループ検出手段を含んで構
成されている。
An infinite loop detecting device according to a third aspect of the present invention comprises
Alternatively, in the infinite loop detecting device according to the second invention, when a bus cycle signal designated in advance is detected, a counting unnecessary loop detecting means for supplying a reset signal for initializing the infinite loop detecting means to the infinite loop detecting means is included. It is composed of

【0011】第4の発明の無限ループ検出装置は、第1
または第2または第3の発明の無限ループ検出装置にお
いて、ループ検出手段と計数不要ループ検出手段との動
作の可能、不可能を個々に設定する動作制御手段を含ん
で構成されている。
According to a fourth aspect of the present invention, there is provided an infinite loop detecting apparatus comprising:
Alternatively, in the infinite loop detection device according to the second or third invention, the infinite loop detection device is configured to include an operation control unit for individually setting whether the operation of the loop detection unit and the countless loop detection unit is enabled or disabled.

【0012】第5の発明の無限ループ検出装置は、第1
または第2または第3または第4の発明の無限ループ検
出装置において、無限ループ検出手段の一定値を外部か
ら設定する設定手段を含んで構成されている。
According to a fifth aspect of the present invention, there is provided an infinite loop detecting apparatus comprising:
Alternatively, in the infinite loop detecting apparatus according to the second, third or fourth aspect of the present invention, the infinite loop detecting apparatus includes setting means for externally setting a constant value of the infinite loop detecting means.

【0013】[0013]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して説明する。
Next, embodiments of the present invention will be described with reference to the drawings.

【0014】図1は本発明の無限ループ検出装置の第1
の実施の形態を示すブロック図である。
FIG. 1 shows a first embodiment of an infinite loop detecting apparatus according to the present invention.
It is a block diagram showing an embodiment.

【0015】第1の実施の形態の無限ループ検出装置
は、図1に示すように、単一のバスのサイクルのループ
を判定検出してカウントアップ信号を発生するループ検
出回路1と、ループの発生回数を計数し一定回数以上に
なったときには無限ループ検出信号を発生する無限ルー
プ検出回路2と、予め指定の計数不要ループに対応する
バスサイクル信号が到来したときには無限ルーブ検出回
路2の計数値をリセットするリセット信号を発生する計
数不要ループ検出回路3と、予め指定の計数不要ループ
に対応するバスサイクル信号を計数不要ループ検出回路
3に設定し、無限ループ検出回路2に一定の数値を設定
し、ループ検出回路1および計数不要ループ検出回路3
をそれぞれ動作可、不可にするコントロールレジスタ部
4とを含んで構成されている。
As shown in FIG. 1, an infinite loop detecting apparatus according to a first embodiment includes a loop detecting circuit 1 for determining and detecting a loop in a single bus cycle and generating a count-up signal; The count value of the infinite loop detection circuit 2 that counts the number of occurrences and generates an infinite loop detection signal when the count reaches a certain number or more, and the count value of the infinite loop detection circuit 2 when a bus cycle signal corresponding to a predetermined count unnecessary loop arrives A countless loop detection circuit 3 that generates a reset signal for resetting the clock, a bus cycle signal corresponding to a designated countless loop is set in advance in the countless loop detection circuit 3, and a fixed numerical value is set in the infinite loop detection circuit 2. And a loop detection circuit 1 and a countless loop detection circuit 3
And a control register unit 4 for enabling and disabling the respective operations.

【0016】ループ検出回路1は、常に1つ前のバスサ
イクル信号を保持しているカウントアップバスサイクル
レジスタ11と、カウントアップバスサイクルレジスタ
11に保持されているバスサイクル信号と現在実行され
ているバスサイクルの信号とを比較し一致しているとき
にはカウントアップ信号を、異なるときにはリセット信
号を供給するカウントアップバスサイクル比較器12と
を具備する。
The loop detection circuit 1 is currently executing the count-up bus cycle register 11 which always holds the immediately preceding bus cycle signal, and the bus cycle signal held in the count-up bus cycle register 11. A count-up bus cycle comparator 12 is provided for supplying a count-up signal when comparing and matching the signals of the bus cycle, and supplying a reset signal when the signals are different.

【0017】無限ループ検出回路2は、ループ検出回路
1および計数不要ループ検出回路3より出力されるリセ
ット信号の論理和を生成するリセット信号OR器22
と、ループ検出回路1より出力されるカウントアップ信
号によりカウントアップしリセット信号OR器22から
のリセット信号によりリセットされ計数値が一定値以上
になったときに無限ルーブ検出信号を発生するループカ
ウンタ21とを具備する。
The infinite loop detecting circuit 2 is a reset signal OR unit 22 for generating a logical sum of the reset signals output from the loop detecting circuit 1 and the counting unnecessary loop detecting circuit 3.
And a loop counter 21 which counts up by a count-up signal output from the loop detection circuit 1 and is reset by a reset signal from a reset signal OR unit 22 to generate an infinite lube detection signal when the count value exceeds a predetermined value. And

【0018】計数不要ループ検出回路3は、予め指定の
計数不要ループに対応するバスサイクル信号であるリセ
ットバスサイクル信号を設定できる複数のリセットバス
サイクルレジスタ31a、31b、…と、それぞれのリ
セットバスサイクルレジスタ31a、31b、…と現在
実行されてるバスサイクルの信号とを比較し一致してい
るときにはリセット信号をそれぞれ発生する複数のリセ
ットバスサイクル比較器32a、32b、…とを具備す
る。
The count-unnecessary loop detecting circuit 3 includes a plurality of reset bus cycle registers 31a, 31b,... Capable of setting a reset bus cycle signal, which is a bus cycle signal corresponding to a designated count-unnecessary loop, and reset bus cycles. Are provided with a plurality of reset bus cycle comparators 32a, 32b,... Which respectively generate reset signals when the registers 31a, 31b,...

【0019】また、コントロールレジスタ部4は複数の
リセットバスサイクルレジスタ31a、31b、…にリ
セットバスサイクル信号を外部から設定するリセットバ
スサイクル設定レジスタ41と、外部からのカウントア
ップバスサイクル比較器12および複数のリセットバス
サイクル比較器32a、32b、…のイネーブル/デイ
セーブル制御を行なうイネーブル/デイセーブル制御レ
ジスタ42と、外部からループカウンタ21のカウント
データを設定するループカウントデータ設定レジスタ4
3とを具備する。
The control register section 4 includes a reset bus cycle setting register 41 for externally setting a reset bus cycle signal to a plurality of reset bus cycle registers 31a, 31b,..., An external count-up bus cycle comparator 12, An enable / disable control register 42 for enabling / disabling the plurality of reset bus cycle comparators 32a, 32b,..., And a loop count data setting register 4 for externally setting the count data of the loop counter 21
3 and 3.

【0020】今CPUからバスサイクルが実行される
と、カウントアップバスサイクルレジスタ11にそのバ
スサイクル信号が保持される。
When a bus cycle is executed by the CPU, the count-up bus cycle register 11 holds the bus cycle signal.

【0021】次にバスのサイクルがCPUより実行され
ると、カウントアップバスサイクルレジスタ11に保持
されているバスサイクル信号と現在実行されているバス
サイクル信号とをカウントアップバスサイクル比較器1
2で比較する。
Next, when the bus cycle is executed by the CPU, the bus cycle signal held in the count-up bus cycle register 11 and the bus cycle signal currently being executed are compared with the count-up bus cycle comparator 1.
Compare with 2.

【0022】このとき、カウントアップバスサイクル比
較器12は比較結果が一致であれば無限ループ検出回路
2に対してカウントアップ信号を出力し、比較結果が不
一致であれば無限ループ検出回路2に対してリセット信
号を出力する。
At this time, the count-up bus cycle comparator 12 outputs a count-up signal to the infinite loop detection circuit 2 if the comparison results match, and outputs a count-up signal to the infinite loop detection circuit 2 if the comparison results do not match. To output a reset signal.

【0023】また計数不要ループ検出回路3では、CP
Uがバスのサイクルを実行してくる毎に複数のリセット
バスサイクルレジスタ31a、31b、…の内容と現在
実行されているバスサイクル信号とを比較し、いずれか
に一致があれば、無限ループ検出回路2に対してリセッ
ト信号を出力する。
In the countless loop detection circuit 3, the CP
Each time U executes a bus cycle, the contents of the plurality of reset bus cycle registers 31a, 31b,... Are compared with the currently executed bus cycle signal. A reset signal is output to the circuit 2.

【0024】無限ループ検出回路2では、ループ検出回
路1より出力されるカウントアップ信号によりループカ
ウンタ21をカウントアップしていき、カウント値がル
ープカウントデータ設定レジスタ43に設定された値以
上となると、すなわち、単一バスサイクルの一定回数以
上の繰り返しが行なわれると、無限ループ検出信号を出
力する。ただし、ループ検出回路1または計数不要ルー
プ検出回路3よりリセット信号が出力されると、ループ
カウンタ21はリセットされ単一バスサイクルの一定回
数より少ない繰り返し、および予め予測されている指定
の正常動作である半永久ループの場合の無限ループ検出
信号の発生を行なわないようにしてある。
In the infinite loop detection circuit 2, the loop counter 21 is counted up by the count-up signal output from the loop detection circuit 1, and when the count value becomes equal to or more than the value set in the loop count data setting register 43, That is, when a single bus cycle is repeated a certain number of times or more, an infinite loop detection signal is output. However, when a reset signal is output from the loop detection circuit 1 or the countless loop detection circuit 3, the loop counter 21 is reset and the single bus cycle is repeated less than a certain number of times, and the specified normal operation is predicted in advance. An infinite loop detection signal for a certain semi-permanent loop is not generated.

【0025】ここで、カウントアップバスサイクル比較
器12および複数のリセットバスサイクル比較器32
a、32b、…は、イネーブル/デイセーブル制御レジ
スタ42において、イネーブルと設定されている場合
(設定は個々の比較器毎にできる)にカウントアップ信
号またはリセット信号を出力することができ、デイセー
ブルと設定されている場合には比較動作を停止してい
る。
Here, the count-up bus cycle comparator 12 and the plurality of reset bus cycle comparators 32
a, 32b,... can output a count-up signal or a reset signal when enabled in the enable / disable control register 42 (setting can be performed for each comparator). If it is set, the comparison operation is stopped.

【0026】以上説明したように、第1の実施の形態で
は、バスサイクル信号により単一バスサイクル信号から
構成されるループの無限繰り返しを検出することによ
り、CPUの内部に蓄えられたプログラムでループして
いて、コードフエッチがバスに出てこない場合でも、無
限ルーブを検出することができ、また、計数不要ループ
に対応するバスサイクル信号を予め設定して、計数不要
ループを検出してこれを計数不要とすることにより、正
常動作である半永久ループに誤反応することなく、効率
的に無限ループを検出してシステムダウンの防止に役だ
てることができる。
As described above, in the first embodiment, by detecting an infinite repetition of a loop composed of a single bus cycle signal by a bus cycle signal, the loop is executed by a program stored in the CPU. Even if the code fetch does not appear on the bus, an infinite lube can be detected, and a bus cycle signal corresponding to the countless loop is set in advance to detect the countless loop. By eliminating the need for counting, an infinite loop can be efficiently detected without erroneous reaction to a semi-permanent loop which is a normal operation, which can be used to prevent a system down.

【0027】図2は本発明の無限ループ検出装置の第2
の実施形態を示すブロック図である。
FIG. 2 shows a second embodiment of the infinite loop detecting device according to the present invention.
It is a block diagram showing an embodiment.

【0028】ここで、相続くバスサイクルをB1、B2、B
3、…とする。第1の実施の形態では、B1→B1→B1→…
の無限ループを検出できた。そこで、第2の実施の形態
ではB1→B2→B3→B1→B2→B3→B1→B2→B3→…のよう
に、複数の連続したバスサイクルにおいての無限ループ
の検出を可能にする。
Here, successive bus cycles are represented by B1, B2, B
3, ... In the first embodiment, B1 → B1 → B1 →.
Infinite loop was detected. Therefore, in the second embodiment, it is possible to detect an infinite loop in a plurality of continuous bus cycles, such as B1, B2, B3, B1, B2, B3, B1, B2, B3, and so on.

【0029】第2の実施の形態の無限ループ検出装置
は、図2に示すように、連続した複数のバスサイクルの
ループを判定検出してカウントアップ信号を発生するル
ープ検出回路100と、ループの発生回数を計数し一定
回数以上になったときには無限ループ検出信号を発生す
る無限ループ検出回路2と、予め指定の計数不要ループ
に対応するバスサイクル信号が到来したときには無限ル
ーブ検出回路2の計数値をリセットするリセット信号を
発生する計数不要ループ検出回路3と、予め指定の計数
不要ループに対応するバスサイクル信号を計数不要ルー
プ検出回路3に設定し、無限ループ検出回路2に一定の
数値を設定し、ループ検出回路100および計数不要ル
ープ検出回路3をそれぞれ動作可、不可にするコントロ
ールレジスタ部4とを含んで構成されている。
As shown in FIG. 2, the infinite loop detection apparatus according to the second embodiment includes a loop detection circuit 100 for determining and detecting a loop of a plurality of consecutive bus cycles and generating a count-up signal, and a loop detection circuit 100. The count value of the infinite loop detection circuit 2 which counts the number of occurrences and generates an infinite loop detection signal when the number of occurrences exceeds a certain number, and the count value of the infinite loop detection circuit 2 when a bus cycle signal corresponding to a previously designated counting unnecessary loop arrives. Unnecessary loop detection circuit 3 for generating a reset signal for resetting the signal and a bus cycle signal corresponding to a predetermined unnecessary loop detection circuit are set in the unnecessary loop detection circuit 3 and a fixed numerical value is set in the infinite loop detection circuit 2. And a control register unit 4 for enabling and disabling the loop detection circuit 100 and the counting unnecessary loop detection circuit 3, respectively. It is constituted comprise.

【0030】ループ検出回路100は、常に1つ前のバ
スサイクル信号を保持しているバスサイクルレジスタ1
14a、常に2つ前のバスサイクル信号を保持している
バスサイクルレジスタ114b、常に3つ前のバスサイ
クル信号を保持しているバスサイクルレジスタ114
c、…と順序通りに保持していく複数のバスサイクルレ
ジスタ114a、114b、114c、…と、それぞれ
のバスサイクルレジスタ114a、114b、114
c、…に保持されているバスサイクル信号と現在実行さ
れているバスサイクル信号とを比較するバスサイクル比
較器115a、115b、115c、…と、バスサイク
ルレジスタ114a、114b、114c、…に保持さ
れている複数のバスサイクル信号の中からカウントアッ
プバスサイクルレジスタ111に設定する1つのバスサ
イクル信号を選択するバスサイクルレジスタ信号セレク
タ113と、バスサイクルレジスタ信号セレクタ113
より供給されるバスサイクル信号が書き込まれ、また
は、書き込まれたバスサイクル信号をリセットされるこ
とのできるカウントアップバスサイクルレジスタ111
と、カウントアップバスサイクルレジスタ111に保持
されているバスサイクル信号と現在実行されているバス
サイクル信号とを比較して一致しているときに無限ルー
プ検出回路2に対してカウントアップ信号を出力するカ
ウントアップバスサイクル比較器112と、バスサイク
ル比較器115a、115b、115c、…の比較結果
よりカウントアップバスサイクルレジスタ111へのバ
スサイクル信号の書込信号/リセット信号、バスサイク
ルレジスタ信号セレクタ113へのデータセレクト信
号、無限ループ検出回路2へのリセット信号を発行して
無限ループを構成するバスサイクル信号候補(無限ルー
ブは連続する1つ以上のバスサイクル信号よりなるバス
サイクル信号シーケンスの繰り返しで構成される。この
シーケンスを構成するバスサイクル信号の1つの候補を
いう)を判定するバスサイクル比較結果判定器116を
具備する。
The loop detection circuit 100 has a bus cycle register 1 which always holds the immediately preceding bus cycle signal.
14a, a bus cycle register 114b that always holds the two previous bus cycle signals, and a bus cycle register 114 that always holds the three previous bus cycle signals
, and a plurality of bus cycle registers 114a, 114b, 114c,..., which are held in order, and the respective bus cycle registers 114a, 114b, 114.
, and bus cycle comparators 115a, 115b, 115c,... for comparing the bus cycle signals held in c,... with the currently executed bus cycle signal, and bus cycle registers 114a, 114b, 114c,. A bus cycle register signal selector 113 for selecting one bus cycle signal to be set in the count-up bus cycle register 111 from a plurality of bus cycle signals, and a bus cycle register signal selector 113
A count-up bus cycle register 111 capable of writing the supplied bus cycle signal or resetting the written bus cycle signal.
And compares the bus cycle signal held in the count-up bus cycle register 111 with the currently executed bus cycle signal, and outputs a count-up signal to the infinite loop detection circuit 2 when they match. From the comparison result of the count-up bus cycle comparator 112 and the bus cycle comparators 115a, 115b, 115c,..., The write signal / reset signal of the bus cycle signal to the count-up bus cycle register 111 and the bus cycle register signal selector 113 A bus cycle signal candidate that issues a data select signal and a reset signal to the infinite loop detection circuit 2 to form an infinite loop (an infinite loop is formed by repeating a bus cycle signal sequence consisting of one or more continuous bus cycle signals) This sequence is composed Refers to one of the candidates of the bus cycle signal) comprises determining the bus cycle comparison result decision unit 116.

【0031】図3はバスサイクル比較結果判定器116
の構成の一例を示すブロック図である。
FIG. 3 shows a bus cycle comparison result determiner 116.
FIG. 3 is a block diagram showing an example of the configuration of FIG.

【0032】図3に示すバスサイクル比較結果判定器1
16は各バスサイクル比較器115a、115b、11
5c、…からの出力信号を入力とし一致信号を出力した
バスサイクル比較器を検出してバスサイクルレジスタ信
号セレクタ113から一致したバスサイクル信号を選択
するデータセレクト信号を出力するデコーダ1161
と、各バスサイクル比較器115a、115b、115
c、…からの各出力信号の論理和を作成するオア回路1
162と、オア回路1162の出力信号を反転するイン
バータ1165と、アンド回路1163とフリップフロ
ップ1164とからなりオア回路1162からの一致信
号の供給をうけてセットされて書込信号を発生しかつ自
己保持する書込信号発生回路1167と、連続するバス
サイクルの数を計数し、カウントアップバスサイクル比
較器112からのカウントアップ信号またはインバータ
1165の出力信号によりリセットされ計数値が一定値
(バスサイクルレジスタの数)以上になったときにはリ
セット信号を発生してリセットされるカウンタ1166
とを含んで構成されている。このリセット信号は書込信
号発生回路1167をもリセットする。
Bus cycle comparison result determiner 1 shown in FIG.
16 is each bus cycle comparator 115a, 115b, 11
A decoder 1161 which detects a bus cycle comparator which receives an output signal from 5c,... And outputs a coincidence signal and outputs a data select signal for selecting a coincident bus cycle signal from the bus cycle register signal selector 113
And each bus cycle comparator 115a, 115b, 115
OR circuit 1 for creating a logical sum of the output signals from c,.
162, an inverter 1165 for inverting the output signal of the OR circuit 1162, an AND circuit 1163 and a flip-flop 1164, which are set by receiving a coincidence signal from the OR circuit 1162 to generate a write signal and self-hold. The write signal generation circuit 1167 counts the number of consecutive bus cycles, and is reset by the count-up signal from the count-up bus cycle comparator 112 or the output signal of the inverter 1165 to reset the count value to a constant value (of the bus cycle register). Counter 1166 which is reset by generating a reset signal when
It is comprised including. This reset signal also resets write signal generation circuit 1167.

【0033】このようにして、バスサイクル比較結果判
定器116はデータセレクト信号と書込信号とリセット
信号とを作成する。
In this manner, bus cycle comparison result determiner 116 generates a data select signal, a write signal, and a reset signal.

【0034】ここでカウンタ1166で連続するバスサ
イクルを計数するには、バスサイクルの開始を示すアド
レスストローブ信号またはバスサイクルの終了を示すレ
デイ信号を使用することができる。
Here, in order to count successive bus cycles by the counter 1166, an address strobe signal indicating the start of a bus cycle or a ready signal indicating the end of a bus cycle can be used.

【0035】次に、図3を参照してバスサイクル比較結
果判定器116から出力されるデータセレクト信号、書
込信号およびリセット信号の発生動作について説明す
る。
Next, the operation of generating a data select signal, a write signal and a reset signal output from bus cycle comparison result determiner 116 will be described with reference to FIG.

【0036】このバスサイクル比較結果判定器116は
無限ループを構成するバスサイクル信号シーケンスの中
のバスサイクル信号を判定するのであり、その候補を選
定し、それが不適なら他の候補を探索する。
The bus cycle comparison result determiner 116 determines a bus cycle signal in a bus cycle signal sequence forming an infinite loop, selects a candidate, and if it is inappropriate, searches for another candidate.

【0037】データセレクト信号は各バスサイクル比較
器の中のいずれか少なくとも1つが一致信号を出力した
場合にデコーダ1161からその都度発生されバスサイ
クルレジスタ信号セレクタ113により一致したバスサ
イクル信号をループを構成するバスサイクル信号候補と
して選択しカウントアップバスサイクルレジスタ111
に供給する。
The data select signal is generated each time from the decoder 1161 when at least one of the bus cycle comparators outputs a coincidence signal, and forms a loop with the coincident bus cycle signal by the bus cycle register signal selector 113. And count-up bus cycle register 111
To supply.

【0038】書込信号は書込信号発生回路1167のリ
セット後に最初に各バスサイクル比較器の中のいずれか
少なくとも1つが一致信号を出力した場合に発生し以後
はリセット信号が供給されるまでその状態を維持する。
書込信号による書き込みは0→1の状態変化信号として
使用される。
A write signal is generated when at least one of the bus cycle comparators first outputs a coincidence signal after resetting of the write signal generation circuit 1167, and thereafter, until a reset signal is supplied. Maintain state.
Writing by the write signal is used as a 0 → 1 state change signal.

【0039】リセット信号は、カウンタ1166がリセ
ットされることなく、計数値がバスサイクルレジスタの
数以上になった場合に発生する。
The reset signal is generated when the count value becomes equal to or more than the number of the bus cycle registers without resetting the counter 1166.

【0040】リセット信号の発生は、バスサイクルレジ
スタの数に等しい数の連続したバスサイクル信号のすべ
てがバスサイクルレジスタに格納されているバスサイク
ル信号のいずれかと一致した場合でもその間カウントア
ップバスサイクル比較器112から一致信号が供給され
なかった場合である。
The reset signal is generated even if all of the continuous bus cycle signals equal in number to the bus cycle registers coincide with one of the bus cycle signals stored in the bus cycle register. This is the case when no match signal is supplied from the device 112.

【0041】これは、一時期、無限ループ構成対象のバ
スサイクル信号候補を検出してそれをカウントアップバ
スサイクルレジスタ111に書き込んでも、その後のバ
スサイクルレジスタの数に等しい数の連続したバスサイ
クル信号中にそのバスサイクル信号候補が検出されない
場合にはこれを無限ループ対象のバスサイクル信号候補
から外すためである。
This is because even if a bus cycle signal candidate for an infinite loop configuration is detected and written to the count-up bus cycle register 111 for a period of time, the number of consecutive bus cycle signals equal to the number of bus cycle registers after that is detected. If the bus cycle signal candidate is not detected, it is excluded from the bus cycle signal candidates for the infinite loop.

【0042】また、これは、バスサイクルレジスタの数
には限界があるので、この数より大なる連続した数のバ
スサイクル信号の無限ループの検出は一応対象外とする
ためでもある。
This is also because the number of bus cycle registers is limited, so that detection of an infinite loop of a continuous number of bus cycle signals larger than this number is temporarily excluded.

【0043】そこで、かかる場合には、リセット信号を
無限ループ検出回路2およびその他の回路に供給して無
限ループ構成対象のバスサイクル信号候補であることを
取り消すのである。
Therefore, in such a case, the reset signal is supplied to the infinite loop detection circuit 2 and other circuits to cancel the bus cycle signal candidate for the infinite loop configuration.

【0044】このようにして、バスサイクル比較結果判
定器116は各バスサイクル比較器により検出された無
限ループ構成対象のバスサイクル信号候補から真の無限
ループ構成対象のバスサイクル信号を判定する。
In this manner, the bus cycle comparison result determiner 116 determines a true infinite loop configuration target bus cycle signal from the infinite loop configuration target bus cycle signal detected by each bus cycle comparator.

【0045】無限ループ検出回路2は、ループ検出回路
1および計数不要ループ検出回路3より出力されるリセ
ット信号の論理和を生成するリセット信号OR器22
と、ループ検出回路1より出力されるカウントアップ信
号によりカウントアップしリセット信号OR器22から
のリセット信号によりリセットされ計数値が一定値以上
になったときに無限ルーブ検出信号を発生するループカ
ウンタ21とを具備する。
The infinite loop detection circuit 2 has a reset signal OR unit 22 for generating a logical sum of the reset signals output from the loop detection circuit 1 and the counting unnecessary loop detection circuit 3.
And a loop counter 21 which counts up by a count-up signal output from the loop detection circuit 1 and is reset by a reset signal from a reset signal OR unit 22 to generate an infinite lube detection signal when the count value exceeds a predetermined value. And

【0046】計数不要ループ検出回路3は、予め指定の
計数不要ループに対応するバスサイクル信号であるリセ
ットバスサイクル信号を設定できる複数のリセットバス
サイクルレジスタ31a、31b、…と、それぞれのリ
セットバスサイクルレジスタ31a、31b、…と現在
実行されてるバスサイクルの信号とを比較し一致してい
るときにはリセット信号をそれぞれ発生する複数のリセ
ットバスサイクル比較器32a、32b、…とを具備す
る。
The countless loop detection circuit 3 includes a plurality of reset bus cycle registers 31a, 31b,... Capable of setting a reset bus cycle signal, which is a bus cycle signal corresponding to a designated countless loop, in advance. Are provided with a plurality of reset bus cycle comparators 32a, 32b,... Which respectively generate reset signals when the registers 31a, 31b,...

【0047】また、コントロールレジスタ部4は複数の
リセットバスサイクルレジスタ31a、31b、…にリ
セットバスサイクル信号を外部から設定するリセットバ
スサイクル設定レジスタ41と、外部からのカウントア
ップバスサイクル比較器12および複数のリセットバス
サイクル比較器32a、32b、…のイネーブル/デイ
セーブル制御を行なうイネーブル/デイセーブル制御レ
ジスタ42と、外部からループカウンタ21のカウント
データを設定するループカウントデータ設定レジスタ4
3とを具備する。
Further, the control register unit 4 has a reset bus cycle setting register 41 for externally setting a reset bus cycle signal to the plurality of reset bus cycle registers 31a, 31b, ... An enable / disable control register 42 for controlling enable / disable of the plurality of reset bus cycle comparators 32a, 32b, ... And a loop count data setting register 4 for setting count data of the loop counter 21 from the outside.
3 and 3.

【0048】さて、ここでは1例として、B1→B2→B1→
B2→B1…のように2つのバスのサイクルでループした場
合について説明する。
Now, as an example, B1 → B2 → B1 →
A case where a loop is performed in a cycle of two buses like B2 → B1 ... will be described.

【0049】まず、バスのサイクルB1が実行されると、
このバスサイクル信号はバスサイクルレジスタ114a
に保持される。次に、バスのサイクルB2が実行される
と、バスサイクルレジスタ114aのバスサイクル信号
がバスサイクルレジスタ114bに保持され、B2のバス
サイクル信号がバスサイクルレジスタ114aに保持さ
れる。次に、バスのサイクルB1が実行されると、このバ
スサイクル信号はバスサイクルレジスタ114bの内容
と一致するため、115bより一致信号が出力される。
First, when the bus cycle B1 is executed,
This bus cycle signal is transmitted to the bus cycle register 114a.
Is held. Next, when the bus cycle B2 is executed, the bus cycle signal of the bus cycle register 114a is held in the bus cycle register 114b, and the bus cycle signal of B2 is held in the bus cycle register 114a. Next, when the bus cycle B1 is executed, the bus cycle signal matches the content of the bus cycle register 114b, so that a match signal is output from 115b.

【0050】このとき、バスサイクル比較結果判定器1
16はバスサイクルレジスタ信号セレクタ113に対す
るバスサイクルレジスタ114bのバスサイクル信号を
選択するデータセレクト信号と、カウントアップバスサ
イクルレジスタ111に対するバスサイクル信号の書込
信号を出力する。ここで、カウントアップバスサイクル
レジスタ111に対する書込信号は、この後、後述する
カウントアップバスサイクルレジスタ111に対するリ
セット信号が出力されるまでは2度と出力されない。
At this time, the bus cycle comparison result determiner 1
Reference numeral 16 outputs a data select signal for selecting a bus cycle signal of the bus cycle register 114 b to the bus cycle register signal selector 113 and a write signal of a bus cycle signal for the count-up bus cycle register 111. Here, the write signal to the count-up bus cycle register 111 is not output again until a reset signal to the count-up bus cycle register 111 described later is output.

【0051】カウントアップバスサイクルレジスタ11
1は、バスサイクルレジスタ信号セレクタ113に選択
されたバスサイクルレジスタ114bのバスサイクル信
号をバスサイクル比較結果判定器116の書込信号によ
って保持する。この後、カウントアップバスサイクル比
較器112は、バスのサイクルB1が実行される毎にカウ
ントアップ信号を出力する。
Count-up bus cycle register 11
1 holds the bus cycle signal of the bus cycle register 114b selected by the bus cycle register signal selector 113 by the write signal of the bus cycle comparison result determiner 116. Thereafter, the count-up bus cycle comparator 112 outputs a count-up signal each time the bus cycle B1 is executed.

【0052】なお、バスサイクル信号がバスサイクルレ
ジスタ114a、114b、114c、…のいずれの内
容とも一致しなくなった場合、カウンタ1166はリセ
ットされる。これは無限ループを構成するには、連続し
たバスサイクル信号により続いて一致信号が発生されな
ければならないからである。
When the bus cycle signal does not match any of the contents of the bus cycle registers 114a, 114b, 114c,..., The counter 1166 is reset. This is because in order to form an infinite loop, successive bus cycle signals must be followed by a match signal.

【0053】バスのサイクルがバスサイクルレジスタ1
14a、114b、114c、…の数と同じ回数だけ実
行され、全てのバスのサイクルがバスサイクルレジスタ
114a、114b、114c、…のいづれかと一致し
ているにもかかわらず、カウントアップバスサイクル比
較器112よりカウントアップ信号が出力されなかった
場合には、バスサイクル比較結果判定器116はカウン
トアップバスサイクルレジスタ111と無限ループ検出
回路2に対してリセット信号を出力しバスサイクル信号
候補を取り消す。
When the bus cycle is the bus cycle register 1
14a, 114b, 114c,... Are executed as many times as the number of bus cycle registers 114a, 114b, 114c,. When the count-up signal is not output from 112, the bus cycle comparison result determiner 116 outputs a reset signal to the count-up bus cycle register 111 and the infinite loop detection circuit 2 to cancel the bus cycle signal candidate.

【0054】また、計数不要ループ検出回路3では、C
PUがバスのサイクルを実行してくる毎に複数のリセッ
トバスサイクルレジスタ31a、31b、…の内容と現
在実行されているバスサイクル信号とを比較し、いずれ
かに一致があれば、無限ループ検出回路2に対してリセ
ット信号を出力する。
In the counting unnecessary loop detecting circuit 3, C
Each time the PU executes a bus cycle, the contents of the plurality of reset bus cycle registers 31a, 31b,... Are compared with the currently executed bus cycle signal. A reset signal is output to the circuit 2.

【0055】ループカウンタ21ではループ検出回路1
より出力されるカウントアップ信号によりカウンタをカ
ウントアップしていき、ループカウントデータ設定レジ
スタ43に設定された値以上となると、無限ループ検出
信号を出力する。ただし、ループ検出回路1または計数
不要ループ検出回路3よりリセット信号が出力される
と、ループカウンタ21はカウンタをリセットする。
In the loop counter 21, the loop detection circuit 1
The counter is counted up by a count-up signal output from the counter, and when the count becomes equal to or more than the value set in the loop count data setting register 43, an infinite loop detection signal is output. However, when a reset signal is output from the loop detection circuit 1 or the counting unnecessary loop detection circuit 3, the loop counter 21 resets the counter.

【0056】ここで、カウントアップバスサイクル比較
器12および複数のリセットバスサイクル比較器32
a、32b、…は、イネーブル/デイセーブル制御レジ
スタ42において、イネーブルと設定されている場合
(設定は個々の比較器毎にできる)にカウントアップ信
号またはリセット信号を出力することができる。
Here, the count-up bus cycle comparator 12 and the plurality of reset bus cycle comparators 32
a, 32b,... can output a count-up signal or a reset signal when enabled (disabled for each comparator) in the enable / disable control register 42.

【0057】以上説明したように、第2の実施の形態で
は、バスサイクル信号により複数のバスサイクル信号か
ら構成されるループの無限繰り返しを検出することによ
り、CPUの内部に蓄えられたプログラムでループして
いて、コードフエッチがバスに出てこない場合でも、無
限ルーブを検出することができるという効果を有する。
As described above, in the second embodiment, by detecting an infinite repetition of a loop composed of a plurality of bus cycle signals by a bus cycle signal, the loop is executed by a program stored in the CPU. Therefore, even when the code fetch does not appear on the bus, an infinite lube can be detected.

【0058】また、計数不要ループに対応するバスサイ
クル信号を予め設定して計数不要ループを検出してこれ
を計数不要とすることにより、正常動作である半永久ル
ープに誤反応することなく、効率的に無限ループを検出
してシステムダウンの防止に役だてることができる。
Further, by setting a bus cycle signal corresponding to the counting unnecessary loop in advance and detecting the counting unnecessary loop and making it unnecessary to count, it does not erroneously react to a semi-permanent loop which is a normal operation, and efficiently. In addition, an infinite loop can be detected to prevent the system from going down.

【0059】[0059]

【発明の効果】以上説明したように、本発明の無限ルー
プ検出装置は、CPUが実行してくるバスのサイクルを
監視し、正常動作である半永久ループに誤反応すること
なく、無限ループを検出することができるのでプログラ
ムの欠陥やシステムの障害等による無限ループにすばや
く対処し、システムダウンの防止に役だてることができ
るという効果を有している。
As described above, the infinite loop detection device of the present invention monitors the bus cycle executed by the CPU and detects the infinite loop without erroneously reacting to the semi-permanent loop which is a normal operation. Therefore, it is possible to quickly cope with an infinite loop due to a program defect, a system failure, or the like, and to prevent the system from going down.

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

【図1】本発明の無限ループ検出装置の第1の実施の形
態の構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a first embodiment of an infinite loop detection device according to the present invention.

【図2】本発明の無限ループ検出装置の第2の実施の形
態の構成を示すブロック図である。
FIG. 2 is a block diagram showing a configuration of a second embodiment of the infinite loop detection device of the present invention.

【図3】バスサイクル比較結果判定器の一例の構成を示
すプロック図である。
FIG. 3 is a block diagram showing a configuration of an example of a bus cycle comparison result determiner.

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

1、100 ループ検出回路 2 無限ループ検出回路 3 計数不要ループ検出回路 4 コントロールレジスタ部 11、111 カウントアップバスサイクルレジスタ 12、112 カウントアップバスサイクル比較器 21 ループカウンタ 22 リセット信号OR器 31a、31b リセットバスサイクルレジスタ 32a、32b リセットバスサイクル比較器 41 リセットバスサイクル設定レジスタ 42 イネーブル/デイセーブル制御レジスタ 43 ループカウントデータ設定レジスタ 113 バスサイクルレジスタ信号セレクタ 114a、114b、114c バスサイクルレジス
タ 115a、115b、115c バスサイクル比較器 116 バスサイクル比較結果判定器 1161 デコーダ 1162 オア回路 1163 アンド回路 1164 フリッププロップ 1165 インバータ 1166 カウンタ 1167 書込信号発生回路
1, 100 loop detecting circuit 2 infinite loop detecting circuit 3 counting unnecessary loop detecting circuit 4 control register section 11, 111 count-up bus cycle register 12, 112 count-up bus cycle comparator 21 loop counter 22 reset signal OR unit 31a, 31b reset Bus cycle registers 32a, 32b Reset bus cycle comparator 41 Reset bus cycle setting register 42 Enable / disable control register 43 Loop count data setting register 113 Bus cycle register signal selector 114a, 114b, 114c Bus cycle register 115a, 115b, 115c Bus Cycle comparator 116 bus cycle comparison result determiner 1161 decoder 1162 OR circuit 1163 AND circuit 1164 Lip prop 1165 inverter 1166 counter 1167 write signal generating circuit

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 バスのサイクル中で前記バス上に流れて
いるバスサイクル信号を監視して単一のバスのサイクル
でのループ状態を判定しループ状態のときにはカウント
アップ信号を発生しそれ以外のときにはリセット信号を
発生するループ検出手段と、前記カウントアップ信号の
供給に応じて計数動作を行ない前記リセット信号の供給
に応じて初期化され計数値が一定値以上になったときに
は無限ループ検出信号を発生する無限ループ検出手段と
を含むことを特徴とする無限ループ検出装置。
1. A bus cycle signal flowing on a bus during a bus cycle is monitored to determine a loop state in a single bus cycle, and a count-up signal is generated during the loop state to generate a count-up signal. A loop detecting means for generating a reset signal, and performing a counting operation in response to the supply of the count-up signal, initializing the supply in response to the supply of the reset signal, and outputting an infinite loop detection signal when the count value becomes a certain value or more. An infinite loop detecting means for generating the infinite loop.
【請求項2】 バスのサイクル中で前記バス上に流れて
いるバスサイクル信号を監視して連続した複数のバスサ
イクルから構成されるバスサイクルシーケンスでのルー
プ状態を判定しループ状態のときにはカウントアップ信
号を発生しそれ以外のときにはリセット信号を発生する
ループ検出手段と、前記カウントアップ信号の供給に応
じて計数動作を行ない前記リセット信号の供給に応じて
初期化され計数値が一定値以上になったときには無限ル
ープ検出信号を発生する無限ループ検出手段とを含むこ
とを特徴とする無限ループ検出装置。
2. A bus cycle signal flowing on the bus during a bus cycle is monitored to determine a loop state in a bus cycle sequence composed of a plurality of continuous bus cycles, and to count up when the loop state occurs. A loop detecting means for generating a signal and generating a reset signal at other times, and performing a counting operation in response to the supply of the count-up signal, and is initialized in response to the supply of the reset signal, and the count value becomes equal to or more than a certain value. And an infinite loop detection means for generating an infinite loop detection signal when an error occurs.
【請求項3】 予じめ指定のバスサイクル信号を検出し
たときには無限ループ検出手段を初期化するリセット信
号を前記無限ループ検出手段に供給する計数不要ループ
検出手段を含むことを特徴とする請求項1または2記載
の無限ループ検出装置。
3. A counting unnecessary loop detecting means for supplying a reset signal for initializing the infinite loop detecting means to the infinite loop detecting means when a bus cycle signal designated in advance is detected. 3. The infinite loop detection device according to 1 or 2.
【請求項4】 ループ検出手段と計数不要ループ検出手
段との動作の可能、不可能を個々に設定する動作制御手
段を含むことを特徴とする請求項1または2または3記
載の無限ループ検出装置。
4. An infinite loop detecting apparatus according to claim 1, further comprising an operation control means for individually setting whether the loop detecting means and the countless loop detecting means can operate or not. .
【請求項5】 無限ループ検出手段の一定値を外部から
設定する設定手段を含むことを特徴とする請求項1また
は2または3または4記載の無限ループ検出装置。
5. An infinite loop detecting apparatus according to claim 1, further comprising a setting means for externally setting a constant value of the infinite loop detecting means.
JP7192238A 1995-07-27 1995-07-27 Infinite loop detector Expired - Lifetime JP2776765B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7192238A JP2776765B2 (en) 1995-07-27 1995-07-27 Infinite loop detector

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7192238A JP2776765B2 (en) 1995-07-27 1995-07-27 Infinite loop detector

Publications (2)

Publication Number Publication Date
JPH0944377A true JPH0944377A (en) 1997-02-14
JP2776765B2 JP2776765B2 (en) 1998-07-16

Family

ID=16287960

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7192238A Expired - Lifetime JP2776765B2 (en) 1995-07-27 1995-07-27 Infinite loop detector

Country Status (1)

Country Link
JP (1) JP2776765B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01319833A (en) * 1988-06-21 1989-12-26 Fuji Electric Co Ltd Run-away detector for computer system
JPH04256037A (en) * 1991-02-08 1992-09-10 Nec Corp Monitoring device for operation of unit
JPH0689130A (en) * 1990-12-28 1994-03-29 Dia Semikon Syst Kk State monitoring method and power saving controller
JPH0736793A (en) * 1993-07-22 1995-02-07 Nec Corp Bus monitoring device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01319833A (en) * 1988-06-21 1989-12-26 Fuji Electric Co Ltd Run-away detector for computer system
JPH0689130A (en) * 1990-12-28 1994-03-29 Dia Semikon Syst Kk State monitoring method and power saving controller
JPH04256037A (en) * 1991-02-08 1992-09-10 Nec Corp Monitoring device for operation of unit
JPH0736793A (en) * 1993-07-22 1995-02-07 Nec Corp Bus monitoring device

Also Published As

Publication number Publication date
JP2776765B2 (en) 1998-07-16

Similar Documents

Publication Publication Date Title
US5717851A (en) Breakpoint detection circuit in a data processor and method therefor
US6212134B1 (en) Watch dog timer system
JPH10333939A (en) Microprocessor
US5253349A (en) Decreasing processing time for type 1 dyadic instructions
US20050210305A1 (en) Data processor for controlling voltage supplied for processing
JP2776765B2 (en) Infinite loop detector
US6842812B1 (en) Event handling
KR0175986B1 (en) Distributed completion control in a microprocessor
US4679194A (en) Load double test instruction
KR100285976B1 (en) Emulation Device
US4300208A (en) Controlling which of two addresses is used by a microcode memory
JP2000259444A (en) Data processor and its testing method
JP2734382B2 (en) In-circuit emulator and debugging method thereof
JPH06175888A (en) Abnormal access detection circuit
KR0145893B1 (en) The apparatus of preventing overflow
JP2001188688A (en) Runaway detecting circuit
KR960003096B1 (en) Error detecting circuit
JP2006099654A (en) Semiconductor circuit apparatus
KR20000010094U (en) CPI Reset Device
JPH0764822A (en) Microcomputer
JPH0612292A (en) Microcomputer
SU1683018A1 (en) Data exchange checker
JPH08292903A (en) Information processor
JPH04109340A (en) False fault generating circuit
JPH0642207B2 (en) Multi-level programming method

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19980407