JPS60254253A - Error information collecting circuit - Google Patents

Error information collecting circuit

Info

Publication number
JPS60254253A
JPS60254253A JP59111268A JP11126884A JPS60254253A JP S60254253 A JPS60254253 A JP S60254253A JP 59111268 A JP59111268 A JP 59111268A JP 11126884 A JP11126884 A JP 11126884A JP S60254253 A JPS60254253 A JP S60254253A
Authority
JP
Japan
Prior art keywords
error
information
circuit
detected
data
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
JP59111268A
Other languages
Japanese (ja)
Inventor
Koichi Ueda
上田 孝一
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP59111268A priority Critical patent/JPS60254253A/en
Publication of JPS60254253A publication Critical patent/JPS60254253A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To facilitate the easy pursuit of the cause of fault by separating errors of a RAM, and collecting the error-related information when said error separating job is over. CONSTITUTION:The film ware is read out of a specific RAM in a data processor and set to a data register 1'. Then a check circuit 2', detects errors. If an error is detected, an error recovery processing circuit 7 is started to separate the error information related to the RAM. When this separating job is over, a signal is transmitted through an AND circuit 8 and an OR circuit 10 to request the collection of fault information.

Description

【発明の詳細な説明】 (司 産業上の利用分野 本発明は、エラーが検出された時に、直ちに該エラーの
訂正を行わない特定のエラーが検出された時のエラー情
報収集回路に関する。
DETAILED DESCRIPTION OF THE INVENTION Field of the Invention The present invention relates to an error information collection circuit when a specific error is detected and the error is not immediately corrected when the error is detected.

最近の半導体技術の著しい進歩に伴って、大型のデータ
処理装置においても、ファームウェア化が促進されてい
るが、処理能力を向上させる為に、例えば命令の解析部
、各種演算部等に分散してランダムアクセスメモリを用
いたファームウェア化が行われ、それぞれの処理形態に
対応して、該ランダムアクセスメモリでのエラー発生時
の対応が異なっている。
With the recent remarkable progress in semiconductor technology, the use of firmware is being promoted even in large data processing devices. Firmware is implemented using a random access memory, and the response when an error occurs in the random access memory differs depending on each processing type.

例えば、パイプライン処理を行う装置では、命令解析部
においては、エラーが検出されてもパイプラインを一時
停止させておき、その間に該エラーを修正してしまうこ
とが可能である為、常に修正後のデータを用いて処理す
る必要はないが、演算部においては、エラーの検出時点
にもよるが、一般的にパイプラインを停止するのが困難
であり、常に該エラー訂正後のデータを用いるのが好ま
しい。
For example, in a device that performs pipeline processing, the instruction analysis section can temporarily stop the pipeline even if an error is detected, and the error can be corrected during that time. However, in the calculation section, it is generally difficult to stop the pipeline, depending on the point at which the error is detected, so it is not necessary to always use the data after the error has been corrected. is preferred.

又、最近の大型のデータ処理装置においては、データを
読み出す場合、種々の読み出しモードを設け、データの
処理形態に合わせて、全語を読み出す他、バイト単位に
読み出したり、或いは複数のバイトアドレスのバイトデ
ータを組み合わせて読み出す等、の部分読み出しを行う
ことが多くなってきている。
Furthermore, in recent large-scale data processing devices, when reading data, there are various readout modes. Partial reading, such as reading out a combination of byte data, is becoming more common.

この場合、エラーが検出された時には何もしないで、例
えばエラーリカバリ処理回路において、部分語を全語に
編集した後で、或いは当該部分語単位で、誤り訂正符号
論理機構によってエラー訂正を行っている。
In this case, without doing anything when an error is detected, for example, the error recovery processing circuit edits the partial word into a whole word, or performs error correction using an error correction code logic mechanism for each partial word. There is.

一方、ハードウェア構成の経済化指向から、総てのエラ
ー検出ポイントに対応して、誤り訂正符号論理機構(以
下FCCと云う)を設けるようなことはしないで、該ハ
ードウェア機能の重要性、高速化等の必要性に応じて、
最適なエラー検出、訂正機構を採っているのが現状であ
る。
On the other hand, in order to make the hardware configuration more economical, it is not necessary to provide an error correction code logic mechanism (hereinafter referred to as FCC) for all error detection points. Depending on the need for speeding up, etc.
Currently, optimal error detection and correction mechanisms are used.

従って、上記のようなエラー検出時点で、直ちに当該エ
ラーのコレクトを行わないエラー検出機構を採っている
部分においては、エラー検出時点で、シンドローム等の
、当該エラーの原因を分析する情報が不足すると云う問
題が発生する。
Therefore, in a part that uses an error detection mechanism that does not immediately collect the error at the time of error detection as described above, there is a possibility that there is insufficient information to analyze the cause of the error, such as a syndrome, at the time of error detection. The following problem occurs.

このような場合においても、該収集したエラー情報でエ
ラー原因を追跡するのに充分なエラー情報が収集できる
方法が要求される。
Even in such a case, a method is required that can collect sufficient error information to trace the cause of the error using the collected error information.

(bl 従来の技術 一般に、データ処理装置において、エラーが検出された
時、当該エラーを解析する為の情報を収集する為には、
少しでも早く該データ処理装置のクロックを停止して、
内部情報を収集する方法を採るのが普通である。
(bl Conventional Technology) Generally, when an error is detected in a data processing device, in order to collect information for analyzing the error,
Stop the clock of the data processing device as soon as possible,
Usually, the method is to collect internal information.

第2図(イ)は通常のエラー処理機構の概略を示したも
ので、データAがデータレジスタ1にセットされると、
チェック回路(パリティ−チェック、 ECCチェック
)2によってエラーの検出が行われと共に、該データを
保存する為に、データ保持レジスタ3にセットされる。
Figure 2 (a) shows an outline of the normal error handling mechanism. When data A is set in data register 1,
A check circuit (parity check, ECC check) 2 detects an error and sets the data in a data holding register 3 in order to save the data.

この時点で、若しエラーが検出されると、該エラー信号
がエラー保持ビット4にセットされ、該エラー保持ビッ
ト4の出力信号により、上記データ保持レジスタ3のク
ロックを停止し、オア回路5、ラッチ6を通して、リス
トアステート処理(RS)を起動する。
At this point, if an error is detected, the error signal is set in the error holding bit 4, and the output signal of the error holding bit 4 stops the clock of the data holding register 3, and the OR circuit 5 Through latch 6, restore state processing (RS) is activated.

該リストアステート処理(R3)においては、データ処
理装置の総てのクロックを停止し、サービスプロセッサ
等の外部装置に対してスキャンアウト要求を送出する。
In the restore state processing (R3), all clocks of the data processing device are stopped and a scan-out request is sent to an external device such as a service processor.

該サービスプロセッサ(図示せず)においては、別途設
けられている障害情報収集の為の専用の記憶装置(図示
せず)を起動して、データ処理装置の予め決められてい
る内部ラッチ等の情報を、高速に吸い上げるように動作
する。この記憶装置に格納された障害情報をサービスプ
ロセッサ等が別途解析することにより、該障害原因を知
ることができる。
The service processor (not shown) activates a separately provided dedicated storage device (not shown) for collecting failure information, and stores information such as predetermined internal latches of the data processing device. It works to suck up the water at high speed. By separately analyzing the fault information stored in this storage device by a service processor or the like, the cause of the fault can be known.

この時の動作をタイムチャートで示すと、第2図(ロ)
の通りとなり、DSはデータレジスタlに対するデータ
Aのセットタイミング、 CHIはチェック、及びエラ
ー検出結果をエラー保持ビット4に保持するタイミング
、 ERは総てのエラーを纏めるタイミング、そしてR
3I〜は上記リストアステート処理(R5)を示してお
り、例えばRS2のタイミングにおいて、データ処理装
置に対するクロックの停止要求、及びサービスプロセッ
サ等の外部装置に対するスキャンアウト要求を送出する
The operation at this time is shown in a time chart as shown in Figure 2 (b).
DS is the timing to set data A to data register l, CHI is the timing to check and hold the error detection result in error holding bit 4, ER is the timing to collect all errors, and R is the timing to set data A to data register l.
3I~ shows the above-mentioned restore state processing (R5), in which, for example, at the timing of RS2, a clock stop request to the data processing device and a scan out request to an external device such as a service processor are sent.

このリストアステート処理(R3)は、ハードリトライ
処理後のマシンチェック割り込みに入る為の前処理であ
る。
This restore state processing (R3) is preprocessing for entering a machine check interrupt after the hard retry processing.

上記のエラー情報の収集処理が完了すると、例えばサー
ビスプロセッサからの指示により、該データ処理装置は
クロックを発生して、エラーリカバリ処理に入っていた
When the above-mentioned error information collection processing is completed, the data processing device generates a clock and enters error recovery processing according to an instruction from the service processor, for example.

10) 発明が解決しようとする問題点この場合、前述
のようにエラーの種類、又は検出方法によっては、充分
なエラー情報が、上記専用の記憶装置に収集されないこ
とがあった。
10) Problems to be Solved by the Invention In this case, as described above, depending on the type of error or the detection method, sufficient error information may not be collected in the dedicated storage device.

