Samsung To Ship Chip Package With Phase-Change Memory 57
angry tapir writes "Samsung Electronics will ship a multichip package later this quarter for smartphones that will include phase-change memory (PCM), an emerging technology that could ultimately replace memory types like NOR flash. Samsung's announcement is significant because it marks the first PCM product to be available as part of a multichip package. PCM uses a glass-like material that can change from multiple states to crystalline forms as its atoms are rearranged."
Performance? (Score:2)
I had a quick look at the Wikipedia [wikipedia.org] article on this memory (also known as PRAM) and didn't see anything about its performance relative to flash memory. Does anyone know what that's like? I imagine it's probably faster. It also has a longer lifespan.
Re:Performance? (Score:5, Informative)
Read Speed
Like RAM and NOR-type flash, the technology features fast random access times. This enables the execution of code directly from the memory, without an intermediate copy to RAM. The read latency of PCM is comparable to single bit per cell NOR flash, while the read bandwidth can match DRAM. In contrast, NAND flash suffers from long random access times on the order of 10s of microseconds that prevent direct code execution.
Write/erase speed
PCM is capable of achieving write speeds like NAND, but with lower latency and with no separate erase step required. NOR flash features moderate write speeds but long erase times. As with RAM, no separate erase step is required with PCM, but the write speed (bandwidth and latency) does not match the capability of RAM today. The capability of PCM is expected, however, however, to improve with each process generation as the PCM cell area decreases.
Re: (Score:2)
Pretend you're explaining this to an average person and then do that.
Extra question: Will this affect battery life?
Re: (Score:3, Informative)
ok - it is going to have the same seek time as a CF card but the read speed of your normal RAM - the write speed will be faster than your CF but slower than your normal RAM
as for Battery life - zero fucking clue
Re: (Score:1, Interesting)
Pretend you're explaining this to an average person and then do that.
Okay. . .
Do you think it's going to rain Saturday?
People enjoy hanging out with me, because I know better than to bore people to death with irrelevant tech stuff, but since this is Slashdot, I'll pick a middle ground. . .
It's a lot like flash, but fast enough that it can be used to store programs and other things that aren't changed often, currently with flash those programs need to be copied to RAM before they are run, so replacing flash with PCM could allow you to get the same performance with les
Re: (Score:2)
Actually the energy required to change a crystalline state is far more than what is required to just keep refreshing a bit in silicon.
However, the write/read cycle lifetime of this tech pretty much means this stuff should be used as hard disk stuff. 10^8 W/R for PCM is much better than the typical 10^6 of NAND and NOR.
Re:Performance? (Score:4, Informative)
Re:Performance? (Score:4, Informative)
yes, but NAND is sloooow compared to NOR for reads. NOR memory (and PCM) looks like a SRAM to your system, thus you can execute directly out of it. NAND is awkward in its structure, so you can not execute directly out of it, instead you must copy the contents of the flash device to RAM.
Practical implications? If your device uses NOR or PCM you can use less DRAM in your design, if you use NAND then you need to increase the amount of RAM, often by as much as the size of the NAND memory (for smaller designs, larger ones will page memory from NAND)
Re: (Score:2)
"Phase change memory has some advantages, but for now and the foreseeable future it can't beat NAND in terms of cell size and price."
But it'll beat most anything else in terms of read/write cycle lifetime, and it's non-volatile.
And that alone makes it *FAR* superior.
Electrical load limit? (Score:2, Interesting)
[QUOTE]But unlike NOR, PCM consumes more energy as it requires more write cycles, for which it requires more electric currents, Wong said.[/QUOTE]
I'm a new poster, so sorry I don't know how to quote.
Does the quoted bit mean that there is an upper limit on how fast you can write to the chip? Or is the total electrical current pulled for max protocol speed lower than the failure point of the chips? Will this generate excess heat? I'd imagine small chips would heat up fast too, since the writes would be more c
Re: (Score:1)
/dev/null ??? (Score:1, Funny)
> You're asking if there is an upper limit on write speed?
/dev/null ???
> Name a device with no limit on write speed and I'll point you to several working perpetual-motion machines.
Re: (Score:2)
Re: (Score:2)
I'm a new poster, so sorry I don't know how to quote.
Standard html or xml style tags, that is, angle brackets. [angle left]quote[angle right]--quoted text--[angle left backslash]quote[angle right].
You can bold, italicize, and link with html tags.
Re: (Score:2)
You can bold, italicize, and link with html tags.
I'd also note that most such tags work just fine in the Plain Old Text option, with the added bonus of being able to use ordinary linebreaks to separate paragraphs. I suspect the majority of "wall of text" posts are from people who default to using the HTML Formatted Option. How to explain all the other badly-formatted posts is left as an exercise for the reader.
Re: (Score:2)
don't forget <blockquote />
Re:Electrical load limit? (Score:4, Informative)
Re: (Score:1)
Re: (Score:2)
http://xkcd.com/727/ [xkcd.com]
Re: (Score:2, Funny)
Just send him to http://backslahdot.org/ [backslahdot.org] where they praise gates all day and bash all unices.
Re: (Score:1)
Re: (Score:1)
/ and \ : Slash and Backslash, respectively, respectfully.
Re: (Score:3, Insightful)
I think that this translates to "as your laptop gets older, the reduced capacity of your battery will be exacerbated by your
Re: (Score:2)
At the risk of being modded off-topic, I'd like to suggest that it depends if you're filling it or emptying it.
Collision (Score:2)
Just hope you never have to write a paper dealing with the storing of pulse-code modulated (PCM) signals into phase change memory (PCM).
Re: (Score:2)
Hell, it can't be worse than "Flash". Flash means everything [wikipedia.org].
Re: (Score:2)
Interesting to note, perhaps, that the people on wikipedia elected PRAM instead, as apparently they considered PCM to be little more than a marketing term.
cache for SSD? (Score:4, Interesting)
Re: (Score:2)
Yes, because that's exactly what we need right now - more expensive SSD memory :)
Re: (Score:2)
So, hmm, basically we'd have a cache hierarchy like this?
CPU Registers - CPU Cache - RAM - PCM SSD - NAND Flash SSD - HDD
That's a whole lot of steps.
Re: (Score:1, Interesting)
Actually, you forgot one step:
CPU Registers - CPU Cache, RAM - PCM - NAND Flash SSD - HDD - Cloud.
Every cache level has an associated level of cost - being able to pick & choose which layers you want & which data belongs in which layer is a powerful option for tuning performance (I would love to have PCM for my boot partition & executables - written rarely, read & execute in place means that you can have almost instantaneous boot times).
Re: (Score:2)
Unfortunately, the fundamental nature of Flash will remain a bottleneck. The value of PCM is not in fixing the terrible performance of Flash based SSDs, but in their replacement all together. PCM is faster, 10-100 thousand times more durable, will scale smaller, and isn't crippled by Flash's block-erase semantics.
What Flash based SSDs really need is non-volatile RAM for the controller, not cache. In this role, a capacitor would work just as well, and yet manufacturers are still too cheap to include those
Re: (Score:2)
Naturally it'll eventually be useful, after we have faster links, but it just seems a little premature to be talking about PCM caches in front of an SSD (in front of a spinning-d
Re: (Score:2)
I was thinking more in terms of durability than performance. Traditional hard drives are still recommended for swap because they don't wear out quite so easily in write-heavy workloads.
Performance may be better as well, though; just because it's possible to saturate a SATA link with multiple SSDS on one particular workload, doesn't mean that they're fast for every workload. For instance, you can't write to flash without zeroing out the surrounding chunks. It might be handy to have a place on the drive
Re: (Score:2)
Re: (Score:3, Informative)
over 2,000,000 writes for some SSDs.
Writes for the entire drive, but most SLC NAND flash chips have a lifetime of 100,000 write cycles per physical sector, and MLC only survives 10,000 write cycles per physical sector. And most flash memory is going to MLC because of the much higher density.
PCM (Score:2)
I remember the good old days when PCM meant pulse coded modulation.
Re: (Score:2)
Re: (Score:2)
Rockoon,
I guess there isn't enough acronyms to go around..
Re: (Score:2)
Re: (Score:1)
Pulse Coded Modulation Central Intelligence Agency?
Advantages of unified memory+storage (Score:2)
More importantly t
how many (Score:1, Funny)
How many packages does Chip ship when Chip ships chips?