Slashdot Mirror


'Universal' Memory Aims To Replace Flash/DRAM

siliconbits writes "A single 'universal' memory technology that combines the speed of DRAM with the non-volatility and density of flash memory was recently invented at North Carolina State University, according to researchers. The new memory technology, which uses a double floating-gate field-effect-transistor, should enable computers to power down memories not currently being accessed, drastically cutting the energy consumed by computers of all types, from mobile and desktop computers to server farms and data centers, the researchers say."

125 comments

  1. 10 Years away by Anonymous Coward · · Score: 2, Insightful

    This technology always seems to be less than 10 years away.

    1. Re:10 Years away by gmuslera · · Score: 5, Interesting

      I hope that xkcd is wrong this time. Would be nice to have most new mobile devices with that in 2 years.

    2. Re:10 Years away by spazdor · · Score: 1

      And post about it anonymously on the internet, in the middle of entirely unrelated conversations. Yeah, damn those man-haters.~

      --
      DRM: Terminator crops for your mind!
    3. Re:10 Years away by TopSpin · · Score: 1

      This technology always seems to be less than 10 years away.

      There may be hope for this one. These researchers appear to have confidence enough not to adopt usual 5 year microelectronic SPI.

      --
      Lurking at the bottom of the gravity well, getting old
    4. Re:10 Years away by couchslug · · Score: 1

      "This technology always seems to be less than 10 years away."

      Eventually, (less than ten years away) technology to produce technology predicted to be less than ten years away in less than ten years will be fielded.

      --
      "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
  2. FIRST by HelloKitty2 · · Score: 0

    It will still have to come in 2 formats, I assume. One for RAM use and one for USB.

    1. Re:FIRST by Anonymous Coward · · Score: 0

      I wouldn't be surprised if future computers could have internal USB connectors (along with a different RAM mounting mechanism) similar to how we have SATA and eSATA.

    2. Re:FIRST by Anonymous Coward · · Score: 0

      I have a USB expansion card from years ago that has 4 ports on the back-plate and 2 ports on the side of the card labeled Internal USB.

      I guess I could stick 2 thumb drives on it and have a little extra internal storage? eh not very useful.

    3. Re:FIRST by YoshiDan · · Score: 1

      Err... Current computers DO have internal USB connectors. Most motherboards have several USB headers for connecting to external ports, these have 2 ports each. You can connect usb devices internally directly to them (obviously with a modified cable/simple adapter).

    4. Re:FIRST by YoshiDan · · Score: 1

      I also forgot to add that I've seen USB interface cards with actual internal ports on them. And my old G4 Mac had internal firewire ports.

    5. Re:FIRST by somersault · · Score: 1

      Why you would actually want to use USB rather than SATA or eSATA is beyond me though. Maybe USB3 in the short term.

      --
      which is totally what she said
    6. Re:FIRST by marcosdumay · · Score: 1

      You still don't want to plug your core memory into a hight latency DMA controlled bus.

    7. Re:FIRST by GameboyRMH · · Score: 1

      SATA is better than USB for internal drives, but eSATA can be a PITA to set up - do Average Joes even know how to do all that crap in the BIOS to get it working in the first place, never mind having to hook up a separate power connector?

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    8. Re:FIRST by AaronW · · Score: 1

      I've never had a problem and haven't had to touch the BIOS for eSATA. I just plug the drive in and it works. Then again, I'm running Linux.

      -Aaron

      --
      This post is encrypted twice with ROT-13. Documenting or attempting to crack this encryption is illegal.
    9. Re:FIRST by GameboyRMH · · Score: 1

      Same here, but most mobos aren't configured to support eSATA out of the box in my experience.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    10. Re:FIRST by YoshiDan · · Score: 1

      I wouldn't. I was just saying that computers usually do have internal USB ports of a kind if you need to connect devices internally. I imagine it could be useful for things like copy protection dongles and things like that that you wouldn't want to be stolen from an office computer.

      In regards to eSATA: I prefer it over USB, as any sane person would; but I have encountered a few problems regarding hot swapping in the past

    11. Re:FIRST by somersault · · Score: 1

      I was meaning "why you would actually want" as in a colloquial form of "why anybody would actually want", maybe I should be more explicit though..

      --
      which is totally what she said
    12. Re:FIRST by Anonymous Coward · · Score: 0

      My bad... I misread your first reply, I thought you said "why would you want." I blame lack of caffeine...

  3. But I like volatility! by melikamp · · Score: 4, Interesting

    Volatility is actually useful for certain security policies: like storing sensitive passwords in computer memory and working with temporarily decrypted files.

    1. Re:But I like volatility! by pushing-robot · · Score: 3, Informative

      The first floating-gate in the stack is leaky, thus requiring refreshing about as often as DRAM (16 milliseconds). But by increasing the voltage its data value can be transferred to the second floating-gate, which acts more like a traditional flash memory, offering long-term nonvolatile storage.

      --
      How can I believe you when you tell me what I don't want to hear?
    2. Re:But I like volatility! by Simon80 · · Score: 4, Interesting

      Volatile memory is already vulnerable to reboot attacks, because the data takes a long enough time to rot. Paradoxically, non-volatility could increase security in these cases by making it more obvious that it's not OK to leave sensitive info sitting around in memory.

    3. Re:But I like volatility! by Anonymous Coward · · Score: 0

      It is a good and recommended practice to wipe sensitive data from memory after it is no longer required. Not 100% proof from the absolutely dedicated hacker, but as they say, Security-Is-A-Process (TM), and every little bit slows down your attackers.

    4. Re:But I like volatility! by TooMuchToDo · · Score: 1

      Very true. Don't rely on assumed physical traits. When in doubt, wipe like the $three_letter_agency is at the door.

    5. Re:But I like volatility! by Anonymous Coward · · Score: 1

      Simtek _used to_ make a memory like that called nvSRAM back in the 1990's by combining SRAM with EEPROM.
      I have the databook sitting right in front of me right now. Someday I might fetch some $$$ selling it on ebay.

      I hope they solve the issues of limited write cycles for the FLASH cells. Not sure if it would suffer the same high READ errors rates as NAND FLASH.

    6. Re:But I like volatility! by mypalmike · · Score: 2

      Also, we lose the "just reboot it" fix for all the crappy software we write.

      --
      There are 0x40000000 types of people: those who understand 32-bit IEEE 754 floating point, and those who don't.
    7. Re:But I like volatility! by SanityInAnarchy · · Score: 1

      Why? I mean, "rebooting" is still possible, it just sucks that much more since there'd no longer be any hardware reason to do so.

      --
      Don't thank God, thank a doctor!
    8. Re:But I like volatility! by Anonymous Coward · · Score: 0

      I would be more worried if four letter agencies were at my door. Specifically, four letter agencies that end with "AA". At least the former need some kind of proof of wrongdoing to ruin my life.

    9. Re:But I like volatility! by purpledinoz · · Score: 3, Interesting

      I read somewhere that if you cool DRAM, the data can stay intact for up to 10 minutes. That's plenty of time to remove the modules and extract the data from them. But if this is really a big concern, I wonder if it's practical to zero the memory after a PC is shutdown. Kind of a background routine. Or maybe even short all the lines to drain the stored charges.

    10. Re:But I like volatility! by squizzar · · Score: 2

      When your memory's nonvolatile
      Nothing is forgot, nothing is forgot, nothing is forgot

      If your bits try to get at you
      flip 'em with a not, flip 'em with a not, flip 'em with a not

      security isn't easy y'all,
      no it's fsckin not, no it's fscking not, no it's fscking not

      With a triple-des key in some volatile ram,
      encrypt all your memory and hide it from the man?

    11. Re:But I like volatility! by Anonymous Coward · · Score: 0

      I would also like to know if this type of memory has a limited number of writes like flash does. With the amount that RAM gets hit, you could kill it really quickly if it does.

    12. Re:But I like volatility! by lga · · Score: 1

      Not so; but rebooting would have to include zeroing all of the memory. Starting up and resuming with the contents intact would be more akin to coming out of sleep mode.

    13. Re:But I like volatility! by ultranova · · Score: 3, Funny

      But if this is really a big concern, I wonder if it's practical to zero the memory after a PC is shutdown. Kind of a background routine. Or maybe even short all the lines to drain the stored charges.

      Why would you sell computers with such features? Are your customers terrorists?

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    14. Re:But I like volatility! by Anonymous Coward · · Score: 0

      What about citizens in oppressive countries, like a Chinese journalist? There are many applications for this, not just terrorist activity.

    15. Re:But I like volatility! by kasperd · · Score: 2

      I wonder if it's practical to zero the memory after a PC is shutdown. Kind of a background routine.

      If you want the hardware to be modified slightly to achieve it, then it should be completely practical. DRAM doesn't write individual cells at a time. It reads out entire lines of bits into SRAM modifies it there and writes it back. Moreover it even periodically sweeps over the lines just reading them out and writing them back to refresh them.

      I don't know how long time the sweep takes, but for wiping the memory you could speed it up. The control logic have a number of outgoing lines with a binary number indicating which line of cells to read or write. Each line has a decoding unit to know when its number is up. If you added a line to select all lines simultaneously and OR that line with the output of the existing decoding unit, it sounds feasible that the control logic could in fact write the contents of the SRAM to all lines in parallel.

      If this works you could wipe memory in less than a microsecond.

      --

      Do you care about the security of your wireless mouse?
    16. Re:But I like volatility! by kasperd · · Score: 2

      but rebooting would have to include zeroing all of the memory.

      Not necessary. The operating system already has to assume there could be random garbage in all the memory it didn't touch. The operating system has to zero the memory before handing it to applications. And that is the case even if it was zeroed on boot. It could be a long time since the system was booted, and the memory may have been used for something in the meantime. Some operating systems keep a cache of zeroed pages that can be handed to applications as needed, others do it on demand.

      --

      Do you care about the security of your wireless mouse?
    17. Re:But I like volatility! by kasperd · · Score: 1

      Indeed. The number of possible write cycles is important if you wanted to replace RAM. I'd wish we had a kind of memory with all the properties that would be important to use it as swap space. That means many write cycles, performance better than flash and hard disk (but not necessarily as fast as DRAM), and finally price and density that is closer to flash than to DRAM.

      Fast and durable does have its places. Imagine if you could design a computer where you didn't have to worry about losing power for a short period of time because once the power returned, the entire contents of RAM would still be there and you could just resume where it left off. It would eliminate the need for a UPS in some places (but not in all places). And it would mean you didn't have to ensure that your laptop was suspended before battery runs out, and you don't lose what you were working on in case the battery does run out while suspended.

      --

      Do you care about the security of your wireless mouse?
    18. Re:But I like volatility! by maxwell+demon · · Score: 1

      Actually rebooting just would need to zero/replace a few crucial data structures, just as a normal file system format doesn't overwrite all data, but only replaces the superblock (or whatever central data structure the file system in question uses) to mark the rest of the covered space as free and usable.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    19. Re:But I like volatility! by hitmark · · Score: 1

      So they have crammed two sets of "hardware" onto the same physical chip, and transfer data between them depending on the state wanted. Why no just sell flash in DIMM modules and do the same at the chipset level?

      --
      comment first, facts later. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
    20. Re:But I like volatility! by marcosdumay · · Score: 1

      It certanly has a reset pin...

    21. Re:But I like volatility! by somersault · · Score: 1

      Imagine if you could design a computer where you didn't have to worry about losing power for a short period of time because once the power returned, the entire contents of RAM would still be there and you could just resume where it left off.

      I have one of those at work, I call it a laptop (well, a netbook). We had a power cut for a while last week, some of the UPSes ran out, but my netbook was fine :)

      And it would mean you didn't have to ensure that your laptop was suspended before battery runs out, and you don't lose what you were working on in case the battery does run out while suspended.

      Use hibernate instead of suspend. Admittedly hibernation has been pretty buggy on some of the OS/laptop combinations I've had over the years.

      I do think this stuff would be very cool for power savings when the machine is in use though.

      --
      which is totally what she said
    22. Re:But I like volatility! by Thing+1 · · Score: 1

      Why would you sell computers with such features? Are your customers terrorists?

      No, bankers. But then I repeat myself.

      --
      I feel fantastic, and I'm still alive.
    23. Re:But I like volatility! by Anonymous Coward · · Score: 0

      So they have crammed two sets of "hardware" onto the same physical chip, and transfer data between them depending on the state wanted. Why no just sell flash in DIMM modules and do the same at the chipset level?

      because DDR3's bandwidth is much greater...
      seriously slashdot, is this the best you can come up with, some snarky mockery of the invention?

    24. Re:But I like volatility! by GameboyRMH · · Score: 1

      LMAO Mod parent Funny! XD

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    25. Re:But I like volatility! by tlhIngan · · Score: 1

      I read somewhere that if you cool DRAM, the data can stay intact for up to 10 minutes. That's plenty of time to remove the modules and extract the data from them. But if this is really a big concern,

      One trick I used for debugging (I had no way to log to a serial port in the OS I was using) was to log to memory. The system would crash, then I would simply reboot it, and then dump the log buffer out via the bootloader.

      Even after several seconds, the log was still quite readable.

      That paper on reading hard drive bit patterns that lead to the 31 pass erase had a section on semiconductor memory as well, where he found that DRAMs have this ability despite the charge leaking off due to cell effects - a cell holding a 1 is more likely to hold a 1 for seconds to minutes upon powerup, and ditto for a 0. It doesn't power up quite so randomly. This effect is stronger on memory that isn't changed frequently.

      This also annoyed me to no end because another OS would test memory for a signature, which if present, meant it had a usable RAM disk... which was corrupted because it was off for a few minutes. It would hang on boot until we cleared the signature from RAM...

    26. Re:But I like volatility! by kasperd · · Score: 1

      Use hibernate instead of suspend.

      I have seen computers where one work and the other doesn't. But I'll have to admit, that most of my issues with it could be resolved by fixing the software, and no new hardware would be required.

      With the laptops I currently have, the situation is as follows. My work laptop (MacBook Pro) is configured to automatically suspend to RAM and disk simultaneously. And this works flawlessly until it actually need to resume from disk at which point it crashes and reboots. My older personal laptop by default suspend to RAM and crash when resumed, but if I remember to suspend to disk it does actually resume just fine 95% of the time. My newer personal laptop by default suspend to RAM as soon as I close the screen, and it resumes just fine. I didn't try to figure out how to make it suspend to disk.

      There is a couple of general issues with the suspend functionality. If storage encryption is in use, most implementations suffer from the serious flaw of keeping the key around while suspended. They make this mistake both when suspending to RAM and when suspending to disk. However I believe extracting the key from RAM requires a bit more skill than extracting it from disk.

      Finally the estimate of how much battery is left is not always accurate enough to have the system automatically suspend before power runs out. And this may be the only issue on my list that would require hardware changes to fix. All the other ones are simply software bugs that need to be fixed.

      --

      Do you care about the security of your wireless mouse?
    27. Re:But I like volatility! by mattack2 · · Score: 1

      The hardware reason is because the hardware uses electricity, even in sleep. Yeah, I know, most people don't care about that.

    28. Re:But I like volatility! by Anonymous Coward · · Score: 0

      I believe you are referring to a cold boot attack
      http://en.wikipedia.org/wiki/Cold_boot_attack

    29. Re:But I like volatility! by SanityInAnarchy · · Score: 1

      It doesn't in hibernation.

      Regardless, this is a technology which would make that hardware reason go away. As I read it, it's basically a much, much faster form of hibernation.

      --
      Don't thank God, thank a doctor!
    30. Re:But I like volatility! by Phopojijo · · Score: 1

      Soooo then when you unallocate memory you n-times random overwrite it.

    31. Re:But I like volatility! by Phopojijo · · Score: 1

      FDA?

  4. NCSU by Anonymous Coward · · Score: 0

    Go NC State!

    1. Re:NCSU by Mitchell314 · · Score: 1

      :D (NC State student here)

      --
      I read TFA and all I got was this lousy cookie
  5. HP by Anonymous Coward · · Score: 0

    I want memristors.

    1. Re:HP by afidel · · Score: 3, Informative

      Coming in 2013 according to this article from last year.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  6. Early DRAM by DCFusor · · Score: 4, Interesting

    though it had a short refresh time spec, would actually hold nearly all the bits for up to a minute, and we made early "digital" cameras out of them, charging up all the bits and letting light discharge the lit up pixels quicker than the others. It was a bit of a bear to figure out the pixel layout -- it wasn't in order, but we did it and even got to two bits or so per pixel resolution by taking more than one shot after a charge, different exposure times. One wonders why someone doesn't just work along those lines. Seems to me for most uses simply increasing the refresh time interval would save tons of power, and also complexity. If you could get it to a couple of days, I'd think that would be fine for most all portable devices, and you'd just use cheap flash as the disk, like now. I am guessing you'd lose some density, as the older, less dense DRAMs had large cells that stored more charge per bit, and that new lower voltage semis are also leakier, but it might be worth looking into anyway. I recall one case where the company I worked for designed some very early disk cache controllers. Well, actually I did about 90% of that. We used DRAM, but simply arranged the code so the basic idling operation (for example, looking for io requests or sorting the cache lookup table) took care of refresh anyway, wasn't too hard at all to manage that, and of course a block read or write always did a full page refresh. Made the thing a little bit faster, as there was never a conflict between refresh and real use in the bargain. This would also be trivial an any current opsys to get done. Probably happens by accident except in real pathological cases.

    --
    Why guess when you can know? Measure!
    1. Re:Early DRAM by RotsiserMho · · Score: 2

      Unfortunately, my guess is simply increasing the refresh time is only going to solve one problem. I'm not an expert on DRAM or anything but it seems to behave like a capacitor. Longer refresh times require larger capacitance. Large capacitance doesn't necessarily mean more power, but I think it would take more voltage to change the state of a bit (you'd have to reverse a larger charge).

      Also, the biggest problem with DRAM these days is speed (reads/writes per second). The best way to increase speed (without also increasing voltage, and thus power) is to decrease capacitance since discharging a smaller charge is faster -- not to mention it would generate less heat, which leads to higher density and higher speeds, which is what the DRAM market is really after.

    2. Re:Early DRAM by sxeraverx · · Score: 4, Interesting

      You are correct. Currently, DRAM stores information as a N-channel MOSFET attached to a capacitor. This MOSFET is leaky. There's no getting around this leakage. This leakage acts to discharge the capacitor where the bit is stored.

      You can try to decrease this leakage in a number of ways. You can increase the threshold voltage of the gate, but that means you'd have to increase the voltage the DRAM operates at as well, or else you wouldn't be able to charge the capacitor. This means you'd increase the energy-per-operation of the DRAM cell, because you'd have to charge the capacitor up more. You'd burn up more power, because the leakage is proportional to the operating voltage, but the charging energy is proportional to the square of the voltage.

      Alternatively, you could increase the capacitance. But this means that the capacitor would take longer to charge, slowing down every operation. Also, doubling the capacitor size means doubling the energy it stores (and therefore burns with every operation). It also makes the DRAM cells bigger, meaning you can't fit as many on a silicon wafer.

      Neither of these is what you want to do. In fact, you want to do the opposite for traditional DRAMs. It's counterintuitive, but you get more density, more speed, and less power by increasing the refresh rate (or rather, increasing the refresh rate is a side-effect of all of those). Unfortunately, lithography limits and quantum mechanics mean we're having a hard time going any smaller.

      It's truly amazing what we can do. The oxide layer (essentially a layer of quartz glass between metal and silicon) on a MOS these days is 5 atoms thick. We're going to have to come up with something that relies on something other than the traditional semiconductor effects if we want to continue forward.

    3. Re:Early DRAM by Bender_ · · Score: 1

      Seems to me for most uses simply increasing the refresh time interval would save tons of power, and also complexity. If you could get it to a couple of days,

      Yes, increasing the refresh time is indeed a way to reduce power consumption of a DRAM. The problem is that you are dealing with billions of memory cells. The median retention time of typical cells is well within the range of seconds. But there is a tiny fraction of cells (1/10000) that lose their charge much quicker, and things may get worse at elevated temperatures etc. Those cells impose limits on the minimum refresh time.

      There are ways to work around this by introducing on-the-fly error correction. But this will result in a larger device and added latency, which is obviously not desired in many applications. Nevertheless, there are dedicated low power DRAMs which use this kind of scheme to increase refresh time.

    4. Re:Early DRAM by kasperd · · Score: 1

      There are ways to work around this by introducing on-the-fly error correction. But this will result in a larger device and added latency, which is obviously not desired in many applications.

      Aren't you going to need this on-the-fly error correction in every system where you don't want a random bitflip to happen every once in a while? I would assume the data going between the DRAM and the SRAM in the control part of the chip would always go through some ECC logic both ways, except on those chips where it was cut out in order to reduce cost.

      --

      Do you care about the security of your wireless mouse?
    5. Re:Early DRAM by marcosdumay · · Score: 1

      Why don't you want to reduce the conductive area (channel and poly sizes) while you increase the thicknes oxide layer? That would recude capacitance and leak rate at the same time, wouldn't it?

      But I guess it would be a bicth to manufacture... Thick and smal layers of oxide, those must be quite hard to corrode at the right shape.

    6. Re:Early DRAM by phaserbanks · · Score: 1

      Increasing the oxide layer thickness was part of the solution, but they couldn't do it with silicon dioxide. The newer deep submicron CMOS processes use metal gates (instead of polysilicon) with high-k gate dielectrics (like hafnium oxide). The thicker high-k materials reduce leakage while still allowing a low turn-on voltage for the transistors.

    7. Re:Early DRAM by petermgreen · · Score: 1

      Afaict currently server memory generally has ECC and desktop memory doesn't.

      However ECC is a game of probabilities and block sizes. Lets say your raw bitflip rate is one per 2^30 bits (I suspect in reality it's lower) and that the different bits of each word come from very different parts of the memory array. Your chance of an error in a 64-bit word is around one in 2^24 your chance of two errors in a 64-bit word is arround one in 2^48.

      In other words an ECC scheme that works on a word level and can only correct single bit errors wins you a huge impromenent in reliability.

      However increase the raw bitflip rate to say one in 2^10 bits. Suddenly even if you can correct single bitflips in a word you have a very real chance of running into uncorrectable errors. Afaict the only real way to get arround this without being hugely inefficiant in memory use is to increase the ECC block size and that means more latency.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    8. Re:Early DRAM by kasperd · · Score: 1

      I don't know what blocksize ECC memory uses. It would make sense to use one line of the DRAM memory, because if you don't actually correct errors during refresh, then the probability of an uncorrectable error increases the longer a memory location has remained untouched. Without correction, you could be reading out bad data and writing it back. And the memory would be accumulating errors.

      --

      Do you care about the security of your wireless mouse?
  7. Interesting by c0lo · · Score: 3, Interesting
    TFA

    "We believe our new memory device will enable power-proportional computing, by allowing memory to be turned off during periods of low use without affecting performance," said Franzon.

    Huh! A new chapter opens in the "program/OS optimization" - heap fragmentation will have an impact on the power your computer consumes, even when not swapping (assuming the high density and non-volatility will render HDD obsolete... a "no more swapping, everything is non-volatile-RAM, with constant addressing cost" becomes plausible).

    --
    Questions raise, answers kill. Raise questions to stay alive.
    1. Re:Interesting by VortexCortex · · Score: 2

      "no more swapping, everything is non-volatile-RAM, with constant addressing cost" becomes plausible

      Wouldn't Non-Volatile memory just be called memory esp. given that, by definition, memory recalls past events.

      This family of memory is not only plausible, it has existed before -- it is how the model of a "Turing Machine" operates. In fact, our first reel to reel magnetic memory systems had this "non-volatile memory" of which you speak due to the absence of large quantities of RAM (we had sequential access memory instead), programs were executed as read from tape, and variables were often interleaved with instruction codes because seek time was a huge performance issue.

      On another note: Perhaps the "no more swapping" model you speak of would draw less power if it used swapping to help cope with fragmentation? Or, perhaps each allocation unit (page), could be turned on or off individually.

    2. Re:Interesting by Anonymous Coward · · Score: 0

      I think you think Turing machine means something entirely different than what I think it means.
       
      OR
       
      You keep using that word, I don't think it means what you think it means.

    3. Re:Interesting by c0lo · · Score: 1

      "no more swapping, everything is non-volatile-RAM, with constant addressing cost" becomes plausible

      Wouldn't Non-Volatile memory just be called memory esp. given that, by definition, memory recalls past events.

      How far back to recall and still be named a memory?

      This family of memory is not only plausible, it has existed before -- it is how the model of a "Turing Machine" operates.

      Yes, I remember them. Density and random-access were indeed lacking.

      What else will change in the mindset of programmers/sysadms when the RAM (heap and stack) and HDD are (again) not distiguishable anymore? Like:
      1. "Buffer overflow and starting to execute the JPEG file at addr 1.5 TB"
      2. "Hey dude? Where is my C:\ drive?"
      3. "Huh? The memory-mapped-files are deprecated?"
      4. "memory allocation fails. Please try to delete or achive some of you older files"
      5. "I want the process with PIDx backed-up"
      6. "Ah... the notion of a smart-file-pointer... the GC deletes the file when no longer referenced".

      On another note: Perhaps the "no more swapping" model you speak of would draw less power if it used swapping to help cope with fragmentation? Or, perhaps each allocation unit (page), could be turned on or off individually.

      Cost (in terms of energy) to "swap" vs "defragment". Granted, replacing "swapping" with "allocation unit on/off switching may be a solution.

      --
      Questions raise, answers kill. Raise questions to stay alive.
    4. Re:Interesting by KiloByte · · Score: 1

      Anything called "memory", even in humans, is volatile.

      For permanence, you'd want "clay tablets" or newer technology of that kind.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    5. Re:Interesting by KiloByte · · Score: 1

      3. So you'd have to copy everything around instead of letting the MMU alias it for you? Not a good idea.
      4. It's quite inconceivable to have this without any disk quotas.
      6. Any OS other than DOS/Windows had that since basically forever. You can even create the file in a deleted state.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    6. Re:Interesting by Anonymous Coward · · Score: 0

      I myself have thought of punched tape made of few alternating layers of aluminium foil and vinyl film - magnetic storage just can't be trusted for decade-long data storage.

    7. Re:Interesting by GameboyRMH · · Score: 1

      What else will change in the mindset of programmers/sysadms when the RAM (heap and stack) and HDD are (again) not distiguishable anymore? Like:
      1. "Buffer overflow and starting to execute the JPEG file at addr 1.5 TB"
      2. "Hey dude? Where is my C:\ drive?"
      3. "Huh? The memory-mapped-files are deprecated?"
      4. "memory allocation fails. Please try to delete or achive some of you older files"
      5. "I want the process with PIDx backed-up"
      6. "Ah... the notion of a smart-file-pointer... the GC deletes the file when no longer referenced".

      I hope you're joking. Just partition the RAM separately and it's no different to any current computer with separate RAM. Early PalmOS devices had the RAM and storage on the same storage device (they stored the OS in ROM and loaded it into RAM once the battery was installed...pulling the battery would wipe the device).

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
  8. Oops, I knew I did something wrong... by Mr+Z · · Score: 3, Funny

    The memory breakthrough was working on had the speed of flash and the volatility of DRAM. It was pretty dense though...

    1. Re:Oops, I knew I did something wrong... by Mr+Z · · Score: 1

      Memory breakthrough *I* was working on... Ah well... back to the drawing board.

    2. Re:Oops, I knew I did something wrong... by jiteo · · Score: 2

      I forgot the memory breakthrough I was working on...

    3. Re:Oops, I knew I did something wrong... by Anonymous Coward · · Score: 0

      Even that would be useful if it was significantly more dense than DRAM, or required a simpler manufacturing process, so that it could be made a lot cheaper than DRAM. If you could get a 1 TB GB "ramdisk" for $50, it could be useful as temporary storage in many business applications. Or put in a back-up battery that lasts at least a week, and you could sell them on the consumer market. If you can make a 1 TB ramdisk for $10, that's the point where you can start taking over significant portions of the hard disk market, provided that the power requirements are reasonable.

  9. Re:The usual nonsense... by Anonymous Coward · · Score: 0


    - OSses are not designed with this type memory in mind

    Don't worry, I'm sure some kid in a basement somewhere is working on a FUSE driver.

  10. Dupe by Anonymous Coward · · Score: 1

    Isn't this a dupe? I thought I saw it last week.

    Actually, don't I see this same article _every_ week?

    1. Re:Dupe by c0lo · · Score: 1

      Isn't this a dupe? I thought I saw it last week.

      Actually, don't I see this same article _every_ week?

      Nope... must be that your memory got corrupted... cosmic radiation I guess (I might be wrong, though... what if somebody rebooted me meantime?)

      --
      Questions raise, answers kill. Raise questions to stay alive.
  11. usb is high on cpu io by Joe+The+Dragon · · Score: 1

    usb is high on cpu io there are much better buses to use.

    1. Re:usb is high on cpu io by Anonymous Coward · · Score: 0

      SATA -> USB converters (eg portable HDD casings) are quite common. I don't see how the reverse cannot be done on a motherboard.
      There may be better buses, but I don't think any are as widely supported externally as USB is. ...not that having everything go through one bus may be terribly advantageous, but I was merely responding to a post.

  12. Re:The usual nonsense... by dgatwood · · Score: 1

    - Background storage, even FLASH, is far larger than main memory for a reason

    I don't think the intent is to replace main memory, though. The benefits to two-tier storage like this is actually quite significant. A sizable percentage of disk writes don't ever get flushed to disk because they are temporary files.

    Combine a smart OS that uses the first tier for write caching and the second tier for permanent storage, you'd be able to significantly reduce wear (assuming, of course, that there is a wear problem with these things as there is with flash parts). Assuming you use a smart controller to flush recent dirty bits to disk if the power gets cut before the OS shuts down the disk correctly, beyond the obvious changes in disk caching, it wouldn't require significant OS changes to use these parts like that, and it would be quite useful, both in terms of disk performance, reliability, and data integrity.

    --

    Check out my sci-fi/humor trilogy at PatriotsBooks.

  13. Re:The usual nonsense... by Anonymous Coward · · Score: 0

    "advertized"? Is that like a lazer?

  14. Re:The usual nonsense... by Anonymous Coward · · Score: 0

    Have you wever counted how often you need to reboot a computer?

    About three times per year for me. (Debian lenny ppc)

  15. Cost/Byte? by artor3 · · Score: 3, Insightful

    Where does it get the power for the non-volatile write? It would have to have a battery or capacitor built in, in case of sudden loss of power. It would also need low voltage detection for the same reason. How does all of this end up affecting the cost and density? We already have non-volatile SRAM based on the same principles (warning: article sounds like it was lifted from a press release).

    The reason we use DRAM as computer memory is because it's really, really cheap. If nvDRAM ends up having a significantly highly cost per byte, I doubt it'll see much use. Especially when one considers the ever-falling price point for solid-state drives.

    1. Re:Cost/Byte? by fbartho · · Score: 1

      From what I understood from other comments (didn't RTFA) the point of this is more, it acts like RAM continuously until say you shut the lid of the laptop, then the laptop pulses a bit of extra power and flash[pun] freezes the RAM into a stable state. Bam instant hibernate!

      --
      Gravity Sucks
    2. Re:Cost/Byte? by Anonymous Coward · · Score: 0

      The reason we use DRAM as computer memory is because it's really, really cheap. If nvDRAM ends up having a significantly highly cost per byte, I doubt it'll see much use. Especially when one considers the ever-falling price point for solid-state drives.

      Uh, dude, DRAM is about 10-20 times as expensive as flash. That's why it's a big deal that they mentioned having the "density of flash memory."

      "When one considers the ever-falling price point for solid-state drives" is exactly when one realizes the potential of this technology.

    3. Re:Cost/Byte? by Stripsurge · · Score: 1

      Good question on the cost. Can anybody speak to the ratio between production and material costs in any memory type? I'm curious how big of an impact using exotic materials such as paladium and hafnium will make to the overal cost.

      Hmm.. Looking at all the layers they used to produce their chip makes me think that the production costs will be high too.

    4. Re:Cost/Byte? by Anonymous Coward · · Score: 1

      It "saves" on command, when the chip is also supplied with Vpp. Each DRAM cell has "shadow" Flash cell to which it is directly connected ... in fact, those cells are one single structure with two capacitors, one leaky for DRAM, one better isolated for Flash.
      It doesn't have to have a backup battery or capacitor built in, non-volatile SRAMs don't have them either, at least not on chip die, they are usually just sealed together in molded package for convenience. However, non-volatile "CMOS" configuration parameter RAM on your computer's motherboard is probably backed by coin cell battery on the board, not in the package.

      Addition of non-volatility to this new type of memory would be similar to the one done on SRAM: after the power failure is detected, memory power would be switched over to external battery (or, in this case more likely a cheaper capacitor), which would supply power for issuing "save" command, then non-volatile controller chip would disconnect battery as well (in case of non-volatile SRAMs battery must remain connected to prevent erasure of SRAM contents).

    5. Re:Cost/Byte? by Anonymous Coward · · Score: 0

      nvSRAM (from the wp article you mention) is only available up to 8Mbit. With densities that low, you couldn't fit enough on a module to make a reasonable stick of RAM, with enough space to be useful on a modern general purpose compuer. Nice in the embedded world, but not much use for normal folks.

  16. mv UNIVERSAL_MEMORY NESTED_MEMORY by Anonymous Coward · · Score: 1

    Let's just call it nested memory. kthx.

  17. MRAM by lw7av · · Score: 0

    I'm still waiting for it.

    --
    Let me show you my thing; it's the most advanced on the planet.
  18. say goodbye to volatility! or? by moxsam · · Score: 2

    So it's time to think about the next step: overwrite before freeing memory.

    I don't worry at all, it becomes a software problem, not a hardware problem. If only everyone overwrote unused memory...

    1. Re:say goodbye to volatility! or? by Anonymous Coward · · Score: 0

      Yeah. Only pussies use languages that don't overwrite before freeing memory. A real programmer can do it by himself.

    2. Re:say goodbye to volatility! or? by GameboyRMH · · Score: 1

      It could be useful as a hardware feature. The same way a powered-down hard drive parks it's head, a chip on your mobo could zero-over your RAM using power from a capacitor if the power cuts out.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
  19. But... by Rudd-O · · Score: 1

    ...does it run Linux?  ;-D

    --
    Rudd-O - http://rudd-o.com/
    1. Re:But... by Anonymous Coward · · Score: 0

      Please stop. This is no longer funny.

    2. Re:But... by maxwell+demon · · Score: 2

      No. But it might store it.

      --
      The Tao of math: The numbers you can count are not the real numbers.
  20. Finally! by Max+Littlemore · · Score: 4, Funny

    Whatever year it it comes to market, you can be sure of one thing....
    That will be the year of Multics on the desktop.

    --
    I don't therefore I'm not.
    1. Re:Finally! by Misagon · · Score: 1

      Don't dis Multics! Multics was forward-thinking, but perhaps too much so for its own good. Unix got the upper hand much because it ran on cheaper hardware that did not have have an MMU.
      If someone is planning on creating an OS from scratch to run on mobile or embedded devices, then I think that that person should take a look at Multics first instead of creating yet another Unix copy.

      --
      "We mustn't be caught by surprise by our own advancing technology" -- Aldous Huxley
    2. Re:Finally! by Max+Littlemore · · Score: 1

      I agree totally. I was only half fishing for +5 Funny. Absolutely no disrespect meant. I seriously think that high speed non-volatile memory is the only stumbling block to making multics really useful.

      Was hoping to get at least one Insightful for my comment, but instead I get a bunch of Funnys and some neck-beard behaving like I just shot all his chickens.....

      --
      I don't therefore I'm not.
  21. Re:The usual nonsense... by sjames · · Score: 1

    Background storage, even FLASH, is far larger than main memory for a reason

    That reason is that main memory is more expensive, is volatile, and requires power at all times. If that's no longer true, perhaps it's time to revisit the older designs where the storage and the memory were the same thing.

    OSses are not designed with this type memory in mind

    And they don't have to be if the BIOS zeros it on boot. However, there are substantial advantages to be had if they DO take advantage. For example the suspend states become much simpler.

    At the same time, there are OSes that ARE designed this way. Currently, they use disk backed memory, but would be quite happy to just commit RAM to the flash.

    - Have you wever counted how often you need to reboot a computer? WTF is this thing going to help?

    See comment on simplified suspend state.

    It's not cycle tested yet, but there is good reason to believe it will have a longer life than flash.

    I don't see the density problem, flash seems to do OK now at that density.

    It looks like the write to non-volatile should be lower energy than flash.

    It's not a product in production yet and it may or may not work out, but it's not quite as dismal as you make it out to be.

  22. meh... by White+Flame · · Score: 2

    I think memristors sound a lot more usable than this setup.

    Given the other thoughts about heap fragmentation and such things, I don't know if it's reasonable to expect fine-grained "flush to NV and stop refreshing" application, but rather as a system-sleep sort of mechanism. Of course, if memory allocators and GCs are written in knowledge of keeping LRU data clumped together, it might be reasonable. The comments say flushing is done on a "line by line" basis, which I don't personally know how big or small that gets.

    One wonders exactly how much juice it takes to flush to NV, vs the standard draw of the DRAM-style mode of operation.

  23. "Drastically reduce" the 1W by koinu · · Score: 2

    Maybe in mobile sector 1W per SDRAM module is interesting, but on desktop computers it isn't. They should reduce the energy to keep ATX boxes switched off(!) to 0W, as it was with AT, where a mechanical switch was used to cut the PC from power. It is simply inacceptable to consume energy (usually over 5W) when something is completely down (yeah I know, there is wake-on-LAN etc, but 99% of people don't use it). That's why I have a big fat red switch on my multi-outlet power strip.

    1. Re:"Drastically reduce" the 1W by DamonHD · · Score: 2

      My entire primary server uses less than 5W when operating except when absolutely flat-out when it eats a whole 7W, so I agree with you!

      http://www.theregister.co.uk/2010/11/11/diy_zero_energy_home_server/

      Rgds

      Damon

      --
      http://m.earth.org.uk/
    2. Re:"Drastically reduce" the 1W by Anonymous Coward · · Score: 0

      Just buy a PSU with a power switch then. Personally I keep my computer in suspend mode when I'm not using it.

    3. Re:"Drastically reduce" the 1W by fruey · · Score: 1

      Very nice low power setup. Running complex stuff too. The Sheeva plug looks a good candidate for a NAS / media server without the pain of big optimisation, and would save me $$$ compared to running PC tower configs to mostly copy files to my box under the TV.

      --
      Conversion Rate Optimisation French / English consultant
  24. About time... by Tasha26 · · Score: 1

    The memory market place was too much drama (teehee) in the end. At least now we can hope for some economies of scale, which will hopefully be passed on to consumers.

  25. Impressive stuff, but... by dmomo · · Score: 1

    What does this mean to users? There's no new functionality. It's more or less "combined" existing functionality.
    So, what is the significance here (I'm honestly asking, I'm sure there is some interesting consumer benefits).

    A few I can think of:
    1) Longer battery life on mobile devices
    2) Instant "on", since the state of the OS and applications can remain in memory

    With #2 I would guess that certain programs that maintain clock pulse counters may operate "oddly" and have to be reprogrammed to stay in sync. Though, I'm sure there would be some kind of "memory going to / returning from virtual back burner" interrupt.

    Another implication I can think of is user security. Shutting down the computer may not be enough in the same manner that "emptying your recycling bin" does not physically remove the data. Hopefully this memory / flash is easy to wipe, and it would probably be partitioned into "working / ram memory" and "storage".

    1. Re:Impressive stuff, but... by cyclomedia · · Score: 1

      Actually 2) has interesting connotations. Those of us old enough to remember the 80's will remember when Memory Mapped IO was the norm. This meant that the CPU treated all data as an extension of RAM. Your memory sticks, hard drive, floppy disk and network card buffers etc could all be mapped onto the CPU's memory space. Each had different speeds (obviously) and the total memory could not exceed the addressable space of the CPU (e.g. 4GB, but there were tricks for getting around this). To get something into RAM you'd copy the bits from one memory address (that's mapped to a drive) to another (mapped to a RAM stick).

      x86 has IO mapped IO. RAM and where-the-data-comes-from are treated differently, you have to tell it that data is coming from an IO device and to pipe it through and the concept of "this bit over here is RAM that you can toy with using memset and all that" is hardwired to be different from "this is a drive and you have to talk to it like this".

      Back to the topic at hand. SDRAM speed Non volatile storage could not only replace your RAM it could also replace your hard drive. An application "on disk" would no longer need to be "loaded into RAM" to be executed or accessed by the CPU. That is, if the "disk" was memory-mapped : the CPU would just be able to find it and execute it on the spot. No lag whatsoever.

      --
      If you don't risk failure you don't risk success.
    2. Re:Impressive stuff, but... by badkarmadayaccount · · Score: 1

      Execute in place is kinda old, BTW.

      --
      I know tobacco is bad for you, so I smoke weed with crack.
  26. Re:The usual nonsense... by Eivind · · Score: 1

    If - but that seems a pretty gigantic if to me.

    It's *very* common with speed/price/size tradeoffs in engineering, regardless of which technology choosen. Usually, "pick any 2" is what it boils down to.

    Sure, in principle, if you invent something that scores well on all 3 axes, then no trade-off is nessecary and all the older systems that score poorly on atleast one of the 3 axis, are obsolete. But I'm not holding my breath.

    For storing large amounts of data for a long time, you want huge and cheap, but need little speed. For the registers in your CPU, the opposite is the case, you want all the speed you can possibly get, yet the amount of storage is very limited.

  27. Re:The usual nonsense... by sjames · · Score: 1

    As you say, it's a trade off. If it's strong enough on 2 axis and not so bad on the other, it might be enough, at least for some application. After all, the pick 2 rule applies to everything we use now as well.

    We already have a trend to using flash as storage (it's all the rage!), so it's not exactly a huge leap to imagine this catching on if it's decently priced and really is more durable.

  28. Not the universal memory by maxwell+demon · · Score: 1

    The universal memory would have the speed of SRAM, the density of Flash, would write directly into the non-volatile memory (i.e. no extra nonvolatile storage step, and certainly no need to refresh), and would have the same price per bit as hard disks. That way you could it use in cache (SRAM speed), as DRAM replacement (beats DRAM in any category) and as hard disk replacement (nonvolatile, cheap).

    This "universal" memory would be unsuitable for cache memory, thus it isn't universal.

    --
    The Tao of math: The numbers you can count are not the real numbers.
  29. hmm by Anonymous Coward · · Score: 0

    This shows more promise to replace SSD/NAND flash if it's more durable. I have my doubts about it being able to replace SDRAM in a desktop/server system except maybe laptops and mobile phone type devices (where power saving is more important than performace.) In a server, the memory is hardly idle, so any power saving would only be applied to completely idle equipment (eg wasted money to begin with.) Desktops can hibernate to such a device as secondary storage for power saving, but again, in a performance system, no memory would be wasted to begin with.

  30. Re:The usual nonsense... by GameboyRMH · · Score: 1

    - Background storage, even FLASH, is far larger than main memory for a reason

    What does this have to do with anything?

    OSses are not designed with this type memory in mind

    The only possible problem any current OS could have with this is this:

    Have you wever counted how often you need to reboot a computer? WTF is this thing going to help?

    ...which could easily be solved by a BIOS tweak. Empty RAM on powerup. Problem solved.

    Density will be far lower than DRAM, causing significantly higher prices and preventing it from competing. Also more complex cells are inherently more expensive and less reliable

    Yeah that's why we're all still using EEPROMs and 5 1/4 floppies. Those hard drives the size of microwave ovens are just too damn expensive.

    An "emergency flash write" still takes a lot of time and energy, at least partially invalidating the concept

    And how often do you do anything like this with current storage technologies?

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
  31. Here Here, by Anonymous Coward · · Score: 0

    About damn time. Now update the antiquated I/O systems found in "modern" computers, get rid of legacy technology, redesign a computer to move away from "a big mostly empty box with a few circuit boards", get rid of spinning platters as a form of data storage, and you might call today's computers "advanced" technology.

  32. ...and requiring another daemon by whitroth · · Score: 1

    One to utterly wipe RAM... No, encrypting RAM is not an alternative, unless you really enjoy having your system, with the power of a supercomputer of 15 years ago, move with the speed of a *whizbang* 8088....

                    mark

  33. It's no use, no one listens to ACs. by Anonymous Coward · · Score: 1

    Especially not the technically competent ones.

  34. Re:Early DRAM (refresh is sometimes easy) by Douglas+Goodall · · Score: 1

    I was reading the technical specs on the Z80 recently, and the Zilog designers were brilliant in their CPU design which automatically refreshed the dynamic ram by using a self incrementing "R" register to traverse enough addresses to do the full refresh. That was back in the late 70's and 80's, and that more or less the same dynamic ram is with us still. We could use some advances in that area. It seems like we are struggling to find the elegant memory solution. When I started with computers, we were writing into a core to sense it's state then having to write the information back. That was clever, but inefficient. Now we have dynamic memory that wants to go to sleep, and we have to nudge it regularly to keep it awake. I hope in my lifetime we finally see a memory technology that is actually straightforward and elegant.

  35. Re: PRAM Memory by Douglas+Goodall · · Score: 1

    We could call it prescient memory, and it could recall data from the future as well as the past. You wouldn't even have to write the data into it, or give it the address of the data you want because it knows what you want before you ask.

  36. Been there done that... by Reverand+Dave · · Score: 1

    I worked at a memory company who's name rhymes with Licron for over 10 years and about 8 years ago we were working on something similar to this. It was basically high speed NOR flash memory, but the project didn't get much traction in lieu of ramping up on DDRDRAM and Rambus DRAM memory production. Given the fact that DRAM production is an almost completely money losing venture you'd think memory companies like Infineon, Hynix, and Samsung would be pushing this technology a bit more aggressively.

    --
    I got here through a series of tubes
  37. Say hello to the memory hole by eightball · · Score: 1

    I didn't know they axed duplicates now..

    "Memory On Demand" Cuts Energy Use
    Posted by CmdrTaco on Wednesday January 26, @09:00AM
    from the cut-it-off dept.
    judgecorp writes
    "Researchers are testing memory that can be powered down when not in use. This could slash the power used by computer memory, combining the benefits of DRAM (speed) and Flash (low power, non-volatile). The memory could also allow "instant-on" computers, according to an IEEE Computer Society report of the research at Carolina State University."
    Read More

    http://it.slashdot.org/story/11/01/26/1342246/Memory-On-Demand-Cuts-Energy-Use