JPH0530952U - Memory circuit - Google Patents

Memory circuit

Info

Publication number
JPH0530952U
JPH0530952U JP7593891U JP7593891U JPH0530952U JP H0530952 U JPH0530952 U JP H0530952U JP 7593891 U JP7593891 U JP 7593891U JP 7593891 U JP7593891 U JP 7593891U JP H0530952 U JPH0530952 U JP H0530952U
Authority
JP
Japan
Prior art keywords
information
parity
data
cpu
storage memory
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
JP7593891U
Other languages
Japanese (ja)
Inventor
信雄 中川
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP7593891U priority Critical patent/JPH0530952U/en
Publication of JPH0530952U publication Critical patent/JPH0530952U/en
Pending legal-status Critical Current

Links

Abstract

(57)【要約】 【目的】 計算機のデータ格納メモリに誤りを検出した
場合でも、該当番地を他系のデータ格納メモリによって
訂正し、計算機の処理を継続できる記憶回路を得る。 【構成】 データ情報を格納する主系と従系のデータ格
納メモリ3a、3b及びパリティ格納メモリ6を配置す
る。読み出し要求が発生した時に主系のデータ格納メモ
リ3aと3b及びパリティ格納メモリ6の情報の正誤を
識別するパリティチェッカ12及び比較回路14を配置
する。識別結果が正常か異常かによって主系のデータ格
納メモリ3aの情報を訂正するか否かを決定するゲート
回路16、異常の時に情報を訂正する訂正回路18を配
置する。 【効果】 データ格納メモリ3aに異常が発生したとし
ても、CPU1の処理を継続できる。
(57) [Abstract] [Purpose] Even if an error is detected in the data storage memory of the computer, the corresponding address is corrected by the data storage memory of the other system, and a memory circuit that can continue the processing of the computer is obtained. [Arrangement] A main system and a sub system data storage memories 3a and 3b for storing data information and a parity storage memory 6 are arranged. A parity checker 12 and a comparison circuit 14 are arranged to identify the correctness of information in the main system data storage memories 3a and 3b and the parity storage memory 6 when a read request is issued. A gate circuit 16 that determines whether to correct the information in the main system data storage memory 3a depending on whether the identification result is normal or abnormal, and a correction circuit 18 that corrects the information when the information is abnormal are arranged. [Effect] Even if an abnormality occurs in the data storage memory 3a, the processing of the CPU 1 can be continued.

Description

【考案の詳細な説明】[Detailed description of the device]

【0001】[0001]

【産業上の利用分野】[Industrial applications]

この考案は、格納データの信頼性が強く要求され、メモリ格納中に一時エラー 及び永久故障が発生した場合においても処理の継続性が要求される記憶回路に関 するものである。 The present invention relates to a memory circuit that strongly requires the reliability of stored data and that requires continuity of processing even when a temporary error or a permanent failure occurs during memory storage.

【0002】[0002]

【従来の技術】[Prior Art]