例えば、データ処理装置のファームウェアが記憶されて
いるランダムアクセスメモリ (以下、R^阿と云う)
からデータを読み出した時には、パリティーチェック回
路2でエラーチェックを行い、エラーが検出された場合
には、上記エラーリカバリ処理内で、ECCにより1ビ
ット誤りの訂正を行い、再書き込みを行うようなチェッ
ク方式においては、エラーが検出された直後の情報には
、未だシンドロームビットも生成されておらず、該誤り
ビットも分からない等、エラー解析には情報不足となる
問題があった。
For example, random access memory (hereinafter referred to as R^a) in which firmware of a data processing device is stored.
When data is read from the , the parity check circuit 2 performs an error check, and if an error is detected, the above-mentioned error recovery process includes a check in which the 1-bit error is corrected by ECC and rewriting is performed. In this method, there is a problem in that there is insufficient information for error analysis, such as in the information immediately after an error is detected, no syndrome bit has been generated yet, and the error bit is not known.

又、部分読み出しを行うような場合にも、エラーが検出
された時点での情報だけでは、エラー解析の為の情報が
不足すると云う問題があった。
Furthermore, even when partial reading is performed, there is a problem in that the information available at the time when an error is detected is insufficient for error analysis.

本発明は上記従来の欠点に鑑み、上記エラー解析の為に
は情報不足となるような特定のエラーが検出された場合
には、該エラーが検出された直後ではなく、上記エラー
リカバリ処理に入った後で、該エラーリカバリ処理回路
の指示に従って、当該データ処理装置の情報を収集する
方法を提供するユ そしてこの目的は、本発明によれば
、エラー検出信号を特定エラーと、通常エラーとにMW
I分けし、通常エラーに分類されるようなものが検出さ
れた場合には従来通りの処理とするが、上記特定エラー
が検出された場合には、該エラーデータ保持レジスタの
クロックを直ちに停止し、エラーリカバリ処理回路を起
動し、該エラーリカバリ処理回路において、エラー情報
の切り分けを行い、該切り分けが完了した時点で、前記
専用の記憶装置に読み取り要求を出すと同時に、当該デ
ータ処理装置のクロックを停止する。そして、該専用記
憶装置からの応答信号(記憶動作完了信号)が返ってき
た時点において、上記クロックの停止を解除して、通常
の処理に移る方法を提供することによって達成される。
In view of the above-mentioned conventional drawbacks, the present invention provides that when a specific error is detected for which there is insufficient information for the above-mentioned error analysis, the above-mentioned error recovery processing is started instead of immediately after the error is detected. According to the present invention, it is an object of the present invention to provide a method for collecting information of the data processing device according to instructions of the error recovery processing circuit after the error detection signal is detected as a specific error and as a normal error. M.W.
If an error classified as a normal error is detected, it will be processed as usual, but if the specific error mentioned above is detected, the clock of the error data holding register will be stopped immediately. , starts the error recovery processing circuit, separates the error information in the error recovery processing circuit, and when the separation is completed, issues a read request to the dedicated storage device, and at the same time starts the clock of the data processing device. stop. This is achieved by providing a method for canceling the stoppage of the clock and proceeding to normal processing at the time when a response signal (storage operation completion signal) is returned from the dedicated storage device.

