Memory Array Background Pattern Writing via Sense Amplifier Caching

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current memory initialization processes are time-consuming, affecting boot times and security by not efficiently writing background memory array patterns, especially when dealing with large numbers of memory cells.

Innovation Solution

Implementing a method that sets data values in sense amplifiers once and iterates over word lines to write the same data to multiple memory cells simultaneously, reducing the need for repeated data loading and improving the efficiency of writing background patterns to memory arrays.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If standard memory write commands are used to initialize each memory location individually, then data can be written to memory cells, but the initialization process becomes time-consuming when dealing with large numbers of memory cells

Engineering Contradiction:
Improveinitialization speedVSAvoidboot time
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The memory array is divided into multiple banks, with each bank containing multiple memory cells. This segmentation allows parallel initialization operations across different banks, significantly reducing the total initialization time compared to sequential writing to individual memory locations.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Multiple memory cells across different banks are combined into a single initialization operation. The system loads data once into sense amplifiers and simultaneously writes to multiple memory cells in parallel, merging what would otherwise be separate sequential write operations into one efficient batch operation.

Inventive Principle:
Principle #5Merging (Combining)

2Productivity

If standard memory write commands are used to write predetermined values to each memory location, then memory can be initialized, but the process is inefficient for large-scale memory arrays

Engineering Contradiction:
Improvewriting efficiencyVSAvoidinitialization duration
Core Design Contradiction:
ProductivityVSDuration of action of moving object

Solution Approach 1:

Data is preliminarily loaded into sense amplifiers before the actual memory write operation. This preliminary action allows the data to be prepared and staged in advance, enabling subsequent parallel write operations to multiple memory cells without repeated data loading, thus reducing total initialization duration.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system copies data from the input buffer to sense amplifiers once, then uses these sense amplifiers to write the same data to multiple memory cells simultaneously. This copying approach eliminates the need to repeatedly transfer data from the host to the memory interface for each write operation.

Inventive Principle:
Principle #26Copying

3Reliability

If data is written to memory cells sequentially using standard write commands, then each memory location can be initialized, but the overall initialization process takes excessive time

Engineering Contradiction:
Improvememory initialization completenessVSAvoidsecurity risk window
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The memory array is segmented into multiple banks that can be initialized in parallel. This segmentation ensures that all memory cells are covered in the initialization process while reducing the total time required, thereby minimizing the security risk window during which uninitialized memory could be accessed.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The initialization process maintains continuous useful action by performing parallel write operations across multiple banks simultaneously. Rather than having idle time between sequential writes, the system continuously utilizes the write capability across multiple memory banks in parallel, completing initialization faster and reducing exposure time.

Inventive Principle:
Principle #20Continuity of useful action

Data Source

PatentUS20240404574A1Fast background array pattern writing
Publication Date: 2024.12.05 MICRON TECHNOLOGY INC
  • US20240404574A1 patent drawing
  • US20240404574A1 patent drawing
  • US20240404574A1 patent drawing

AI summary

To ensure proper functioning of a memory component, the memory cells may be initialized to a known value before the memory device is used. The known values are termed the “background pattern.” The memory cells may also be reset to the background pattern to scrub data memory for security. Typically, standard write operations are used to write the background pattern. As discussed herein, multiple addresses on a single word line can be written to simultaneously. As also discussed herein, when the same data is written to multiple word lines, the step of copying the data to the sense amplifiers may be performed once instead of repeated for each write command, further reducing the time consumed by writing background patterns to a memory array.