図3は、従来のパリティチェック方式による記憶回路の論理反転エラー検出方 法を示す図である。図において、1は演算を実行するCPU、2は演算結果など のデータ情報を出力する情報出力バス、3aは情報出力バス2のデータ情報を格 納するデータ格納メモリ、4は情報出力バス2のデータ情報に基づいてパリティ データを生成するパリティジェネレータ、5はパリティジェネレータ4から出力 されるパリティ情報である。なお、パリティジェネレータ4を奇数あるいは偶数 パリティにするかはシステムによってあらかじめ設定しておく。6はパリティ情 報5を格納するパリティ格納メモリ、7はデータ格納メモリ3a及びパリティ格 納メモリ6の何番地に情報を格納するのかを決定するアドレスバス、8はCPU 1からのライト信号、9はCPU1からのリード信号、10aはリード信号9が 発生した時にデータ格納メモリ3aよりCPU1にデータ情報を入力する情報入 力バス、11はリード信号9が発生した時にパリティ格納メモリ6より出力され パリティ情報、12は情報入力バス10a及びパリティ情報11に基づいてデー タ情報が正常か異常かを識別するパリティチェッカ、13はパリティチェッカ1 2の結果によってCPU1に異常を知らせるエラー信号である。 FIG. 3 is a diagram showing a method of detecting a logic inversion error in a memory circuit according to a conventional parity check method. In the figure, 1 is a CPU for executing an operation, 2 is an information output bus for outputting data information such as an operation result, 3a is a data storage memory for storing the data information of the information output bus 2, and 4 is an information output bus 2. Parity generator 5 that generates parity data based on the data information is parity information output from the parity generator 4. Whether the parity generator 4 is odd or even parity is set in advance by the system. Reference numeral 6 is a parity storage memory for storing the parity information 5, 7 is an address bus for determining at which address of the data storage memory 3a and the parity storage memory 6 the information is stored, 8 is a write signal from the CPU 1, and 9 is a write signal. Is a read signal from the CPU 1, 10a is an information input bus for inputting data information from the data storage memory 3a to the CPU 1 when the read signal 9 is generated, and 11 is a parity output from the parity storage memory 6 when the read signal 9 is generated. Information, 12 is a parity checker for identifying whether the data information is normal or abnormal based on the information input bus 10a and the parity information 11, and 13 is an error signal for notifying the CPU 1 of the abnormality according to the result of the parity checker 12.

【0003】 次に動作について説明する。図4は、CPU1からデータ格納メモリ3aへの データ情報書き込みタイミングを示したものである。図5は、データ格納メモリ 3aからの情報読み出しタイミングを示したものである。Next, the operation will be described. FIG. 4 shows the timing of writing data information from the CPU 1 to the data storage memory 3a. FIG. 5 shows the timing of reading information from the data storage memory 3a.

【0004】 先ず、データ情報書き込み方法について図4を用いて説明する。CPU1は、 演算を実行すると演算結果をデータ格納メモリ3aに格納するためにアドレスバ ス7に該当アドレス情報をt1のタイミングで出力する。t1からt4が1書き 込み周期である。t2でライト信号8が出力され、同時に情報出力バス2にデー タ情報が出力される。この情報は、パリティジェネレータ4にも入力されパリテ ィ情報5が生成される。情報出力バス2のデータ情報とパリティ情報5は、それ ぞれライト信号8の後端t3でデータ格納メモリ3aとパリティ格納メモリ6に 格納される。First, a data information writing method will be described with reference to FIG. When the CPU 1 executes the calculation, the CPU 1 outputs the corresponding address information to the address bus 7 at the timing of t1 in order to store the calculation result in the data storage memory 3a. One write cycle is from t1 to t4. At t2, the write signal 8 is output, and at the same time, the data information is output to the information output bus 2. This information is also input to the parity generator 4 to generate the parity information 5. The data information and the parity information 5 on the information output bus 2 are stored in the data storage memory 3a and the parity storage memory 6 at the trailing end t3 of the write signal 8, respectively.

【0005】 次にデータ情報読み出し方法について図5を用いて説明する。CPU1は、演 算の実行に先だってデータ格納メモリ3aよりデータ情報を読み出す。t5でア ドレスバス7にデータ格納メモリ3aの該当アドレスを出力する。t5からt8 が1読み出し周期である。t6でリード信号9が出力されると、アドレスバス7 によって指定されたデータ格納メモリ3a及びパリティ格納メモリ6より、該当 するデータ情報が情報入力バス10a及びパリティ情報11として出力される。 この2つの情報はパリティチェッカ12に入力され、正常あるいは異常の識別が 実施される。この識別はt7で実行される。エラー信号13がHレベル、すなわ ち正常の時はCPU1の処理は継続される。もし、エラー信号13がLレベル、 すなわち異常の時はCPU1に異常情報が転送されCPU1の処理は中止される 。Next, a data information reading method will be described with reference to FIG. The CPU 1 reads data information from the data storage memory 3a prior to executing the operation. At t5, the corresponding address of the data storage memory 3a is output to the address bus 7. One read cycle is from t5 to t8. When the read signal 9 is output at t6, the corresponding data information is output from the data storage memory 3a and the parity storage memory 6 designated by the address bus 7 as the information input bus 10a and the parity information 11. These two pieces of information are input to the parity checker 12 to discriminate between normal and abnormal. This identification is performed at t7. When the error signal 13 is at H level, that is, normal, the processing of the CPU 1 is continued. If the error signal 13 is L level, that is, if there is an abnormality, the abnormality information is transferred to the CPU 1 and the processing of the CPU 1 is stopped.

