Address Translation Cache Lookup Using Redundancy Bits

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing address translation cache (ATC) solutions in data storage devices are inefficient, leading to high cost, power consumption, and performance issues due to the need for large SRAM caches and complex lookup operations.

Innovation Solution

Implementing a redundancy bit system in data storage devices, where redundancy bits are calculated and compared to a table to quickly identify matches in the ATC, allowing early retrieval of translated addresses, with most of the ATC stored in DRAM and redundancy bits in flops, reducing the need for SRAM.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a real cache for ATC is implemented as defined in the PCIe standard, then address translation functionality is supported, but device area, cost and power consumption significantly increase

Engineering Contradiction:
Improveaddress translation functionalityVSAvoiddevice area
Core Design Contradiction:
ReliabilityVSArea of stationary object

Solution Approach 1:

The patent extracts only the essential functionality needed for address translation by implementing a simplified ATC that caches only translation results rather than implementing a full PCIe-standard cache. This extraction approach maintains the core address translation capability while removing unnecessary cache structures that would consume device area, cost, and power.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent employs a lightweight ATC implementation that uses minimal cache resources compared to the PCIe standard. Instead of maintaining a large, persistent cache structure, the system uses a simplified cache that is updated on-demand and uses significantly less hardware resources, thereby reducing area, cost, and power consumption while maintaining functional reliability.

Inventive Principle:
Principle #27Cheap short-living objects (Disposable)

2Reliability

If a real cache for ATC is implemented as defined in the PCIe standard, then address translation functionality is supported, but power consumption significantly increases

Engineering Contradiction:
Improveaddress translation functionalityVSAvoidpower consumption
Core Design Contradiction:
ReliabilityVSUse of energy by stationary object

Solution Approach 1:

The patent extracts only the essential functionality needed for address translation by implementing a simplified ATC that caches only translation results rather than implementing a full PCIe-standard cache. This extraction approach maintains the core address translation capability while removing unnecessary cache structures that would consume power.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent employs a lightweight ATC implementation that uses minimal cache resources compared to the PCIe standard. Instead of maintaining a large, persistent cache structure, the system uses a simplified cache that is updated on-demand and uses significantly less hardware resources, thereby reducing area, cost, and power consumption while maintaining functional reliability.

Inventive Principle:
Principle #27Cheap short-living objects (Disposable)

3Adaptability or versatility

If ATC is implemented with large memory cache buffer, then address translation capability is improved, but device cost increases

Engineering Contradiction:
Improveaddress translation capabilityVSAvoiddevice cost
Core Design Contradiction:
Adaptability or versatilityVSEase of manufacture

Solution Approach 1:

The patent extracts only the essential functionality needed for address translation by implementing a simplified ATC that caches only translation results rather than implementing a full PCIe-standard cache. This extraction approach maintains the core address translation capability while removing unnecessary cache structures that would increase device cost.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent employs a lightweight ATC implementation that uses minimal cache resources compared to the PCIe standard. Instead of maintaining a large, persistent cache structure, the system uses a simplified cache that is updated on-demand and uses significantly less hardware resources, thereby reducing area, cost, and power consumption while maintaining functional reliability.

Inventive Principle:
Principle #27Cheap short-living objects (Disposable)

Data Source

PatentUS12566713B2Efficient address translation cache lookup operations
Publication Date: 2026.03.03 SANDISK TECHNOLOGIES LLC
  • US12566713B2 patent drawing
  • US12566713B2 patent drawing
  • US12566713B2 patent drawing

AI summary

Redundancy bits can be used to more effectively manage address translation cache (ATC) in data storage devices. The data storage device maintains a table of redundancy bits. When a request for an address translation arrives, the redundancy bits are calculated and compared to redundancy bits in the table. If there is a match, then the relevant ATC entry is retrieved and compared to the untranslated addresses. The same process is repeated for each redundancy bits match until finding a match in the ATC. In so doing, the translated address can be requested much earlier than normal by requesting the translated address upon the redundancy bits not matching. The earlier retrieval reduces throughput of the memory device without reducing performance. Furthermore, the unique structure of the internal ATC allows most of the ATC to be located in SRAM/DRAM while simply the redundancy bits are stored in flops.