JP2010140173A - Information processor - Google Patents

Information processor Download PDF

Info

Publication number
JP2010140173A
JP2010140173A JP2008314664A JP2008314664A JP2010140173A JP 2010140173 A JP2010140173 A JP 2010140173A JP 2008314664 A JP2008314664 A JP 2008314664A JP 2008314664 A JP2008314664 A JP 2008314664A JP 2010140173 A JP2010140173 A JP 2010140173A
Authority
JP
Japan
Prior art keywords
processing
error
predetermined
importance
address
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.)
Granted
Application number
JP2008314664A
Other languages
Japanese (ja)
Other versions
JP5287198B2 (en
Inventor
Kazumi Yamada
一美 山田
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.)
Toyota Motor Corp
Original Assignee
Toyota Motor 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 Toyota Motor Corp filed Critical Toyota Motor Corp
Priority to JP2008314664A priority Critical patent/JP5287198B2/en
Publication of JP2010140173A publication Critical patent/JP2010140173A/en
Application granted granted Critical
Publication of JP5287198B2 publication Critical patent/JP5287198B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information processor preventing such a situation from occurring a stop of a process of high importance. <P>SOLUTION: The information processor, which has a plurality of operation means and can detect the abnormality of at least some of the plurality of operation means by lock-step manner, includes: an output comparing means which compares the outputs of the plurality of operation means and if the outputs of the plurality of operation means are different, which writes error information to a predetermined address of a storage means when the importance of the process done by the plurality of operation means is above a predetermined level while which writes the error information to an address other than the predetermined address in the storage means when the importance of the process done by the plurality of operation means is below the predetermined level; and an error processing means which performs a predetermined error process when the error information is written in the predetermined address in the storage means. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、ロックステップ方式により、複数の演算手段のうち少なくとも一部の異常を検出可能な情報処理装置に関する。   The present invention relates to an information processing apparatus capable of detecting at least some abnormalities among a plurality of computing means by a lockstep method.

従来、複数の演算手段(CPU等)が同一のクロック入力に基づいて並行処理を実行し、出力の相違に基づいて各演算手段の不具合や同期外れを検出可能な情報処理装置についての研究が進められ、実用化が図られている。ここで、同期外れとは、近年のクロック周波数の高周波化によって複数の演算手段の処理が完全に同期しないことを意味する。   Conventionally, research on information processing devices in which a plurality of arithmetic means (such as CPUs) execute parallel processing based on the same clock input and can detect malfunctions and out-of-synchronization of each arithmetic means based on output differences has been advanced. Has been put to practical use. Here, the loss of synchronization means that the processing of a plurality of computing means is not completely synchronized due to the recent increase in clock frequency.

これに関連し、IO命令を発行する複数のCPUユニットと、前記IO命令に基づいてIO処理を行うIOユニットと、を有してなるフォールトトレラントコンピュータにおいて、前記複数のCPUユニットの各々から発行されるIO命令を入力し、入力されたIO命令が一致するか否かを比較し、一致すれば一致信号を出力し、不一致であれば不一致信号を出力するIO比較部と、前記IO比較部から不一致信号が出力された場合、先に入力されたIO命令の発行元のCPUユニットの信頼性を表す優先度が前記複数のCPUユニットの中で最も高いか否かを判定し、最も高ければ高優先信号を出力し、最も高くなければ低優先信号を出力するFT制御部と、前記IO比較部から一致信号が出力された場合、前記IOユニットにIO命令を転送し、前記IO比較部から不一致信号が出力された場合、前記FT制御部から高優先信号が出力されれば、前記IOユニットにIO命令を転送するIO制御部と、を有するフォールトトレラントコンピュータについての発明が開示されている(例えば、特許文献1参照)。   In this regard, in a fault-tolerant computer comprising a plurality of CPU units that issue IO instructions and an IO unit that performs IO processing based on the IO instructions, each is issued from each of the plurality of CPU units. From the IO comparison unit, which outputs a match signal if they match, and outputs a mismatch signal if they do not match, and the IO comparison unit When a mismatch signal is output, it is determined whether or not the priority indicating the reliability of the CPU unit that issued the previously input IO instruction has the highest priority among the plurality of CPU units. When a match signal is output from the FT control unit that outputs a priority signal and outputs a low priority signal if it is not the highest, and the IO comparison unit, an IO command is sent to the IO unit. A fault tolerant computer having an IO control unit that transfers an IO command to the IO unit when a high priority signal is output from the FT control unit when a mismatch signal is output from the IO comparison unit Is disclosed (for example, see Patent Document 1).

