JPS6232544A - Abnormally detecting circuit for information processor - Google Patents
Abnormally detecting circuit for information processorInfo
- Publication number
- JPS6232544A JPS6232544A JP60171202A JP17120285A JPS6232544A JP S6232544 A JPS6232544 A JP S6232544A JP 60171202 A JP60171202 A JP 60171202A JP 17120285 A JP17120285 A JP 17120285A JP S6232544 A JPS6232544 A JP S6232544A
- Authority
- JP
- Japan
- Prior art keywords
- memory
- circuit
- abnormality
- output
- signal
- 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
Landscapes
- Detection And Correction Of Errors (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
この発明は、情報処理装置の異常検出回路に関するもの
である。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an abnormality detection circuit for an information processing device.
第2図は実開昭59−174642号公@に掲載されて
いる従来の情報処理装置の異常検出回路の構成の一例を
示すブロック図である。FIG. 2 is a block diagram showing an example of the configuration of an abnormality detection circuit of a conventional information processing apparatus published in Japanese Utility Model Application Publication No. 59-174642.
第2図において、1は計算機本体、10は前記計算機本
体1の中央演算処理装置(以下r CP UJという)
、11はリードオンリメモリ(以下rROMJという)
、12はランダムアクセスメモリ(以下rRAMJとい
う)、13はメモリパリティ発生回路、14はパリティ
ビットメモリ用RAM、15はメモリパリティチェック
回路、17は110ポ−トであシ、これらは前記CPU
10から延長されているバス16に夫々接続されている
。In FIG. 2, 1 is a computer main body, and 10 is a central processing unit (hereinafter referred to as rCPUJ) of the computer main body 1.
, 11 is a read-only memory (hereinafter referred to as rROMJ)
, 12 is a random access memory (hereinafter referred to as rRAMJ), 13 is a memory parity generation circuit, 14 is a parity bit memory RAM, 15 is a memory parity check circuit, and 17 is a 110 port.
They are each connected to a bus 16 extending from 10.
次に上述した構成の情報処理装置の異常検出回路の動作
について説明する。Next, the operation of the abnormality detection circuit of the information processing apparatus configured as described above will be explained.
CPU10はROM11内にストアされているプログラ
ムを実行していき、該プログラムに従ってRAMI 2
に対する演算データの書き込み或いはRAM12からの
演算データの読み出しを行なう。CPU10が、前記R
AM[2に対して演算データ全書き込むに際しては、メ
モリパリティ発生回路13による該書込データのパリテ
ィの計算が行なわれ、該計算の結果は前記メモリパリテ
ィ発生回路13によってパリティビット用RAM14に
書き込まれる。CPU10が前記RAM12がら演算デ
ータを読み出すに際しては、メモリパリティチェック回
路15による該読出しデータのパリティの計算が行なわ
れ、該メモリパリティチェック回路15において該計算
の結果と前記ハリティビット用RAM14に貫き込まれ
たデータ(パリティ値)とが比較される。前記比較の結
果両者が一致していると判断される場合は、前記メモリ
パリティチェック回路15からCPU10に対して処理
実行の継続を指令する信号が出力される。The CPU 10 executes a program stored in the ROM 11, and according to the program, the RAM 2
Writing calculation data to or reading calculation data from the RAM 12 is performed. The CPU 10
When writing all the operation data to AM[2, the memory parity generation circuit 13 calculates the parity of the write data, and the result of the calculation is written into the parity bit RAM 14 by the memory parity generation circuit 13. . When the CPU 10 reads operation data from the RAM 12, the memory parity check circuit 15 calculates the parity of the read data, and the memory parity check circuit 15 stores the result of the calculation and the harness bit RAM 14. data (parity value) is compared. If it is determined that the two match as a result of the comparison, the memory parity check circuit 15 outputs a signal instructing the CPU 10 to continue executing the process.
前記比較の結果両者が不一致であると判断される場合は
、メモリパリティチェック回路15によってRAM異常
信号15mがアクチイベートされ、RAM12に異常が
発生したことが外部に警報されるとともに、前記メモリ
パリティチェック回路15からCPU10に対して処理
実行の中断を指令する信号が出力されることとなるっ
1方、ROM11の異常診断については、所謂サムチェ
ックによって行なわれる。即ち、ROM11のデータ内
容をワード毎にすべて加算した値を予めCPtJloに
記憶させておき、前記プログラム実行の空き時間を利用
してCPU10によって行なわれるROM11のデータ
の加算と、該加算によって得られた加算値と予め記憶さ
れている前記加算値とが等しいか否かをCPUI Q自
身がチェックする方式である。前記サムチェックの結果
、ROM11に異常が検出されれば、I10ポート17
から出力されるべきPOM異常信号17aがCPU10
の処理動作を規定しているソフトウェアによって論理レ
ベル″″1”となって外部に警報されるとともに、CP
U10の処理実行も中断されることとまる。If it is determined that the two do not match as a result of the comparison, the RAM abnormality signal 15m is activated by the memory parity check circuit 15 to alert the outside that an abnormality has occurred in the RAM 12, and the memory parity check circuit 15 activates the RAM abnormality signal 15m. 15 outputs a signal instructing the CPU 10 to interrupt the execution of processing.On the other hand, abnormality diagnosis of the ROM 11 is performed by a so-called sum check. That is, the value obtained by adding all the data contents of the ROM 11 word by word is stored in CPtJlo in advance, and the value obtained by the addition of the data of the ROM 11 performed by the CPU 10 using the free time of program execution and the value obtained by the addition are stored in CPtJlo in advance. This is a method in which the CPUI Q itself checks whether the added value is equal to the previously stored added value. As a result of the sum check, if an abnormality is detected in the ROM11, the I10 port 17
The POM abnormal signal 17a to be output from the CPU 10
The software that defines the processing operation of the CP sets the logic level to ``1'' and alerts the outside.
The processing execution of U10 also stops being interrupted.
従来の情報処理装置の異常検出回路は以上のように構成
されてお、9、ROM11の異常診断は前述した所謂サ
ムチェックによって行なわれるので通常のプログラムの
実行に費される時間外の空き時間がくるまではROM1
1に異常が発生したのか否か全チェックすることができ
なかった。そのため、ROMI IK異常が発生したと
しても直ちに該異常を検出することができず、そのうえ
前記異常の検出’1cPU10の処理動作を規定してい
るソフトウェアによって行なうこととしていたのでソフ
トウェアが複雛になるという問題点があった。又、実際
には異常が発生してい力いのに誤警報を発したシ或いは
CPU10が誤動作したシするような事態が発生しても
これらをチェックすることができないという間[1もあ
った。The abnormality detection circuit of a conventional information processing device is configured as described above. 9. Since the abnormality diagnosis of the ROM 11 is performed by the so-called sum check described above, free time outside the time normally spent on program execution is saved. Until it comes, ROM1
It was not possible to fully check whether an abnormality had occurred in 1. Therefore, even if a ROMI IK abnormality occurs, the abnormality cannot be detected immediately.Furthermore, since the abnormality detection was performed by software that specified the processing operation of the cPU 10, the software was complicated. There was a problem. In addition, even if a situation occurs in which a false alarm is issued when an abnormality actually occurs or the CPU 10 malfunctions, it is impossible to check these situations [1].
この発明は上記のような問題Ak解消するためにかされ
たもので、RAMに発生した異常のみならずROMに発
生した異常をも直ちに検知することができるとともに誤
警報の発生やCPUの誤動作をもチェックできる情報処
理装置の異常検出回路を得ることを目的とする。This invention was devised to solve the above-mentioned problems, and is capable of immediately detecting not only abnormalities occurring in the RAM but also abnormalities occurring in the ROM, as well as preventing the occurrence of false alarms and malfunctions of the CPU. It is an object of the present invention to obtain an abnormality detection circuit for an information processing device that can also check.
この発明に係る情報処理装置の異常検出回路は、中央処
理装置がリードオンリメモリ、ランダムアクセスメモリ
に対してデータを書き込んだときの該データのパリティ
を演算し、演算値データをパリティ演算手段で出力し、
該パリティ演算手段から出力された演算値データをパリ
ティ演算値データ記憶手段で記憶し、前記中央処理装置
が前記リードオンリメモリ、ランダムアクセスメモリに
夫々記憶されているデータを読み出したときに該データ
のパリティ値を演算するとともに、該演算値と前記パリ
ティ演算値データ記憶手段に記憶されているパリティ演
算値データとを比較して両者が不一致のときにメモリ異
常信号を異常検知手段で出力し、前記リードオンリメモ
リに対して前記中央処理装置からデータ書き込みアクセ
スが発生したことを検知したときに不正書込異常信号を
不正書込検知手段で出力し、前記中央処理装置がリセッ
トされた後一定時間が好運するまでの間前記メモリ異常
検知手段からの異常信号の出力及び前記不正書込検知手
段からの異常信号の出力を異常信号規制手段で規制する
ものである。The abnormality detection circuit of the information processing device according to the present invention calculates the parity of data when the central processing unit writes the data to the read-only memory or the random access memory, and outputs the calculated value data by the parity calculation means. death,
The calculation value data output from the parity calculation means is stored in the parity calculation value data storage means, and when the central processing unit reads out the data stored in the read-only memory and the random access memory, respectively, the data is While calculating a parity value, the calculated value is compared with the parity calculation value data stored in the parity calculation value data storage means, and when the two do not match, a memory abnormality signal is outputted by the abnormality detection means, When it is detected that a data write access has occurred from the central processing unit to the read-only memory, an unauthorized write error signal is output by the unauthorized write detection means, and a certain period of time after the central processing unit is reset. The output of the abnormality signal from the memory abnormality detection means and the output of the abnormality signal from the unauthorized write detection means are regulated by the abnormality signal regulation means until a good result occurs.
この発明における異常検知手段は、中央処理装置がリー
ドオンリメモリ、ランダムアクセスメモリに夫々記憶さ
れているデータを読み出したときに該データのパリティ
値を演算するとともに、該演算値とパリティ演算値デー
タ記憶手段に記憶されているパリティ演算値データとを
比較して両者が不一致のときにメモリ異常信号を出力し
、不正書込検知手段は、前記リードオンリメモリに対し
て前記中央処理装置からデータ書き込みアクセスが発生
したことを検知したときく不正書込異常信号を出力し、
異常信号規制手段は、中央処理装置がリセットされた徒
一定時間が好運するまでの間前記メモリ異常検知手段か
らの異常信号の出力及び前記不正書込検知手段からの異
常信号の出力を規制するものである。The abnormality detection means in this invention calculates the parity value of the data when the central processing unit reads the data stored in the read-only memory and the random access memory, respectively, and stores the calculated value and the parity calculation value data. The unauthorized write detection means compares the parity calculation value data stored in the means and outputs a memory abnormality signal when the two do not match, and the unauthorized write detection means receives data write access from the central processing unit to the read-only memory. When it detects that this has occurred, it outputs an unauthorized write error signal,
The abnormal signal regulating means regulates the output of the abnormal signal from the memory abnormality detection means and the output of the abnormal signal from the unauthorized write detection means for a certain period of time after the central processing unit is reset until the central processing unit is reset. It is.
以下、この発明の一実施例を図について説明する。 An embodiment of the present invention will be described below with reference to the drawings.
第1図はこの発明の一実施例に従う情報処理装置の異常
検出回路の構成を示すブロック図である。FIG. 1 is a block diagram showing the configuration of an abnormality detection circuit of an information processing apparatus according to an embodiment of the present invention.
なお、第1図における符号1.10〜16は前述した第
2図にて図示されているものと全く同一のものであるの
で、その説明は省略する。Note that the reference numerals 1.10 to 16 in FIG. 1 are exactly the same as those shown in FIG. 2 described above, so their explanation will be omitted.
第1図において、17は不正書込検知手段即ち不正書込
検出回路、18は前述した異常信号規制手段の一部を構
成しているワンショットタイマ、19は前述した異常信
号規制手段の一部を構成しているインバータ回路、20
は前述した異常信号規制手段の一部を構成しているゲー
ト回路である、なお、前記パリティ演算手段としての機
能はメモリパリティ発生回路13が、パリティ演算値デ
ータ記憶手段としての機能はパリティビットメモリ用R
AM14が、メモリ異常検知手段としての機能はメモリ
パリティチェック回路15が夫々具備している。In FIG. 1, 17 is an unauthorized write detection means, that is, an unauthorized write detection circuit, 18 is a one-shot timer forming a part of the above-mentioned abnormal signal regulation means, and 19 is a part of the above-mentioned abnormal signal regulation means. Inverter circuit 20
is a gate circuit constituting a part of the above-mentioned abnormal signal regulation means.The memory parity generation circuit 13 functions as the parity calculation means, and the parity bit memory functions as the parity calculation value data storage means. For R
In the AM 14, the memory parity check circuit 15 has a function as a memory abnormality detection means.
前記不正書込検出回路1Tは、前述したバス16に接続
されているとともにゲート回路20の入力側にも接続さ
れている。前記不正書込検出回路17は、CPU10が
前記ROM11に対してデータ書き込みアクセスを実行
したときに不正書込発生信号17bを論理レベル@1#
とする。ワンショットタイマ18は、その入力側が前記
CPU10のリセット信号出力端子と接続されていると
ともに出力側はインバータ回路19の入力端子と接続さ
れている。前記ワンショットタイマ18は、CPU10
から出力されるリセット信号10bが瞬時に論理レベル
”12になったことに起因して所定時間継続して論理レ
ベル“1“の信号を出力するように構成されている。前
記インバータ回路19は、その出力端子が前述したゲー
ト回路20の入力側に接続されておシ、前記ワンショッ
トタイマ18から出力された信号の論理レベルを反転し
て前記ゲート回路20に出力するものである。ゲート回
路20は、論理和回路22と論理積回路23とで構成さ
れている。論理和回路22は、前記メモリパリティチェ
ック回路15からの出力信号15bと前記不正書込検出
回路1Tからの出力信号17bとの論理和をとって出力
する。論理積回路23は、前記インバータ回路19によ
って論理レベルが反転されたワンショットタイマ18か
らの出力信号と前記論理和回路22からの出力信号との
論理積をとって外部に出力する。The unauthorized write detection circuit 1T is connected to the aforementioned bus 16 and is also connected to the input side of the gate circuit 20. The unauthorized write detection circuit 17 sets the unauthorized write occurrence signal 17b to a logic level @1# when the CPU 10 executes data write access to the ROM 11.
shall be. The one-shot timer 18 has its input side connected to the reset signal output terminal of the CPU 10, and its output side connected to the input terminal of the inverter circuit 19. The one-shot timer 18 is
The inverter circuit 19 is configured to continuously output a signal at the logic level "1" for a predetermined period of time due to the reset signal 10b outputted from the inverter circuit 10 instantly becoming the logic level "12". Its output terminal is connected to the input side of the gate circuit 20 described above, and the logic level of the signal output from the one-shot timer 18 is inverted and outputted to the gate circuit 20.Gate circuit 20 is composed of an OR circuit 22 and an AND circuit 23.The OR circuit 22 combines the output signal 15b from the memory parity check circuit 15 and the output signal 17b from the unauthorized write detection circuit 1T. The logical product circuit 23 calculates the logical product of the output signal from the one-shot timer 18 whose logic level has been inverted by the inverter circuit 19 and the output signal from the logical sum circuit 22. Output to outside.
前記ゲート回路20は、以下のようにしてCPU10の
動作の正常/異常の判定を行なう。■ROM11のパリ
ティピットがいったんセットされた後に前記ROM11
に対してデータ書込み動作が行なわれなければ、CPU
10は正常に動作していると判定し、論理レベル@1“
の信号を出力しない。The gate circuit 20 determines whether the operation of the CPU 10 is normal or abnormal in the following manner. ■After the parity pit of ROM11 is set, the ROM11
If no data write operation is performed on the CPU
10 is determined to be operating normally and the logic level @1"
does not output the signal.
■ワンショットタイマ18の出力が論理レベル10#に
なった後(即ちROM11のパリティ値セットに要する
時間である数秒間が経過した後)、前記不正書込検出回
路1Tから出力される不正書込が行なわれたことを示す
信号15bの論理レベルが、“ビとなるとCPU10が
異常な状態にあると判定して、論理レベル”1”の信号
を外部に出力する。■After the output of the one-shot timer 18 reaches logic level 10# (that is, after several seconds, which is the time required to set the parity value of the ROM 11), the unauthorized write is output from the unauthorized write detection circuit 1T. When the logic level of the signal 15b indicating that the process has been performed becomes "BI", the CPU 10 determines that it is in an abnormal state and outputs a signal of logic level "1" to the outside.
なお、前記CPU10から出力されるリセット信号10
bは、CPU10が、リセットされた直後瞬時に論理レ
ベル11#になるようになっている。Note that the reset signal 10 output from the CPU 10
b is set to the logic level 11# instantly after the CPU 10 is reset.
次に上述した構成の情報処理装置の異常検出回路の動作
について以下に説明する。Next, the operation of the abnormality detection circuit of the information processing apparatus configured as described above will be explained below.
CPU10がRAM12或いはROM11に対してデー
タの書き込みを行なうと、メモリパリティ発生回路13
は該書込データのパリティを計算し、その計算結果をパ
リティビットメモリ用RAM14に書き込む。これに対
してCPU10がROM11或いはRAMI 2に夫々
記憶されているデータの読み出しを行なうと、メモリパ
リティチェック回路15は、前記読み出しデータのパリ
ティ値を計算するとともに前述したパリティビットメモ
リ用RAM141Cストアされているパリティ値を読み
出し、前記計算したパリティ値と比較する。When the CPU 10 writes data to the RAM 12 or ROM 11, the memory parity generation circuit 13
calculates the parity of the write data and writes the calculation result to the parity bit memory RAM 14. On the other hand, when the CPU 10 reads data stored in the ROM 11 or the RAMI 2, the memory parity check circuit 15 calculates the parity value of the read data and stores it in the parity bit memory RAM 141C. The parity value is read out and compared with the calculated parity value.
該比較の結果両者が不一致であると判定したときは、R
AM12、ROM11に異常が発生したことを外部に警
報すべく前記論理和回路22に出力するメモリ異常信号
15bの論理レベルを1″とする。CPU10による前
記ROM11に対するデータ書込アクセスが実行される
と、不正書込検出回路17は前記論理和回路22に出力
する不正書込発生信号17bの論理レベルを11”とす
る。If it is determined that the two do not match as a result of the comparison, R
The logic level of the memory abnormality signal 15b output to the OR circuit 22 is set to 1'' in order to warn the outside that an abnormality has occurred in the AM12 and ROM11.When the CPU 10 executes data write access to the ROM11, , the illegal write detection circuit 17 sets the logic level of the illegal write occurrence signal 17b output to the OR circuit 22 to 11''.
上述した2種の信号は、いずれも前記論理積回路23の
1方の入力端子に与えられる。しかしながら上記2種の
異常信号はいずれも該論理積回路23の他方の入力端子
に与えられるワンショットタイマ18から出力されイン
バータ回路19を介して反転された信号の論理レベルが
″O″になっている間即ちCPU10がリセットされた
ことによシリセット信号10bの論理レベルが瞬時に@
1“となってから所定時間が経過するまでの間は、ゲー
ト回路20によってその外部への出力を規制される。Both of the above two types of signals are applied to one input terminal of the AND circuit 23. However, both of the above two kinds of abnormal signals are outputted from the one-shot timer 18 applied to the other input terminal of the AND circuit 23 and inverted via the inverter circuit 19, and the logic level of the signal becomes "O". In other words, when the CPU 10 is reset, the logic level of the reset signal 10b changes instantly.
The output to the outside is regulated by the gate circuit 20 until a predetermined time has elapsed after the signal becomes 1''.
このようにインバータ回路19からの出力信号の論理レ
ベルが”1”になら)い限り前記2mの異常信号が外部
に出力されないようにした理由は、以下のようである。The reason why the 2m abnormal signal is prevented from being output to the outside as long as the logic level of the output signal from the inverter circuit 19 is "1" is as follows.
即ちCPoloがリセットされリセット信号10bが瞬
時に論理レベルg″1”となった直伊に前記不正書込発
生信号17bのリセツ)、ROM11の全メモリ空間に
対する該ROM11に記憶されているデータの1ワード
毎の読み出しと該読み出したデータの再書き込みの作業
等の作業がCPU10によって行なわれているときに1
これと併行してメモリパリティ発生回路13によってパ
リティビットメモリ用RAM14に対する前記ROM1
1のパリティビットの書込作業が行なわれるのであるが
、この書込作業の最中にゲート回路20から誤警報が出
力されるのを防止するためである。CPol 0がリセ
ットされた後、所定時間が経過しワンショットタイマ1
8の出力が論理レベル“02となれば、不正書込発生信
号1Tb及びメモリ異常信号15bは前記ゲート回路2
0で規制されることなく出力されることとなるので、R
OM11、RAM12或いはCPU10の動作等に異常
が検出されれば直ちにゲート回路20から出、力される
信号の論理レベルは″1#となるものである。ゲート回
路20から出力される信号が論理レベル“l”になれば
、該信号は外部への警報出力或いはCPU10への処理
実行中断指令信号として利用されることとなる。That is, as soon as CPolo is reset and the reset signal 10b instantly becomes the logic level g"1", the unauthorized write generation signal 17b is reset), and the data stored in the ROM 11 is reset to 1 for the entire memory space of the ROM 11. 1 when the CPU 10 is performing operations such as reading each word and rewriting the read data.
In parallel with this, the memory parity generation circuit 13 outputs the ROM 1 to the parity bit memory RAM 14.
This is to prevent a false alarm from being output from the gate circuit 20 during the writing operation of the parity bit of 1. After CPol 0 is reset, a predetermined period of time elapses and one-shot timer 1
8 becomes logic level "02," the illegal write occurrence signal 1Tb and the memory abnormality signal 15b are output from the gate circuit 2.
Since it will be output without being regulated by 0, R
As soon as an abnormality is detected in the operation of the OM 11, RAM 12, or CPU 10, the logic level of the signal output from the gate circuit 20 becomes "1#". When the signal becomes "l", the signal is used as an alarm output to the outside or as a processing execution interrupt command signal to the CPU 10.
なお、前述したワンショットタイマ1Bのディレィ時間
は、パリティビットセット時に誤警報が出力されること
を完全に防止する意味からもCPU10がROM11の
パリティビットをセットする時間と同一か或いはやや太
き目の値に設定することが望ましく、前記ディレィ時間
をこのように設定することによって、通常処理動作時の
ROM11の異常検出及び不正書込検出を確実に行なう
ことができる。Note that the delay time of the one-shot timer 1B mentioned above is set to be the same as the time for the CPU 10 to set the parity bit of the ROM 11, or slightly longer, in order to completely prevent a false alarm from being output when the parity bit is set. By setting the delay time in this way, it is possible to reliably detect abnormalities and unauthorized writing in the ROM 11 during normal processing operations.
上述したこの発明に従う一実施例では、メモリのチェッ
ク回路としてメモリパリティチェック回路を設けたもの
を示したが、メモリパリティチェック回路に代えてEC
C回路を使用しても差支えない。In the embodiment according to the present invention described above, a memory parity check circuit is provided as a memory check circuit, but an EC is used instead of the memory parity check circuit.
There is no problem even if the C circuit is used.
以上のように、この発明によれば、リードオンリメモリ
、ランダムアクセスメモリから読み出されたデータのパ
リティ演算値とパリティ演算値データ記憶手段に記憶さ
れているパリティ演算値データとが不一致のときにはメ
モリ異常信号を出力し、前記リードオンリメモリに対し
て中央処理装置からデータ書き込みアクセスが発生した
ことを検知したときには不正書込異常信号を出力し、こ
れら2種の異常信号の外部への出力を中央処理装置がリ
セットされた後一定時間が経過するまでの量規制するこ
ととしたので、ランダムアクセスメモリのみならずリー
ドオンリメモリに発生した異常をも直ちに検知すること
ができると共に、誤警報の発生や中央処理装置の誤動作
をもチェックできる情報処理装置の異常検出回路が得ら
れる効果がある。As described above, according to the present invention, when the parity calculation value of data read from the read-only memory or random access memory and the parity calculation value data stored in the parity calculation value data storage means do not match, the parity calculation value data stored in the parity calculation value data storage means is stored in the memory. An abnormality signal is output, and when it is detected that a data write access has occurred from the central processing unit to the read-only memory, an unauthorized write abnormality signal is output, and the output of these two types of abnormality signals to the outside is controlled by the central processing unit. Since we decided to restrict the amount until a certain period of time has passed after the processing device is reset, it is possible to immediately detect abnormalities that occur not only in random access memory but also in read-only memory, and to prevent the occurrence of false alarms. This has the effect of providing an abnormality detection circuit for an information processing device that can also check for malfunctions in the central processing unit.
第1図はこの発明の一実施例に従う情報処理装置の異常
検出回路の構成を示すブロック図、第2図は従来の情報
処理装Fの異常検出回路の構成の一例を示すブロック図
である。
図において、1は中央処理装置、10はCPU、11は
ROM、12けRAM、13はメモリパリティ発生回路
、14はパリティビットメモリ用調、15はメモリパリ
ティチェック回路、16はバス、17は不正書込検出回
路、18はワンショットタイマ、19はインバータ回路
、20はゲート回路、22は論理和回路、23は論理積
回路である。
図中、同一符号は同−又は相当部分を示す。FIG. 1 is a block diagram showing a configuration of an abnormality detection circuit of an information processing apparatus according to an embodiment of the present invention, and FIG. 2 is a block diagram showing an example of the configuration of an abnormality detection circuit of a conventional information processing apparatus F. In the figure, 1 is a central processing unit, 10 is a CPU, 11 is a ROM, 12 digits of RAM, 13 is a memory parity generation circuit, 14 is a parity bit memory control, 15 is a memory parity check circuit, 16 is a bus, and 17 is an invalid A write detection circuit, 18 is a one-shot timer, 19 is an inverter circuit, 20 is a gate circuit, 22 is an OR circuit, and 23 is an AND circuit. In the figures, the same reference numerals indicate the same or corresponding parts.
Claims (1)
メモリに対してデータを書き込んだときの該データのパ
リテイを演算し、演算値データを出力するパリテイ演算
手段と、該パリテイ演算手段から出力された演算値デー
タを記憶するパリテイ演算値データ記憶手段と、前記中
央処理装置が前記リードオンリメモリ、ランダムアクセ
スメモリに夫々記憶されているデータを読み出したとき
に該データのパリテイ値を演算するとともに、該演算値
と前記パリテイ演算値データ記憶手段に記憶されている
パリテイ演算値データとを比較して両者が不一致のとき
にメモリ異常信号を出力するメモリ異常検知手段と、前
記リードオンリメモリに対して前記中央処理装置からデ
ータ書き込みアクセスが発生したことを検知したときに
不正書込異常信号を出力する不正書込検知手段と、前記
中央処理装置がリセットされた後一定時間が経過するま
での間前記メモリ異常検知手段からの異常信号の出力及
び前記不正書込検知手段からの異常信号の出力を規制す
る異常信号規制手段とを有する情報処理装置の異常検出
回路。A parity calculation means for calculating the parity of the data when the central processing unit writes the data into the read-only memory or the random access memory and outputting the calculation value data, and the calculation value data output from the parity calculation means. a parity calculation value data storage means for storing a parity calculation value; memory abnormality detection means for comparing the parity calculation value data stored in the parity calculation value data storage means and outputting a memory abnormality signal when the two do not match; and the central processing unit for the read-only memory. unauthorized write detection means for outputting an unauthorized write abnormality signal when detecting that a data write access has occurred from the memory abnormality detection means for a period of time until a certain period of time has elapsed after the central processing unit was reset; An abnormality detection circuit for an information processing apparatus, comprising an abnormality signal regulating means for regulating the output of an abnormal signal from the unauthorized writing detector and an abnormality signal regulating means for regulating the output of the abnormal signal from the unauthorized writing detecting means.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP60171202A JPS6232544A (en) | 1985-08-05 | 1985-08-05 | Abnormally detecting circuit for information processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP60171202A JPS6232544A (en) | 1985-08-05 | 1985-08-05 | Abnormally detecting circuit for information processor |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS6232544A true JPS6232544A (en) | 1987-02-12 |
Family
ID=15918911
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP60171202A Pending JPS6232544A (en) | 1985-08-05 | 1985-08-05 | Abnormally detecting circuit for information processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS6232544A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5333561A (en) * | 1992-07-14 | 1994-08-02 | Aisin Seiki Kabushiki Kaisha | Apparatus for shifting sewing position in a sewing machine |
US5982890A (en) * | 1996-05-24 | 1999-11-09 | Hitachi, Ltd. | Method and system for detecting fraudulent data update |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS5525155A (en) * | 1978-08-14 | 1980-02-22 | Fujitsu Ltd | Memory access system |
JPS5580895A (en) * | 1978-12-08 | 1980-06-18 | Hitachi Ltd | Memory system |
JPS59211144A (en) * | 1983-05-16 | 1984-11-29 | Toppan Printing Co Ltd | Reset device for runaway of program |
-
1985
- 1985-08-05 JP JP60171202A patent/JPS6232544A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS5525155A (en) * | 1978-08-14 | 1980-02-22 | Fujitsu Ltd | Memory access system |
JPS5580895A (en) * | 1978-12-08 | 1980-06-18 | Hitachi Ltd | Memory system |
JPS59211144A (en) * | 1983-05-16 | 1984-11-29 | Toppan Printing Co Ltd | Reset device for runaway of program |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5333561A (en) * | 1992-07-14 | 1994-08-02 | Aisin Seiki Kabushiki Kaisha | Apparatus for shifting sewing position in a sewing machine |
US5982890A (en) * | 1996-05-24 | 1999-11-09 | Hitachi, Ltd. | Method and system for detecting fraudulent data update |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5115225A (en) | Disk drive unit overheating warning system | |
JPH09134308A (en) | Protection system for important memory information | |
JPS6232544A (en) | Abnormally detecting circuit for information processor | |
JPH02156357A (en) | Program destruction preventing method | |
JPH10105422A (en) | Control circuit of protecting device | |
JPH1078919A (en) | Device for preventing illegal access | |
JPS61279940A (en) | Fault detector for computer | |
JPH07129424A (en) | One-bit error detection informing device for ecc function circuit | |
JPS6259400B2 (en) | ||
JPH01134632A (en) | Detecting circuit for abnormality in computer | |
JPH03222020A (en) | Reset system for multi-micro processor system | |
JPS6230105Y2 (en) | ||
JPH039487B2 (en) | ||
JPH01310422A (en) | Resetting circuit for microcomputer | |
JPH11161548A (en) | Computer with runaway detection function | |
JPS58197555A (en) | Information processor | |
JPS63250753A (en) | Memory access checking system | |
JPH0644145A (en) | Memory error saving system | |
JPS5839321A (en) | Storage device | |
JPS63229697A (en) | Data write control system | |
JPH0797335B2 (en) | Computer runaway detection device | |
JPS62109147A (en) | Detecting system for abnormality of random access memory | |
JPS6319053A (en) | Memory device | |
JPH06250864A (en) | Method for preventing generation of error output from programmable controller | |
JPH0480860A (en) | Program loading system |