(e) 作用 即ち、本発明においては、例えば124Mからファーム
ウェアデータを読み出して、エラーが検出されても直ち
にBCCによって、誤りビットの検出。
(e) In other words, in the present invention, even if firmware data is read from, for example, 124M and an error is detected, the error bit is detected immediately by BCC.

訂正を行わない前記特定のエラーが検出された場合、前
記エラーリカバリ処理回路を起動し、該エラーリカバリ
処理において、上記RAMのエラーの切り分けを行い、
該切り分は処理が完了した時点において、関連エラー情
報を収集するように動作するので、該エラー情報を、例
えばサービスプロ−セラ号等が解析することにより、障
害原因の追跡が容易となる効果がある。
If the specific error that is not corrected is detected, the error recovery processing circuit is activated, and in the error recovery processing, the error in the RAM is isolated;
Since the segment operates to collect related error information when the processing is completed, the cause of the failure can be easily traced by analyzing the error information by, for example, a service processor. There is.

lfl 実施例 以下本発明の実施例を図面によって詳述する。lfl Example Embodiments of the present invention will be described in detail below with reference to the drawings.

第1図(イ)は本発明の一実施例の概略をブロック図で
示した図、(ロ)はその動作をタイムチャートで示した
ものである。
FIG. 1(a) is a block diagram schematically showing an embodiment of the present invention, and FIG. 1(b) is a time chart showing its operation.