また、それぞれ予め決められた処理を実行する複数の処理部と、前記複数の処理部にそれぞれ設けられ、前記複数の処理部の異常を検出して異常検出信号を生成する複数の異常検出回路と、前記複数の異常検出回路のいずれかからの前記異常検出信号に応答して、前記複数の処理部のうちの、異常状態にある異常処理部以外の、正常状態にある少なくとも1つの正常処理部を、異常救済処理を実行するように制御する異常監視制御部とを具備する処理装置についての発明が開示されている(例えば、特許文献2参照)。この特許文献2に記載の装置の如き異常時処理を行なうことで、単なる同期外れでない演算手段の不具合等についての対処を行なうことが可能となる。
特開2008−225752号公報 特開2007−011426号公報
A plurality of processing units that execute predetermined processes; and a plurality of abnormality detection circuits that are respectively provided in the plurality of processing units and that detect abnormality of the plurality of processing units and generate an abnormality detection signal; In response to the abnormality detection signal from any of the plurality of abnormality detection circuits, at least one normal processing unit in a normal state other than the abnormality processing unit in an abnormal state among the plurality of processing units Is disclosed for a processing apparatus including an abnormality monitoring control unit that controls to perform abnormality relief processing (see, for example, Patent Document 2). By performing the abnormal process as in the device described in Patent Document 2, it is possible to deal with a malfunction of the arithmetic means that is not simply out of synchronization.
JP 2008-225752 A JP 2007-011426 A

ところで、この種の情報処理装置が車両に搭載された場合等を考慮すると、例えばアクセサリ的な重要度の低い処理に関する演算手段の異常が検出された場合、当該演算手段が行なっている、より重要度の高い処理を停止させるのは好ましくない。   By the way, in consideration of the case where this type of information processing apparatus is mounted on a vehicle, for example, when an abnormality of the arithmetic unit relating to processing with a low degree of importance as an accessory is detected, the arithmetic unit is more important. It is not preferable to stop high-level processing.

この点、上記特許文献1に記載の装置では、CPUユニットの信頼性を表す優先度に基づいて命令転送の停止等を行なっているが、行なっている処理の重要度に基づくものでないため、重要度の低い処理に関する演算手段の異常によって、より重要度の高い処理が停止される場合がある。   In this regard, in the apparatus described in Patent Document 1, instruction transfer is stopped based on the priority indicating the reliability of the CPU unit, but is not based on the importance of the processing being performed. A process with higher importance may be stopped due to an abnormality in the calculation means related to a process with a lower degree.

また、上記特許文献2に記載の装置の如き手法によって異常が生じた演算手段の処理を正常な演算手段で代替しようとしても、処理負荷の関係で代替処理を行なうことができない場合がある。   Further, even if an attempt is made to replace the processing of the arithmetic means in which an abnormality has occurred by the method described in the above-mentioned Patent Document 2 with a normal arithmetic means, the alternative processing may not be performed due to the processing load.

本発明はこのような課題を解決するためのものであり、重要度の高い処理が停止してしまう事態の発生を抑制することが可能な情報処理装置を提供することを、主たる目的とする。   The present invention is intended to solve such a problem, and a main object thereof is to provide an information processing apparatus capable of suppressing the occurrence of a situation where processing with high importance stops.

上記目的を達成するための本発明の一態様は、
複数の演算手段を有し、ロックステップ方式により前記複数の演算手段のうち少なくとも一部の異常を検出可能な情報処理装置であって、
前記複数の演算手段の出力を比較し、前記複数の演算手段の出力が相違しているときに、前記複数の演算手段が行なっている処理の重要度が所定程度以上である場合に記憶手段における所定のアドレスにエラー情報を書き込み、前記複数の演算手段が行なっている処理の重要度が所定程度未満である場合に、前記記憶手段における所定のアドレス以外のアドレスにエラー情報を書き込む出力比較手段と、
前記記憶手段における所定のアドレスにエラー情報が書き込まれた場合に所定のエラー処理を行なうエラー処理手段と、
を備える情報処理装置である。
In order to achieve the above object, one embodiment of the present invention provides:
An information processing apparatus having a plurality of calculation means and capable of detecting at least part of the abnormality among the plurality of calculation means by a lock step method,
When the outputs of the plurality of calculation means are compared, and the outputs of the plurality of calculation means are different, the importance of the processing performed by the plurality of calculation means is greater than or equal to a predetermined level. Output comparison means for writing error information to a predetermined address, and writing error information to an address other than the predetermined address in the storage means when the importance of processing performed by the plurality of arithmetic means is less than a predetermined level; ,
Error processing means for performing predetermined error processing when error information is written at a predetermined address in the storage means;
Is an information processing apparatus.

この本発明の一態様によれば、複数の演算手段の出力が相違しているときに、複数の演算手段が行なっている処理の重要度が所定程度以上である場合に記憶手段における所定のアドレスにエラー情報が書き込まれ、複数の演算手段が行なっている処理の重要度が所定程度未満である場合に記憶手段における所定のアドレス以外のアドレスにエラー情報が書き込まれ、記憶手段における所定のアドレスにエラー情報が書き込まれた場合に所定のエラー処理を行なうため、重要度の高い処理がエラー処理等によって停止してしまう事態の発生を抑制することができる。   According to this aspect of the present invention, when the outputs of the plurality of computing means are different, the predetermined address in the storage means when the importance of processing performed by the plurality of computing means is greater than or equal to a predetermined level. Error information is written in, and when the importance of processing performed by a plurality of arithmetic means is less than a predetermined level, the error information is written to an address other than the predetermined address in the storage means, and the predetermined address in the storage means is stored. Since predetermined error processing is performed when error information is written, it is possible to suppress the occurrence of a situation in which highly important processing stops due to error processing or the like.

なお、エラー処理手段は、所定のアドレス以外のアドレスにエラー情報が書き込まれた場合には、エラー処理に相当する処理を何ら行なわないものとしてもよいし、重要度の高い処理に影響を与えない程度の回復処理を行なってもよい。   The error processing means may not perform any processing corresponding to the error processing when the error information is written at an address other than the predetermined address, and does not affect processing with high importance. A degree of recovery processing may be performed.

本発明によれば、重要度の高い処理が停止してしまう事態の発生を抑制することが可能な情報処理装置を提供することができる。   ADVANTAGE OF THE INVENTION According to this invention, the information processing apparatus which can suppress generation | occurrence | production of the situation which a process with high importance stops is provided.

以下、本発明を実施するための最良の形態について、添付図面を参照しながら実施例を挙げて説明する。   Hereinafter, the best mode for carrying out the present invention will be described with reference to the accompanying drawings.

