请输入您要查询的百科知识:

 

词条 LPDDR
释义

  1. Bus width

  2. Generations

      LP-DDR(1)    LP-DDR2    LP-DDR3    LP-DDR4    LP-DDR4X    LP-DDR5  

  3. References

  4. External links

Low-Power Double Data Rate Synchronous Dynamic Random Access Memory, commonly abbreviated as Low-Power DDR SDRAM or LPDDR SDRAM, is a type of double data rate synchronous dynamic random-access memory that consumes less power and is targeted for mobile computers. It is also known as Mobile DDR, and abbreviated as mDDR.

Bus width

Properties of the different LP-DDR generations
LP-DDR
1 1E 2 2E 3 3E 4 4E5
Memory array clock (MHz) 200 266.7 200 266.7 200 266.7 200 266.7?
Prefetch size2n4n8n16n
I/O bus clock frequency (MHz) 200 266.7 400 533.4 800 1067 1600 2134?
Data transfer rate (DDR) (MT/s) 400 533.4 800 1067 1600 2134 3200 42676400
Supply voltage(s)1.8 V1.2 V, 1.8 V1.2 V, 1.8 V1.1 V, 1.8 V
Command/Address bus19 bits, SDR10 bits, DDR10 bits, DDR6 bits, SDR?

In contrast with standard SDRAM, used in stationary devices and laptops and is usually connected over a 64-bit wide memory bus, LPDDR also permits 16- or 32-bit wide channels.[1]

Not just as with standard SDRAM (non LP-DDR4 uses a prefetch of 8, not of 16), each generation of LPDDR has doubled the internal fetch size and external transfer speed.

Generations

LP-DDR(1)

The original low-power DDR (sometimes retroactively called LPDDR1) is a slightly modified form of DDR SDRAM, with several changes to reduce overall power consumption.

Most significant, the supply voltage is reduced from 2.5 to 1.8 V. Additional savings come from temperature-compensated refresh (DRAM requires refresh less often at low temperatures), partial array self refresh, and a "deep power down" mode which sacrifices all memory contents. Additionally, chips are smaller, using less board space than their non-mobile equivalents. Samsung and Micron are two of the main providers of this technology, which is used in tablet computing devices such as the iPhone 3GS, original iPad, Samsung Galaxy Tab 7.0 and Motorola Droid X.[2]

LP-DDR2

A new JEDEC standard JESD209-2E defines a more dramatically revised low-power DDR interface. It is not compatible with either DDR1 or DDR2 SDRAM, but can accommodate either:

  • LPDDR2-S2: 2n prefetch memory (like DDR1),
  • LPDDR2-S4: 4n prefetch memory (like DDR2), or
  • LPDDR2-N: Non-volatile (NAND flash) memory.

Low-power states are similar to basic LPDDR, with some additional partial array refresh options.

Timing parameters are specified for LPDDR-200 to LPDDR-1066 (clock frequencies of 100 to 533 MHz).

Working at 1.2 V, LPDDR2 multiplexes the control and address lines onto a 10-bit double data rate CA bus. The commands are similar to those of normal SDRAM, except for the reassignment of the precharge and burst terminate opcodes:

LPDDR2/LPDDR3 command encoding[3]
CK({{overline>RAS)({{overline>CAS)({{overline>WE) CA3 CA4 CA5 CA6 CA7 CA8 CA9 Operation
HHHNOP
HHLHHPrecharge all banks
HHLHLBA0BA1BA2Precharge one bank
HHLH A30 A31 A32 BA0BA1BA2Preactive
(LPDDR2-N only)
A20 A21 A22 A23 A24 A25 A26 A27 A28 A29
HHLLBurst terminate
HLHreserved C1 C2 BA0BA1BA2Read
(AP=auto-precharge)
AP C3 C4 C5 C6 C7 C8 C9 C10 C11
HLLreserved C1 C2 BA0BA1BA2Write
(AP=auto-precharge)
AP C3 C4 C5 C6 C7 C8 C9 C10 C11
LH R8 R9 R10 R11 R12 BA0BA1BA2Activate
(R0–14=Row address)
R0 R1 R2 R3 R4 R5 R6 R7 R13 R14
LH A15 A16 A17 A18 A19 BA0BA1BA2Activate
(LPDDR2-N only)
A5 A6 A7 A8 A9 A10 A11 A12 A13 A14
LLHHRefresh all banks
(LPDDR2-Sx only)
LLHLRefresh one bank
(Round-robin addressing)
LLLH MA0 MA1 MA2 MA3 MA4 MA5 Mode register read
(MA0–7=Address)
MA6 MA7
LLLL MA0 MA1 MA2 MA3 MA4 MA5 Mode register write
(OP0–7=Data)
MA6 MA7 OP0 OP1 OP2 OP3 OP4 OP5 OP6 OP7

Column address bit C0 is never transferred, and is assumed to be zero. Burst transfers thus always begin at even addresses.

LPDDR2 also has an active-low chip select (when high, everything is a NOP) and clock enable CKE signal, which operate like SDRAM. Also like SDRAM, the command sent on the cycle that CKE is first dropped selects the power-down state:

  • If the chip is active, it freezes in place.
  • If the command is a NOP ({{overline|CS}} low or CA0–2 = HHH), the chip idles.
  • If the command is a refresh command (CA0–2 = LLH), the chip enters the self-refresh state.
  • If the command is a burst terminate (CA0–2 = HHL), the chip enters the deep power-down state. (A full reset sequence is required when leaving.)

The mode registers have been greatly expanded compared to conventional SDRAM, with an 8-bit address space, and the ability to read them back. Although smaller than a serial presence detect EEPROM, enough information is included to eliminate the need for one.

S2 devices smaller than 4 Gbit, and S4 devices smaller than 1 Gbit have only four banks. They ignore the BA2 signal, and do not support per-bank refresh.

Non-volatile memory devices do not use the refresh commands, and reassign the precharge command to transfer address bits A20 and up. The low-order bits (A19 and down) are transferred by a following Activate command. This transfers the selected row from the memory array to one of 4 or 8 (selected by the BA bits) row data buffers, where they can be read by a Read command. Unlike DRAM, the bank address bits are not part of the memory address; any address can be transferred to any row data buffer. A row data buffer may be from 32 to 4096 bytes long, depending on the type of memory. Rows larger than 32 bytes ignore some of the low-order address bits in the Activate command. Rows smaller than 4096 bytes ignore some of the high-order address bits in the Read command.

Non-volatile memory does not support the Write command to row data buffers. Rather, a series of control registers in a special address region support Read and Write commands, which can be used to erase and program the memory array.

LP-DDR3

In May 2012, JEDEC published the JESD209-3 Low Power Memory Device Standard.[4][5][6] In comparison to LPDDR2, LPDDR3 offers a higher data rate, greater bandwidth and power efficiency, and higher memory density. LPDDR3 achieves a data rate of 1600 MT/s and utilizes key new technologies: write-leveling and command/address training,[7] optional on-die termination (ODT), and low-I/O capacitance. LPDDR3 supports both package-on-package (PoP) and discrete packaging types.

The command encoding is identical to LPDDR2, using a 10-bit double data rate CA bus.[5] However, the standard only specifies 8n-prefetch DRAM, and does not include the flash memory commands.

Products using LPDDR3 include the 2013 MacBook Air, iPhone 5S, iPhone 6, Nexus 10, Samsung Galaxy S4 (GT-I9500) and Microsoft Surface Pro 3.[8] LPDDR3 went mainstream in 2013, running at 800 MHz DDR (1600 MT/s), offering bandwidth comparable to PC3-12800 notebook memory in 2011 (12.8 GB/s of bandwidth).[9] To achieve this bandwidth, the controller must implement dual-channel memory. For example, this is the case for the Exynos 5 Dual[10] and the 5 Octa.[11]

Samsung Electronics introduced the first 4 gigabit 20 nm-class LPDDR3 modules capable of transmitting data at up to 2,133 Mbit/s per pin, more than double the performance of the older LPDDR2 which is only capable of 800 Mbit/s.[12] Various SoCs from various manufacturers also natively support 800 MHz LPDDR3 RAM. Such include the Snapdragon 600 and 800 from Qualcomm[13] as well as some SoCs from the Exynos and Allwinner series.

LP-DDR4

On 14 March 2012, JEDEC hosted a conference to explore how future mobile device requirements will drive upcoming standards like LPDDR4.[14] On 30 December 2013, Samsung announced that it had developed the first 20 nm-class 8 gibibit (1 GiB) LPDDR4 capable of transmitting data at 3,200 Mbit/s per pin, thus providing 50 percent higher performance than the fastest LPDDR3 and consuming around 40 percent less energy at 1.1 volts.[15][16]

On 25 August 2014, JEDEC published the JESD209-4 LPDDR4 Low Power Memory Device Standard.[17][19]

Significant changes include:

  • Doubling of the interface speed, and numerous consequent electrical changes, including changing the I/O standard to low-voltage swing-terminated logic (LVSTL)
  • Doubling of the internal prefetch size, and minimum transfer size
  • Change from a 10-bit DDR command/address bus to a 6-bit SDR bus
  • Change from one 32-bit wide bus to two independent 16-bit wide buses
  • Self-refresh is enabled by dedicated commands, rather than being controlled by the CKE line

The standard defines SDRAM packages containing two independent 16-bit access channels, each connected to up to two dies per package. Each channel is 16 data bits wide, has its own control/address pins, and allows access to 8 banks of DRAM. Thus, the package may be connected in three ways:

  • Data lines and control connected in parallel to a 16-bit data bus, and only chip selects connected independently per channel.
  • To two halves of a 32-bit wide data bus, and the control lines in parallel, including chip select.
  • To two independent 16-bit wide data buses

Each die provides 4, 6, 8, 12 or 16 gibibit of memory, half to each channel. Thus, each bank is one sixteenth the device size. This is organized into the appropriate number (16 Ki to 64 Ki) of 16384-bit (2048-byte) rows. Extension to 24 and 32 gibibit is planned, but it is not yet decided if this will be done by increasing the number of rows, their width, or the number of banks.

Larger packages providing double width (four channels) and up to four dies per pair of channels (8 dies total per package) are also defined.

Data is accessed in bursts of either 16 or 32 transfers (256 or 512 bits, 32 or 64 bytes, 8 or 16 cycles DDR). Bursts must begin on 64-bit boundaries.

Since the clock frequency is higher and the minimum burst length longer than earlier standards, control signals can be more highly multiplexed without the command/address bus becoming a bottleneck. LPDDR4 multiplexes the control and address lines onto a 6-bit single data rate CA bus. Commands require 2 clock cycles, and operations encoding an address (e.g. activate row, read or write column) require two commands. For example, to request a read from an idle chip requires four commands taking 8 clock cycles: Activate-1, Activate-2, Read, CAS-2.

The chip select line (CS) is active-high. The first cycle of a command is identified by chip select being high; it is low during the second cycle.

[18]{{Rp>151}}
First cycle (CS=H)Second cycle (CS=L)Operation
CA5 CA4 CA3 CA2 CA1 CA0 CA5 CA4 CA3 CA2 CA1 CA0
LLLLLLNo operation
HLLLLL 0 OP4 OP3 OP2 OP1 1 Multi-purpose command
ABHLLLLBA2BA1BA0Precharge (AB=all banks)
ABLHLLLBA2BA1BA0Refresh (AB=All banks)
HHLLLSelf-refresh entry
BLLLHLLAP C9 BA2BA1BA0Write-1 (+CAS-2)
HLHLLSelf-refresh exit
0LHHLLAP C9 BA2BA1BA0Masked Write-1 (+CAS-2)
HHHLL (reserved)
BLLLLHLAP C9 BA2BA1BA0Read-1 (+CAS-2)
C8 HLLHL C7 C6 C5 C4 C3 C2 CAS-2
HLHL (reserved)
OP7 LLHHL MA5 MA4 MA3 MA2 MA1 MA0 Mode Register Write-1 and -2
MA=Address, OP=Data
OP6 HLHHL OP5 OP4 OP3 OP2 OP1 OP0
LHHHL MA5 MA4 MA3 MA2 MA1 MA0 Mode Register Read (+CAS-2)
HHHHL (reserved)
R15 R14 R13 R12 LH R11 R10 R16 BA2BA1BA0Activate-1 and -2
R9 R8 R7 R6 HH R5 R4 R3 R2 R1 R0

The CAS-2 command is used as the second half of all commands that perform a transfer across the data bus, and provides low-order column address bits:

  • Read commands must begin on a column address which is a multiple of 4; there is no provision for communicating a non-zero C0 or C1 address bit to the memory.
  • Write commands must begin on a column address which is a multiple of 16; C2 and C3 must be zero for a write command.
  • Mode register read and some multi-purpose commands must also be followed by a CAS-2 command, however all the column bits must be zero (low).

The burst length can be configured to be 16, 32, or dynamically selectable by the BL bit of read and write operations.

One DMI (data mask/invert) signal is associated with each 8 data lines, and can be used to minimize the number of bits driven high during data transfers. When high, the other 8 bits are complemented by both transmitter and receiver. If a byte contains five or more 1 bits, the DMI signal can be driven high, along with three or fewer data lines. As signal lines are terminated low, this reduces power consumption.

(An alternative usage, where DMI is used to limit the number of data lines which toggle on each transfer to at most 4, minimises crosstalk. This may be used by the memory controller during writes, but is not supported by the memory devices.)

Data bus inversion can be separately enabled for reads and writes. For masked writes (which have a separate command code), the operation of the DMI signal depends on whether write inversion is enabled.

  • If DBI on writes is disabled, a high level on DMI indicates that the corresponding data byte is to be ignored and not written
  • If DBI on writes is enabled, a low level on DMI, combined with a data byte with 5 or more bits set, indicates a data byte to be ignored and not written.

LPDDR4 also includes a mechanism for "targeted row refresh" to avoid corruption due to "row hammer" on adjacent rows. A special sequence of three activate/precharge sequences specifies the row which was activated more often than a device-specified threshold (200,000 to 700,000 per refresh cycle). Internally, the device refreshes physically adjacent rows rather than the one specified in the activate command.[19][18]{{Rp |153–54}}

LP-DDR4X

Samsung Semiconductor proposed an LPDDR4 variant it called LPDDR4X.[20]{{Rp|11}} LPDDR4X is identical to LPDDR4 except additional power is saved by reducing the I/O voltage (Vddq) to 0.6 V from 1.1 V. On 9 January 2017, SK Hynix announced 8 and 6 GiB LPDDR4X packages.[21][22] JEDEC published the LPDDR4X standard on 8 March 2017.[23] Aside from the lower voltage, additional improvements include a single-channel die option for smaller applications, new MCP, PoP and IoT packages, and additional definition and timing improvements for the highest 4266 Mbit/s speed grade.

LP-DDR5

On 19 February 2019, JEDEC published the JESD209-5, Standard for Low Power Double Data Rate 5 (LPDDR5).[24]

Samsung announced it had working prototype LP-DDR5 chips in July 2018, and the following information can be inferred:[25]
  • Data transfer rate is increased to 6.4 Gbit/s/pin
  • Differential clocks are used
  • Prefetch is not doubled again, but remains 16n
  • The number of banks is increased to 16, divided into four DDR4-like bank groups
  • An additional "deep sleep" power-saving mode is available

References

1. ^{{cite web |url=http://processors.wiki.ti.com/index.php/LPDDR |title=LPDDR |work=Texas Instruments wiki |accessdate=10 March 2015}}
2. ^Anandtech Samsung Galaxy Tab - The AnandTech Review, December 23, 2010
3. ^{{Citation |url=http://www.jedec.org/sites/default/files/docs/JESD209-2B.pdf |title=JEDEC Standard: Low Power Double Data Rate 2 (LPDDR2) |date=February 2010 |accessdate=2010-12-30 |publisher=JEDEC Solid State Technology Association}}
4. ^JEDEC publishes LPDDR3 standard for low-power memory chips, Solid State Technology magazine
5. ^JESD209-3 LPDDR3 Low Power Memory Device Standard, JEDEC Solid State Technology Association
6. ^{{cite web|url=http://www.jedec.org/news/pressreleases/jedec-announces-publication-lpddr3-standard-low-power-memory-devices|title=JEDEC Announces Publication of LPDDR3 Standard for Low Power Memory Devices|work=jedec.org|accessdate=10 March 2015}}
7. ^Want a quick and dirty overview of the new JEDEC LPDDR3 spec? EETimes serves it up {{webarchive|url=https://web.archive.org/web/20130728110139/http://denalimemoryreport.com/2012/06/13/want-a-quick-and-dirty-overview-of-the-new-jedec-lpddr3-spec-eetimes-serves-it-up/ |date=2013-07-28 }}, Denali Memory Report
8. ^Inside the Samsung Galaxy S4 {{webarchive|url=https://web.archive.org/web/20130429232326/http://www.chipworks.com/blog/recentteardowns/2013/04/25/inside-the-samsung-galaxy-s4/ |date=2013-04-29 }}, Chipworks
9. ^Samsung LPDDR3 High-Performance Memory Enables Amazing Mobile Devices in 2013, 2014 - Bright Side of News
10. ^{{cite web|url=http://www.samsung.com/global/business/semiconductor/minisite/Exynos/products5dual.html|title=Samsung Exynos|work=samsung.com|accessdate=10 March 2015}}
11. ^Samsung reveals eight-core mobile processor on EEtimes
12. ^Now Producing Four Gigabit LPDDR3 Mobile DRAM, Using 20nm-class* Process Technology, Businesswire
13. ^Snapdragon 800 Series and 600 Processors Unveiled, Qualcomm
14. ^{{cite web|url=http://www.jedec.org/news/pressreleases/jedec-focus-mobile-technology-upcoming-conference|title=JEDEC to Focus on Mobile Technology in Upcoming Conference|work=jedec.org|accessdate=10 March 2015}}
15. ^{{cite web |url=http://global.samsungtomorrow.com/?p=31752|title=Samsung Develops Industry’s First 8Gb LPDDR4 Mobile DRAM | publisher =Samsung Electronics | type = Official Blog | work = Samsung Tomorrow|accessdate= 10 March 2015}}
16. ^http://www.softnology.biz/pdf/JESD79-4_DDR4_SDRAM.pdf JESD79 DDR4 SDRAM Standard
17. ^‘JEDEC Releases LPDDR4 Standard for Low Power Memory Devices’, JEDEC Solid State Technology Association.
18. ^{{Citation |url=http://www.jedec.org/sites/default/files/docs/JESD209-4.pdf |title=JEDEC Standard: Low Power Double Data Rate 4 (LPDDR4) |date=August 2014 |accessdate=25 December 2014 |publisher=JEDEC Solid State Technology Association}} Username and password "cypherpunks" will allow download.
19. ^{{cite web |url=http://www.google.com/patents/US20140059287| id = US20140059287 | title = Row hammer refresh command |work= Patents | publisher = Google |accessdate=10 March 2015}}
20. ^{{Cite conference | format = PDF |url=https://3gltesummit.qualcomm.com/sites/default/files/pdf/3GLTE2015_Samsung-AReza_Memory2.pdf |title= ‘Memory Need’ Gives Birth To ‘New Memory’ |date=16 September 2016 |first=Ashiq |last=Reza |conference=Qualcomm 3G LTE Summit |location=Hong Kong}}
21. ^{{Cite news |url=http://www.anandtech.com/show/11021/sk-hynix-announces-8-gb-lpddr4x4266-dram-packages|title= SK Hynix Announces 8 GB LPDDR4X-4266 DRAM Packages|last=Shilov |first= Anton |access-date= 2017-07-28}}
22. ^{{Cite web |url=http://blog.skhynix.com/2006 |title= SK하이닉스 세계 최대 용량의 초저전력 모바일 D램 출시|website= Skhynix |language= ko|access-date=2017-07-28}}
23. ^{{Cite web |url=https://www.jedec.org/news/pressreleases/jedec-updates-standards-low-power-memory-devices-0|title= JEDEC Updates Standards for Low Power Memory Devices |website= JEDEC |access-date=28 July 2017}}
24. ^{{cite web|url=https://www.jedec.org/news/pressreleases/jedec-updates-standard-low-power-memory-devices-lpddr5|title=JEDEC Updates Standard for Low Power Memory Devices: LPDDR5|work=jedec.org|accessdate=19 February 2019}}
25. ^{{cite news |title=Samsung Announces First LPDDR5 DRAM Chip, Targets 6.4Gbps Data Rates & 30% Reduced Power |first=Ryan |last=Smith |date=16 July 2018 |journal=AnandTech |url=https://www.anandtech.com/show/13084/samsung-announces-first-lpddr5-64gbps-data-rates}}

External links

  • [https://www.micron.com/products/dram/lpdram Micron]
  • Elpida
  • Nanya
  • Samsung
  • JEDEC pages: LOW POWER DOUBLE DATA RATE 3 SDRAM (LPDDR3)
{{DRAM}}

1 : SDRAM

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/22 13:33:22