図面において、5.6は第2図で説明したものと同じも
のであり、1°、2’、4”61 は、第2図で説明し
た1〜6に相当する機能ブロックで、1゛は特定のRA
Mからの読み出しデータをセットするレジスタ、2゛は
チェック回路、4゛は特定エラー保持ビット6゛はラン
チ、7〜10が本発明を実施するのに必要な機能ブロッ
クで、7はエラーリカバリ処理回路(但し、この回路は
前述のように従来方式においても、エラー情報収集後の
エラーリカバリ処理で使用しており、本発明においては
、該回路におけるリトライ機能、 ECCによる誤りビ
ット検出。
In the drawing, 5.6 is the same as that explained in Fig. 2, 1°, 2', 4''61 are functional blocks corresponding to 1 to 6 explained in Fig. 2, and 1'' is the same as that explained in Fig. 2. specific RA
A register for setting read data from M, 2' is a check circuit, 4' is a specific error holding bit, 6' is a launch, 7 to 10 are functional blocks necessary to implement the present invention, and 7 is an error recovery process. circuit (However, as mentioned above, this circuit is also used in the error recovery process after error information collection in the conventional method, and in the present invention, the retry function in this circuit and error bit detection by ECC are used.

修正機能等に着目して、エラー情報の収集の前に該回路
を利用して、RAM関連エラー情報を切り分ける所にポ
イントがある)、8はアンド回路、 9.10はオア回
路である。
The point is to focus on the correction function, etc., and use this circuit to isolate RAM-related error information before collecting error information), 8 is an AND circuit, and 9.10 is an OR circuit.