以下、本発明の一実施例に係る情報処理装置1について説明する。図1は、本発明の一実施例に係る情報処理装置1のシステム構成例である。情報処理装置1は、主要な構成として、マスターCPU10と、検査CPU12と、ROM20と、RAM22と、周辺I/030と、割り込み処理部40と、出力比較部50と、一次記憶装置60と、エラー処理部70と、を有する。マスターCPU10や検査CPU12は、バス80によってROM20、RAM22、周辺I/030、及び割り込み処理部40に接続されており、入出力される信号を相互に参照可能となっている。   Hereinafter, an information processing apparatus 1 according to an embodiment of the present invention will be described. FIG. 1 is a system configuration example of an information processing apparatus 1 according to an embodiment of the present invention. The information processing apparatus 1 includes, as main components, a master CPU 10, an inspection CPU 12, a ROM 20, a RAM 22, a peripheral I / 030, an interrupt processing unit 40, an output comparison unit 50, a primary storage device 60, an error And a processing unit 70. The master CPU 10 and the inspection CPU 12 are connected to the ROM 20, RAM 22, peripheral I / 030, and interrupt processing unit 40 by a bus 80 and can mutually refer to input / output signals.

割り込み処理部40、出力比較部50、及びエラー処理部70は、電子回路又はマイコンとして構成される。   The interrupt processing unit 40, the output comparison unit 50, and the error processing unit 70 are configured as an electronic circuit or a microcomputer.

なお、複数の演算手段の例としてマスターCPU10と検査CPU12を例示したが、更に他の演算手段を備えてもよい。   In addition, although master CPU10 and test | inspection CPU12 were illustrated as an example of a several calculating means, you may provide another calculating means.

マスターCPU10及び検査CPU12は、ALU(論理演算ユニット)や制御装置、レジスタ等から構成される。マスターCPU10及び検査CPU12は、図示しない共通のクロックジェネレータから供給されるクロック信号に基づいて作動する。また、マスターCPU10及び検査CPU12には、同一の入力信号が入力される。従って、これらが正常に作動している限りにおいて、同一の出力信号が出力されることとなる。   The master CPU 10 and the inspection CPU 12 are configured by an ALU (logical operation unit), a control device, a register, and the like. The master CPU 10 and the inspection CPU 12 operate based on a clock signal supplied from a common clock generator (not shown). The same input signal is input to the master CPU 10 and the inspection CPU 12. Therefore, as long as these are operating normally, the same output signal is output.

ROM20には、マスターCPU10及び検査CPU12が実行するプログラムが格納されている。RAM22は、マスターCPU10及び検査CPU12が上記プログラムを実行する際に処理されるデータが書き込まれる。一次記憶装置60は、例えばフラッシュメモリ等のEEPROM(Electronically Erasable and Programmable Read Only Memory)であり、出力比較部50によってエラー情報が書き込まれる。   The ROM 20 stores programs executed by the master CPU 10 and the inspection CPU 12. In the RAM 22, data to be processed when the master CPU 10 and the inspection CPU 12 execute the program is written. The primary storage device 60 is, for example, an EEPROM (Electronically Erasable and Programmable Read Only Memory) such as a flash memory, and error information is written by the output comparison unit 50.

周辺I/030は、外部とのインターフェースとして機能する。情報処理装置1が車載ECU(Electronic Control Unit)として用いられる場合、周辺I/030は、車両信号(車速信号、加速度信号、ヨーレート信号、ステアリング操舵角信号等が含まれる)が送受信される多重通信線等に接続され、制御対象(エンジン、ブレーキ装置、ステアリング装置等)との信号の送受信を行なう。   Peripheral I / 030 functions as an interface with the outside. When the information processing apparatus 1 is used as an in-vehicle ECU (Electronic Control Unit), the peripheral I / 030 is a multiplex communication in which vehicle signals (including vehicle speed signals, acceleration signals, yaw rate signals, steering steering angle signals, etc.) are transmitted and received. It is connected to a line or the like and transmits / receives a signal to / from a control target (engine, brake device, steering device, etc.)

割り込み処理部40は、マスターCPU10及び検査CPU12に対して種々の割り込み指示信号を出力する。   The interrupt processing unit 40 outputs various interrupt instruction signals to the master CPU 10 and the inspection CPU 12.