【0006】[0006]

【考案が解決しようとする課題】[Problems to be solved by the device]

上記のようなパリティチェッカ方式によるエラー検出方法では、データ情報の 読み出し時にエラーが発生した場合、CPU1の処理を継続できず、停止しなけ ればならないという課題があった。 The above-described error check method using the parity checker has a problem that if an error occurs during the reading of data information, the processing of the CPU 1 cannot be continued and must be stopped.

【0007】 この考案は、かかる課題を解決するためになされたものであり、データ格納メ モリ3a内にエラーが発生し、データ読み出し時にパリティ異常を識別した場合 においても処理を継続できることを目的としている。The present invention has been made to solve such a problem, and an object thereof is to be able to continue processing even when an error occurs in the data storage memory 3a and a parity abnormality is identified at the time of data reading. There is.

【0008】[0008]

【課題を解決するための手段】[Means for Solving the Problems]

この考案に係わる記憶回路においては、CPU1からのデータ情報を保存する データ格納メモリ主系及び従系として2台配置し、CPU1からのライト信号8 による書き込み要求時には、同時に同一データ情報を主系及び従系のデータ格納 メモリに書き込むと共に、このデータ情報をパリティジェネレータ4に入力して パリティ情報5を生成し、これをパリティ格納メモリ6に書き込むようにし、C PU1からのリード信号9による読み出し要求時には、主系と従系のデータ格納 メモリ及びパリティ格納メモリ6から同時に該当するアドレスのデータ情報及び パリティ情報11を読み出し、主系のデータ情報とパリティ情報11をパリティ チェッカ12に入力して正常あるいは異常の識別を行うと共に、主系と従系のデ ータ情報の同一性を比較回路でチェックし、パリティチェッカ12の結果が正常 の時はゲート回路を閉じて訂正回路の機能を無効にして主系のデータ情報をその ままCPU1に転送し、異常の時はゲート回路を開いて訂正回路を有効にして主 系のエラー情報を訂正した後にCPU1に転送するようにしたものである。 In the storage circuit according to the present invention, two data storage memories for storing data information from the CPU 1 are arranged as a master system and a slave system, and when the write request by the write signal 8 from the CPU 1 requests the same data information to the master system and the slave system at the same time. At the same time as writing to the slave data storage memory, this data information is input to the parity generator 4 to generate the parity information 5, and this is written to the parity storage memory 6, and when a read signal 9 is issued from the CPU 1 when a read request is made. , The data information and parity information 11 of the corresponding address are read out simultaneously from the data storage memory and the parity storage memory 6 of the master and slave systems, and the data information and parity information 11 of the master system are input to the parity checker 12 for normal or abnormal. The primary and secondary data information When the result of the parity checker 12 is normal, the gate circuit is closed to disable the function of the correction circuit and the data information of the main system is transferred to the CPU 1 as it is. This is to open the correction circuit to enable the correction information, correct the error information of the main system, and then transfer it to the CPU 1.

【0009】[0009]

【作用】[Action]

上記のようにデータ情報を格納するデータ格納メモリを主系及び従系として2 台構成し、CPU1からのデータ情報の読み出し時に主系の情報が正常かあるい は異常かをパリティチェッカ12及び従系の情報との比較によって識別し、異常 が発生した時は、主系のエラーデータ情報を訂正回路によって訂正した後にCP U1に転送するようにしたことで、処理を継続できるように作用する。 As described above, two data storage memories for storing data information are configured as a master system and a slave system, and whether the master system information is normal or abnormal at the time of reading the data information from the CPU 1 is checked by the parity checker 12 and the slave system. It is identified by comparison with the system information, and when an abnormality occurs, the error data information of the main system is corrected by the correction circuit and then transferred to the CPU U1, so that the processing can be continued.

