WO2004019342A2 - System and method for recovering from radiation induced memory errors - Google Patents

System and method for recovering from radiation induced memory errors Download PDF

Info

Publication number
WO2004019342A2
WO2004019342A2 PCT/US2003/009565 US0309565W WO2004019342A2 WO 2004019342 A2 WO2004019342 A2 WO 2004019342A2 US 0309565 W US0309565 W US 0309565W WO 2004019342 A2 WO2004019342 A2 WO 2004019342A2
Authority
WO
WIPO (PCT)
Prior art keywords
memory
error
causes
processor core
processing logic
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.)
Ceased
Application number
PCT/US2003/009565
Other languages
French (fr)
Other versions
WO2004019342A3 (en
Inventor
John L. Deruiter
William S. Nelson
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.)
Honeywell International Inc
Original Assignee
Honeywell International Inc
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 Honeywell International Inc filed Critical Honeywell International Inc
Priority to AU2003286998A priority Critical patent/AU2003286998A1/en
Publication of WO2004019342A2 publication Critical patent/WO2004019342A2/en
Publication of WO2004019342A3 publication Critical patent/WO2004019342A3/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C11/00Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor
    • G11C11/21Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements
    • G11C11/34Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices
    • G11C11/40Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices using transistors
    • G11C11/41Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices using transistors forming static cells with positive feedback, i.e. cells not needing refreshing or charge regeneration, e.g. bistable multivibrator or Schmitt trigger
    • G11C11/412Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices using transistors forming static cells with positive feedback, i.e. cells not needing refreshing or charge regeneration, e.g. bistable multivibrator or Schmitt trigger using field-effect transistors only
    • G11C11/4125Cells incorporating circuit means for protecting against loss of information
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring

Definitions

  • the present invention is generally directed to recovering from memory errors and, more specifically, to recovering from radiation induced memory errors.
  • Today, commercially available microprocessors are generally not designed to operate in a space borne environment. As such, these commercial microprocessors are subject to radiation induced errors. For example, single event upsets (SEUs) can occur when an ionized particle hits a flip-flop or a memory cell, associated with the microprocessor, and changes the state of the associated flip-flop or memory cell. These radiation induced errors can result in incorrect calculations and faulty program execution, as well as system reset and a loss of state, due to timeout of a watchdog timer. Further, even when a microprocessor is radiation hardened, the microprocessor is still subject to SEUs of internal flip-flops and/or memory cells.
  • a parity generator/checker circuit In a memory that includes a parity generator/checker circuit (and when parity checking is enabled), each time a data byte, i.e., eight bits, is written to the memory the circuit examines the byte and determines whether the byte has an even or odd number of 'ones'. In the case of odd parity, when the data byte has an even number of 'ones' a parity bit, i.e., a ninth bit, is set to 'one'. Otherwise, the parity bit is set to 'zero'. The result is that no matter how many 'ones' were in the original eight bits of data, there are an odd number of ones when all nine bits are examined.
  • the circuit may implement even parity such that the sum of the 'ones' is an even number.
  • odd parity the circuit may implement even parity such that the sum of the 'ones' is an even number.
  • the circuit checks the parity of the byte to determine whether a parity error is indicated.
  • a parity checker/generator circuit when a parity error is detected a parity checker/generator circuit generates a non-maskable interrupt (NMI), which is usually used to instruct a microprocessor to immediately halt. This is done to ensure that invalid data does not corrupt valid data.
  • NMI non-maskable interrupt
  • a watchdog timer which can be implemented in hardware or software, may be the only means for detecting when an execution error occurs. Alternatively, the watchdog timer may also be implemented in conjunction with a parity generator/checker circuit to detect memory errors. In either case, the microprocessor generally executes code until the watchdog timer times-out or an unrecoverable software occurs.
  • Microprocessors that have an internal cache memory with a parity generator/checker circuit may provide an output from the circuit off-chip and may also include an external flush line, which causes the microprocessor to flush its internal cache when it receives an appropriate signal.
  • space borne microprocessor systems have only used watchdog timers to detect memory errors attributable to SEUs.
  • the time period between when an application error occurs and the microprocessor system recovers from the error has generally been relatively long and has required resetting the microprocessor system.
  • What is needed is a technique for recovering from radiation induced memory errors that is both efficient and timely. It would also be desirable to recover from a radiation induced memory error without resetting the microprocessor system.
  • the present invention is directed to a system and method for recovering from a radiation induced memory error. Initially, a memory error in a cache memory is detected and information currently stored in the cache memory is invalidated. Then, the cache memory is reloaded with valid information.
  • Fig. 1 is a block diagram of an exemplary processor system that detects single event upsets (SEUs), according to an embodiment of the present invention
  • Fig. 2 is a block diagram of an exemplary processor system that detects SEUs, according to another embodiment of the present invention.
  • Fig. 3 is a flow chart of an exemplary process for recovering from a memory error caused by an SEU, according to the present invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODLMENT(S)
  • SEUs single event upsets
  • L2 cache memories level 2 cache memories
  • error detection circuit e.g., a parity checker/generator circuit associated with an LI cache memory
  • error processing logic provides a command to a processor core (i.e., an execution unit), which causes the core to flush the LI cache and reload the LI cache with valid information.
  • Fig. 1 depicts a processor system 100 that includes error processing logic 110, constructed according to an embodiment of the present invention.
  • a processor 102 includes a processor core 104, which is coupled to an internal level 1 (LI) cache memory 106.
  • the cache memory 106 includes a parity generator/checker circuit 108.
  • the circuit 108 detects parity errors in the cache memory 106 and provides an indication of those errors to the error processing logic 110, which upon detecting an error may provide a signal to the core 104, which causes the core to flush the cache memory and reload the cache memory 106 with valid data and, as such, eliminate the memory error.
  • the logic 110 may provide a command to the processor core
  • Fig. 2 depicts a block diagram of the system 100 and further illustrates that the processor 102 provides a signal (i.e., IERR#) to the error processor logic 110 that indicates that an error has occurred within the memory 106 of the processor 102.
  • the error processing logic 110 may provide a hardware signal (FLUSH#) or a software command (ERROR_INT#) to the processor 102.
  • FLUSH# hardware signal
  • ERPOR_INT# software command
  • the logic 110 may generate the FLUSH# signal or the ERROR_INT# command.
  • the FLUSH# signal is a hardware oriented signal that autonomously flushes the cache memory 106 to eliminate the memory error and the ERROR_INT# signal is utilized by the core 102 to flush the cache memory 106 under software control.
  • the error processing logic 110 may be implemented within a variety of devices, e.g., a field programmable gate array (FPGA), or may be implemented with relatively few less complex gates.
  • FPGA field programmable gate array
  • step 302 the process 300 is initiated at which point control transfers to decision step 304.
  • step 304 the process 300 determines whether a memory error has occurred, for example, by examining the parity of a byte for proper parity when it is read from the cache memory 106. If a memory error is not detected, control loops on step 304.
  • step 304 When a memory error is detected, control transfers from step 304 to decision 306.
  • the process 300 determines whether a hardware or a software recovery is desired.
  • the determination of whether hardware or a software recovery is required may be dictated by, for example, a value stored within a register implemented within the error processing logic 110.
  • a technique has been described herein that allows a processor to recover from SEU induced memory errors in a relatively efficient, rapid manner.
  • Such a system and method can also prevent the loss of state due to a watchdog timer timeout, which occurs when the processor system resets.
  • the flushing method is processor dependent. That is, while Fig. 2 illustrates recovery from memory errors using both a hardware and software recovery techniques, in all likelihood only one of the methods would be utilized, depending upon the design of the processor.
  • recovery can be autonomous or initiated under processor control, via a software interrupt routine.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)
  • Debugging And Monitoring (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

A system and method for recovering from radiation induced memory errors invalidates information stored in a cache memory, upon the detection of the memory error. The cache memory is then reloaded with valid information.

Description

SYSTEM AND METHOD FOR RECOVERING FROM RADIATION INDUCED
MEMORY ERRORS
BACKGROUND OF THE INVENTION [0001] The present invention is generally directed to recovering from memory errors and, more specifically, to recovering from radiation induced memory errors. [0002] Today, commercially available microprocessors are generally not designed to operate in a space borne environment. As such, these commercial microprocessors are subject to radiation induced errors. For example, single event upsets (SEUs) can occur when an ionized particle hits a flip-flop or a memory cell, associated with the microprocessor, and changes the state of the associated flip-flop or memory cell. These radiation induced errors can result in incorrect calculations and faulty program execution, as well as system reset and a loss of state, due to timeout of a watchdog timer. Further, even when a microprocessor is radiation hardened, the microprocessor is still subject to SEUs of internal flip-flops and/or memory cells.
[0003] In a memory that includes a parity generator/checker circuit (and when parity checking is enabled), each time a data byte, i.e., eight bits, is written to the memory the circuit examines the byte and determines whether the byte has an even or odd number of 'ones'. In the case of odd parity, when the data byte has an even number of 'ones' a parity bit, i.e., a ninth bit, is set to 'one'. Otherwise, the parity bit is set to 'zero'. The result is that no matter how many 'ones' were in the original eight bits of data, there are an odd number of ones when all nine bits are examined. Alternatively, instead of implementing odd parity the circuit may implement even parity such that the sum of the 'ones' is an even number. In a typical microprocessor system, when a byte is read from memory the circuit checks the parity of the byte to determine whether a parity error is indicated.
[0004] In a typical microprocessor system, when a parity error is detected a parity checker/generator circuit generates a non-maskable interrupt (NMI), which is usually used to instruct a microprocessor to immediately halt. This is done to ensure that invalid data does not corrupt valid data. In many microprocessor systems, a watchdog timer, which can be implemented in hardware or software, may be the only means for detecting when an execution error occurs. Alternatively, the watchdog timer may also be implemented in conjunction with a parity generator/checker circuit to detect memory errors. In either case, the microprocessor generally executes code until the watchdog timer times-out or an unrecoverable software occurs.
[0005] Microprocessors that have an internal cache memory with a parity generator/checker circuit may provide an output from the circuit off-chip and may also include an external flush line, which causes the microprocessor to flush its internal cache when it receives an appropriate signal. However, in general, space borne microprocessor systems have only used watchdog timers to detect memory errors attributable to SEUs. As a result, for microprocessor systems used in space born environments, the time period between when an application error occurs and the microprocessor system recovers from the error has generally been relatively long and has required resetting the microprocessor system. [0006] What is needed is a technique for recovering from radiation induced memory errors that is both efficient and timely. It would also be desirable to recover from a radiation induced memory error without resetting the microprocessor system.
SUMMARY OF THE INVENTION [0007] The present invention is directed to a system and method for recovering from a radiation induced memory error. Initially, a memory error in a cache memory is detected and information currently stored in the cache memory is invalidated. Then, the cache memory is reloaded with valid information.
[0008] These and other features, advantages and objects of the present invention will be further understood and appreciated by those skilled in the art by reference to the following specification, claims and appended drawings.
BRIEF DESCRIPTION OF THE DRAWINGS [0009] Fig. 1 is a block diagram of an exemplary processor system that detects single event upsets (SEUs), according to an embodiment of the present invention; [0010] Fig. 2 is a block diagram of an exemplary processor system that detects SEUs, according to another embodiment of the present invention; and
[0011] Fig. 3 is a flow chart of an exemplary process for recovering from a memory error caused by an SEU, according to the present invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODLMENT(S)
[0012] A relatively large percentage (e.g., approximately ninety percent) of single event upsets (SEUs), i.e., radiation induced errors, are attributable to errors in memory cells of an internal (i.e., level 1 (LI)) cache memory. While the discussion herein is primarily directed to an LI cache memory, the techniques disclosed herein are also applicable to external cache memories (e.g., level 2 (L2) cache memories). According to the present invention, when an
SEU is detected by an error detection circuit (e.g., a parity checker/generator circuit associated with an LI cache memory), error processing logic provides a command to a processor core (i.e., an execution unit), which causes the core to flush the LI cache and reload the LI cache with valid information.
[0013] Fig. 1 depicts a processor system 100 that includes error processing logic 110, constructed according to an embodiment of the present invention. A processor 102 includes a processor core 104, which is coupled to an internal level 1 (LI) cache memory 106. As shown in the block diagram of Fig. 1, the cache memory 106 includes a parity generator/checker circuit 108. The circuit 108 detects parity errors in the cache memory 106 and provides an indication of those errors to the error processing logic 110, which upon detecting an error may provide a signal to the core 104, which causes the core to flush the cache memory and reload the cache memory 106 with valid data and, as such, eliminate the memory error. Alternatively, the logic 110 may provide a command to the processor core
104, which causes the processor core 104 to execute a routine, which causes the cache memory 106 to be flushed and loaded with valid information.
[0014] Fig. 2 depicts a block diagram of the system 100 and further illustrates that the processor 102 provides a signal (i.e., IERR#) to the error processor logic 110 that indicates that an error has occurred within the memory 106 of the processor 102. Upon detecting a memory error, the error processing logic 110 may provide a hardware signal (FLUSH#) or a software command (ERROR_INT#) to the processor 102. As previously stated, the IERR# signal provides a memory error indication to the logic 110. Responsive to the error indication, the logic 110 may generate the FLUSH# signal or the ERROR_INT# command.
As mentioned above, the FLUSH# signal is a hardware oriented signal that autonomously flushes the cache memory 106 to eliminate the memory error and the ERROR_INT# signal is utilized by the core 102 to flush the cache memory 106 under software control.
Implementation of the FLUSH# signal function allows for flushing and invalidation of information within the cache memory 106, without requiring the processor 102 to implement a recovery routine. The error processing logic 110 may be implemented within a variety of devices, e.g., a field programmable gate array (FPGA), or may be implemented with relatively few less complex gates.
[0015] Turning to Fig. 3, a process 300 for recovering from a memory error is illustrated. In step 302, the process 300 is initiated at which point control transfers to decision step 304. In step 304, the process 300 determines whether a memory error has occurred, for example, by examining the parity of a byte for proper parity when it is read from the cache memory 106. If a memory error is not detected, control loops on step 304.
When a memory error is detected, control transfers from step 304 to decision 306. In step
306, the process 300 determines whether a hardware or a software recovery is desired. The determination of whether hardware or a software recovery is required may be dictated by, for example, a value stored within a register implemented within the error processing logic 110.
When a hardware recovery is required, control transfers from step 306 to step 308, where the logic 110 generates the FLUSH# signal to the core 104 of the processor 102. When a software error recovery is required, control transfers from step 306 to step 310 where the logic 110 generates an ERROR_INT# command, which causes the processor 102 to implement a routine, which causes the cache memory 106 to be flushed and reloaded with valid information. From steps 308 and 310, control transfers to step 312 where the process
300 terminates.
[0016] Accordingly, a technique has been described herein that allows a processor to recover from SEU induced memory errors in a relatively efficient, rapid manner. Thus, reducing the likelihood of miscalculations and failed program execution. Such a system and method can also prevent the loss of state due to a watchdog timer timeout, which occurs when the processor system resets. It should be appreciated that the flushing method is processor dependent. That is, while Fig. 2 illustrates recovery from memory errors using both a hardware and software recovery techniques, in all likelihood only one of the methods would be utilized, depending upon the design of the processor. Thus, depending upon the design of the processor, recovery can be autonomous or initiated under processor control, via a software interrupt routine.
[0017] The above description is considered that of the preferred embodiments only.
Modification of the invention will occur to those skilled in the art and to those who make or use the invention. Therefore, it is understood that the embodiments shown in the drawings and described above are merely for illustrative purposes and not intended to limit the scope of the invention, which is defined by the following claims as interpreted according to the principles of patent law, including the Doctrine of Equivalents.

Claims

What is claimed is:
1. A method for recovering from a radiation induced memory error, comprising the steps of: detecting a memory error in a cache memory; providing an error indication of the memory error; processing the error indication and providing an associated processor appropriate command; invalidating stored information in response to the associated processor appropriate command; and reloading the memory with valid information.
2. The method of claim 1, wherein error processing logic coupled to the memory generates the processor appropriate command which causes a processor core of the processor to execute a routine that causes the stored information to be replaced with the valid information.
3. The method of claim 1, wherein error processing logic coupled to the memory generates the processor appropriate command which causes the stored information to be replaced with the valid information.
4. The method of claim 1, wherein the memory includes parity circuitry that detects parity errors in the stored information and generates the error indication.
5. The method of claim 1, wherein the memory is a level 1 (LI) cache memory.
6. The method of claim 1, wherein the memory is a level 2 (L2) cache memory.
7. A processing system that automatically recovers from radiation induced memory errors, the system comprising: a processor core; a memory coupled to the processor core, wherein the memory stores information and includes parity circuitry for detecting a memory error in the memory; and error processing logic coupled to the memory, wherein the error processing logic provides a signal to the processor core which causes the processor core to replace the stored information with valid information upon the detection of the memory error.
8. The system of claim 7, wherein the error processing logic generates a command which causes the processor core to execute a routine that causes the stored information to be replaced with the valid information upon the detection of the memory error.
9. The system of claim 7, wherein the error processing logic generates a signal which causes the processor core to autonomously replace the stored information with the valid information upon the detection of the memory error.
10. The system of claim 1, wherein the memory is a level 1 (LI) cache memory.
11. The system of claim 1, wherein the memory is a level 2 (L2) cache memory.
12. A processing system that automatically recovers from radiation induced memory errors, the system comprising: a processor core; a cache memory coupled to the processor core, wherein the memory stores information and includes parity circuitry for detecting a memory error in the memory; and error processing logic coupled to the memory, wherein the error processing logic provides a signal to the processor core which causes the processor core to replace the stored information with valid information upon the detection of the memory error.
13. The system of claim 12, wherein the error processing logic generates a command which causes the processor core to execute a routine that causes the stored information to be replaced with the valid information upon the detection of the memory error.
14. The system of claim 12, wherein the error processing logic generates a signal which causes the processor core to autonomously replace the stored information with the valid information upon the detection of the memory error.
15. The system of claim 12, wherein the memory is a level 1 (LI) cache memory.
6. The system of claim 12, wherein the memory is a level 2 (L2) cache memory.
PCT/US2003/009565 2002-03-28 2003-03-27 System and method for recovering from radiation induced memory errors Ceased WO2004019342A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2003286998A AU2003286998A1 (en) 2002-03-28 2003-03-27 System and method for recovering from radiation induced memory errors

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/108,955 US6901532B2 (en) 2002-03-28 2002-03-28 System and method for recovering from radiation induced memory errors
US10/108,955 2002-03-28

Publications (2)

Publication Number Publication Date
WO2004019342A2 true WO2004019342A2 (en) 2004-03-04
WO2004019342A3 WO2004019342A3 (en) 2004-09-10

Family

ID=28452973

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2003/009565 Ceased WO2004019342A2 (en) 2002-03-28 2003-03-27 System and method for recovering from radiation induced memory errors

Country Status (3)

Country Link
US (1) US6901532B2 (en)
AU (1) AU2003286998A1 (en)
WO (1) WO2004019342A2 (en)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4001516B2 (en) * 2002-07-05 2007-10-31 富士通株式会社 Degeneration control device and method
US7237148B2 (en) 2002-09-05 2007-06-26 David Czajkowski Functional interrupt mitigation for fault tolerant computer
US20050283550A1 (en) * 2004-06-18 2005-12-22 Honeywell International Inc. Method and architecture of a coupling system for microprocessors and logic devices
US7627804B2 (en) * 2006-06-30 2009-12-01 Intel Corporation Memory device with speculative commands to memory core
KR101258930B1 (en) * 2006-09-15 2013-04-29 삼성전자주식회사 apparatus and method for detecting error of display driver IC of mobile terminal
US8443150B1 (en) * 2008-11-04 2013-05-14 Violin Memory Inc. Efficient reloading of data into cache resource
US8095831B2 (en) * 2008-11-18 2012-01-10 Freescale Semiconductor, Inc. Programmable error actions for a cache in a data processing system
US8397130B2 (en) * 2008-11-26 2013-03-12 Arizona Board Of Regents For And On Behalf Of Arizona State University Circuits and methods for detection of soft errors in cache memories
US8909981B2 (en) 2011-06-21 2014-12-09 Hamilton Sundstrand Corporation Control system software execution during fault detection
US9104639B2 (en) 2012-05-01 2015-08-11 SEAKR Engineering, Inc. Distributed mesh-based memory and computing architecture
US9292378B2 (en) 2014-05-29 2016-03-22 Teledyne Scientific & Imaging, Llc Single event upset protection circuit and method
US9672880B2 (en) * 2014-06-16 2017-06-06 Honeywell International Inc. Radiation upset detection
US10901097B1 (en) * 2018-03-05 2021-01-26 Xilinx, Inc. Method and apparatus for electronics-harmful-radiation (EHR) measurement and monitoring
CN111462861B (en) * 2020-03-30 2023-09-26 上海联影医疗科技股份有限公司 Radiation control repair method, device, computer equipment and storage medium
KR20230033927A (en) * 2021-09-02 2023-03-09 삼성전자주식회사 Method and apparatus for programming a natural neuronal network into solid-state electronic memories network and circuits

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0128353A3 (en) 1983-06-09 1987-05-27 International Business Machines Corporation Error recovery of non-store-through cache
US4833601A (en) 1987-05-28 1989-05-23 Bull Hn Information Systems Inc. Cache resiliency in processing a variety of address faults
US4831622A (en) 1987-12-22 1989-05-16 Honeywell Bull Inc. Apparatus for forcing a reload from main memory upon cache memory error
US5581727A (en) * 1993-03-22 1996-12-03 Compaq Computer Corporation Hierarchical cache system flushing scheme based on monitoring and decoding processor bus cycles for flush/clear sequence control
US5678020A (en) * 1994-01-04 1997-10-14 Intel Corporation Memory subsystem wherein a single processor chip controls multiple cache memory chips
US6108758A (en) * 1997-08-29 2000-08-22 Intel Corporation Multiple masters in a memory control system
US6195729B1 (en) * 1998-02-17 2001-02-27 International Business Machines Corporation Deallocation with cache update protocol (L2 evictions)
US6463507B1 (en) * 1999-06-25 2002-10-08 International Business Machines Corporation Layered local cache with lower level cache updating upper and lower level cache directories
US6751720B2 (en) * 2000-06-10 2004-06-15 Hewlett-Packard Development Company, L.P. Method and system for detecting and resolving virtual address synonyms in a two-level cache hierarchy
US6675266B2 (en) * 2000-12-29 2004-01-06 Intel Corporation Circuit and method for protecting 1-hot and 2-hot vector tags in high performance microprocessors
US20030131277A1 (en) * 2002-01-09 2003-07-10 Taylor Richard D. Soft error recovery in microprocessor cache memories
JP3953903B2 (en) * 2002-06-28 2007-08-08 富士通株式会社 Cache memory device and reference history bit error detection method

Also Published As

Publication number Publication date
US20030188219A1 (en) 2003-10-02
AU2003286998A8 (en) 2004-03-11
WO2004019342A3 (en) 2004-09-10
US6901532B2 (en) 2005-05-31
AU2003286998A1 (en) 2004-03-11

Similar Documents

Publication Publication Date Title
US6901532B2 (en) System and method for recovering from radiation induced memory errors
EP0363863B1 (en) Method and apparatus for fault recovery in a digital computing system
US5504859A (en) Data processor with enhanced error recovery
US5912906A (en) Method and apparatus for recovering from correctable ECC errors
US5193181A (en) Recovery method and apparatus for a pipelined processing unit of a multiprocessor system
TWI236620B (en) On-die mechanism for high-reliability processor
US10657010B2 (en) Error detection triggering a recovery process that determines whether the error is resolvable
US5173905A (en) Parity and error correction coding on integrated circuit addresses
US6519717B1 (en) Mechanism to improve fault isolation and diagnosis in computers
US10078565B1 (en) Error recovery for redundant processing circuits
JP5014899B2 (en) Reconfigurable device
CN111581003B (en) Full-hardware dual-core lock-step processor fault-tolerant system
US10817369B2 (en) Apparatus and method for increasing resilience to faults
CN100590599C (en) A FLASH write operation processing method, system and device
US7543221B2 (en) Method and apparatus for reducing false error detection in a redundant multi-threaded system
JPH07134678A (en) Ram protective device
US7734949B2 (en) Information error recovery apparatus and methods
US20260080961A1 (en) Glitch detection
US6665818B1 (en) Apparatus and method for detecting, diagnosing, and handling deadlock errors
US6237116B1 (en) Testing error correcting code feature in computers that do not have direct hardware features for causing single bit and multi-bit errors
US20120233499A1 (en) Device for Improving the Fault Tolerance of a Processor
US10185635B2 (en) Targeted recovery process
US10289332B2 (en) Apparatus and method for increasing resilience to faults
JP4279874B2 (en) Memory system having high speed and low speed data reading mechanism
CN105068969A (en) Single event effect protection system and method for digital signal processing platform architecture

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SD SE SG SK SL TJ TM TN TR TT TZ UA UG UZ VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP