Non-volatile random-access memory: Difference between revisions

Content deleted Content added
Added link to sequential access memory
Tags: Visual edit Mobile edit Mobile web edit
m unpiped links using script
 
(21 intermediate revisions by 15 users not shown)
Line 1:
{{short description|Type of computer memory}}
{{Broader|Non-volatile memory}}
{{See also|Nonvolatile BIOS memory}}
{{Memory types}}
[[File:DS1225.JPG | thumb | right | Non-volatile RAM takes various form factors including this tall IC with pins for a socket or soldering beneath.]]
'''Non-volatile random-access memory''' ('''NVRAM''') is [[random-access memory]] that retains data without applied power. This is in contrast to [[dynamic random-access memory]] (DRAM) and [[static random-access memory]] (SRAM), which both maintain data only for as long as power is applied, or forms of [[Sequential access memory|sequential-access memory]] such as [[magnetic tape]], which cannot be randomly accessed but which retains data indefinitely without electric power.
 
[[Read-only memory]] devices can be used to store system [[firmware]] in [[embedded system]]s such as an automotive ignition system control or home appliance. They are also used to hold the initial processor instructions required to [[Bootstrapping|bootstrap]] a computer system. Read-write memory such as NVRAM can be used to store calibration constants, passwords, or setup information, and may be integrated into a [[microcontroller]].
 
If the main memory of a computer system were non-volatile, it would greatly reduce the time required to start a system after a power interruption. Current existing types of semiconductor non-volatile memory have limitations in memory size, power consumption, or operating life that make them impractical for main memory. Development is going on for the use of non-volatile memory chips as a system's main memory, as [[persistent memory]]. KnownA standard for persistent memory known as [[NVDIMM#Types|NVDIMM-P]], which standard has been published in 2021.<ref>{{cite press release|url=https://www.jedec.org/news/pressreleases/jedec-ddr5-nvdimm-p-standards-under-development|title=JEDEC DDR5 & NVDIMM-P Standards Under Development|date=2017-03-30|publisher=[[JEDEC]]}}</ref><ref>{{cite press release|url=https://www.jedec.org/news/pressreleases/jedec-hold-workshops-ddr5-lpddr5-nvdimm-p-standards|title=JEDEC to Hold Workshops for DDR5, LPDDR5 & NVDIMM-P Standards|date=2019-09-05|publisher=JEDEC}}</ref><ref>{{cite press release|url=https://www.jedec.org/news/pressreleases/jedec-publishes-ddr4-nvdimm-p-bus-protocol-standard|title=JEDEC Publishes DDR4 NVDIMM-P Bus Protocol Standard|date=2021-02-17|publisher=JEDEC}}</ref>
 
==Early NVRAMs==
 
EarlySome early computers used core and[[magnetic drum memory systems]] which werewas non-volatile as a byproduct of theirits construction. The mostindustry commonmoved form of memory through the 1960s wasto [[magnetic-core memory]] in the later 1950s, which stored data in the polarity of small magnets. Since the magnets held their state even with the power removed, core memory was also non-volatile. Other memory types required constant power to retain data, such as [[vacuum tube]] or solid-state [[Flip-flop (electronics)|flip-flop]]s, [[Williams tube]]s, and semiconductor memory (static or dynamic RAM).
 
Advances in [[semiconductor fabrication]] in the 1970s led to a new generation of [[Solid state (electronics)|solid state]] memories that magnetic-core memory could not match on cost or density. Today dynamic RAM forms the vast majority of a typical computer's [[main memory]]. Many systems require at least some non-volatile memory. Desktop computers require permanent storage of the instructions required to load the operating system. Embedded systems, such as an engine control computer for a car, must retain their instructions when power is removed. Many systems used a combination of RAM and some form of ROM for these roles.
 
Custom [[Read-only memory|ROM]] integrated circuits were one solution. The memory contents were stored as a pattern of the last mask used for manufacturing the integrated circuit, and so could not be modified once completed.
 
[[Programmable read-only memory|PROM]] improved on this design, allowing the chip to be written electrically by the end-user. PROM consists of a series of diodes that are initially all set to a single value, "1" for instance. By applying higher power than normal, a selected diode can be "''burned out"'' (like a [[Fuse (electrical)|fuse]]), thereby permanently setting that bit to "0". PROM facilitated prototyping and small -volume manufacturing. Many semiconductor manufacturers provided a PROM version of their mask ROM part, so that development [[firmware]] could be tested before ordering a mask ROM.
 
Currently, the best-known form of both NV-RAM and [[EEPROM]] memory is [[flash memory]]. Some drawbacks to flash memory include the requirement to write it in larger blocks than many computers can automatically address, and the relatively limited longevity of flash memory due to its finite number of write-erase cycles (as of January 2010 most consumer flash products can withstand only around 100,000 rewrites before memory begins to deteriorate){{Citation needed|date=January 2020}}. Another drawback is the performance limitations preventing flash from matching the response times and, in some cases, the random addressability offered by traditional forms of RAM. Several newer technologies are attempting to replace flash in certain roles, and some even claim to be a truly [[universal memory]], offering the performance of the best SRAM devices with the non-volatility of flash. As of June 2018 these alternatives have not yet become mainstream.
 
Those who required real RAM-like performance and non-volatility typically have had to use conventional RAM devices and a battery backup. For example, IBM PC's and successors beginning with the [[IBM PC AT]] used [[nonvolatile BIOS memory]], often called ''CMOS RAM'' or ''parameter RAM'', and this was a common solution in other early microcomputer systems like the original [[Apple Macintosh]], which used a small amount of memory powered by a battery for storing basic setup information like the selected boot volume. (The original IBM PC and PC XT instead used DIP switches to represent up to 24 bits of system configuration data; DIP or similar switches are another, primitive type of programmable ROM device that was widely used in the 1970s and 1980s for very small amounts of data&mdash;typically no more than 8 bytes.) Before industry standardization on the IBM PC architecture, some other microcomputer models used battery-backed RAM more extensively: for example, in the [[TRS-80 Model 100]]/Tandy 102, all of the main memory (8 KB minimum, 32 KB maximum) is battery-backed SRAM. Also, in the 1990s many video game software cartridges (e.g. for consoles such as the [[Sega Genesis]]) included battery-backed RAM to retain saved games, high scores, and similar data. Also, some arcade video game cabinets contain CPU modules that include battery-backed RAM containing keys for on-the-fly game software decryption. Much larger battery -backed memories are still used today as [[cache (computing)|caches]] for high-speed [[database]]s that require a performance level newer NVRAM devices have not yet managed to meet.
 
==Floating-gate MOSFET==<!-- linked here by redirect [[NOVRAM]] -->
 
A huge advance in NVRAM technology was the introduction of the [[floating-gate MOSFET]] transistor, which led to the introduction of ''erasable programmable read-only memory'', or [[EPROM]]. EPROM consists of a grid of transistors whose ''gate'' terminal (the "switch") is protected by a high-quality insulator. By "pushing" electrons onto the base with the application of higher-than-normal voltage, the electrons become trapped on the far side of the insulator, thereby permanently switching the transistor "on" ("1"). EPROM can be re-setreset to the "''base state"'' (all "1"s1s or "0"s0s, depending on the design) by applying [[ultraviolet]] light (UV). The UV [[photon]]s have enough energy to push the electrons through the insulator and return the base to a ground state. At that point the EPROM can be re-written from scratch.
 
An improvement on EPROM, [[EEPROM]], soon followed. The extra "E" stands for ''electrically'', referring to the ability to reset EEPROM using electricity instead of UV, making the devices much easier to use in practice. The bits are re-set with the application of even higher power through the other terminals of the transistor (''source'' and ''drain''). This high -power pulse, in effect, sucks the electrons through the insulator, returning it to the ground state. This process has the disadvantage of mechanically degrading the chip, however, so memory systems based on floating-gate transistors in general have short write-lifetimes, on the order of 10<sup>5</sup> writes to any particular bit.
 
One approach to overcoming the rewrite count limitation is to have a standard [[ShadowStatic Randomrandom-access Access Memorymemory|SRAM]] where each bit is backed up by an EEPROM bit. In normal operation the chip functions as a fast SRAM and in case of power failure the content is quickly transferred to the EEPROM part, from where it gets loaded back at the next power up. Such chips were called '''NOVRAM'''s<!-- linked here by redirect [[NOVRAM]] --><ref>{{cite web|url=http://www.intersil.com/data/an/AN1146.pdf|title=X4C105 NOVRAM Features and Applications|first=Peter|last=Chan|date=2005-04-21|website=Intersil|archive-url=https://web.archive.org/web/20070614111904/http://www.intersil.com/data/an/AN1146.pdf|archive-date=2007-06-14}}</ref> by their manufacturers.
 
The basis of [[flash memory]] is identical to EEPROM, and differs largely in internal layout. Flash allows its memory to be written only in blocks, which greatly simplifies the internal wiring and allows for higher densities. [[Memory storage density]] is the main determinant of cost in most computer memory systems, and due to this flash has evolved into one of the lowest -cost solid-state memory devices available. Starting around 2000, demand for ever-greater quantities of flash have driven manufacturers to use only the latest fabrication systems in order to increase density as much as possible. Although fabrication limits are starting to come into play, new [[Multi-level cell|"multi-bit" techniques]] appear to be able to double or quadruple the density even at existing linewidthsline widths.
 
==Commercialized Alternatives==
==Newer approaches==
 
Flash and EEPROM's limited write-cycles are a serious problem for any real RAM-like role, however. In addition, the high power needed to write the cells is a problem in low-power roles, where NVRAM is often used. The power also needs time to be "''built up"'' in a device known as a [[charge pump]], which makes writing dramatically slower than reading, often as much as 1,000 times. A number of new memory devices have been proposed to address these shortcomings.
 
===Ferroelectric RAM===
 
To date, the only such system to enter widespread production is [[ferroelectric RAM]], or F-RAM (sometimes referred to as FeRAM). F-RAM is a [[random-access memory]] similar in construction to [[Dynamic Random Access Memory|DRAM]] but (instead of a [[dielectric]] layer like in DRAM) contains a thin ferroelectric film of [[lead zirconate titanate]] [{{chem2|Pb(Zr,Ti)O3}}], commonly referred to as PZT. The Zr/Ti atoms in the PZT change polarity in an electric field, thereby producing a binary switch. Unlike RAM devices, F-RAM retains its data memory when power is shut off or interrupted, due to the PZT crystal maintaining polarity. Due to this crystal structure and how it is influenced, F-RAM offers distinct properties from other nonvolatile memory options, including extremely high endurance (exceeding 10<sup>16</sup> access cycles for 3.3&nbsp;V devices), ultra low power consumption (since F-RAM does not require a charge pump like other non-volatile memories), single-cycle write speeds, and gamma radiation tolerance.<ref>{{cite web|url=http://www.ramtron.com/about-us/what-is-f-ram.aspx |title=F-RAM Memory Technology |website=Ramtron |access-date=2012-06-08 |archive-url=https://web.archive.org/web/20120418102351/http://www.ramtron.com/about-us/what-is-f-ram.aspx |archive-date=2012-04-18}}</ref> [[Ramtron International]] has developed, produced, and licensed [[ferroelectric RAM]] (F-RAM), and other companies that have licensed and produced F-RAM technology include [[Texas Instruments]], [[Rohm]], and [[Fujitsu]].
 
===Magnetoresistive RAM===
Line 46 ⟶ 48:
===Phase-change RAM===
 
Another solid-state technology to see more than purely experimental development is [[Phase-change RAM]], or PRAM. PRAM is based on the same storage mechanism as writable [[Compact Disk|CDs]] and [[DVD]]s, but reads them based on their changes in electrical resistance rather than changes in their optical properties. Considered a "dark horse" for some time, in 2006 [[Samsung]] announced the availability of a 512 Mbit part, considerably higher capacity than either MRAM or FeRAM. The areal density of these parts appears to be even higher than modern flash devices, the lower overall storage being due to the lack of multi-bit encoding. This announcement was followed by one from [[Intel]] and [[STMicroelectronics]], who demonstrated their own PRAM devices at the 2006 [[Intel Developer Forum]] in October.
 
[[Intel]] and [[STMicroelectronicsMicron Technology]] arehad nowa sellingjoint PRAMventure basedto devicessell toPRAM consumers,devices under the names [[3D XPoint]], Optane, and QuantX, which was discontinued in July 2022.<ref>{{cite news |last1=Mann |first1=Tobias |title=Why Intel killed its Optane memory business |url=https://www.theregister.com/2022/07/29/intel_optane_memory_dead/ |access-date=2022-11-18 |work=The Register |publisher=Situation Publishing |date=2022-07-29}}</ref><ref>{{cite web |url=https://pcper.com/2017/06/how-3d-xpoint-phase-change-memory-works/ | title=HOW 3D XPOINT PHASE-CHANGE MEMORY WORKS | date=June 2, 2017 |author=Allyn Malventano | website=PC Perspective}}</ref>
 
[[STMicroelectronics]] manufactures phase-change memory devices for automotive applications.
 
==Researched Alternatives==
 
===Millipede memory===
{{Main|Millipede memory}}
Perhaps one of the more innovative solutions is [[IBM Millipede|millipede memory]], developed by [[IBM]]. Millipede is, in essence, a [[punched card]] rendered using [[nanotechnology]] in order to dramatically increase areal density. Although it was planned to introduce Millipede as early as 2003, unexpected problems in development delayed this until 2005, by which point it was no longer competitive with flash. In theory the technology offers storage densities on the order of 1 Tbit/in²<sup>2</sup> (≈394≈155 Gbit/cm<sup>2</sup>), greater than even the best [[hard drive]] technologies currently in use ([[perpendicular recording]] offers 636 Gbit/in²<sup>2</sup> (≈250≈98.46 Gbit/cm<sup>2</sup>) as of Dec. 2011<ref name=636-gigabits>{{cite press release | url = http://www.hitachigst.com/press-room/2011/hitachi-gst-ships-one-terabyte-per-platter-hard-drives | title = Hitachi GST Ships One Terabyte Per Platter Hard Drives | access-date = 2011-12-17 | date = 2011-08-03 | publisher = [[Hitachi Global Storage Technologies]] | url-status = dead | archive-url = https://web.archive.org/web/20111026210519/http://www.hitachigst.com/press-room/2011/hitachi-gst-ships-one-terabyte-per-platter-hard-drives | archive-date = 2011-10-26}}</ref>), but future [[heat-assisted magnetic recording]] and [[patterned media]] together could support densities of 10 Tbit/in²<sup>2</sup><ref name=10-terabits>{{cite web | url = https://arstechnica.com/science/news/2010/05/new-hard-drive-write-method-packs-in-one-terabyte-per-inch.ars | title = New hard drive write method packs in one terabit per inch | access-date = 2011-12-17 | last = Johnston | first = Casey | date = 2011-05-07 | website = Ars Technica}}</ref> (≈3≈1.9555 Tbit/cm<sup>2</sup>). However, slow read and write times for memories this large seem to limit this technology to hard drive replacements as opposed to high-speed RAM-like uses, although to a very large degree the same is true of flash as well.
 
===FeFET memory===