【0010】[0010]

【実施例】【Example】

実施例1. 図1はこの考案の一実施例であり、1から13は上記従来回路と全く同一のも のである。 Example 1. FIG. 1 shows an embodiment of the present invention, in which 1 to 13 are exactly the same as the above conventional circuit.

【0011】 データ格納メモリ3aは主系として機能する。3bは従系のデータ格納メモリ 、10bはデータ格納メモリ3bからCPU1に入力される情報入力バス、14 は情報入力バス10a及び10bの同一性を比較する排他的論理和回路から構成 される比較回路、15は比較結果を示すエラー情報、16はパリティチェッカ1 2からのエラー信号13か正常すなわちLレベルの時はエラー情報15の通過を 禁止し、異常すなわちHレベルの時はエラー情報15を通過させるゲート回路、 17はエラー情報15がゲート回路16を通過した後の訂正信号、18は情報入 力バス10aを訂正信号17によって訂正する排他的論理和回路から構成される 訂正回路、19はCPU1に入力される情報入力バスである。The data storage memory 3a functions as a main system. Reference numeral 3b is a subordinate data storage memory, 10b is an information input bus input from the data storage memory 3b to the CPU 1, and 14 is a comparison circuit composed of an exclusive OR circuit for comparing the identity of the information input buses 10a and 10b. , 15 is the error information indicating the comparison result, 16 is the error signal 13 from the parity checker 12 or when the error signal 15 is normal (L level), the error information 15 is prohibited from passing, and when the error signal is abnormal (H level), the error information 15 is passed. A gate circuit for making 17 a correction signal after the error information 15 has passed through the gate circuit 16, a correction circuit made up of an exclusive OR circuit for correcting the information input bus 10a by the correction signal 17, and a correction circuit 19 for the CPU 1 It is an information input bus to be input to.

【0012】 図2は、この考案の主要機能を果たす比較回路14とゲート回路16と訂正回 路18のデータ情報の異常時におけるデータ変換真理値を示した図である。図2 の場合、エラー信号13は異常すなわちHレベルである。D0〜3はデータビッ トである。なお、図2は、例としてデータが4ビットの場合を示している。図2 (a)はパリティ格納メモリ6の異常で情報入力バス10aと10bは共に正常 であった例を示している。図2(b)及び(c)は情報入力バス10aに異常を 発生した場合の例を示している。図2(b)はデータビットD0が1から0に論 理反転してしまった例、図2(c)はデータビットD1が0から1に論理反転し てしまった例である。FIG. 2 is a diagram showing a data conversion truth value when the data information of the comparison circuit 14, the gate circuit 16 and the correction circuit 18 which fulfill the main functions of the present invention is abnormal. In the case of FIG. 2, the error signal 13 is abnormal, that is, H level. D0 to 3 are data bits. Note that FIG. 2 shows a case where the data is 4 bits as an example. FIG. 2A shows an example in which both the information input buses 10a and 10b are normal due to an abnormality in the parity storage memory 6. FIGS. 2B and 2C show an example of the case where an abnormality occurs in the information input bus 10a. 2B is an example in which the data bit D0 is logically inverted from 1 to 0, and FIG. 2C is an example in which the data bit D1 is logically inverted from 0 to 1.

【0013】 なお、比較回路14と訂正回路18を構成する排他的論理和回路は、同一デー タ、すなわち1と1あるいは0と0で出力0、異種データの1と0の時に出力1 となるように機能する。Note that the exclusive OR circuits forming the comparison circuit 14 and the correction circuit 18 output 0 when the same data, that is, 1 and 1 or 0 and 0, and output 1 when different data 1 and 0. Works like.

【0014】 次に動作について説明する。CPU1からのデータ格納メモリ3a及び3bへ のデータ情報書き込みタイミングは、基本的に従来例の図4と同様である。相違 点は、情報出力バス2がデータ格納メモリ3a及び3bに接続されており、ライ ト信号8によって同時に同一データ情報が書き込める点である。Next, the operation will be described. The timing of writing the data information from the CPU 1 to the data storage memories 3a and 3b is basically the same as in FIG. 4 of the conventional example. The difference is that the information output bus 2 is connected to the data storage memories 3a and 3b, and the same data information can be written simultaneously by the write signal 8.

【0015】 データ情報読み出し方法について図1と図2を用いて説明する。CPU1は、 データ格納メモリ3a及び3bよりデータ情報を読み出すにあたって、先ずアド レスバス7にデータ格納メモリ3a及び3bの該当アドレスを出力する。次いで リード信号9が出力されるとアドレスバス7によって指定されたデータ格納メモ リ3aと3b及びパリティ格納メモリ6より該当するデータ情報が情報入力バス 10aと10b及びパリティ情報11に出力される。情報入力バス10aとパリ ティ情報11は、パリティチェッカ12に入力されあるいは異常の識別が実施さ れる。A data information reading method will be described with reference to FIGS. 1 and 2. When reading the data information from the data storage memories 3a and 3b, the CPU 1 first outputs the corresponding addresses of the data storage memories 3a and 3b to the address bus 7. Next, when the read signal 9 is output, the corresponding data information is output from the data storage memories 3a and 3b designated by the address bus 7 and the parity storage memory 6 to the information input buses 10a and 10b and the parity information 11. The information input bus 10a and the parity information 11 are input to the parity checker 12 or an abnormality is discriminated.

【0016】 エラー信号13が正常すなわちLレベルを示した場合は、ゲート回路16のゲ ートが閉じられ、訂正信号17は全て0となり情報入力バス10aが訂正回路1 8をそのまま通過し、情報入力バス19としてCPU1に入力されることになる 。この場合、比較回路14の論理は図2(a)と同様に動作するが、ゲート回路 16への入力は無効となる。When the error signal 13 is normal, that is, at the L level, the gate of the gate circuit 16 is closed, all the correction signals 17 become 0, and the information input bus 10a passes through the correction circuit 18 as it is. It is input to the CPU 1 as the input bus 19. In this case, the logic of the comparison circuit 14 operates in the same manner as in FIG. 2A, but the input to the gate circuit 16 becomes invalid.

【0017】 エラー信号13が異常すなわちHレベルを示した場合は、ゲート回路16のゲ ートが解放される。この場合、比較回路14の論理が有効となる。異常は、大別 してパリティ格納メモリ6のエラーとデータ格納メモリ3aのエラーに分類でき る。When the error signal 13 indicates an abnormality, that is, H level, the gate of the gate circuit 16 is released. In this case, the logic of the comparison circuit 14 becomes valid. Abnormalities can be roughly classified into errors in the parity storage memory 6 and errors in the data storage memory 3a.

【0018】 パリティ格納メモリ6のエラーの場合は、図2(a)のように情報入力バス1 0aと10bは同一であり、排他的論理和で構成される比較回路14の出力であ るエラー情報15のデータビットD0〜D3は全て0となる。よって、訂正信号 17は全て0となり訂正回路18の排他的論理和では情報入力バス10aがその まま情報入力バス19に出力されることになる。In the case of an error of the parity storage memory 6, as shown in FIG. 2A, the information input buses 10a and 10b are the same, and the error which is the output of the comparison circuit 14 formed by the exclusive OR is set. The data bits D0 to D3 of the information 15 are all 0. Therefore, the correction signal 17 becomes all 0, and the exclusive OR of the correction circuit 18 outputs the information input bus 10a to the information input bus 19 as it is.

【0019】 データ格納メモリ3aのエラーの場合は、図2(b)、(c)に示すように機 能する。すなわち、情報入力バス10aと10bで異なった論理値が発生した場 合、比較回路14の出力であるエラー情報15が1となり、ゲート回路16を通 過して訂正信号17となる。訂正信号17が1になったデータビットD0あるい はD1に該当する情報入力バス10aのビット部分が訂正回路18で0から1も しくは1から0に訂正され、情報入力バス19としてCPU1に出力されること になる。In the case of an error in the data storage memory 3a, it functions as shown in FIGS. 2 (b) and 2 (c). That is, when different logical values occur in the information input buses 10a and 10b, the error information 15 which is the output of the comparison circuit 14 becomes 1 and passes through the gate circuit 16 to become the correction signal 17. The bit portion of the information input bus 10a corresponding to the data bit D0 or D1 in which the correction signal 17 becomes 1 is corrected by the correction circuit 18 from 0 to 1 or from 1 to 0, and is sent to the CPU 1 as the information input bus 19. Will be output.

【0020】 上記のようにデータ格納メモリ3a及び3bを構成することによって、主系の データ格納メモリ3aに異常が発生したとしても、従系のデータ格納メモリ3b を用いて主系から出力された情報入力バス10aの論理値を訂正して、CPU1 の処理を継続することができる。By configuring the data storage memories 3a and 3b as described above, even if an abnormality occurs in the data storage memory 3a of the master system, the data is output from the master system using the data storage memory 3b of the slave system. The logical value of the information input bus 10a can be corrected and the processing of the CPU 1 can be continued.

【0021】 上記説明では、この考案を高信頼性が要求される記憶回路に利用する方法につ いて述べたが、同様な信頼性が要求される入出力回路のデータレジスタなどに利 用してもよい。In the above description, a method of using this invention in a memory circuit that requires high reliability has been described. However, it is applied to a data register of an input / output circuit that requires similar reliability. Good.

【0022】[0022]

【考案の効果】[Effect of the device]

この考案は、以上説明したように構成されているので、データ格納メモリ3a に異常が発生した場合においても、CPU1の処理を中断せずに継続できる効果 を奏する。 Since the present invention is configured as described above, there is an effect that even if an abnormality occurs in the data storage memory 3a, the processing of the CPU 1 can be continued without interruption.

【図面の簡単な説明】[Brief description of drawings]

【図1】この考案の一実施例を示す記憶回路である。FIG. 1 is a memory circuit showing an embodiment of the present invention.

【図2】この考案の一実施例を示す記憶回路のデータ訂
正真理値を示す図である。
FIG. 2 is a diagram showing a data correction truth value of a memory circuit according to an embodiment of the present invention.

【図3】従来の記憶回路を示す図である。FIG. 3 is a diagram showing a conventional memory circuit.

【図4】従来の記憶回路のデータ書き込み時の動作タイ
ミングを示す図である。
FIG. 4 is a diagram showing an operation timing when writing data in a conventional memory circuit.

【図5】従来の記憶回路のデータ読み込み時の動作タイ
ミングを示す図である。
FIG. 5 is a diagram showing an operation timing when reading data from a conventional memory circuit.

【符号の説明】[Explanation of symbols]

1 CPU 3a データ格納メモリ 3b データ格納メモリ 4 パリティジェネレータ 6 パリティ格納メモリ 7 アドレスバス 8 ライト信号 9 リード信号 12 パリティチェッカ 14 比較回路 16 ゲート回路 18 訂正回路 1 CPU 3a Data storage memory 3b Data storage memory 4 Parity generator 6 Parity storage memory 7 Address bus 8 Write signal 9 Read signal 12 Parity checker 14 Comparison circuit 16 Gate circuit 18 Correction circuit

Claims (1)

【実用新案登録請求の範囲】[Scope of utility model registration request] 【請求項1】 演算を実行するCPU、CPUからのラ
イト信号に従ってCPUから出力されるデータ情報を同
時に記録する主系及び従系2台のデータ格納メモリ、C
PUからのデータ情報に基づいてパリティ情報を生成す
るパリティジェネレータ、パリティジェネレータから出
力されるパリティ情報を格納するパリティ格納メモリ、
CPUからのリード信号に従って主系のデータ格納メモ
リから出力されるデータ情報及びパリティ格納メモリか
ら出力されるパリティ情報からデータ情報の正誤をチェ
ックするパリティチェッカ、主系及び従系の各々から出
力されるデータ情報の同一性を比較する比較回路、パリ
ティチェッカの結果が正常の時は比較回路の結果を無効
とし、異常の時は有効とするゲート回路、ゲート回路の
出力結果によって主系の情報を訂正する訂正回路から構
成され、CPUからリード信号が発生された場合、主系
及び従系のデータ格納メモリに格納されているデータ情
報及びパリティ格納メモリに格納されているパリティ情
報を同時に読み出し、主系のデータ情報とパリティ情報
をパリティチェッカでチェックし、正常であった時は主
系の情報をそのままCPUに入力し、異常であったとき
は比較回路及び訂正回路によって主系の情報を訂正した
後にCPUに転送することを特徴とする記憶回路。
1. A CPU for executing an operation, two data storage memories for a main system and a sub system for simultaneously recording data information output from the CPU according to a write signal from the CPU, C
A parity generator that generates parity information based on data information from the PU, a parity storage memory that stores parity information output from the parity generator,
In accordance with a read signal from the CPU, data is output from the main system data storage memory and parity information is output from the parity storage memory. Comparing circuit that compares data information for equality, when the result of the parity checker is normal, the result of the comparing circuit is invalid, and when it is abnormal, it is valid. When a read signal is generated from the CPU, the data information stored in the data storage memories of the master system and the slave system and the parity information stored in the parity storage memory are read out at the same time. Check the data information and parity information of the Storage circuit input to CPU, when an abnormal, characterized in that the transferring to the CPU after correct information of the main system by the comparison circuit and correction circuit.
JP7593891U 1991-09-20 1991-09-20 Memory circuit Pending JPH0530952U (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7593891U JPH0530952U (en) 1991-09-20 1991-09-20 Memory circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7593891U JPH0530952U (en) 1991-09-20 1991-09-20 Memory circuit

Publications (1)

Publication Number Publication Date
JPH0530952U true JPH0530952U (en) 1993-04-23

Family

ID=13590690

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7593891U Pending JPH0530952U (en) 1991-09-20 1991-09-20 Memory circuit

Country Status (1)

Country Link
JP (1) JPH0530952U (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2005124562A1 (en) * 2004-06-22 2008-04-17 三菱電機株式会社 Elevator electronic safety system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2005124562A1 (en) * 2004-06-22 2008-04-17 三菱電機株式会社 Elevator electronic safety system
JP4618650B2 (en) * 2004-06-22 2011-01-26 三菱電機株式会社 Elevator electronic safety system

Similar Documents

Publication Publication Date Title
EP2311043B1 (en) Method and apparatus for repairing high capacity/high bandwidth memory devices
WO2009090502A1 (en) Processor based system having ecc based check and access validation information means
JPH0530952U (en) Memory circuit
JP2001290710A (en) Device for detecting data error
US6216189B1 (en) Error master detector
JPH0525535U (en) Memory circuit
JP4618650B2 (en) Elevator electronic safety system
JPH0316655B2 (en)
JPH0523254U (en) Memory circuit
JPH0523257U (en) Memory circuit
JPH0523258U (en) Memory circuit
JPH0523255U (en) Memory circuit
JP7485877B2 (en) Information processing system, processing method, and program
JPH0533253U (en) Memory circuit
JPH06214890A (en) Computer
JPS5816556B2 (en) Error detection method
JP2744298B2 (en) Failure detection method for buffer control counting circuit
JP2567986B2 (en) Data processing system
JPH01277951A (en) Data transfer equipment
JP2000040036A (en) Memory checking circuit
JPH05324487A (en) Memory control system
JPS60195656A (en) Error correcting method of storage device
JPS58137196A (en) Storage device
JPH08166891A (en) Fault tolerant computer system
JP2001216201A (en) Data processor