今、データ処理装置内の特定のRAl’lからファーム
ウェアが読み出されて、データレジスタ1゛にセットさ
れると、チェック回路2゛によってエラー検出が行われ
る。
Now, when the firmware is read from a specific RAl'l in the data processing device and set in the data register 1', error detection is performed by the check circuit 2'.

この時点で、若しエラーが検出されると、該エラー信号
が特定エラー保持ビット4゛にセットされ、該特定エラ
ー保持ビット4゛の出力信号により、前記エラーリカバ
リ処理回路7を起動し、該信号はラッチ6′にセットさ
れ、オア回路9を通して、第2図で説明したリストアス
テート処理(RS)に入る。
At this point, if an error is detected, the error signal is set in the specific error holding bit 4', and the error recovery processing circuit 7 is activated by the output signal of the specific error holding bit 4'. The signal is set in the latch 6' and passes through the OR circuit 9 to enter the restore state processing (RS) explained in FIG.

エラーリカバリ処理回路7においては、リカバリに必要
なECCによる誤りビットの訂正を行う他、リトライ機
能を用いて、特に本発明を実施するのに必要な、上記R
AM関連のエラー情報の切り分けを行う。
In the error recovery processing circuit 7, in addition to correcting error bits using ECC necessary for recovery, the error recovery processing circuit 7 uses a retry function to correct the above-mentioned R necessary for implementing the present invention.
Isolate AM-related error information.

例えば、エラーが検出された時点で、パリティ−チェッ
クしか行っていなく、且つ読み出しデータが完全な形で
保存されていない場合でも、どのビットが誤っているか
について、ECCによりシンドロームビットを生成して
、誤りビットを定位することができる。
For example, when an error is detected, even if only a parity check is performed and the read data is not completely saved, a syndrome bit is generated using ECC to determine which bit is in error. Error bits can be localized.

以上のようなエラー情報の切り分けができた時点で、前
記専用の記憶装置(図示せず)に対して障害情報の収集
(スキャンアウト)を要求する信号11EQを送出する
と同時に、当該データ処理装置のクロックを停止させる
。〔即ち、上記リストアステート処理(R3)のR32
を起動する〕この動作が、第1図においては上記スキャ
ンアウト要求信号RIEQにより、アンド回路8.オア
回路10を通して実行される。この時、上記エラー情報
空り分は情報等も総て記憶される。
Once the error information has been isolated as described above, a signal 11EQ requesting the dedicated storage device (not shown) to collect (scan out) the fault information is sent, and at the same time, the data processing device Stop the clock. [That is, R32 of the above restore state processing (R3)
] In FIG. 1, this operation is performed by the AND circuit 8. in response to the scan-out request signal RIEQ. It is executed through an OR circuit 10. At this time, all information and the like for the above error information are stored.

そして、上記専用の記憶装置からの障害情報収集完了信
号が返送されてきた時点で、上記クロックの停止を解除
し、該データ処理装置は通常の処理に戻るように制御さ
れる。
Then, when a fault information collection completion signal is returned from the dedicated storage device, the stoppage of the clock is canceled and the data processing device is controlled to return to normal processing.

この後、前記サービスプロセッサは、当該専用の記憶装
置から上記障害情報を読み取り、解析を行うことにより
、本発明の対象である特定のエラーに関しても、通常の
エラーの場合と同じように障害内容の分析ができること
になる。
Thereafter, the service processor reads the fault information from the dedicated storage device and analyzes it to determine the details of the fault in the same manner as in the case of normal errors. Analysis will be possible.

尚、当該データ処理装置のファームウェアを読み出した
時に検出されたエラーが、通常のエラー(即ち、直ちに
誤りビットの訂正を行う機能を備えているエラー検出回
路でのエラー)の場合には、第2図で説明したと同じ動
作、即ち、第1図(イ)におけるオア回路5.ラッチ6
1オア回路9を通して、前記リストアステート処理(R
5)に入ることができる。
If the error detected when reading the firmware of the data processing device is a normal error (that is, an error in an error detection circuit that has a function to immediately correct error bits), the second Same operation as explained in the figure, that is, the OR circuit 5. in FIG. 1(a). latch 6
The restore state processing (R
5) can be entered.

