JPS6385915A - Resetting system - Google Patents
Resetting systemInfo
- Publication number
- JPS6385915A JPS6385915A JP61231705A JP23170586A JPS6385915A JP S6385915 A JPS6385915 A JP S6385915A JP 61231705 A JP61231705 A JP 61231705A JP 23170586 A JP23170586 A JP 23170586A JP S6385915 A JPS6385915 A JP S6385915A
- Authority
- JP
- Japan
- Prior art keywords
- reset
- signal
- interruption
- interrupt
- cpu
- 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
Links
- 238000000034 method Methods 0.000 claims description 18
- 230000000994 depressogenic effect Effects 0.000 abstract 2
- 230000000881 depressing effect Effects 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 3
- 230000004044 response Effects 0.000 description 2
- 230000000694 effects Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000000644 propagated effect Effects 0.000 description 1
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
【発明の詳細な説明】
[発明の目的]
(産業上の利用分野)
本発明は割込み及びハードウェアリセット機能を持つC
PUに用いられるリセット方式に関する。[Detailed Description of the Invention] [Object of the Invention] (Field of Industrial Application) The present invention provides a C
This relates to a reset method used for PU.
(従来の技術)
ここで述べるリセットとは、ソフトウェアが何等かの要
因で回復不可能な状態に陥った場合、主にメモリダンプ
を取る目的で機械的なスイッチ等により強制的にIPL
(In1t1al Program Load)ル
ーチンを起動する操作をいう。(Prior art) The reset described here refers to a forced IPL using a mechanical switch, etc., mainly for the purpose of taking a memory dump, when software falls into an unrecoverable state for some reason.
(In1t1al Program Load) Refers to the operation of starting a routine.
従来のリセット方式には割込みによる方式とハードウェ
アリセット信号による方式の2つがあった。それぞれの
回路例を第6図、第7図に示す。There are two conventional reset methods: one using an interrupt and the other using a hardware reset signal. Examples of the respective circuits are shown in FIGS. 6 and 7.
(発明が解決しようとする問題点) まず、割込みによる方式について説明する。(Problem that the invention attempts to solve) First, a method using an interrupt will be explained.
この方式は第6図に示す様に操作パネル上のリセットス
イッチ61が押されると、それを検出しCPU64に対
し割込みを発するものである。In this method, as shown in FIG. 6, when a reset switch 61 on the operation panel is pressed, it is detected and an interrupt is issued to the CPU 64.
CPU64はリセットによる割込みが発生すると、処理
を中断しIPLルーチンに制御を移すことによってリセ
ット機能を果たす。この方式ではスタックポインタ等C
PUの状態が保存され、メモリダンプの解析が容易であ
るという利点があるものの、主メモリ上に割込みテーブ
ルを置く方式ノCPUで且つ主メモリ上の割込みテーブ
ルが破壊された場合には割込み処理が正常におこなわれ
ないため、リセットができなくなるという問題があった
。When an interrupt due to a reset occurs, the CPU 64 performs a reset function by interrupting processing and transferring control to the IPL routine. In this method, the stack pointer etc.
Although it has the advantage that the state of the PU is saved and memory dump analysis is easy, if the CPU has an interrupt table in the main memory and the interrupt table in the main memory is destroyed, the interrupt processing will not be possible. There was a problem in that it was not possible to reset because it was not performed normally.
次にハードウェアリセット信号による方式につき、第7
図を用いて説明する。この方式では、まず操作パネル上
のリセットスイッチ71が押されると、それを検出し、
ハードウェアリセット信号を発生させる□。:C,PU
73はハードウェアリセット信号が解除されるとIPL
ルーチンを開始する。この方式では、ハードウェアリセ
ット信号によるため、上述した割込みによる方式とは異
なり、いかなる状態でもリセットができるという利点が
あるが、一方CPU内部のスタックポインタを始めとす
るとレジスタの内容が破壊されるため、メモリダンプの
解析が難しくなるという欠点があった。Next, regarding the method using a hardware reset signal, the seventh
This will be explained using figures. In this method, first, when the reset switch 71 on the operation panel is pressed, it is detected;
Generate a hardware reset signal □. :C,PU
73 is IPL when the hardware reset signal is released.
Start a routine. Since this method uses a hardware reset signal, it has the advantage that it can be reset in any state, unlike the above-mentioned interrupt method, but on the other hand, the contents of registers, including the stack pointer inside the CPU, will be destroyed. However, this method had the disadvantage of making it difficult to analyze memory dumps.
本発明は上記欠点に基づきなされたものであり、上記2
方式の利点のみを合わせ持つ新規なリセット方式を提供
することを目的とする。The present invention has been made based on the above drawbacks, and
The purpose is to provide a new reset method that combines only the advantages of previous methods.
[発明の構成コ
(問題点を解決するための手段と作用、)本発明は上記
目的を実現するため、通常はCPUの状態を保存できる
用に割込みによりリセットをおこない、割込みテーブル
が壊れるなど割込みによるリセットが行なえない特別な
場合はハードウェアリセット信号によるリセットを行な
う構成としたものである。このため、以下に列挙するコ
ンポーネントが付加される。[Structure of the Invention (Means and Operations for Solving the Problems)] In order to achieve the above object, the present invention normally performs a reset using an interrupt so that the state of the CPU can be saved, and prevents interrupts such as the interrupt table from being corrupted. In special cases where it is not possible to perform a reset using a hardware reset signal, the configuration is such that a reset is performed using a hardware reset signal. For this reason, the components listed below are added.
(1)オペレータ操作によりリセット信号を発生する手
段、
(2) リセット信号によりリセットされCPUに対
しリセット割込みを発生するフリップフロップ、(3)
CPUからのコマンドにより上記フリップフロップをリ
セットする手段、
(4) フリップフロップがセットの状態のままであ
り、且つ新たにリセット信号がアクティブになったこと
を検知し、上記CPUに対しハードウェアリセット信号
を発生する手段、
上記(1)〜(4)により通常はリセット割込みを発生
してリセット処理を行ない、リセット割込みが処理され
ず、且つ再度オペレータからのリセット要求があった場
合は、ハードウェアリセット信号を発生してリセット処
理を行なう。(1) means for generating a reset signal in response to an operator's operation; (2) a flip-flop that is reset by the reset signal and generates a reset interrupt to the CPU; (3)
means for resetting the flip-flop in response to a command from the CPU; (4) detecting that the flip-flop remains set and a reset signal has newly become active, and transmitting a hardware reset signal to the CPU; Normally, a reset interrupt is generated and reset processing is performed using (1) to (4) above, and if the reset interrupt is not processed and there is a reset request from the operator again, a hardware reset is performed. Generates a signal and performs reset processing.
このことにより、割込み処理が正常に行なえない様な特
殊な場合においてもリセットが可能となる。This makes it possible to reset even in special cases where interrupt processing cannot be performed normally.
(実施例)
以下、図面を使用して本発明実施例について詳細に説明
する。第1図は本発明の実施例を示すブロック図である
。図において1.1は操作パネル上のリセットスイッチ
、2はCPUである。3はリセットスイッチ1のON状
態を検出しCPUを検出しCPU2に対しリセット割込
み信号を発生するフリップフロップである。4は割込み
信号がアクティブであり且つリセットスイッチ1が℃N
の状態を検出するゲートであり、その出力はゲート9の
一方の入力端子へ供給される。尚、5は操作パネル上の
リセットスイッチ1がff1N状態になったことを示す
リセット信号、6はCPUに対する割込み信号、7はC
PU2が発生するリセット割込みを解除するための信号
、8はCPU2に対するハードウェアリセット信号がそ
れぞれ伝播する信号ラインである。(Example) Hereinafter, an example of the present invention will be described in detail using the drawings. FIG. 1 is a block diagram showing an embodiment of the present invention. In the figure, 1.1 is a reset switch on the operation panel, and 2 is a CPU. A flip-flop 3 detects the ON state of the reset switch 1, detects the CPU, and generates a reset interrupt signal to the CPU 2. 4 indicates that the interrupt signal is active and the reset switch 1 is set to ℃N.
This gate detects the state of the gate 9, and its output is supplied to one input terminal of the gate 9. In addition, 5 is a reset signal indicating that the reset switch 1 on the operation panel has entered the ff1N state, 6 is an interrupt signal to the CPU, and 7 is a C
A signal for canceling a reset interrupt generated by the PU2, and 8 are signal lines through which a hardware reset signal for the CPU2 is propagated.
lOはゲートであり、ライン7を介しリセット解除信号
及びライン11を介してパワ−6Nクリア信号が供給さ
れ、その出力はフリップフロップ3のクリア端子に供給
される。又、ゲート9の他方の入力端子にはゲート4出
力であるハードウェアリセット信号が供給されている。IO is a gate, to which a reset release signal is supplied via line 7 and a power-6N clear signal via line 11, the output of which is supplied to the clear terminal of flip-flop 3. Further, the other input terminal of the gate 9 is supplied with a hardware reset signal which is an output of the gate 4.
第2図、第3図は本発明実施例の動作を示すタイミング
チャートであり、リセット割込みが存効の場合、有効で
ない場合のそれぞれの動作タイミングを示す。尚、図中
、付された番号は第1図に示す信号のそれと合致する。FIGS. 2 and 3 are timing charts showing the operation of the embodiment of the present invention, and show the respective operation timings when the reset interrupt is valid and when the reset interrupt is not valid. Note that the numbers assigned in the figure match those of the signals shown in FIG.
第4図、第5図は本発明実施例の動作を示すフローチャ
ートであり、オペレータによるリセット操作、リセット
割込み処理のそれぞれを示す。4 and 5 are flowcharts showing the operation of the embodiment of the present invention, and show the reset operation by the operator and the reset interrupt processing, respectively.
以下、本発明実施例の動作について詳細に説明する。ま
ず、通常は操作パネル上のリセットスイッチ1が押下と
リセット信号(ライン5)がアクティブになる。このと
きリセット割込み信号(ライン6)はインアクティブな
ので、CPU2に対するハード・ウェアリセット信号(
ライン8)はインアクティブのままである。リセット信
号(ライン5)の後縁でリセット割込みフリップフロッ
プ3がセットされ、リセット割込み信号(ライン6)が
アクティブになり、CPUに対し割込みがかかる。CP
U2はリセット割込みを受は付はリセット処理を開始す
るが、このとき第5図の処理フローに示すように、リセ
ット割込みを解除する信号(ライン7)を出力してリセ
ット割込みフリップフロップ3をクリアする。これによ
り、再度リセットスイッチ1が押された時の動作を保証
する。Hereinafter, the operation of the embodiment of the present invention will be explained in detail. First, normally, when the reset switch 1 on the operation panel is pressed, the reset signal (line 5) becomes active. At this time, the reset interrupt signal (line 6) is inactive, so the hardware reset signal (line 6) for CPU2 is
Line 8) remains inactive. At the trailing edge of the reset signal (line 5), the reset interrupt flip-flop 3 is set and the reset interrupt signal (line 6) becomes active, interrupting the CPU. C.P.
U2 receives the reset interrupt and starts the reset process, but at this time, as shown in the processing flow in Figure 5, it outputs a signal (line 7) to cancel the reset interrupt and clears the reset interrupt flip-flop 3. do. This ensures the operation when the reset switch 1 is pressed again.
この動作タイミングを第2図示す。The timing of this operation is shown in FIG.
次に割込みテーブルが破壊されており正常にリセット割
込み処理が行われない場合ついて説明する。この場合、
リセット割込みを解除する処理が行われないため、リセ
ット割込みフリップフロップ3が依然としてセット状態
のままである。この時、再度操作パネル上のリセットス
イッチ1を押すと、リセット割込み信号(ライン6)と
リセット信号(ライン5)が両方アクティブになり、ゲ
ート4の条件が成立して、ハードウェアリセット信号(
ライン8)がアクティブになる。従って、CPU2にハ
ードウェア的にリセットがかかる。Next, a case will be described in which the interrupt table is destroyed and reset interrupt processing is not performed normally. in this case,
Since the process of canceling the reset interrupt is not performed, the reset interrupt flip-flop 3 remains in the set state. At this time, when you press reset switch 1 on the operation panel again, both the reset interrupt signal (line 6) and the reset signal (line 5) become active, the condition of gate 4 is satisfied, and the hardware reset signal (
Line 8) becomes active. Therefore, the CPU 2 is reset in terms of hardware.
リセット解除後CPUはリセット処理を行なう。After the reset is released, the CPU performs a reset process.
このように2度リセットスイッチ1を押すことでハード
ウェアリセット信号を発生させ、リセット処理が可能と
なる。この動作のタイミングを第3図に示す。By pressing the reset switch 1 twice in this way, a hardware reset signal is generated and reset processing becomes possible. The timing of this operation is shown in FIG.
尚、本発明実施例においてリセットを行なう場合のオペ
レータの操作フローが第4図に示されている。Incidentally, the operation flow of the operator when performing a reset in the embodiment of the present invention is shown in FIG.
[発明の効果]
以上説明の様に本発明に従えば通常の場合、CPUの内
部状態を保存したままリセットを行ない、また、割込み
処理が正常に行なえないような特殊な場合においても、
リセットを行なうことが可能になる。[Effects of the Invention] As explained above, according to the present invention, in normal cases, the CPU is reset while preserving its internal state, and even in special cases where interrupt processing cannot be performed normally,
It becomes possible to perform a reset.
第1図は本発明の実施例を示すブロック図、第2図、第
3図は本発明実施例の動作を示すタイミングチャートで
あり、リセット割込みが有効な場合、有効でない場合の
それぞれの例、第4図。
第5図は本発明実施例の動作を説明するために引従来の
リセット回路例を示す図であり、割込みによるハードウ
ェアリセット信号によるそれぞれのリセット方式を示す
。
1・・・リセットスイッチ、2・・・CPU、3・・・
フリップフロップ、4.9.10・・・ゲート。
出願人代理人 弁理士 鈴江武彦
第2図
第3図
第1図
第7図
第4図 第5図FIG. 1 is a block diagram showing an embodiment of the present invention, and FIGS. 2 and 3 are timing charts showing the operation of the embodiment of the present invention. Figure 4. FIG. 5 is a diagram showing an example of a conventional reset circuit used to explain the operation of the embodiment of the present invention, and shows each reset method using a hardware reset signal caused by an interrupt. 1...Reset switch, 2...CPU, 3...
Flip-flop, 4.9.10...gate. Applicant's Representative Patent Attorney Takehiko Suzue Figure 2 Figure 3 Figure 1 Figure 7 Figure 4 Figure 5
Claims (1)
を検出してCPUに対し、リセット割込みを発するフリ
ップフロップと、このフリップフロップが有意となって
、且つリセットスイッチが新たに有意となったことを検
出してCPUに対しハードウェアセット信号を供給する
ゲート回路とを備え、通常はリセット割込みを発してリ
セット処理を行ない、リセット割込みが処理されず、且
つ再度リセット要求があった場合、上記ゲート回路を介
してハードウェアリセット信号を生成しリセット処理を
行なうことを特徴とするリセット方式。A flip-flop that detects the state of a reset switch operated by an operator and issues a reset interrupt to the CPU, and a flip-flop that detects that this flip-flop has become significant and that the reset switch has newly become significant Normally, a reset interrupt is issued to perform the reset process.If the reset interrupt is not processed and a reset request is made again, the hardware is reset via the gate circuit. A reset method characterized by generating a reset signal and performing reset processing.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61231705A JPS6385915A (en) | 1986-09-30 | 1986-09-30 | Resetting system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61231705A JPS6385915A (en) | 1986-09-30 | 1986-09-30 | Resetting system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS6385915A true JPS6385915A (en) | 1988-04-16 |
Family
ID=16927711
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP61231705A Pending JPS6385915A (en) | 1986-09-30 | 1986-09-30 | Resetting system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS6385915A (en) |
-
1986
- 1986-09-30 JP JP61231705A patent/JPS6385915A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS63111545A (en) | Microprocessor for debug | |
JPH03175537A (en) | Error controller for debugging microprocessor | |
JPS6385915A (en) | Resetting system | |
JPS5819619Y2 (en) | Key press notification circuit | |
JPS642981B2 (en) | ||
JPS6359649A (en) | Communication system between processors | |
JPH1020968A (en) | Selective hardware resetting circuit | |
JPH02205933A (en) | Data processing system | |
JPS62203240A (en) | Test system for information processor | |
JP3161174B2 (en) | Key telephone equipment | |
JPH04267438A (en) | Double exception detector | |
JPH02253414A (en) | Keyboard | |
JPS6265134A (en) | Interruption processing system | |
JPS58175059A (en) | Restoring system of malfunction due to noise | |
JPH02244345A (en) | Information processor | |
JPS60178524A (en) | One-chip microcomputer | |
JPH05313916A (en) | Electronic computer and its interruption processing method | |
JPS61187044A (en) | Information processor | |
JPS63156266A (en) | Interruption processing system | |
JPH03167633A (en) | Control method for interruption program | |
JPH02311933A (en) | Interruption control system | |
JPS59117627A (en) | Data transfer device | |
JPH01161472A (en) | Multiprocessor | |
JPH05303549A (en) | Terminal data inheritance system | |
JPS60254245A (en) | False fault setting system |