The disclosed embodiments relate generally to memory systems, components, and methods.
The detailed description is illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which like reference numerals refer to similar elements and in which:
Memory module 100 serves as physical memory in support of a computer operating system that, using a combination of hardware and software, maps memory addresses used by a program, called virtual addresses, into physical addresses PA of memory module 100. Virtual address space is commonly divided into 4 KB (4096b) pages, which are blocks of contiguous virtual memory addresses. The operating system maintains a page table in DRAM cache 105 or elsewhere that stores a mapping between virtual addresses VA and physical addresses PA. Module controller 115 maintains mapping tables within DRAM cache 105 that associate physical addresses PA with NVM addresses FA. The concept of virtual memory is well known to those of skill in the art so a detailed treatment is omitted.
DRAM cache 105 and NVM 110 are each divided into 4 KB physical pages in support of the 4 KB virtual pages of the operating system. Cache 105 is logically divided into thirty-two (25) sets Set[31:0] of 512KB (219) 4KB (212) pages 125. Each page 125 includes sixty-four (26) eighty-byte (80B) cache lines 130, each of which includes the following eight fields:
NVM 110, flash memory in this embodiment, offers e.g. sixteen times the data storage of cache 105, which allows the host to specify 240 individual data bytes (1 TB). NVM 110 is divided into 1M (220) erase blocks 140, only one of which is depicted here. Each erase block 140 includes an eight-by-eight array of NVM pages 145, each with 256 (28) 64B cache lines 150. Six NVM byte-address bits, which address individual bytes in the 64B cache line, are not used. NVM 110 may include one or more of single-level-cell or multi-level-cell flash memory, phase-change memory, magneto-resistive RAM, ferroelectric RAM, Nano-RAM, oxygen vacancy or conductive bridge filament resistance RAM (ReRAM), and a proprietary memory available from Intel Corporation under the trademark 3 D XPOINT.
Memory module 100 communicates 80B cache lines with the requesting host. These 80B cache lines provide an access granularity of 72B, 64B for data and 8B for error-detection and correction (EDC). DRAM pages 125 store 80B cache lines and accommodate the host's 72B access granularity. NVM pages 145 store 64B cache lines and are thus limited to data storage in this embodiment. That is, fields P, S[1:0], D, Tag, MAPFP, and MAPPF, and EDC are not stored in NVM 110. NVM 110 can be organized to store some or all of this information in other embodiments.
Each write request from the host is directed to a physical address PA and includes 64B of data and 8B of EDC that is a function of the data. Module controller 115, responsive to such a request:
Module controller 115 allocates an erased NVM cache line 150 in NVM 110 for the physical address PA associated with the data written to DRAM cache 105 and updates map entries MAPFP and MAPPF accordingly, but does not write to NVM 110 unless and until the cached data is evicted from DRAM cache 105. The mapping fields in a given cache line 130 are not specific to the cache line; rather, the collective fields of MAPFP and MAPPF provide table entries for mapping between physical and NVM addresses. In the instant example, 64B of data from a full DRAM cache line 130 in cache set Set0 is mapped to an erased NVM cache line 150 and the mapping between the physical address PA and the NVM address FA of the erased NVM cache line is stored in a separate DRAM cache line 130 in cache set Set30.
Error detection and correction (EDC) is well understood by those of skill in the art so a detailed treatment is omitted. Briefly, DRAM can be sensitive to “soft errors” due to e.g. electrical or magnetic interference. EDC techniques allocate a fraction of DRAM storage to “checksum” information calculated by the external host and conveyed with each unit of stored data. A checksum read with each 64B cache line can then be used by the remote host to detect and correct errors. NVM is generally less sensitive to soft errors than volatile memory, and is consequently organized in a fashion that is not optimized to store the checksums used in DRAM cache 105 for EDC. EDC storage can be set aside in NVM 110, or a separate and generally less robust form of EDC can be used for data stored in NVM 110. In the latter case module controller 115 can perform EDC calculations for data conveyed between DRAM cache 105 and NVM 110.
Memory module 100 remains in state S01 for subsequent read (RD) and write (WR) accesses to physical address PA. The allocated NVM cache line remains empty. A process that calls memory function Free(PA) can return physical address PA to state S00 so that it can be reallocated to another process. Physical address PA can also leave state S01 if the data stored in DRAM cache 105 is evicted to make room for a write to another physical address. Upon eviction, module controller 115 selects a new flash address FA′, copies the contents of the evicted DRAM cache line to the new flash address FA′, sets the valid and dirty bits V and D of the DRAM cache line to zero, sets state field S[1:0] to 10, and updates the mapping tables to reflect the state change and the new mapping between the physical and NVM addresses. State S10 thus retains the evicted data in NVM 110 leaving the DRAM cache line marked invalid.
Module controller 115 transitions physical address PA to state S00 if freed, or to state S11 responsive to an access request. If the access request is a write request, the dirty bit D of the newly allocated DRAM cache line is set to one. For both read and write requests, module controller 115 reads the NVM address FA from the MAPPF table and loads the 4K page 145 that includes the requested cache line from NVM address FA to the newly allocated DRAM page 125. In state S11 memory module 100 responds to read and write requests from the DRAM cache line until the cache line is evicted or the physical address PA is freed. If evicted, and the DRAM cache line has not been overwritten since it was copied from NVM (i.e., it is not dirty), then physical address PA returns to state S10. If a dirty cache line is evicted then module controller 115 selects a new flash address FA′, copies the evicted DRAM cache line into the new flash address FA′, sets the valid and dirty bits V and D of the DRAM cache line to zero, sets state field S[1:0] to 10, and updates the mapping tables to reflect the new mapping between the physical and NVM addresses and the state change to 10.
Module controller 115 includes two registers that keep track of the amount of available erased pages in NVM 110: a head register HeadF contains the address of the next empty one of NVM pages 145 to receive data writes, and a tail register TailF contains the address of the one of erase units 140 storing the eldest data. The erase unit with the eldest data is likely to be among the erase units with the highest number of invalid page entries. Erasing the erase unit with the eldest data is therefore likely to free up a relatively large number of NVM pages 145 for future writes. Module controller 115 communicates with the other components of memory system 300 over a number of ports. Descriptions of some of those ports are provided below in connection with
Reads and writes to NVM 110 may be performed one 4 KB page at a time, in a random-access fashion, but erasures are carried out on erase blocks 140. Each page 145 within an erased block 140 can be written to or read from. Once written to, however, a page 145 cannot be written to again until the entire erase block 140 is erased. Cache sets Set[31:0], at the direction of module controller 115, cache data and related information as noted previously, while tables 310 and 315 keep track of which physical addresses correspond to data in DRAM cache 105 and NVM 110. In one embodiment each of 229 cache lines 130 has 6B for MAPPF and MAPFP table entries. Of these resources, about 16M are used for MAPPF entries and 256M for MAPFP entries. These distributed tables include tags to distinguish the states S00 through S11 for physical addresses mapped to NVM 110 that do not have a corresponding entry in the DRAM cache. This state information is used in a garbage-collection process, detailed below, used to reallocate invalid flash pages. Virtual-to-physical and physical-to-virtual address translation tables (not shown) may be held in secondary memory, and may be moved to memory system 300 by paging software (also not shown).
Module controller 115 tracks dirty pages 125—shaded—in DRAM cache sets Set[30:0]. Dirty pages are those that include changes not reflected in corresponding memory locations within NVM 110. NVM pages 145 can be erased or can contain information that is either valid or invalid. Module controller 115 accesses 80B cache lines in DRAM cache 105 and stores ⅘th of this information (64B data for each cache line of each page) in a related NVM page 145 if the cache line is evicted from the DRAM cache. Limiting writes to NVM 110 to data evicted from DRAM cache 105 prolongs the service life of memory with endurance that is low relative to DRAM.
As detailed in connection with
The number of NVM pages 145 marked as invalid will increase over time. A garbage-collection process is performed from time to time to recover invalid pages for subsequent use. In one embodiment module controller 115 compares the head and tail pointers of registers HeadF and TailF to sense when the number of erased NVM pages 145 drops below a threshold, in which case module controller 115 copies each valid page in the eldest erase block 140 into a page 145 at head pointer HeadF before erasing the erase block and changing the contents of register TailF to point to the next candidate erase block 140 for an erase operation. Table 310 allows module controller 115 to quickly look up a physical address associated with a given NVM page 145 and issue a request to DRAM cache 105 to find whether that NVM page 145 contains valid data to be moved to the head pointer. In some embodiments module controller 115 maintains a table in physical memory 108 that keeps track of the number of invalid pages in each erase block 130. When the number of erased pages falls below some threshold, an erase block with many or the most invalid pages may be erased. Other wear-leveling schemes can be used in other embodiments.
Module half 515(0) includes a module controller 518(0), sometimes referred to as an address buffer or a register or registering clock driver (RCD). Module controller 518(0) can be a single integrated-circuit (IC) component that manages five memory slices 525[4:0] at the direction of external controller 510.
Each slice 525[4:0] includes two NVM components 530F, two DRAM components 530D, and a data-buffer (DB) component 535. Memory components 530F are NAND flash components, but other types nonvolatile memory can be used. DRAM components 530D collectively have e.g. one one-sixteenth ( 1/16th) the storage capacity of flash components 530F. Among other tasks, each DB component 535 works with module controller 518(0) to manage the flow of data between DRAM components 530D of the same slice and flash components 530F from the same or different slices. The following discussion focuses on memory slice 525[4], the slice in module half 515(0) closest to module controller 518(0). The remaining slices 525[3:0] are essentially identical. DRAM and flash memories can be arranged differently in other embodiments. Where DRAM components 530D are organized in slices, for example, it could be that flash components 530F are separate from all or a subset of these slices. For example, only every other slice with one or more DRAM component might also include NVM.
Module controller 518(0) receives commands from external controller 510 via links CA0 [15:0] and returns status information via links Stat0[1:0]. Module controller 518(0) also controls: DB components 535[4:0] via a local communication bus BCOM; DRAM components 530D via a DRAM control bus CSs/CAs (for chip-select/command, and address); and flash components 530F via a flash data and control bus ADQf. In one embodiment, bus ADQf conforms to an interface specification known as ONFI, for “Open NAND Flash Interface.” Other embodiments can use different interfaces and different types of volatile or nonvolatile memory.
Remaining focused on slice 525[4], DB component 535[4] communicates with controller 510 via eight primary data links DQp[39:32] and with DRAM components 530D via a corresponding eight secondary data links DQs[39:32]. Read and write memory accesses are accomplished in sixteen-bit bursts, so DB component 535[4] communicates 528 bits (4×2×16b=128b) for each memory access, and the five slices 525[4:0] of module half 515(0) communicate a cumulative 640 bits (5×128b=640b) with external controller 510. Using ten-bit bytes, module half 515(0) thus exhibits an access granularity of sixty-four bytes (64B). DRAM components 530D are collectively employed as cache memory, and the data sets transferred between DRAM components 530D and controller 510 are 80B cache lines 130 of the type introduced in
Suitable caching methods and circuits are detailed in international application PCT/US2017/055908 to Ware et al. entitled “Hybrid Memory Module,” which is incorporated herein by reference. Briefly, external controller 510 issues commands to access (read or write) data associated with specific physical addresses. Module controller compares cache-tag bits with physical address bits to determine whether the requested data is cached in DRAM components 530D. If so, then module controller 518(0) manages access to that cache line in a rank of ten DRAM components 530D via five DB components 535[4:0]. In this context, a “rank” refers to a set of components that module controller 518(0) accesses (read or write) responsive to a host-side memory request. Each DRAM component 530D has a data width of four bits, so module half 515(0) has a rank width of forty bits. If the accessed physical address does not have a corresponding entry in cache—a so-called cache miss—module controller 518(0) manages the requested data in the manner detailed above in connection with
Flash components 530F have a higher access granularity than DRAM components 530D. When moving data from flash to DRAM, module controller 518(0) manages this disparity by reading a cache line from one flash component 530F via local bus ADQf and distributing the requested cache line evenly across all ten DRAM components 530D of module half 515(0). Data from ten DRAM components 530D are combined and conveyed to one flash component 540F to convey a cache line from DRAM to Flash.
In a wide mode, module 515 supports ranks of twenty DRAM components 530D; links 517 between address buffers 518(0) and 518(1) allow cache lines from one or more flash components 530F to be distributed across all twenty DRAM components 530D. A local bidirectional or paired unidirectional daisy-chain data bus DQt provides point-to-point connections between module controller 518(0) and each slice 525[4:0]. Caching a subset of each cache line in each DRAM component 530D supports parallel, high-speed read and write access for host controller 510. Storing complete flash cache lines in individual flash components 530F facilitates fast and efficient cache write-back and garbage-collection processes.
While the subject matter has been described in connection with specific embodiments, other embodiments are also envisioned. For example, some systems employ error-detection checksums and circuitry to report errors in lieu of more complex EDC support capable of error correction. Other variations will be evident to those of skill in the art. Therefore, the spirit and scope of the appended claims should not be limited to the foregoing description. Only those claims specifically reciting “means for” or “step for” should be construed in the manner required under the sixth paragraph of 35 U.S.C. § 112.
Number | Name | Date | Kind |
---|---|---|---|
4520458 | Hattori et al. | May 1985 | A |
5261110 | Mitsuishi et al. | Nov 1993 | A |
5313650 | Mitsuishi et al. | May 1994 | A |
5630097 | Orbits et al. | May 1997 | A |
5893152 | Fuller et al. | Apr 1999 | A |
5933844 | Young | Aug 1999 | A |
5996055 | Woodman | Nov 1999 | A |
6000006 | Bruce et al. | Dec 1999 | A |
6029224 | Asthana et al. | Feb 2000 | A |
6119205 | Wicki et al. | Sep 2000 | A |
6442666 | Stracovsky | Aug 2002 | B1 |
6467031 | Fanning | Oct 2002 | B1 |
6601131 | Sezaki et al. | Jul 2003 | B2 |
6772315 | Perego | Aug 2004 | B1 |
6801994 | Beckert et al. | Oct 2004 | B2 |
6889304 | Perego et al. | May 2005 | B2 |
7093071 | Rudelic | Aug 2006 | B2 |
7269708 | Ware | Sep 2007 | B2 |
7475292 | Avritzer et al. | Jan 2009 | B2 |
7757045 | Shannon et al. | Jul 2010 | B2 |
7881145 | Lee et al. | Feb 2011 | B2 |
8250328 | Farrell et al. | Aug 2012 | B2 |
8300477 | Haukness et al. | Oct 2012 | B2 |
8427891 | Best | Apr 2013 | B2 |
8554982 | Nishihara et al. | Oct 2013 | B2 |
8645617 | Shaeffer et al. | Feb 2014 | B2 |
8694716 | Bildgen et al. | Apr 2014 | B2 |
8745315 | Ware et al. | Jun 2014 | B2 |
8874827 | Guo et al. | Oct 2014 | B2 |
8914568 | Chinnaswamy et al. | Dec 2014 | B2 |
9158672 | Zheng et al. | Oct 2015 | B1 |
9165639 | Ware et al. | Oct 2015 | B2 |
9378142 | Ramanujan et al. | Jun 2016 | B2 |
20020087792 | Arimilli et al. | Jul 2002 | A1 |
20070260820 | Qureshi et al. | Nov 2007 | A1 |
20080010408 | Shen et al. | Jan 2008 | A1 |
20100077136 | Ware et al. | Mar 2010 | A1 |
20100115191 | Hampel et al. | May 2010 | A1 |
20100185816 | Sauber | Jul 2010 | A1 |
20100332727 | Kapil et al. | Dec 2010 | A1 |
20110055458 | Kuehne | Mar 2011 | A1 |
20110060875 | Haukness et al. | Mar 2011 | A1 |
20110066790 | Mogul | Mar 2011 | A1 |
20110072302 | Sartore | Mar 2011 | A1 |
20110107032 | Shen et al. | May 2011 | A1 |
20120137055 | Lee et al. | May 2012 | A1 |
20120151119 | Yoshida et al. | Jun 2012 | A1 |
20120324147 | Lai | Dec 2012 | A1 |
20120324156 | Muralimanohar | Dec 2012 | A1 |
20140006742 | Tokumitsu | Jan 2014 | A1 |
20140052900 | Dai | Feb 2014 | A1 |
20140059275 | Yun | Feb 2014 | A1 |
20140208047 | Vembu et al. | Jul 2014 | A1 |
20150103479 | Ware et al. | Apr 2015 | A1 |
20150106545 | Godard et al. | Apr 2015 | A1 |
20150143034 | Chinnaswamy et al. | May 2015 | A1 |
20160170670 | Lesartre et al. | Jun 2016 | A1 |
20160196208 | Choi | Jul 2016 | A1 |
20160202936 | Lesartre et al. | Jul 2016 | A1 |
20160239685 | Li et al. | Aug 2016 | A1 |
20170060752 | Wei | Mar 2017 | A1 |
20170206165 | Lim | Jul 2017 | A1 |
20180107595 | Jung | Apr 2018 | A1 |
20180300258 | Wokhlu et al. | Oct 2018 | A1 |
Number | Date | Country |
---|---|---|
101727978 | Jun 2010 | CN |
103026346 | Apr 2013 | CN |
103176752 | Jun 2013 | CN |
106205706 | Dec 2016 | CN |
106205708 | Dec 2016 | CN |
WO-2011-081846 | Jul 2011 | WO |
WO-2012-087471 | Jun 2012 | WO |
Entry |
---|
Alameldeen, Alaa R., et al. “Energy-efficient cache design using variable-strength error-correcting codes.” ACM SIGARCH Computer Architecture News 39.3 (2011): 461-472. (Year: 2011). |
Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, or the Declaration With Mail Date Dec. 4, 2018 re: Int'l Appln. No. PCT/US18/054206. 18 Pages. |
Smith, Eric, “Memory Error Detection and Correction”, Published Aug. 23, 1996. 2 pages. ,http://www.brouhaha.com/˜eric/computers/ecc.html#:-: text=This%20is%20shy%20parity%20is,extension%20of%20the%20parity%20concept.&text=In%20fact%2C%20the%20code%20is,Double%20Error%20Detection%20(SECDED).>. (Year: 1996). |
CN Office Action with Mail Date Feb. 27, 2023 re: CN Appln. No. 201880078333.2. 15 pages. |
Number | Date | Country | |
---|---|---|---|
20230359559 A1 | Nov 2023 | US |
Number | Date | Country | |
---|---|---|---|
62609925 | Dec 2017 | US | |
62571395 | Oct 2017 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 17702505 | Mar 2022 | US |
Child | 18203569 | US | |
Parent | 16652234 | US | |
Child | 17702505 | US |