上記の動作をタイムチャートで示したものが、第1図(
ロ)であって、DS、 CIIK、 R3I〜は第2図
(イ)で説明したものと同じ動作を示しており、SEP
は第2図(イ)でのERに相当する動作で、該S[Pが
本発明の実施が必要な特定のエラーであることを示して
いる。
A time chart showing the above operation is shown in Figure 1 (
(b), DS, CIIK, R3I~ show the same operation as that explained in Figure 2 (a), and SEP
is an operation corresponding to ER in FIG. 2(A), and indicates that the S[P is a specific error that requires implementation of the present invention.

1 そして、本発明による動作の場合には、リストアステー
ト処理(R3)の内、R81のステージが、エラーリカ
バリ処理回路7からの応答信号REQが返送されてくる
迄待たされる所に特徴がある。
1. The operation according to the present invention is characterized in that the stage R81 of the restore state processing (R3) is waited until the response signal REQ is returned from the error recovery processing circuit 7.

該RSIステージ以降の動作(R52〜)は従来方式と
同じであり、R32のタイミングが上記クロックの停止
要求、スキャンアウト要求タイミングである。
The operations after the RSI stage (from R52) are the same as in the conventional system, and the timing of R32 is the clock stop request and scan-out request timing.

(明 発明の効果 以上、詳細に説明したように、本発明のエラー情報収集
回路は、エラー検出信号を特定エラーと、通常エラーと
に種類分けし、通常エラーに分類されるようなものが検
出された場合には従来通りの処理とするが、上記特定エ
ラーが検出された場合には、該特定のエラーを検出した
ラッチ情報で、エラーリカベリ処理回路を起動し、該エ
ラーリカバリ処理回路において、エラー情報の切り分け
を行い、該切り分けが完了した時点で、前記専用の記憶
装置に読み取り要求を出すと同時に、当該データ処理装
置のクロックを停止する。そして、該2 専用記憶装置からの応答信号(記憶動作完了信号)が返
ってきた時点において、上記クロックの停止を解除して
、通常の処理に移るようにしたものであるので、エラー
が検出された直後の情報では、エラー解析の為の情報が
不足となるような特定のエラーが検出された場合にも、
エラー解析に充分な情報が収集できる効果がある
(Effects of the Invention As explained in detail above, the error information collection circuit of the present invention classifies error detection signals into specific errors and normal errors, and detects those classified as normal errors. If the above specific error is detected, the error recovery processing circuit is started using the latch information that detected the specific error, and the error recovery processing circuit is processed as before. The information is divided, and when the division is completed, a read request is issued to the dedicated storage device and at the same time the clock of the data processing device is stopped. When the operation completion signal (operation completion signal) is returned, the stoppage of the clock is canceled and normal processing begins, so the information immediately after an error is detected does not contain information for error analysis. Also, if a specific error is detected that results in a shortage.
It has the effect of collecting sufficient information for error analysis.

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

第1図は本発明の一実施例の概略をブロック図と、タイ
ムチャートで示した図。 第2図は従来方式の概略をブロック図と、タイムチャー
トでしめした図である。 図面において、′ 1はデータレジスタ、 2はチェック回路。 3.3′はデータ保持レジスタ。 4.4′はエラー保持ビット。 5はオア回路、6,6”はラッチ。 7はエラーリカバリ処理回路。 8はアンド回路、 9.10はオア回路。 口Sはデータセットタイミング。 CHにはチェック、及びエラー検出結果保持タイミング
。 ER,SEPは総てのエラーを纏めるタイミング。 R5I〜はリストアステート処理(R5)タイミング。 REQはエラーリカバリ処理完了信号。 をそれぞれ示す。 5
FIG. 1 is a diagram showing an outline of an embodiment of the present invention using a block diagram and a time chart. FIG. 2 is a diagram showing an outline of the conventional system using a block diagram and a time chart. In the drawing, '1 is a data register, and 2 is a check circuit. 3.3' is a data holding register. 4.4' is an error holding bit. 5 is an OR circuit, 6, 6" is a latch. 7 is an error recovery processing circuit. 8 is an AND circuit, and 9.10 is an OR circuit. S is a data set timing. CH is a check and error detection result retention timing. ER and SEP are timings to summarize all errors. R5I~ are restore state processing (R5) timings. REQ is an error recovery processing completion signal. 5

Claims (1)

【特許請求の範囲】[Claims] エラーを検出する複数個のエラー検出手段と、該エラー
検出手段の出力によりクロックストップされるエラー情
報保持レジスタと、該出力により起動されるエラーリカ
バリ処理回路と、スキャンアウト可能なラッチの情報を
総て収集して記憶する記憶手段と、通常のエラーが検出
された時には、直ちに処理装置のクロックをストップし
、上記記憶手段に該ラッチ情報を収集して記憶する手段
とを備えたデータ処理装置において1、特定のエラーが
検出された時には、上記リカバリ処理回路からの指示に
従って、該データ処理装置のクロックを停止して、上記
ラッチの情報を収集して記憶する機能を備えたことを特
徴とするエラー情報収集回路。
A plurality of error detection means for detecting errors, an error information holding register whose clock is stopped by the output of the error detection means, an error recovery processing circuit activated by the output, and a latch that can be scanned out. A data processing device comprising a storage means for collecting and storing the latch information, and a means for immediately stopping a clock of the processing device when a normal error is detected, and collecting and storing the latch information in the storage means. 1. When a specific error is detected, the data processing device has a function of stopping the clock of the data processing device and collecting and storing information of the latch in accordance with instructions from the recovery processing circuit. Error information collection circuit.
JP59111268A 1984-05-31 1984-05-31 Error information collecting circuit Pending JPS60254253A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59111268A JPS60254253A (en) 1984-05-31 1984-05-31 Error information collecting circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59111268A JPS60254253A (en) 1984-05-31 1984-05-31 Error information collecting circuit

Publications (1)

Publication Number Publication Date
JPS60254253A true JPS60254253A (en) 1985-12-14

Family

ID=14556897

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59111268A Pending JPS60254253A (en) 1984-05-31 1984-05-31 Error information collecting circuit

Country Status (1)

Country Link
JP (1) JPS60254253A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62256052A (en) * 1986-04-28 1987-11-07 Nec Corp Information collecting system in failure time

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62256052A (en) * 1986-04-28 1987-11-07 Nec Corp Information collecting system in failure time

Similar Documents

Publication Publication Date Title
US3984814A (en) Retry method and apparatus for use in a magnetic recording and reproducing system
JPS60254253A (en) Error information collecting circuit
JPS6148247A (en) Fault detection system of data transfer system
JPH04115339A (en) Memory error processing system
JPS63303448A (en) Data storing circuit
JPH01116747A (en) Cache lsi
JP2017167615A (en) Log acquisition device, computation device, processor, processing method, and program
KR840000246B1 (en) Data processing system with error handling device
JP2581042B2 (en) Skew correction circuit
JP2609768B2 (en) Error detection method for control information read data
JPH064412A (en) Local memory inspecting/correcting circuit
JPH04220729A (en) Information processor
JPH05224968A (en) Data check system
JPS6042506B2 (en) Error correction method for memory contents
JPS63216150A (en) Storage device
JPH0254582B2 (en)
JPS5965357A (en) Control system for production of parity bit
JPS63142449A (en) Patrol check system for control memory
JPS61208134A (en) Error detection system in information processor
JP2000010871A (en) Method and system for memory patrol
JPS6130297B2 (en)
JPS5635253A (en) Control storage error recovery processing system
JPS6361469A (en) Method and device for reading in copy of floppy disk
JPH03191437A (en) Data processor
JPH0321950B2 (en)