Memory Controller SRAM DRAM Buffer Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The utilization of static random access memory (SRAM) in storage devices is limited due to its smaller capacity and potential deterioration in performance when occupied for extended periods, leading to reduced efficiency in data processing and storage operations.

Innovation Solution

Implementing a memory controller that transfers data from a first SRAM buffer to a second dynamic random access memory (DRAM) buffer, allowing the SRAM to be released for new data and improving overall system performance by maintaining data availability and reducing the risk of data loss.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If SRAM is used to store host data, then data access speed is improved, but SRAM capacity is limited and utilization deteriorates when occupied for extended periods

Engineering Contradiction:
Improvedata access speedVSAvoidSRAM capacity
Core Design Contradiction:
SpeedVSQuantity of substance

Solution Approach 1:

The memory buffer is segmented into multiple buffers (first buffer, second buffer, third buffer) with different characteristics. The first buffer uses SRAM for high-speed access, while the second and third buffers use DRAM for larger capacity. This segmentation allows the system to utilize both the speed advantage of SRAM and the capacity advantage of DRAM, resolving the contradiction between access speed and storage capacity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The controller acts as an intermediary that manages data transfer between buffers of different types. It copies data from the first buffer (SRAM) to the second buffer (DRAM) when the first buffer becomes full or data is no longer immediately needed. This intermediary management allows efficient utilization of both SRAM and DRAM resources, maintaining high-speed access for active data while using larger-capacity DRAM for less frequently accessed data.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If SRAM is occupied for extended periods, then data availability is maintained, but SRAM utilization deteriorates and performance decreases

Engineering Contradiction:
Improvedata availabilityVSAvoidSRAM utilization
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system dynamically manages data placement between buffers based on access patterns and buffer status. The controller monitors the first buffer and initiates data copying to the second buffer when appropriate conditions are met (buffer full or data not immediately needed). This dynamic management ensures SRAM remains available for new high-priority data while maintaining data availability through DRAM storage, thus improving both reliability and productivity.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The controller performs preliminary actions by proactively copying data from the first buffer to the second buffer before the SRAM becomes completely full or before performance deterioration occurs. This preliminary data transfer prevents SRAM overflow and maintains optimal utilization levels, ensuring both data availability and high productivity are maintained simultaneously.

Inventive Principle:
Principle #10Preliminary action

3Device complexity

If data is stored in a single buffer, then storage simplicity is maintained, but data loss risk increases when buffer capacity is exceeded

Engineering Contradiction:
Improvebuffer structureVSAvoiddata loss risk
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The storage system is segmented into multiple buffers (first, second, and third buffers) with different memory technologies. This segmentation provides redundancy and overflow protection - when the first buffer is full, data can be transferred to the second or third buffers, preventing data loss. The segmented structure maintains relatively simple operation through controller management while dramatically improving reliability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system provides beforehand cushioning by having additional buffers (second and third buffers) ready to receive data when the first buffer becomes full. This cushioning capacity prevents data loss scenarios and provides a safety margin for handling unexpected data influxes or delays in data processing, thus improving reliability without significantly increasing operational complexity.

Inventive Principle:
Principle #11Beforehand cushioning (Prior cushioning)

Data Source

PatentUS11593023B2Memory controller and method of operating the same
Publication Date: 2023.02.28 SK HYNIX INC
  • US11593023B2 patent drawing
  • US11593023B2 patent drawing
  • US11593023B2 patent drawing

AI summary

A memory controller and a method of operating the same may move data from a first memory buffer to a second memory buffer. The memory controller may include a host controller configured to receive host data corresponding to a program request from a host and to control transmission of the host data so that the host data is programmed to a memory device, a flash controller configured to receive flash data corresponding to a read request from the memory device and control transmission of the flash data to the host, and a memory buffer component including the first memory buffer and the second memory buffer configured to store the host data, flash data, or both. The memory controller is configured to control the memory buffer component so that the host data, flash data, or both are moved from the first memory buffer to the second memory buffer.