出力比較部50には、マスターCPU10からROM20、RAM22、周辺I/030、割り込み処理部40に出力される出力信号、及び検査CPU12から出力される検査用の出力信号が入力される。出力比較部50は、係る構成によって、ロックステップ方式によりマスターCPU10及び検査CPU12の異常を検出する。すなわち、マスターCPU10及び検査CPU12の出力を比較し、マスターCPU10及び検査CPU12の出力が相違しているときに、マスターCPU10及び/又は検査CPU12の異常を検知してエラー情報を一次記憶装置60に書き込む。なお、出力比較部50にも、マスターCPU10や検査CPU12に供給されるクロック信号が入力されてよい。   The output comparison unit 50 receives an output signal output from the master CPU 10 to the ROM 20, RAM 22, peripheral I / 030, interrupt processing unit 40, and an output signal for inspection output from the inspection CPU 12. With this configuration, the output comparison unit 50 detects an abnormality in the master CPU 10 and the inspection CPU 12 by the lock step method. That is, the outputs of the master CPU 10 and the inspection CPU 12 are compared, and when the outputs of the master CPU 10 and the inspection CPU 12 are different, the abnormality of the master CPU 10 and / or the inspection CPU 12 is detected and error information is written in the primary storage device 60. . Note that the output comparison unit 50 may also receive a clock signal supplied to the master CPU 10 or the inspection CPU 12.

また、出力比較部50は、マスターCPU10及び検査CPU12が行なっている処理の重要度を常時把握しており、この重要度に基づいて一次記憶装置60における書き込みアドレスを変更している。具体的には、マスターCPU10及び検査CPU12が行なっている処理の重要度が所定程度以上である場合には、一次記憶装置60における所定のアドレス60Aにエラー情報を書き込み、マスターCPU10及び検査CPU12が行なっている処理の重要度が所定程度未満である場合には、一次記憶装置60における所定のアドレス60A以外のアドレス60Bにエラー情報を書き込む。   The output comparison unit 50 always keeps track of the importance of processing performed by the master CPU 10 and the inspection CPU 12, and changes the write address in the primary storage device 60 based on this importance. Specifically, when the importance of processing performed by the master CPU 10 and the inspection CPU 12 is not less than a predetermined level, error information is written to a predetermined address 60A in the primary storage device 60, and the master CPU 10 and the inspection CPU 12 perform the processing. If the importance of the processing being performed is less than a predetermined level, error information is written to an address 60B other than the predetermined address 60A in the primary storage device 60.

マスターCPU10及び検査CPU12が行なっている処理の重要度の把握は、例えばマスターCPU10及び/又は検査CPU12から重要度に関する信号を定期的に送信するようにしてもよいし、実行中のプログラムID等と重要度を対応付けたテーブルを出力比較部50が備えるものとしてもよい。   Ascertaining the level of importance of processing performed by the master CPU 10 and the inspection CPU 12, for example, a signal related to the degree of importance may be periodically transmitted from the master CPU 10 and / or the inspection CPU 12, or the program ID being executed, etc. The output comparison unit 50 may include a table in which importance is associated.

エラー処理部70は、一次記憶装置60における所定のアドレス60Aにエラー情報が書き込まれた場合に、所定のエラー処理を行なう。所定のエラー処理としては、例えば情報処理装置1全体をシャットダウンして再起動する等の処理が行なわれる。なお、エラー処理部70自身がこうした処理を行なってもよいし(狭義のエラー処理)、外部にエラー信号を出力して処理を行なわせても構わない。   The error processing unit 70 performs predetermined error processing when error information is written at a predetermined address 60A in the primary storage device 60. As the predetermined error processing, for example, processing such as shutting down and restarting the entire information processing apparatus 1 is performed. Note that the error processing unit 70 itself may perform such processing (error processing in a narrow sense), or may output an error signal to the outside and perform processing.

一方、エラー処理部70は、一次記憶装置60における所定のアドレス60A以外のアドレス60Bにエラー情報が書き込まれた場合には、所定のエラー処理を行なわない。   On the other hand, the error processing unit 70 does not perform predetermined error processing when error information is written in an address 60B other than the predetermined address 60A in the primary storage device 60.

係る構成及び処理によって、軽微なエラーによってエラー処理が行なわれることにより装置全体が停止し、重要度の高い処理が停止してしまうような事態の発生を抑制することができる。従って、特に車載ECUとして用いられた場合に、コンテンツ再生等のアクセサリ的処理に関するエラーによって、径路案内等のより重要な処理が停止すること等を防止することができる。   With such a configuration and processing, it is possible to suppress the occurrence of a situation in which the entire apparatus is stopped by performing error processing with a minor error, and processing with high importance is stopped. Therefore, particularly when used as an in-vehicle ECU, it is possible to prevent a more important process such as route guidance from stopping due to an error related to accessory processing such as content reproduction.

本実施例の情報処理装置1によれば、重要度の高い処理が停止してしまう事態の発生を抑制することができる。   According to the information processing apparatus 1 of the present embodiment, it is possible to suppress the occurrence of a situation where processing with high importance stops.

以上、本発明を実施するための最良の形態について実施例を用いて説明したが、本発明はこうした実施例に何等限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々の変形及び置換を加えることができる。   The best mode for carrying out the present invention has been described above with reference to the embodiments. However, the present invention is not limited to these embodiments, and various modifications can be made without departing from the scope of the present invention. And substitutions can be added.

例えば、エラー処理部70は、一次記憶装置60における所定のアドレス60A以外のアドレス60Bにエラー情報が書き込まれた場合には、所定のエラー処理を行なわないものとしたが、重要度の高い処理に影響を与えない程度の回復処理を行なってもよい。   For example, the error processing unit 70 does not perform predetermined error processing when error information is written in an address 60B other than the predetermined address 60A in the primary storage device 60. You may perform the recovery process of the grade which does not affect.

具体的には、アドレス60Bにエラー情報が書き込まれた回数が所定回数に至るまでは回復処理を行なわないが、所定回数に至ると回復処理を行なうものとしてよい。   Specifically, the recovery process is not performed until the predetermined number of times the error information is written to the address 60B, but the recovery process may be performed when the predetermined number of times is reached.

また、次に重要度の高い処理を行なう際の実行プログラムに、こうした軽微なエラーを回復させるための処理を予め包含させておいてもよい。   In addition, a process for recovering such a minor error may be included in advance in an execution program for performing a process having the next highest importance.

本発明は、自動車製造業や自動車部品製造業等に利用可能である。   The present invention can be used in the automobile manufacturing industry, the automobile parts manufacturing industry, and the like.

本発明の一実施例に係る情報処理装置1のシステム構成例である。1 is a system configuration example of an information processing apparatus 1 according to an embodiment of the present invention.

符号の説明Explanation of symbols

1 情報処理装置
10 マスターCPU
12 検査CPU
20 ROM
20A、20B アドレス
22 RAM
30 周辺I/0
40 割り込み処理部
50 出力比較部
60 一次記憶装置
70 エラー処理部
80 バス
1 Information processing device 10 Master CPU
12 Inspection CPU
20 ROM
20A, 20B Address 22 RAM
30 Peripheral I / 0
40 interrupt processing unit 50 output comparison unit 60 primary storage device 70 error processing unit 80 bus

Claims (1)

