JPH08305637A - Storage - Google Patents
StorageInfo
- Publication number
- JPH08305637A JPH08305637A JP7111516A JP11151695A JPH08305637A JP H08305637 A JPH08305637 A JP H08305637A JP 7111516 A JP7111516 A JP 7111516A JP 11151695 A JP11151695 A JP 11151695A JP H08305637 A JPH08305637 A JP H08305637A
- Authority
- JP
- Japan
- Prior art keywords
- storage device
- data
- mpu
- error
- circuit
- 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
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、主記憶に記憶された命
令やデータの誤りを検出し修正する機能備えるデータ処
理装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing device having a function of detecting and correcting an error in an instruction or data stored in a main memory.
【0002】[0002]
【従来の技術】データ処理装置が有する主記憶におい
て、主記憶内の命令またはデータには、放射線等の外来
ノイズの影響により、書き込み時の命令またはデータ
と、読みだし時の命令またはデータとが、異なってしま
うエラーや、記憶素子自体が物理的に破壊したことに起
因するエラーが発生することがある、前者をソフトエラ
ーと言い、後者をハードエラーと言う。また、ソフトエ
ラーとハードエラーとを含めてメモリエラーという。2. Description of the Related Art In a main memory of a data processor, a command or data at the time of writing and a command or data at the time of reading are included in the command or data in the main memory due to the influence of external noise such as radiation. , Different errors or errors caused by the physical destruction of the storage element itself may occur. The former is called a soft error and the latter is called a hard error. In addition, a memory error includes a soft error and a hard error.
【0003】一般にこのメモリエラーに起因するデータ
処理装置の誤動作を防止する方法として、主記憶内に冗
長ビットをもたせ、データを主記憶内に書き込む際に、
パリティービットをこの冗長ビットに記憶し、命令また
はデータを読みだす際にパリティービットを使用しエラ
ー検出を行い、MPUに主記憶で1ビットエラー発生を
報告するパリティー方式。1ビットのメモリエラー発生
時は、読みだし時にエラーを検出し、該当ビットを自動
修正して読みだし、2ビット同時発生の時はエラー検出
のみを行いMPUにエラー発生を報告するECC方式。
記憶装置を並列に配置し、その並列に配置された主記憶
に、あらかじめ同じ命令またはデータを格納しておき、
一方の記憶装置にエラーが発生すると、もう一方の記憶
装置に切り替える方式等がある。Generally, as a method of preventing a malfunction of a data processing device due to this memory error, when a redundant bit is provided in the main memory and data is written in the main memory,
A parity method that stores a parity bit in this redundant bit, detects the error by using the parity bit when reading an instruction or data, and reports the occurrence of a 1-bit error in the main memory to the MPU. An ECC method that detects an error when reading a 1-bit memory error, automatically corrects the corresponding bit and reads it, and only detects an error when 2 bits occur simultaneously, and reports the error occurrence to the MPU.
The storage devices are arranged in parallel, and the same instructions or data are stored in advance in the main memories arranged in parallel.
There is a method of switching to another storage device when an error occurs in one storage device.
【0004】[0004]
【発明が解決しようとする課題】ところが、上記の方式
で、パリティー方式は、MPUの主記憶への書き込み動
作に合わせて、パリティービットを生成し冗長ビットに
記憶させ、読みだし動作の際、命令またはデータと同時
にパリティービット読みだし、メモリエラーの発生の有
無を判断し、回路構成が簡素で、プロセッサの動作速度
を律しない長所を有するが、1ビット(奇数個のビット
の異常反転)のエラー発生は検出可能で、ソフトウエア
構成でMPUの暴走は回避できるが、エラー発生後にデ
ータ処理装置としての正常な動作を継続させるには、現
行の命令を中断し、F/D若しくはH/D等のブート機
器より命令またはデータを主記憶に再ローディングし、
装置を再起動する必要がある。また2ビット以上で偶数
個ビットの反転が同時に発生した場合は検出自体が不可
能であり、エラーを含んだ命令またはデータはそのまま
MPUに入り、その結果MPUの暴走が発生する可能性
がある。したがってパリティー方式のみを使用した記憶
装置では、高い信頼性を確保することは難しい。ECC
方式では、MPUによる主記憶に対する命令またはデー
タ読みだしを行う際に、1ビットメモリエラー発生が発
生しても、読みだし時にエラービットを特定し、エラー
を修正したデータを読みだし、又、記憶装置の該当ビッ
トを修正することが可能なためにパリティー方式と比較
して、高い信頼性を確保することが可能である。しか
し、ECC方式でも、2ビット以上で偶数個ビットの反
転が同時に発生した場合には、メモリエラー発生を検出
できるが、これを修正することはできない。また、2ビ
ット以上の同時発生エラーを検出し、MPUに報告し、
MPUに例外処理プログラムを実行させる方法もある
が、例外処理プログラム自体に2ビット以上の同時エラ
ーが発生したり、定量的に意味を持つデータに2ビット
以上の同時エラーが発生した場合は、データ処理装置の
正常な動作を保証することができない。However, in the above method, the parity method generates the parity bit in accordance with the write operation to the main memory of the MPU and stores it in the redundant bit, and at the time of the read operation, the instruction is executed. Or, it reads the parity bit at the same time as the data, judges the occurrence of a memory error, has a simple circuit configuration, and has the advantage that it does not regulate the operating speed of the processor, but it has a 1-bit (abnormal inversion of odd number of bits) error Occurrence can be detected and runaway of MPU can be avoided by software configuration, but in order to continue normal operation as a data processing device after an error occurs, the current instruction is interrupted and F / D or H / D etc. Reload the instruction or data from the boot device of
The device needs to be restarted. Further, if even bits of two or more bits are inverted at the same time, detection itself is impossible, and an instruction or data containing an error may enter the MPU as it is, and as a result, MPU runaway may occur. Therefore, it is difficult to secure high reliability in a storage device using only the parity method. ECC
According to the method, even if a 1-bit memory error occurs when an instruction or data is read from the main memory by the MPU, the error bit is specified at the time of reading and the error-corrected data is read and stored. Since it is possible to modify the corresponding bit of the device, it is possible to ensure high reliability as compared with the parity method. However, even in the ECC method, when an inversion of an even number of bits occurs at 2 bits or more at the same time, a memory error occurrence can be detected, but this cannot be corrected. In addition, simultaneous error of 2 bits or more is detected and reported to MPU.
There is also a method to make the MPU execute the exception handling program, but if the exception handling program itself has a simultaneous error of 2 bits or more, or if quantitatively meaningful data has a simultaneous error of 2 bits or more, the data The normal operation of the processor cannot be guaranteed.
【0005】記憶装置を並列に配置し、一方の記憶装置
にエラーが発生すると、もう一方の記憶装置に切り替え
る方式では、2ビット以上の同時エラーが発生しても、
MPUに送られるデータは正常であるが、一度エラーを発
生した方の記憶装置は、エラーを内在したままであり、
このエラーがソフトウエアで修正が可能な場合でも、こ
れを修正するためには、MPUの本来の処理を中断しな
ければならなかった。本発明の目的は、データ処理装置
の主記憶に2ビット以上のメモリエラーが同時に発生し
た場合でも、データ処理装置の誤動作を防止し、かつ、
データ処理装置及び、MPUの処理を中断することな
く、記憶装置のエラーを修正することを実現することに
ある。In a system in which storage devices are arranged in parallel and an error occurs in one of the storage devices, switching is made to the other storage device, even if a simultaneous error of 2 bits or more occurs,
The data sent to the MPU is normal, but the storage device that once generated the error still contains the error,
Even if this error can be corrected by software, the original processing of the MPU had to be interrupted in order to correct it. An object of the present invention is to prevent a malfunction of a data processing device even when a memory error of 2 bits or more simultaneously occurs in a main memory of the data processing device, and
It is to realize correction of an error in a storage device without interrupting the processing of the data processing device and the MPU.
【0006】[0006]
【課題を解決するための手段】本発明は、上記目的を解
決するため、以下の様に構成される。In order to solve the above object, the present invention is configured as follows.
【0007】装置の動作に必要な命令やデータを格納す
る記憶装置は複数個を使用する。A plurality of storage devices are used to store instructions and data required for the operation of the device.
【0008】前記複数個の記憶装置は個々に、MPUの
専有記憶装置か補助記憶装置であるかを認識し又、自ら
がMPUの専有記憶装置で有ることを、他の記憶装置に
知らせる回路及び信号線を有し、個々の記憶装置の優先
順位を決定する。MPUは通常、前記専有記憶を使用し
データ処理を行う。また記憶装置は、その記憶装置内
に、MPUバスのリード及びライトサイクルに同期し
て、リードされた命令やデータが、ライト時の命令やデ
ータと異なった状態への転化を監視し、また転化した主
記憶内の命令やデータの1ビット誤りを修正するECC
回路を有し、また、ECC回路によって自己修復不可能
な、2ビット以上の命令及びデータの転化が発生した場
合に、専有記憶装置の権利を他の記憶装置に委譲する回
路を有し、また、補助記憶装置であるときも、MPUの
リードサイクル中に、他の優先順位の高い専有記憶装置
に異常が発生し、専有記憶装置の権利を委譲された場合
は、MPUバスのアドレスに相当する、命令やデータを
MPUバスのリードサイクル中に出力する回路を有して
いる。A circuit for recognizing whether each of the plurality of storage devices is an exclusive storage device or an auxiliary storage device of the MPU and notifying other storage devices that they are the exclusive storage device of the MPU. It has a signal line and determines the priority of each storage device. The MPU normally uses the above-mentioned exclusive storage to perform data processing. Further, the storage device monitors the conversion of the read instruction or data into a state different from the write instruction or data in synchronization with the read and write cycles of the MPU bus in the storage device, and performs conversion. ECC for correcting 1-bit error of instruction and data in main memory
And a circuit for delegating the right of the exclusive storage device to another storage device when an instruction and data conversion of 2 bits or more that cannot be self-corrected by the ECC circuit occur. Even in the case of the auxiliary storage device, when an error occurs in another high-priority private storage device during the read cycle of the MPU and the right of the private storage device is transferred, it corresponds to the address of the MPU bus. , And has a circuit for outputting instructions and data during a read cycle of the MPU bus.
【0009】また、MPU等によるアクセスの行われて
いない補助記憶装置にあるときには、内部カウンタによ
って記憶装置内部だけに疑似的にアドレスを発生し、随
時データの転化を監視し、同カウンタをインクリメント
し監視動作を繰り返す事により、1ビットエラーを修正
するECC回路を動作させる回路を有し、さらにこの際
にECC回路によって修正のきかない、2ビット以上の
命令及びデータの転化が発生した場合には、転化の原因
が、記憶素子自体の物理的破壊によるものか、外来ノイ
ズ等による、電気的な一過性の記憶内容の転化によるも
のかを切り分ける回路を有し、一過性の記憶内容の転化
ならば、補助記憶装置がMPUバスの使用権利を収得
し、他の並列関係にある記憶装置から命令及びデータを
直接読みだし、自分の記憶装置の、2ビット以上の命令
及びデータの転化が発生した場所の命令及びデータと置
換し修正する回路を有している。When the auxiliary storage device is not accessed by the MPU or the like, an internal counter artificially generates an address only inside the storage device, monitors data conversion at any time, and increments the counter. It has a circuit that operates an ECC circuit that corrects a 1-bit error by repeating the monitoring operation. Further, in this case, if a conversion of instructions and data of 2 bits or more, which cannot be corrected by the ECC circuit, occurs. , The circuit has a circuit to determine whether the conversion is caused by the physical destruction of the memory element itself or the conversion of the electric transient memory content due to external noise, etc. In the case of conversion, the auxiliary storage device acquires the right to use the MPU bus, directly reads out the instructions and data from the storage device in another parallel relationship, and Storage device, two or more bits of instruction and data conversion has a circuit for correcting replaced with instructions and data locations that occurred.
【0010】[0010]
【作用】複数個の記憶装置は個々に、MPUの専有記憶
装置か補助記憶装置であるかを認識し又、自らがMPU
の専有記憶装置で有ることを、他の記憶装置に知らせる
回路及び信号線を有し、これにより個々の記憶装置とし
ての優先順位を決定する。この信号線は、アクティブ状
態で自分が専有記憶装置で有ることを他の主記憶に知ら
せ、専有記憶装置で有る間に、記憶装置内のECC回路
によって修復が不可能な2ビット以上の命令及びデータ
の転化が発生した場合には、本信号をネガティブにする
ことにより、専有記憶装置の権利を、優先順位の低い記
憶装置に委譲する。これにより、MPUのリードサイク
ル中に、優先順位の高い位置にある記憶装置に異常が発
生した場合は、優先権を委譲された他の記憶装置が、M
PUの出力したアドレスに対応した命令及びデータを出
力する。MPUのリード及びライトサイクルに同期して
リードされた命令やデータが、1ビットの転化の場合は
内部のECC回路によってエラーは修復されるので、優
先権は移動しない。The plurality of storage devices individually recognize whether they are the exclusive storage device or the auxiliary storage device of the MPU, and the storage device itself recognizes the MPU.
It has a circuit and a signal line for notifying the other storage device that it is the exclusive storage device, and determines the priority order as an individual storage device. This signal line informs other main memory that it is a dedicated storage device in the active state, and while it is a dedicated storage device, an instruction of 2 bits or more which cannot be repaired by the ECC circuit in the storage device and When data conversion occurs, this signal is made negative to transfer the right of the exclusive storage device to the storage device having a lower priority. As a result, during the read cycle of the MPU, if an abnormality occurs in the storage device at the higher priority position, the other storage device to which the priority has been transferred becomes M
The instruction and data corresponding to the address output by the PU are output. When the instruction or data read in synchronization with the read and write cycles of the MPU is converted into 1 bit, the error is repaired by the internal ECC circuit, so the priority does not move.
【0011】また各記憶装置はMPUによるリードアク
セス対象でない補助記憶装置のときも、記憶装置内部の
内部カウンタによって、記憶装置内部だけに疑似的にア
ドレスを発生することが可能で、随時、記憶装置内のデ
ータをリードしECC回路を動作させることで、命令及
びデータの転化を監視し、1ビットエラーならばECC回
路で修正する。さらにこの際にECC回路によって修正
のきかない、2ビット以上の命令及びデータの転化が発
生した場合には、転化の原因が、記憶素子自体の物理的
破壊によるものか、外来ノイズ等による、電気的な一過
性の記憶内容の転化によるものかを切り分け、一過性の
記憶内容の転化ならば、補助記憶装置がMPUバスの使
用権利を収得し、他の並列関係にある記憶装置から命令
及びデータを直接読みだし、自分の記憶装置の、2ビッ
ト以上の命令及びデータの転化が発生した場所の命令及
びデータと置換し修正する。Further, even when each storage device is an auxiliary storage device which is not a read access target by the MPU, it is possible to generate a pseudo address only inside the storage device by an internal counter inside the storage device. By reading the data inside and operating the ECC circuit, the conversion of the instruction and the data is monitored, and if there is a 1-bit error, the ECC circuit corrects it. Further, at this time, when the conversion of the instruction and the data of 2 bits or more, which cannot be corrected by the ECC circuit, occurs, the conversion is caused by the physical destruction of the memory element itself, or by the external noise. If the temporary storage contents are converted, the auxiliary storage device acquires the right to use the MPU bus, and an instruction is issued from another storage device in parallel relation. And read the data directly, and replace and correct it with the instruction and data at the location of the conversion of the instruction and data of 2 bits or more in the own storage device.
【0012】[0012]
【実施例】以下、本発明を実施例により詳細に説明す
る。EXAMPLES The present invention will be described in detail below with reference to examples.
【0013】図1及び図2は、本発明の一実施例である
記憶装置のブロック図である。本実施例は図2の様に、
複数個の図1で示される記憶装置8を、並列にMPUバ
ス上に配置する。各記憶装置8のデータバス9とアドレ
スバス12、及び17から24の信号はMPUバスに接
続するか、直接記憶装置間8を接続している。図1で、
MPUバス側から主記憶装置8がリードされると、リー
ド/ライト信号19とストローブ信号20及びアドレス
が入力され、記憶部1からアドレスに相当するデータが
出力され、ECC回路4でデータのエラー検出を行い、
エラーが検出されなければ、データバッファ9を介して
MPUバスに出力され、データ有効信号21をアサート
する。エラーが検出され、エラーがECC回路4によっ
て修正可能な1ビットエラーの場合は、修正されたデー
タがMPUバスに出力される、エラーがECC回路4に
よって修正不可能な2ビット以上のエラーの場合は、E
CC回路4によって検出のみを行い、データ有効信号2
1はアサートされず、優先委譲信号出力18をアクティ
ブにすることにより、サイクル中に優先権を下位の記憶
装置に委譲する。1 and 2 are block diagrams of a storage device according to an embodiment of the present invention. In this embodiment, as shown in FIG.
A plurality of storage devices 8 shown in FIG. 1 are arranged in parallel on the MPU bus. The signals of the data bus 9 and the address bus 12 and 17 to 24 of each storage device 8 are connected to the MPU bus or directly between the storage devices 8. In Figure 1,
When the main memory device 8 is read from the MPU bus side, the read / write signal 19, the strobe signal 20, and the address are input, the data corresponding to the address is output from the memory unit 1, and the ECC circuit 4 detects a data error. And then
If no error is detected, it is output to the MPU bus via the data buffer 9 and the data valid signal 21 is asserted. When an error is detected and the error is a 1-bit error that can be corrected by the ECC circuit 4, corrected data is output to the MPU bus. When the error is an error of 2 bits or more that cannot be corrected by the ECC circuit 4. Is E
Only the detection is performed by the CC circuit 4, and the data valid signal 2
1 is not asserted and the priority transfer signal output 18 is activated to transfer the priority right to the lower storage device during the cycle.
【0014】優先委譲信号入力17がネガティブ状態
(上位に優先権を有する記憶装置が存在する場合)なら
ば、アドレスはアドレスバッファ3にラッチされ、記憶
部1には伝達されないが、前述のように優先委譲信号入
力17がアクティブ状態になると、ラッチしていたアド
レスが記憶部1に伝達され、記憶部1からデータ出力さ
れ、データ有効信号21がアサートされ、リードサイク
ルを終了する。これにより、優先権をもっていた記憶装
置に2ビット以上のエラーが発生しても、MPUから見
たデータは正常である。又、記憶装置8の内部にアドレ
スカウンタ5を搭載しており、優先委譲信号入力17が
ネガティブ状態では、このアドレスカウンタ5から記憶
部1に対しインクリメントアドレスを入力し、ECC回
路4にデータを出力することにより、記憶装置1内のデ
ータのエラーを監視する。この監視動作中にエラーが発
生し、ECC回路4によって修正可能な1ビットエラー
の場合は、修正したデータをリードしたアドレスに再書
き込みを行う。また発生したエラーが、ECC回路4に
よって修正不可能な2ビット以上のエラーの場合は、テ
ストデータ発生機能を有するコンパレータ7により、エ
ラーの発生したアドレスにテストデータを書き込み、再
び読みだしコンパレータ7によりテストデータと比較
し、テストデータと一致したならばソフトエラー,不一
致ならばハードエラーとして切り分け、コンパレータ制
御信号14によりコントローラ6に知らせる、その結
果、2ビット以上のエラーの原因がソフトエラーであっ
た場合は、コントローラ6はバス権要求信号13をMP
Uバス上に出力し、バス許可信号15により、バスの使
用が許可されると、エラーの発生したアドレスを、アド
レスバッファー3からMPUバス上に出力し、他の現在
優先権を有している記憶装置からエラーの発生したアド
レスに相当するデータを読みだし、エラーの発生したア
ドレスに再書き込みを行うことで、エラーを修復する。If the priority delegation signal input 17 is in a negative state (when there is a storage device having a higher priority), the address is latched in the address buffer 3 and is not transmitted to the storage unit 1, but as described above. When the priority delegation signal input 17 becomes active, the latched address is transmitted to the storage unit 1, data is output from the storage unit 1, the data valid signal 21 is asserted, and the read cycle is ended. As a result, even if an error of 2 bits or more occurs in the storage device having the priority, the data viewed from the MPU is normal. Further, the address counter 5 is mounted inside the memory device 8, and when the priority delegation signal input 17 is in the negative state, the increment address is input from the address counter 5 to the memory unit 1 and the data is output to the ECC circuit 4. By doing so, the error in the data in the storage device 1 is monitored. If an error occurs during this monitoring operation and the error is a 1-bit error that can be corrected by the ECC circuit 4, the corrected data is rewritten to the read address. If the generated error is an error of 2 bits or more that cannot be corrected by the ECC circuit 4, the comparator 7 having the test data generation function writes the test data at the address where the error occurred and the comparator 7 reads it again. It is compared with the test data, and if it matches the test data, it is separated as a soft error, and if it does not match, it is separated as a hard error, and it is notified to the controller 6 by the comparator control signal 14. As a result, the cause of the error of 2 bits or more is the soft error. In this case, the controller 6 sends the bus right request signal 13 to MP.
When the bus is output to the U bus and the use of the bus is permitted by the bus permission signal 15, the address in which the error has occurred is output from the address buffer 3 to the MPU bus and has another priority right now. The error is repaired by reading the data corresponding to the address where the error has occurred from the storage device and rewriting to the address where the error occurred.
【0015】また、優先権を有していた記憶装置が、E
CC回路4によって修正不可能な2ビット以上のエラー
を発生し、他の主記憶に優先権を委譲した直後にも、エ
ラーの切り分け,修正を同様に実行する。Further, if the storage device having the priority right is E
Immediately after the CC circuit 4 generates an uncorrectable error of 2 bits or more and transfers the priority to another main memory, the error isolation and correction are similarly performed.
【0016】また、発生した2ビット以上のエラーがハ
ードエラーと判断される場合は、コントローラ6はハー
ドエラー信号25を使用し、MPUに警告する。When the generated error of 2 bits or more is judged to be a hard error, the controller 6 uses the hard error signal 25 to warn the MPU.
【0017】また、主記憶装置8は、優先権の有無にか
かわらず、MPU若しくは、MPUバス上のマスタから
ライトアクセスがあった場合は、内部の監視動作を中止
し、アドレスラッチ3にラッチされたアドレスを使用
し、データラッチ3にラッチされた、データを記憶部1
に書き込む、中止された監視動作は、MPUバス上のマ
スタからライトアクセスが終了次第再会される。動作に
より、MPUバス上に並列に配置された、全ての記憶装
置の内容を、同一に保つことができる。Further, the main memory 8 suspends the internal monitoring operation and is latched by the address latch 3 when there is a write access from the MPU or the master on the MPU bus regardless of the presence or absence of the priority. Data stored in the data latch 3 using the address
The suspended monitoring operation, which is written to, is reunited as soon as the write access from the master on the MPU bus is completed. By the operation, the contents of all the storage devices arranged in parallel on the MPU bus can be kept the same.
【0018】[0018]
【発明の効果】本発明によると、MPUと記憶装置を有
するデータ処理装置で、記憶装置に2ビット以上のメモ
リエラーが同時に発生した場合でも、MPUの動作を停
止することなく、発生した2ビット以上のメモリエラー
を修正することができる。According to the present invention, in a data processing device having an MPU and a storage device, even if a memory error of 2 bits or more occurs in the storage device at the same time, the generated 2 bits are generated without stopping the operation of the MPU. The above memory error can be corrected.
【図1】本発明の一実施例のブロック図。FIG. 1 is a block diagram of an embodiment of the present invention.
【図2】図1の記憶装置の接続図。FIG. 2 is a connection diagram of the storage device of FIG.
【図3】図1の記憶装置の専有記憶装置時のフローチャ
ート。3 is a flowchart of the storage device of FIG. 1 when the storage device is a dedicated storage device.
【図4】図1の記憶装置の補助記憶装置時のフローチャ
ート。FIG. 4 is a flowchart of the storage device of FIG. 1 in the auxiliary storage device.
1…記憶部、2…データラッチ、3…アドレスラッチ、
4…ECC回路、5…アドレスカウンタ、6…コントロ
ーラ、7…コンパレータ、8…主記憶装置、9…データ
バス、10,11…内部データバス、12…アドレスバ
ス、13…内部アドレスバス、14…コンパレータ制御
信号、15…ECC制御信号、16…記憶部制御信号、
17…優先委譲信号入力、18…優先委譲信号出力、1
9…リード/ライト信号、20…ストローブ信号、21
…データ確定信号、22…バス権要求信号、23…バス
権許可信号入力、24…バス権許可信号出力。1 ... storage unit, 2 ... data latch, 3 ... address latch,
4 ... ECC circuit, 5 ... Address counter, 6 ... Controller, 7 ... Comparator, 8 ... Main memory device, 9 ... Data bus, 10, 11 ... Internal data bus, 12 ... Address bus, 13 ... Internal address bus, 14 ... Comparator control signal, 15 ... ECC control signal, 16 ... Storage unit control signal,
17 ... Priority delegation signal input, 18 ... Priority delegation signal output, 1
9 ... Read / write signal, 20 ... Strobe signal, 21
... data confirmation signal, 22 ... bus right request signal, 23 ... bus right permission signal input, 24 ... bus right permission signal output.
Claims (1)
間に並列に配置し、一つを前記記憶装置を前記MPUが
通常、専用使用する専有記憶装置として使用し、他を前
記専有記憶装置に異常が発生した時の、補助記憶装置と
して使用するデータ処理装置において、 個々の前記記憶装置自身に、前記MPUの前記専有記憶
装置か前記補助記憶装置であるかを認識し又、自らが前
記MPUの前記専有記憶装置で有ることを、他の記憶装
置に知らせる回路を有し、又、MPUバス側の読みだし
サイクル中に命令やデータの誤りを検出及び修正する回
路と、前記MPUバス側の読みだしサイクルに無関係
に、個々の前記記憶装置の内容が、書き込み時の命令や
データと異なった状態への転化を随時監視する回路を有
し、転化を検出した場合には、個々に有する誤りを修正
する回路によって修正を行い、同回路単独による修正が
不可能な転化の場合は、転化の原因が、記憶素子自体の
物理的破壊によるものか、外来ノイズ等による、電気的
な一過性の記憶内容の転化によるものかを切り分ける回
路を有し、一過性の記憶内容の転化によるものならば、
同アドレスに並列に配置された、他の記憶装置から、誤
りの無い命令やデータを読みだし、転化を発生した自身
の記憶装置に書き込むことにより誤りを修正する回路を
有し、又、前記MPUバス側が前記記憶装置への書き込
みを行った場合は、前記専有記憶装置や前記補助記憶装
置であることに無関係に、命令やデータを書き込む回路
を有し、他記憶装置と自らの記憶装置の内容を同様に保
つことを特徴とする記憶装置。1. A plurality of storage devices are arranged in parallel in the same address space of an MPU, one of the storage devices is used as a dedicated storage device normally used exclusively by the MPU, and the other is used as the dedicated storage device. In a data processing device used as an auxiliary storage device when an abnormality occurs, each storage device itself recognizes whether it is the dedicated storage device or the auxiliary storage device of the MPU, and also the MPU itself. Circuit for notifying other storage devices that it is the above-mentioned exclusive storage device, and a circuit for detecting and correcting an error in an instruction or data during a read cycle on the MPU bus side, and for the MPU bus side. Regardless of the read cycle, the contents of each memory device have a circuit for constantly monitoring the conversion to a state different from the instruction and data at the time of writing, and when the conversion is detected, the In the case of conversion that cannot be corrected by the circuit itself, the conversion is caused by the physical destruction of the memory element itself, or by an electrical noise caused by external noise or the like. It has a circuit that distinguishes whether it is due to the temporary conversion of memory contents, and if it is due to the temporary conversion of memory contents,
The MPU has a circuit for correcting an error by reading an error-free instruction or data from another storage device arranged in parallel at the same address and writing the read instruction or data in the storage device in which the conversion has occurred. When the bus side writes to the storage device, it has a circuit for writing instructions and data regardless of whether it is the dedicated storage device or the auxiliary storage device, and the contents of other storage devices and their own storage device. A storage device characterized in that
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7111516A JPH08305637A (en) | 1995-05-10 | 1995-05-10 | Storage |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7111516A JPH08305637A (en) | 1995-05-10 | 1995-05-10 | Storage |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH08305637A true JPH08305637A (en) | 1996-11-22 |
Family
ID=14563304
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP7111516A Pending JPH08305637A (en) | 1995-05-10 | 1995-05-10 | Storage |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH08305637A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008090542A (en) * | 2006-09-29 | 2008-04-17 | Fujitsu Ltd | Error processing method and information processor |
-
1995
- 1995-05-10 JP JP7111516A patent/JPH08305637A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008090542A (en) * | 2006-09-29 | 2008-04-17 | Fujitsu Ltd | Error processing method and information processor |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0032957B1 (en) | Information processing system for error processing, and error processing method | |
US20080046802A1 (en) | Memory controller and method of controlling memory | |
KR100566340B1 (en) | Information processing apparatus | |
JP2001290710A (en) | Device for detecting data error | |
US20230055743A1 (en) | Information processing device, control method, and non-transitory computer readable medium | |
KR20210116342A (en) | Data processing device and data processing method | |
JPH08305637A (en) | Storage | |
JP2513615B2 (en) | Storage device with ECC circuit | |
US20210349819A1 (en) | Semiconductor device | |
JP5325032B2 (en) | High reliability controller for multi-system | |
JPH02297235A (en) | Memory data protecting circuit | |
JPH06110721A (en) | Memory controller | |
JPH0816487A (en) | Data processor | |
JPH04125753A (en) | On-lined diagnostic system for memory | |
JPS6356751A (en) | Memory patrol control system | |
JPH05210597A (en) | Patrol circuit for storage device | |
JPH0230060B2 (en) | ||
JPH0215353A (en) | Abnormality setting system at specific address | |
JPH05324487A (en) | Memory control system | |
JPH0481953A (en) | Memory device | |
JPH04252344A (en) | Computer system | |
JPH0581059A (en) | Multiprocessor system | |
JPH0981465A (en) | Main storage controller | |
JPH04343144A (en) | Microprocessor | |
JPS60110047A (en) | Error correction system |