JPH03156647A - Watchdog timer - Google Patents

Watchdog timer

Info

Publication number
JPH03156647A
JPH03156647A JP1295004A JP29500489A JPH03156647A JP H03156647 A JPH03156647 A JP H03156647A JP 1295004 A JP1295004 A JP 1295004A JP 29500489 A JP29500489 A JP 29500489A JP H03156647 A JPH03156647 A JP H03156647A
Authority
JP
Japan
Prior art keywords
program
cpu
counter
instruction
instruction fetch
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
JP1295004A
Other languages
Japanese (ja)
Inventor
Kiyoshi Suga
菅 清
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP1295004A priority Critical patent/JPH03156647A/en
Publication of JPH03156647A publication Critical patent/JPH03156647A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To faciliate the preparation of a program by providing a means which decodes the instruction fetch cycle of a CPU and inputting the output of the decoding means to a counter to count the instruction fetch cycles of the CPU. CONSTITUTION:An instruction fetch cycle decoding means 3 outputs a pulse every time a CPU 1 carries out a program and reads an instruction out of a memory. A counter 4 counts the pulses outputted from the means 3. Therefore, the counter 4 is updated during execution of the program and not updated when the operation of the CPU 1 is stopped by the DMA transfer, etc. Thus, it is required to consider only the number of steps of the program with no consideration needed for the program executing time and the CPU stopping time when the counter reset instructions are arranged into the program. Thus, the program load is reduced.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はデジタルコンピュータシステムにおける暴走検
出方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a runaway detection method in a digital computer system.

〔従来の技術〕[Conventional technology]

従来のウォッチドッグタイマは、タイマへ常に一定周期
のクロック、例えばシステムクロックを分周した信号を
クロックとして供給していた。この種のウォッチドッグ
タイマの公知例としては例えば特開昭63−26804
4号公報、特開昭63−271545号公報、特開昭6
3−316146号公報が挙げられる。
A conventional watchdog timer always supplies a clock with a constant cycle, for example, a signal obtained by dividing a system clock, as a clock. A known example of this type of watchdog timer is, for example, Japanese Patent Application Laid-Open No. 63-26804.
Publication No. 4, JP-A-63-271545, JP-A-6
3-316146 is mentioned.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上記従来技術によるウォッチドッグタイマはCPUがプ
ログラム実行を停止している場合の動作について考慮さ
れていない。例えばDMA (ダイレクトメモリアクセ
ス)転送が行われている場合、CPUはプログラム実行
を一時停止するためウォッチドッグタイマに対するリセ
ット信号は発生しない。一方ウォッチドッグタイマのク
ロック入力には常に一定周期でパルスが入力されるため
、やがてはオーバフローしウォッチドッグタイムアウト
が発生する可能性がある。このためプログラム作成にあ
たってはプログラム実行時間だけでなく。
The watchdog timer according to the above-mentioned prior art does not take into consideration the operation when the CPU stops executing the program. For example, when a DMA (direct memory access) transfer is being performed, the CPU suspends program execution, so no reset signal is generated for the watchdog timer. On the other hand, since pulses are always input to the clock input of the watchdog timer at a constant cycle, there is a possibility that the watchdog timer will eventually overflow and cause a watchdog timeout. Therefore, when creating a program, consider not only the program execution time.

プログラム実行が停止している時間も考慮した上でウォ
ッチドッグタイマリセット命令をプログラム中に配置す
る必要があり、プログラムの負担が大きくなるという問
題があった。
It is necessary to place a watchdog timer reset instruction in the program while taking into account the time during which program execution is stopped, which poses a problem of increasing the burden on the program.

更にCPUの命令の種類によりその実行時間は異なる。Furthermore, the execution time varies depending on the type of CPU instruction.

従って各命令の実行時間の違いまで考慮してウォッチド
ッグタイマリセット命令を配置することが必要となり、
プログラマの負担が大きくなるという問題もあった。
Therefore, it is necessary to place the watchdog timer reset instruction taking into account the difference in execution time of each instruction.
There was also the problem of increasing the burden on programmers.

本発明は、上記2つの問題がないウォッチドッグタイマ
を提供することにある。
The object of the present invention is to provide a watchdog timer that does not have the above two problems.

〔課題を解決するための手段〕[Means to solve the problem]

本発明は上記り的を達成するために常に一定周期のクロ
ックの代りにCPUの命令フェッチサイクル毎に1つの
パルスを発生する手段を設け、このパルスをカウントす
るようにしたものである。
In order to achieve the above objectives, the present invention provides means for generating one pulse for each instruction fetch cycle of the CPU instead of a constant cycle clock, and counts this pulse.

〔作用〕[Effect]

命令フェッチサイクルデコード手段は、CPUがプログ
ラムを実行し、メモリから命令を1つ読み出す毎にパル
スを1つ出力する。カウンタは前記命令フェッチサイク
ルデコード手段が出力するパルスをカウントする。従っ
てプログラム実行中ばカウンタが更新され、DMA転送
等によりCPUが停止している時はカウンタは更新され
ない。
The instruction fetch cycle decoding means outputs one pulse each time the CPU executes a program and reads one instruction from the memory. The counter counts the pulses output by the instruction fetch cycle decoding means. Therefore, the counter is updated during program execution, but is not updated when the CPU is stopped due to DMA transfer or the like.

このため、プログラム中にカウンタリセット命令を配置
する場合、プログラム実行時間やCPU停止時間を考慮
することなく、プログラムのステップ数のみを考慮すれ
ば良いことになる。
Therefore, when placing a counter reset instruction in a program, it is only necessary to consider the number of steps in the program, without considering program execution time or CPU stop time.

〔実施例〕〔Example〕

以下本発明の一実施例を第1図により説明する。 An embodiment of the present invention will be described below with reference to FIG.

■はCPUであり、アドレスバス11.データバス12
、コントロールバス13に接続されている。2はカウン
タリセット命令デコード手段であり、前記アドレスバス
11.データバス12.コントロールバス13をデコー
ドし、CPUIが所定の命令(カウンタリセット命令)
を実行することによりカウンタリセット信号線21にパ
ルスを出力する。3は命令フェッチサイクルデコード手
段であり、CPU1が命令をフェッチする毎に命令フェ
ッチ信号線にパルスを出力する。4はカウンタであり、
命令フェッチ信号線のパルスをカウントする一方で、リ
セット信号線のパルスによりリセットされる。
■ is the CPU, and the address bus 11. data bus 12
, and are connected to the control bus 13. 2 is a counter reset instruction decoding means, and the address bus 11.2 is a counter reset instruction decoding means. Data bus 12. The control bus 13 is decoded and the CPU issues a predetermined command (counter reset command).
By executing this, a pulse is output to the counter reset signal line 21. 3 is an instruction fetch cycle decoding means, which outputs a pulse to the instruction fetch signal line every time the CPU 1 fetches an instruction. 4 is a counter,
While counting pulses on the instruction fetch signal line, it is reset by pulses on the reset signal line.

また本カウンタはオーバフロー時にはCPUリセット信
号線41にパルスを発生し、CPUをリセットする。
Further, when this counter overflows, it generates a pulse on the CPU reset signal line 41 to reset the CPU.

CPUがプログラムを正常に実行しているとき命令フェ
ッチする毎に命令フエッチサイクルデ:1−1〜手段3
がパルスを発生し、カウンタ4はカウントアツプする。
Instruction fetch cycle de: 1-1 to means 3 every time the CPU fetches an instruction while executing the program normally.
generates a pulse, and the counter 4 counts up.

一方プログラム中には、カウンタ4がオーバフローする
前にリセットされるようカウンタリセット命令が配置さ
れている。従ってCPUリセット信号41は出力されな
い。
On the other hand, a counter reset instruction is placed in the program so that the counter 4 is reset before it overflows. Therefore, the CPU reset signal 41 is not output.

バグ[を動作によりプログラムが正常に実行されず、カ
ウンタ4がオーバフローする前にカウンタリセット命令
が実行されなかった場合、カウンタ4はCPUリセット
信号41を出力しCPU1をノセソト、初期状態に戻す
If the program is not executed normally due to the bug operation and the counter reset instruction is not executed before the counter 4 overflows, the counter 4 outputs the CPU reset signal 41 and returns the CPU 1 to its initial state.

本実施例によれば、プログラムは各CPU命令の実行時
間やプログラム実行が停止している時間を考慮する必要
がなく、プログラムステップ数のみを考慮すれば良いた
めプログラム作成が容易になるという効果がある。
According to this embodiment, there is no need to consider the execution time of each CPU instruction or the time during which program execution is stopped, and only the number of program steps needs to be considered. be.

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

本発明によれば、1命令実行毎にカウンタをカウントア
ツプするため、カウンタリセット命令の配置にあたって
プログラム実行時間でなく命令のステップ数を考慮すれ
ば良く、プログラム作成が容易になるという効果がある
According to the present invention, since a counter is counted up every time one instruction is executed, the number of steps of the instruction, rather than the program execution time, needs to be taken into consideration when arranging the counter reset instruction, which has the effect of facilitating program creation.

またDMA転送等によりCPUがプログラム実行を一時
停止している場合にはカウンタがカウントアツプを停止
するためカウンタリセット命令の配置時考慮する必要が
なく、プログラム作成が容易になるという効果がある。
Furthermore, when the CPU temporarily suspends program execution due to DMA transfer or the like, the counter stops counting up, so there is no need to take this into consideration when arranging a counter reset instruction, which has the effect of facilitating program creation.

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

第1図は本発明の一実施例のブロック図である。 1・・・CPU。 2・・・カウンタリセット命令デコード手段、3・・・
命令フェッチサイクルデコード手段、4・・・カウンタ
、     11・・・アドレスバス、12・・・デー
タバス、    13・・・コントロールバス、21・
・・カウンタリセット信号線、
FIG. 1 is a block diagram of one embodiment of the present invention. 1...CPU. 2... Counter reset instruction decoding means, 3...
Instruction fetch cycle decoding means, 4... Counter, 11... Address bus, 12... Data bus, 13... Control bus, 21.
・Counter reset signal line,

Claims (1)

【特許請求の範囲】[Claims] 1、CPUの命令をデコードしてカウンタリセット信号
を出力するカウンタリセット手段と、前記カウンタリセ
ット信号によりリセットされるカウンタより成るウォッ
チドッグタイマにおいて、CPUのインストラクシヨン
フェッチサイクルをデコードする手段を設け、この出力
をカウンタに入力し、CPUの命令フェッチサイクルを
計数することを特徴とするウォッチドッグタイマ。
1. In a watchdog timer comprising a counter reset means for decoding a CPU instruction and outputting a counter reset signal, and a counter reset by the counter reset signal, a means for decoding an instruction fetch cycle of the CPU is provided, A watchdog timer that inputs this output to a counter to count instruction fetch cycles of a CPU.
JP1295004A 1989-11-15 1989-11-15 Watchdog timer Pending JPH03156647A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1295004A JPH03156647A (en) 1989-11-15 1989-11-15 Watchdog timer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1295004A JPH03156647A (en) 1989-11-15 1989-11-15 Watchdog timer

Publications (1)

Publication Number Publication Date
JPH03156647A true JPH03156647A (en) 1991-07-04

Family

ID=17815094

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1295004A Pending JPH03156647A (en) 1989-11-15 1989-11-15 Watchdog timer

Country Status (1)

Country Link
JP (1) JPH03156647A (en)

Similar Documents

Publication Publication Date Title
JPS63279328A (en) Control system for guest execution of virtual computer system
US4409653A (en) Method of performing a clear and wait operation with a single instruction
JPH03156647A (en) Watchdog timer
JPH025104A (en) Arithmetic processing unit
JPS633328B2 (en)
JPH01116753A (en) Access to peripheral equipment of one chip microcomputer
JPS60129849A (en) Arithmetic processing unit
JP2557785Y2 (en) Single chip microcomputer
JPS61166631A (en) Microprogram control processor
JPS63155330A (en) Microprogram controller
JPS60140440A (en) Central processing unit
JPH07105000A (en) Fetch error controller
JPS628243A (en) Cache memory
JPH0695304B2 (en) Data processing device
JPS625449A (en) Debug system for information processor
JPH0553831A (en) Computer unit with interrupting function
JPS60196849A (en) Method for detecting runaway of microprocessor
JPS5935250A (en) Program controller
JPH0746318B2 (en) Microcomputer development support device
JPH05108384A (en) Microprocessor
JPS613251A (en) Program debugging mechanism of processor
JPH02242349A (en) Command processor
JPS61220035A (en) Interruption generating circuit
JPS63305449A (en) Microprocessor system
JPH02118892A (en) Processor