複数の演算手段を有し、ロックステップ方式により前記複数の演算手段のうち少なくとも一部の異常を検出可能な情報処理装置であって、
前記複数の演算手段の出力を比較し、前記複数の演算手段の出力が相違しているときに、前記複数の演算手段が行なっている処理の重要度が所定程度以上である場合に記憶手段における所定のアドレスにエラー情報を書き込み、前記複数の演算手段が行なっている処理の重要度が所定程度未満である場合に、前記記憶手段における所定のアドレス以外のアドレスにエラー情報を書き込む出力比較手段と、
前記記憶手段における所定のアドレスにエラー情報が書き込まれた場合に所定のエラー処理を行なうエラー処理手段と、
を備える情報処理装置。
An information processing apparatus having a plurality of calculation means and capable of detecting at least part of the abnormality among the plurality of calculation means by a lock step method,
When the outputs of the plurality of calculation means are compared, and the outputs of the plurality of calculation means are different, the importance of the processing performed by the plurality of calculation means is greater than or equal to a predetermined level. Output comparison means for writing error information to a predetermined address, and writing error information to an address other than the predetermined address in the storage means when the importance of processing performed by the plurality of arithmetic means is less than a predetermined level; ,
Error processing means for performing predetermined error processing when error information is written at a predetermined address in the storage means;
An information processing apparatus comprising:
JP2008314664A 2008-12-10 2008-12-10 Information processing device Expired - Fee Related JP5287198B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008314664A JP5287198B2 (en) 2008-12-10 2008-12-10 Information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008314664A JP5287198B2 (en) 2008-12-10 2008-12-10 Information processing device

Publications (2)

Publication Number Publication Date
JP2010140173A true JP2010140173A (en) 2010-06-24
JP5287198B2 JP5287198B2 (en) 2013-09-11

Family

ID=42350277

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008314664A Expired - Fee Related JP5287198B2 (en) 2008-12-10 2008-12-10 Information processing device

Country Status (1)

Country Link
JP (1) JP5287198B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013065220A (en) * 2011-09-19 2013-04-11 Mitsubishi Electric Corp Information processor

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05252160A (en) * 1992-03-06 1993-09-28 Matsushita Electric Ind Co Ltd Fault restoring method in occurrence of multiple faults
JP2007011426A (en) * 2005-06-28 2007-01-18 Nec Electronics Corp Processor

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05252160A (en) * 1992-03-06 1993-09-28 Matsushita Electric Ind Co Ltd Fault restoring method in occurrence of multiple faults
JP2007011426A (en) * 2005-06-28 2007-01-18 Nec Electronics Corp Processor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013065220A (en) * 2011-09-19 2013-04-11 Mitsubishi Electric Corp Information processor

Also Published As

Publication number Publication date
JP5287198B2 (en) 2013-09-11

Similar Documents

Publication Publication Date Title
US9417946B2 (en) Method and system for fault containment
JP4532561B2 (en) Method and apparatus for synchronization in a multiprocessor system
JP6266239B2 (en) Microcomputer
US20130268798A1 (en) Microprocessor System Having Fault-Tolerant Architecture
US9207661B2 (en) Dual core architecture of a control module of an engine
US20110043323A1 (en) Fault monitoring circuit, semiconductor integrated circuit, and faulty part locating method
US20160041860A1 (en) Microcomputer and microcomputer system
US20170242760A1 (en) Monitoring device, fault-tolerant system, and control method
US7774690B2 (en) Apparatus and method for detecting data error
JP5287198B2 (en) Information processing device
JP2006513471A (en) Memory access error detection and / or correction method and electronic circuit configuration for performing the method
US10782697B2 (en) Method and apparatus for monitoring a state of an electronic circuit unit of a vehicle
JP2012068788A (en) Information processing device and failure detection method
JP4829821B2 (en) Multiprocessor system and recovery method in multiprocessor system
JP2009223506A (en) Data processing system
JP6668226B2 (en) Electronic control unit
WO2022249818A1 (en) Security device and security method
JP5227653B2 (en) Multiplexed computer system and processing method thereof
JP6588068B2 (en) Microcomputer
JP4639920B2 (en) Electronic control unit
JP2007323190A (en) Calculation control system for performing data communication and its communication method
Schneider et al. Multicore vs safety
JP2006011576A (en) High-reliability controller
JP6275098B2 (en) Control device and register failure recovery method
Schneider et al. Multicore vs Safety 2010-01-0207

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110519

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130507

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130520

R151 Written notification of patent or utility model registration

Ref document number: 5287198

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees