WO2004061672A2 - Read-write switching method for a memory controller - Google Patents
Read-write switching method for a memory controller Download PDFInfo
- Publication number
- WO2004061672A2 WO2004061672A2 PCT/US2003/039155 US0339155W WO2004061672A2 WO 2004061672 A2 WO2004061672 A2 WO 2004061672A2 US 0339155 W US0339155 W US 0339155W WO 2004061672 A2 WO2004061672 A2 WO 2004061672A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- bank
- write
- read
- request
- read request
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/16—Handling requests for interconnection or transfer for access to memory bus
- G06F13/1605—Handling requests for interconnection or transfer for access to memory bus based on arbitration
- G06F13/1647—Handling requests for interconnection or transfer for access to memory bus based on arbitration with interleaved bank access
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/16—Handling requests for interconnection or transfer for access to memory bus
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/16—Handling requests for interconnection or transfer for access to memory bus
- G06F13/1605—Handling requests for interconnection or transfer for access to memory bus based on arbitration
- G06F13/161—Handling requests for interconnection or transfer for access to memory bus based on arbitration with latency improvement
Definitions
- Embodiments of this invention relate to the field of memory controllers to read and write to a memory.
- DDR Double Data Rate
- DDR-II Double Date Rate-II
- Random Access Memory (DRAM) subsystems exhibit significant latency when performing back-to-back reads to the same bank in memory.
- Several server chipsets can operate within a single rank of memory, providing a total of 4 independent memory banks. The probability of random traffic hitting the same bank repeatedly in such configuration is 1:4 (25%).
- the total bank conflict time is the total of the "activate to read” (tRCD) latency plus the "read to pre-charge” (tRPD) latency plus the "pre-charge” to “activate” (tRP) latency, or the "activate to activate command period" (tRC), whichever timing constraint is longer.
- FIG. 1 illustrates a memory system according to an embodiment of the invention
- FIG. 2 illustrates a memory controller according to an embodiment of the invention
- FIG. 3 illustrates a timing diagram according to an embodiment of the invention
- FIG. 4 illustrates a timing diagram of read operations having a bank conflict when a write operation is executed within the same rank according to an embodiment of the invention
- FIG. 5 illustrates a timing diagram of read operations having a bank conflict when multiple write operations are executed within the different ranks according to an embodiment of the invention
- FIG. 6 illustrates a method of executing multiple write commands when there is a read bank conflict according to an embodiment of the invention
- FIG. 7 A illustrates a first portion of an additional method of executing write commands according to an embodiment of the invention
- FIG. 7B illustrates a second portion of an additional method of executing write commands according to an embodiment of the invention.
- An embodiment of the invention may be utilized to more quickly service write requests in DRAM memory channels.
- a memory device may queue write requests to memory. When consecutive reads from the memory are to the same rank, same bank, but different pages, a "memory bank conflict" exists and a latency occurs between activate commands to the bank. While reads are scheduled, write requests may queue in a write request queue. If there is a conflict (i.e., there are consecutive reads, and the second read is to the same rank, same bank, but different page), a write operation may occur to a different bank within the same rank while the page for the read action is waiting to be activated. Depending on the time necessary for the activation of a row, additional writes may be implemented on other banks within the same rank. Such method may result in faster execution of write commands, and quicker performance of the DRAM memory device.
- the memory device may queue read commands while writes are being executed.
- the read commands may be queued while the write commands are executed.
- Once a bank conflict occurs i.e., two consecutive writes to the same bank in the same rank, but different pages
- the read may be executed while the next page is activated. Accordingly, the DRAM may more efficiently service read and write operations.
- FIG. 1 illustrates a memory system according to an embodiment of the invention.
- the memory system may include a memory controller 100 and a memory rank 105.
- the memory rank 105 may include several memory banks, such as bank A 110, bank B 115, bank C 120, and bank D 125.
- the memory controller 100 may be in communication with each of bank A 110, bank B 115, bank C 120, and bank D 125. Although only a single memory rank 105 is shown in FIG. 1, multiple memory ranks may also be utilized.
- Each bank may include an array having a plurality of pages (i.e., rows) and columns of storage locations. Data may be read from or written to a location in the array by activating a specific page. Then, data may be read from locations within the page. To read data from a different page, the different page may be pre-charged and then activated after the data is read from the first page.
- FIG. 2 illustrates a memory controller 100 according to an embodiment of the invention.
- the memory controller 100 may include a read request queue 200.
- the read request queue 200 may be utilized to queue read requests when reads are currently being made, as well as when writes are being made.
- the memory controller 100 may also include a write request queue 205 which may be also utilized to queue write requests when reads are currently being made, as well as when writes are being made.
- the memory controller 100 may also include a write data buffer 210, which may cache data to be written in a coherent and/or consistent manner.
- the write data buffer 210 may store write data that has not yet been written to memory.
- the write data buffer 210 may be one entry deep, but is typically more than one entry deep, for performance reasons. If a read request following an earlier write request to the same memory address enters the memory controller 100, the memory controller 100 may either service the read request using the data from the write data buffer 210, or it may schedule the write request and then schedule the read request.
- the memory controller 100 may include logic 220.
- the logic 220 may be utilized to determine whether the next pending read command has a protocol conflict with a previously scheduled command.
- a protocol conflict may be a condition in which a DRAM timing constraint prohibits the memory controller 100 from scheduling a DRAM command in the current clock cycle.
- Protocol conflicts include bank conflicts, where back to back accesses to the same rank, bank, different page are delayed a specific amount of time between active commands (due to tRC DRAM timing constraints).
- the memory controller 100 may be in communication with a processor 225 to control each of the read request queue 200, the write request queue 205, the write data buffer 210, and the logic 220.
- the processor 225 may, in turn, be in communication with an instruction storage device 230.
- the instruction storage device 230 may contain instructions (e.g., program code) that are executable by the processor 225.
- the memory controller 100 may cause writes to be executed during the latency caused by bank conflicts.
- the memory controller 100 may cause the oldest queued write to be scheduled during a bank conflict, provided it does not conflict with the current read operation.
- FIG. 3 illustrates a timing diagram according to an embodiment of the invention.
- the scale at the top of the diagram represents time.
- Each of the numerical units may represent 10 ns, for example.
- "ACT" represents an activate command.
- the page When a page is selected from which to be read, the page may be activated by the "ACT" command. As illustrated, the "ACT" command may take 3 time units for the page to become activated. This activation latency is represented by time delay “tRCD” (tRCD is an abbreviation for "time to activate for the read command”).
- a read command shown as "RD” may be executed. The RD command may take 1 time unit to be executed, and then an additional 2 time units until the data is actually read.
- This latency is represented by the time delay “tCL” ("tCL” may stand for “time for CAS latency,” where “CAS” is an abbreviation for “column access strobe”).
- tCL time delay
- CAS is an abbreviation for "column access strobe”
- tRCD + tCL time delay
- PRE precharge instruction
- the precharge process may take 3 time units, shown as time “tRP” (abbreviation for the precharge command duration).
- the precharge (“PRE") command de-activates a page in a bank. This must happen before another page in the same bank has been activated with the activate (“ACT") command. If the page is not precharged, then the next access to that bank will either be a page hit (same rank, bank, page) or a page miss (same rank, bank, different page). Page hits require only the "RD” command. Page misses require a "PRE", an "ACT”, and then a "RD”. If a page is precharged, the next time that bank is accessed (which may be some much later time) then the next access will be a page empty access, which requires only an "ACT” and then a "RD".
- a significant latency shown by the time period tRCD is present when consecutive reads are made from different pages within the same bank (the tRCD period would not be present if consecutive reads were made from the same page of the same bank and rank).
- the memory controller 100 may take advantage of this tRCD latency by executing write instructions during this time period, resulting in more efficient and faster scheduling of write commands.
- FIG. 4 illustrates a timing diagram of read operations having a bank conflict when a write operation is executed within the same rank according to an embodiment of the invention.
- the read commands and time delays are the same as those shown in FIG. 3.
- the memory controller 100 takes advantage of the tRCD latency by writing data to a different memory bank within the same rank. For example, if a read operation is to a page within bank A 110 of the memory rank 105, a write operation may be made to one of the other banks (e.g., bank B 115, bank C 120, or bank D 125, but not bank A 110) during the tRAS time period.
- the other banks e.g., bank B 115, bank C 120, or bank D 125, but not bank A 110
- a write command (“WR") may be executed during the tRP time period during the pre-charge operation, and the data may actually be written (“WR DATA") during the next tRCD time period.
- tWTR is called the "write to read command delay" and the delay constraint must be satisfied if there is a read after a write to the same rank. This is why it is better for a memory controller 100 to schedule the last write to a different rank than the subsequent read. Accordingly, a WR command may be executed and data be written to another bank without adversely affecting execution of the RD command.
- FIG. 5 illustrates a timing diagram of read operations having a bank conflict when multiple write operations are executed within different ranks according to an embodiment of the invention.
- write operations may be executed to write data to banks in different ranks.
- the final write transaction would need to target a different rank, than the second read.
- data may be read from a bank within rank "0.”
- data may first be written to a memory bank within rank "X”, and then data may be written to a memory bank within rank " 1.”
- the WR command to write data to the memory bank with rank "X" may be executed at the end of the tRP period.
- the write command WR1 may be executed, and then data may be written to the memory bank within rank "1." Accordingly, two write operations may be executed without adversely affecting the RD operation.
- Other embodiments may execute two writes to the same rank interleaved between two reads with a bank conflict, and five or six writes (depending on the technology protocol timings) may be interleaved between two reads with a bank conflict, provided the last three write commands are to different ranks than the read commands. If the tRCD timing constraint remains constant, but the DRAM clock period increases (i.e., clocks faster), then the number of transactions that can be scheduled during a bank conflict (tRCD) can be increased from 1 or 2 to many more. How many can be scheduled without impacting the latency of the second original transaction may be determined by the specific DRAM device timing parameters being used in the system.
- FIG. 6 illustrates a method of executing multiple write commands when there is a read bank conflict according to an embodiment of the invention.
- the system may determine 600 whether there is a bank conflict for the next read operation. If “no,” processing may remain at operation 600. If “yes,” processing may proceed to operation 602. At operation 602, the system may load the oldest queued write command from the write request queue 205. The system may then determine 605 whether both loaded write commands are from the same rank. If "no,” processing proceeds to operation 615. If "no,” processing proceeds to operation 615. If
- processing proceeds to operation 610, where the newer write command is removed 610 and the next queued write command is loaded. After operation 610, processing may return to operation 605.
- the system may determine whether either loaded write command is for the same bank as the next read. If “no,” processing proceeds to operation 625. If “yes,” processing proceeds to operation 620, where the conflicting write command is removed 620, and the next queued write command is loaded. After operation 620, processing may return to operation 605.
- operation 625 after the data has been read, the system may execute the older write command first, and then execute the newer write command. In other embodiments, the newer write command may be executed first. In additional embodiments, more than two write commands may be executed during a read operation bank conflict. After operation 625, processing may return to operation 600.
- FIG. 7A illustrates a first portion of an additional method of executing write commands according to an embodiment of the invention.
- the system may first determine 700 whether the read request queue 200 and the write request queue 205 are both empty. If “yes,” processing remains at operation 700. If “no,” processing proceeds to operation 705, where the system determines 705 whether the number of write requests in the write request queue 205 exceeds a preset threshold. The system may have a preset threshold for the number of write requests it may store. Once the number of write requests exceeds the threshold level, the system may give priority to executing the write requests and may execute them as soon as possible until the number of queued write requests falls below the threshold. If the answer to operation 705 is "yes,” processing proceeds to operation 710.
- processing proceeds to operation 730 shown in FIG. 7B.
- the system may determine whether the next write request is available for execution. If “yes,” processing proceeds to operation 715. If “no,” processing proceeds to operation 720.
- the system may execute the next write request, and processing may then return to operation 700.
- the system may determine whether the next read request is available for execution. If “yes,” processing proceeds to operation 725. If “no,” processing returns to operation 700.
- the system executes the next write request and processing then returns to operation 700.
- FIG. 7B illustrates a second portion of an additional method of executing write commands according to an embodiment of the invention.
- the system may determine whether the next read request is available for execution. If “yes,” processing proceeds to operation 735. If “no,” processing proceeds to operation 740. At operation 735, the system may execute the next read request and then proceed to operation 700. Next, at operation 740, the system may determine whether the next write request is available for execution. If “yes,” processing proceeds to operation 745. If “no,” processing proceeds to operation 700. At operation 745, the system executes the next write request and then processing returns to operation 700.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Memory System (AREA)
- Multi Processors (AREA)
- Use Of Switch Circuits For Exchanges And Methods Of Control Of Multiplex Exchanges (AREA)
- Communication Control (AREA)
- Vehicle Body Suspensions (AREA)
- Time-Division Multiplex Systems (AREA)
- Dram (AREA)
Abstract
Description
Claims
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP03787294A EP1579335B1 (en) | 2002-12-31 | 2003-12-10 | Read-write switching method for a memory controller |
| DE60323151T DE60323151D1 (en) | 2002-12-31 | 2003-12-10 | METHOD FOR SWITCHING BETWEEN READING AND WRITING IN A MEMORY CONTROLLER |
| AU2003294679A AU2003294679A1 (en) | 2002-12-31 | 2003-12-10 | Read-write switching method for a memory controller |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US10/335,485 US7093059B2 (en) | 2002-12-31 | 2002-12-31 | Read-write switching method for a memory controller |
| US10/335,485 | 2002-12-31 |
Publications (3)
| Publication Number | Publication Date |
|---|---|
| WO2004061672A2 true WO2004061672A2 (en) | 2004-07-22 |
| WO2004061672A3 WO2004061672A3 (en) | 2004-10-14 |
| WO2004061672A8 WO2004061672A8 (en) | 2008-08-21 |
Family
ID=32655361
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2003/039155 Ceased WO2004061672A2 (en) | 2002-12-31 | 2003-12-10 | Read-write switching method for a memory controller |
Country Status (9)
| Country | Link |
|---|---|
| US (1) | US7093059B2 (en) |
| EP (1) | EP1579335B1 (en) |
| KR (1) | KR100865188B1 (en) |
| CN (1) | CN100476985C (en) |
| AT (1) | ATE405885T1 (en) |
| AU (1) | AU2003294679A1 (en) |
| DE (1) | DE60323151D1 (en) |
| TW (1) | TWI253563B (en) |
| WO (1) | WO2004061672A2 (en) |
Families Citing this family (27)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7127574B2 (en) * | 2003-10-22 | 2006-10-24 | Intel Corporatioon | Method and apparatus for out of order memory scheduling |
| US8081182B2 (en) * | 2004-03-03 | 2011-12-20 | Qualcomm Incorporated | Depth buffer for rasterization pipeline |
| US20060069888A1 (en) * | 2004-09-29 | 2006-03-30 | International Business Machines (Ibm) Corporation | Method, system and program for managing asynchronous cache scans |
| US20060129726A1 (en) * | 2004-12-09 | 2006-06-15 | International Business Machines Corporation | Methods and apparatus for processing a command |
| US8082396B2 (en) * | 2005-04-28 | 2011-12-20 | International Business Machines Corporation | Selecting a command to send to memory |
| US8065457B2 (en) * | 2005-09-09 | 2011-11-22 | Advanced Micro Devices, Inc. | Delayed memory access request arbitration |
| US7698498B2 (en) * | 2005-12-29 | 2010-04-13 | Intel Corporation | Memory controller with bank sorting and scheduling |
| SA07280459B1 (en) | 2006-08-25 | 2011-07-20 | بيورديو فارما إل. بي. | Tamper Resistant Oral Pharmaceutical Dosage Forms Comprising an Opioid Analgesic |
| US7596647B1 (en) | 2006-09-18 | 2009-09-29 | Nvidia Corporation | Urgency based arbiter |
| US8060692B2 (en) * | 2008-06-27 | 2011-11-15 | Intel Corporation | Memory controller using time-staggered lockstep sub-channels with buffered memory |
| US20100250826A1 (en) * | 2009-03-24 | 2010-09-30 | Micron Technology, Inc. | Memory systems with a plurality of structures and methods for operating the same |
| CN101557419B (en) * | 2009-05-06 | 2012-07-11 | 成都市华为赛门铁克科技有限公司 | Data reading and writing system and data management method |
| US11614893B2 (en) | 2010-09-15 | 2023-03-28 | Pure Storage, Inc. | Optimizing storage device access based on latency |
| US12008266B2 (en) | 2010-09-15 | 2024-06-11 | Pure Storage, Inc. | Efficient read by reconstruction |
| US11275509B1 (en) | 2010-09-15 | 2022-03-15 | Pure Storage, Inc. | Intelligently sizing high latency I/O requests in a storage environment |
| JP5547154B2 (en) * | 2011-09-21 | 2014-07-09 | 株式会社東芝 | Memory device |
| US8996782B2 (en) | 2012-03-23 | 2015-03-31 | Kabushiki Kaisha Toshiba | Memory system and bank interleaving method |
| KR102205899B1 (en) * | 2014-02-27 | 2021-01-21 | 삼성전자주식회사 | Method and apparatus for avoiding bank conflict in memory |
| TWI541647B (en) * | 2015-02-06 | 2016-07-11 | 瑞昱半導體股份有限公司 | Memory controller and associated control method |
| US10180803B2 (en) | 2015-07-28 | 2019-01-15 | Futurewei Technologies, Inc. | Intelligent memory architecture for increased efficiency |
| US10437480B2 (en) * | 2015-12-01 | 2019-10-08 | Futurewei Technologies, Inc. | Intelligent coded memory architecture with enhanced access scheduler |
| US9837135B2 (en) * | 2016-03-03 | 2017-12-05 | Samsung Electronics Co., Ltd. | Methods for addressing high capacity SDRAM-like memory without increasing pin cost |
| US11048437B2 (en) | 2019-02-28 | 2021-06-29 | Micron Technology, Inc. | Double threshold controlled scheduling of memory access commands |
| CN114691431B (en) * | 2020-12-31 | 2025-04-08 | 上海寒武纪信息科技有限公司 | Data synchronization method, system and related equipment |
| CN113177012A (en) * | 2021-05-12 | 2021-07-27 | 成都实时技术股份有限公司 | PCIE-SRIO data interaction processing method |
| US11755246B2 (en) * | 2021-06-24 | 2023-09-12 | Advanced Micro Devices, Inc. | Efficient rank switching in multi-rank memory controller |
| US12487925B2 (en) * | 2023-06-02 | 2025-12-02 | Qualcomm Incorporated | Rank interleaving for system meta mode operations in a dynamic random access memory (DRAM) memory device |
Family Cites Families (16)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| GB8401804D0 (en) | 1984-01-24 | 1984-02-29 | Int Computers Ltd | Data storage apparatus |
| EP0425550B1 (en) | 1988-06-30 | 1995-01-04 | Wang Laboratories, Inc. | Memory control unit |
| US5784582A (en) * | 1996-10-28 | 1998-07-21 | 3Com Corporation | Data processing system having memory controller for supplying current request and next request for access to the shared memory pipeline |
| US6272600B1 (en) | 1996-11-15 | 2001-08-07 | Hyundai Electronics America | Memory request reordering in a data processing system |
| US5948081A (en) | 1997-12-22 | 1999-09-07 | Compaq Computer Corporation | System for flushing queued memory write request corresponding to a queued read request and all prior write requests with counter indicating requests to be flushed |
| US6233661B1 (en) * | 1998-04-28 | 2001-05-15 | Compaq Computer Corporation | Computer system with memory controller that hides the next cycle during the current cycle |
| US6219765B1 (en) | 1998-08-03 | 2001-04-17 | Micron Technology, Inc. | Memory paging control apparatus |
| US6216178B1 (en) | 1998-11-16 | 2001-04-10 | Infineon Technologies Ag | Methods and apparatus for detecting the collision of data on a data bus in case of out-of-order memory accesses of different times of memory access execution |
| US6389520B2 (en) * | 1998-12-23 | 2002-05-14 | Micron Technology, Inc. | Method for controlling out of order accessing to a multibank memory |
| US6393512B1 (en) * | 1999-09-27 | 2002-05-21 | Ati International Srl | Circuit and method for detecting bank conflicts in accessing adjacent banks |
| US6393534B1 (en) * | 1999-09-27 | 2002-05-21 | Ati International Srl | Scheduler for avoiding bank conflicts in issuing concurrent requests to main memory |
| US6622225B1 (en) * | 2000-08-31 | 2003-09-16 | Hewlett-Packard Development Company, L.P. | System for minimizing memory bank conflicts in a computer system |
| US6662265B1 (en) * | 2000-08-31 | 2003-12-09 | Hewlett-Packard Development Company, L.P. | Mechanism to track all open pages in a DRAM memory system |
| US6938133B2 (en) * | 2001-09-28 | 2005-08-30 | Hewlett-Packard Development Company, L.P. | Memory latency and bandwidth optimizations |
| AU2003256468A1 (en) * | 2002-07-09 | 2004-01-23 | Globespanvirata Incorporated | Method and system for improving access latency of multiple bank devices |
| US7127574B2 (en) * | 2003-10-22 | 2006-10-24 | Intel Corporatioon | Method and apparatus for out of order memory scheduling |
-
2002
- 2002-12-31 US US10/335,485 patent/US7093059B2/en not_active Expired - Fee Related
-
2003
- 2003-12-10 DE DE60323151T patent/DE60323151D1/en not_active Expired - Lifetime
- 2003-12-10 WO PCT/US2003/039155 patent/WO2004061672A2/en not_active Ceased
- 2003-12-10 KR KR1020057012265A patent/KR100865188B1/en not_active Expired - Fee Related
- 2003-12-10 EP EP03787294A patent/EP1579335B1/en not_active Expired - Lifetime
- 2003-12-10 AU AU2003294679A patent/AU2003294679A1/en not_active Abandoned
- 2003-12-10 AT AT03787294T patent/ATE405885T1/en not_active IP Right Cessation
- 2003-12-11 TW TW092135045A patent/TWI253563B/en not_active IP Right Cessation
- 2003-12-31 CN CNB2003101248260A patent/CN100476985C/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| AU2003294679A8 (en) | 2004-07-29 |
| AU2003294679A1 (en) | 2004-07-29 |
| DE60323151D1 (en) | 2008-10-02 |
| EP1579335B1 (en) | 2008-08-20 |
| CN1519854A (en) | 2004-08-11 |
| WO2004061672A8 (en) | 2008-08-21 |
| WO2004061672A3 (en) | 2004-10-14 |
| KR20050093809A (en) | 2005-09-23 |
| KR100865188B1 (en) | 2008-10-23 |
| TWI253563B (en) | 2006-04-21 |
| TW200413913A (en) | 2004-08-01 |
| EP1579335A2 (en) | 2005-09-28 |
| US20040128428A1 (en) | 2004-07-01 |
| ATE405885T1 (en) | 2008-09-15 |
| CN100476985C (en) | 2009-04-08 |
| US7093059B2 (en) | 2006-08-15 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP1579335B1 (en) | Read-write switching method for a memory controller | |
| US6389514B1 (en) | Method and computer system for speculatively closing pages in memory | |
| EP1540485B1 (en) | Out of order dram sequencer | |
| US5889714A (en) | Adaptive precharge management for synchronous DRAM | |
| TWI457753B (en) | Memory controller and method for managing access to memory | |
| KR100824487B1 (en) | Buffered writes and memory page control | |
| US6687172B2 (en) | Individual memory page activity timing method and system | |
| US20120246401A1 (en) | In-memory processor | |
| WO2015054093A1 (en) | Data processor with memory controller for high reliability operation and method | |
| US6549991B1 (en) | Pipelined SDRAM memory controller to optimize bus utilization | |
| US10055169B2 (en) | Memory system and read request management method thereof | |
| US6622222B2 (en) | Sequencing data on a shared data bus via a memory buffer to prevent data overlap during multiple memory read operations | |
| US20050204093A1 (en) | Memory post-write page closing apparatus and method | |
| US20070247953A1 (en) | Memory control method and apparatuses | |
| US6392935B1 (en) | Maximum bandwidth/minimum latency SDRAM interface | |
| CN113946435A (en) | Memory management technology and computer system | |
| US12417024B2 (en) | Transforming all-bank processing-in-memory operations into multiple masked processing-in-memory operations | |
| KR102749765B1 (en) | Memory management techniques and computer systems | |
| Balasubramonian | Memory System Basics for Every Architect |
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 NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG UZ VC VN YU ZA ZM ZW |
|
| AL | Designated countries for regional patents |
Kind code of ref document: A2 Designated state(s): BW 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 | ||
| WWE | Wipo information: entry into national phase |
Ref document number: 2003787294 Country of ref document: EP |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 1020057012265 Country of ref document: KR |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWP | Wipo information: published in national office |
Ref document number: 1020057012265 Country of ref document: KR |
|
| WWP | Wipo information: published in national office |
Ref document number: 2003787294 Country of ref document: EP |
|
| NENP | Non-entry into the national phase |
Ref country code: JP |
|
| WWW | Wipo information: withdrawn in national office |
Country of ref document: JP |