Malfunction Escalation Circuitry for Memory Error Handling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Data processing systems face issues where malfunction correction circuitry becomes overloaded, leading to a potential livelock situation due to repeated correction of correctable malfunctions, causing a failure to handle errors efficiently.

Innovation Solution

The system includes malfunction escalation circuitry that detects when the malfunction correction circuitry is unable to handle correctable malfunctions and escalates them to uncorrectable malfunctions, using a hard-error memory buffer and uncorrectable error handling circuitry to manage resources and ensure forward progress by abandoning erroneous processing operations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If malfunction correction circuitry continuously attempts to correct correctable malfunctions, then data integrity is maintained, but the system may enter a livelock state where resources are exhausted and forward progress is prevented

Engineering Contradiction:
Improvedata integrityVSAvoidforward progress
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system monitors the state of malfunction correction circuitry and uses this feedback to determine when to escalate malfunctions. When the correction circuitry indicates it can no longer handle correctable malfunctions, the system switches to escalation mode, transitioning from continuous correction attempts to a feedback-driven escalation mechanism that prevents livelock while maintaining data integrity.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system changes the handling parameter of malfunctions based on the state of correction circuitry. When correction resources are exhausted, the parameter shifts from 'attempt correction' to 'escalate to uncorrectable'. This dynamic parameter change allows the system to adapt its behavior based on resource availability, preventing infinite correction loops while preserving data integrity.

Inventive Principle:
Principle #35Parameter changes

2Productivity

If the system escalates correctable malfunctions to uncorrectable malfunctions, then livelock is prevented and resources are released, but data integrity may be compromised if escalation occurs prematurely

Engineering Contradiction:
Improveresource allocationVSAvoiddata integrity
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system performs preliminary assessment of malfunction correction capability before escalation occurs. By detecting the state of malfunction correction circuitry in advance, the system ensures that escalation only occurs when correction resources are truly exhausted, preventing premature escalation that would compromise data integrity while still preventing livelock when necessary.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The malfunction correction circuitry serves itself by monitoring its own state and providing signals about its capacity to handle correctable malfunctions. This self-service mechanism allows the escalation decision to be made objectively based on actual correction capability, ensuring data integrity is maintained while resources are efficiently allocated.

Inventive Principle:
Principle #25Self-service

3Reliability

If error correction codes are used to detect and correct errors, then data integrity is improved, but the system becomes more complex and vulnerable to hard errors that cannot be corrected

Engineering Contradiction:
Improveerror detection and correctionVSAvoidmemory system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The error handling system is segmented into distinct functional components: error detection via ECC codes, malfunction correction circuitry for correctable errors, and escalation circuitry for uncorrectable errors. This segmentation allows each component to specialize in specific error types, improving overall reliability while managing complexity through modular design.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The malfunction correction circuitry acts as an intermediary between the ECC error detection mechanism and the final error handling response. This intermediary layer processes correctable malfunctions and only escalates uncorrectable ones, reducing the complexity burden on the memory system while maintaining high reliability through specialized error handling at each level.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS9658919B2Malfunction escalation
Publication Date: 2017.05.23 ARM LTD
  • US9658919B2 patent drawing
  • US9658919B2 patent drawing
  • US9658919B2 patent drawing

AI summary

A data processing apparatus includes error detection and correction circuitry with an associated hard-error memory buffer. When a correctable hard-error is detected associated with a memory access to a memory, if the hard-error memory buffer is already full, then this correctable hard-error is escalated to be handled as an uncorrectable hard-error. The escalated uncorrectable hard-error is then handled by uncorrectable error handling circuitry (fatal error circuitry) which may trigger an abort of corresponding processing operations by a processor core and force the relinquishing of resources within other circuit elements such as a store buffer.