Slashdot Mirror


Samsung Demos Future Memory Chips

Fletcher points to this story in CNET Asia, excerpting "The Korean electronics giant unveiled an 8-gigabit flash memory chip Monday based on the 60-nanometer process, as well as a 2-gigabit DDR DRAM chip based on the 80-nanometer process. Flash chips, which retain data after a host computer is turned off, are used in flash cards and cell phones, while DDR DRAM is used inside PCs."

12 of 177 comments (clear)

  1. Re:Gigabit? by Billy69 · · Score: 4, Informative

    Generally ram/storage sizes on-die are given as bit sizes, and have been for a very long time. No, it doesn't indicate a data rate.

    --
    #include "disclaimer.h"
  2. Good stuff, but currently they are prototypes by sczimme · · Score: 5, Insightful


    People tend to get excited about new products like these; in a separate but equally relevant phenomenon, they tend not to RTFA.

    From the article:

    Both chips, however, are prototypes. Companies just began this year to make chips on the 90-nanometer process. (The nanometer measurement refers to average feature sizes on the chips). Eighty-nanometer chips may not come for at least another year, and 65-nanometer chips won't debut until at least the end of 2005.

    In other words, 16GB flash MP3 players will not be available in time for Xmas.

    --
    I want to drag this out as long as possible. Bring me my protractor.
  3. SVCD on a chip by tomhudson · · Score: 4, Interesting
    an 8-gigabit flash memory chip
    Finally, an SVCD or KVCD movie on a keychain. Watch the MPAA have a holy shit on that.

    How soon to get 8 gigabytes, so we can put the original DVD? Probably 3 years.

  4. Re:Gigabit? by Short+Circuit · · Score: 5, Informative

    One gigabit is 128MB. Assuming a 64-bit memory bus width, one chip per bus bit, and 2 gigabits of storage per chip, you're talking about a 16GB DIMM.

    So the the terminology inclined, it is a significant advancement.

    A good summary of memory technology is here.

  5. Re:2GB is a lot on one stick of ram by Short+Circuit · · Score: 4, Informative

    Actually, increasing the RAM reduces the significance of other bottlenecks in a PC.

    For example, you can buffer transfers that would otherwise go to or from the hard drive, so you spend less time waiting on I/O.

  6. Re:Usage as Hard Drives? by StateOfTheUnion · · Score: 4, Insightful

    I think that Flash RAM has limitations as to the number of times it can be rewritten . . . the number of possible rewrites is high (10's of thousands or more), but a swapspace in a hard disk would eventually read/write flash RAM into oblivion . . .

  7. Re:Gigabit? by Billy69 · · Score: 5, Informative

    The manufacturers of the actual silicon will always use *bit for the size because they are developing something independant of architecture, and therefore *bit is the most relevant notation of size. On a PC it might be relevant to use 'quads' as a measurement, as all machine code and addressing is done in 32 bits, whereas on some older microcontrollers the addressing is in 4 bits, so that would be nibbles. Perhaps some technologies want single-bit accessability, as the storage is not used to store addresses/instructions/ASCII. Using *bit is the only truly platform independant measurement, because the 8-bit bytes is aribtary whilst the bit is indivisible.

    --
    #include "disclaimer.h"
  8. Re:Gigabit? by Xilman · · Score: 5, Informative
    Why aren't they using conventional storage standards, RAM, and disk space are all in megabytes (1024 vs 1000 debating aside) saying something is *bit (giga,mega,kilo) implies a rate connectivity doesn't it?

    They are using conventional storage standards. Memory chips have been measured in (multiples of) bits for decades. When I started paying attention, around 1980 or so, the state of the art was something like 4k or 16k bits for DRAM and those chips were 1-bit wide. Even 8-bit wide chips were, and still are, quoted with storage capacity in bits. Again from the early days, an EEPROM with 2048 words of 8-bits each was described as a 16k device.

    Further down in the article it is stated that "The flash chip is designed to let consumer electronics designers put up to 16 gigabytes of data on a single memory card". Note that they use the conventional units, bytes, for memory cards.

    Remember, different conventions in different fields. You may think its silly, but that's life and you'd better get used to it.

    And, since you ask: no, bits doesn't necessarily imply a rate connectivity. Raw connections are usually rated in bits per second but high level data streams, such as ftp download speeds, are often quoted in bytes per second. I do not know whether there is a parallel here between comms and storage in the different conventions used to specify what the raw technology gives you and what is built out of that technology. I would be interested to learn whether it is more than coincidence.

    Paul

    --
    Lasciate ogne speranza, voi ch'intrate
  9. Re:Gigabit? by odie_q · · Score: 4, Informative

    First off, storage chip capacity is always measured in bits, and these chips are most likely (no, I haven't read the FA) 8Gib (eight gibibit, or 8x2^30 bits, i.e. 2^30 bytes or 1GiB). Look at your memory sticks and you will notice that they are equipped with mutliple memory chips, and the same goes for large capacity flash cards. This is not a 1GiB storage card, but a component that can be used to build large storage cards.

    What is new and interesting (for chip process nerds) about this is the 60nm process. Current chips are generally produced in a 130nm process. There are also 90nm chips in general production, and they're pretty much the shitnitz at the moment.

    --
    ...ceterum censeo Carthaginem esse delendam.
  10. Re:You know... by ThogScully · · Score: 4, Interesting

    The more story submitters start adding simple explanations like that to article submissions, the closer this site gets to being something I can guide people to, normal people that is.

    Personally, I'm glad Fletcher wrote it that way.
    -N

    --
    I've nothing to say here...
  11. Re:2GB is a lot on one stick of ram by swordboy · · Score: 4, Interesting

    Won't more ram eventually become unnecessary with all the bottlenecks computers have?

    No... err... rather, something will fundamentally change.

    Instead of having a hierarchy of memory (hard drive, ram, cache, etc), you'll see RAM and flash merge into a "universal memory". Everything will come on a single chip - processor and storage. RAM won't be required since the on board storage will be both quick and nonvolatile.

    Currently, as much as 75 percent of a processor's area is used for cache memory. This is a number that is increasing, too. This is because RAM is too electrically "distant" from the main processor to be of any high-performance use. The near-term solution has been to pile on lots of cache memory in order to make up for it.

    Recently, Ovonyx licensed their phase-change technology to Nanochip. Now, the phase-change technology is the same thing that is currently used in CD/DVD-RWs. With this implementation, they'll be programming and reading the material electronically instead of optically. Since they'll be doing it with MEMS and atomic probes, the density will reach levels of 1 terabit/square inch (125 gigabytes) and will do so very quickly. For more information, see HP's probe storage page. As a side note, HP and Nanochip are just a couple miles apart so it is rumored that Nanochip is hiding the HP plan at this point. Commercialization in 2006 isn't too far off. Also note that Microsoft is an investor in Nanochip as well. Bill Gates mentioned at Cebit that terabit chips will be here "very soon". Something to think about.

    --

    Life is the leading cause of death in America.
  12. Re:Gigabit? by Frennzy · · Score: 5, Interesting

    Actually, there are plenty of reasons to measure bandwidth in bits not bytes.

    When I size/plan/order circuits, I need to know raw throughput in bits/sec, because I may be ordering that circuit for a dedicated purpose, which can have significantly different overhead and efficiency than a different purpose.

    Whenever you see bandwidth measured in Bps (bytes per second) you are seeing, at best, an estimate. The reason is that people are concerned about *payload* when you mention bytes, not raw throughput.

    As overheard increases or decreases per packet (which can be caused by fragmentation, poor application design, etc), then the amount of payload data per packet changes, while the raw throughput does not. Try this as an exercise. Open up an FTP sire via MSIE, and transfer a large file from a decent server near you. Note how long it takes, and the data rate MSIE tells you that it comes in at. Now, open up an MS command prompt, and ftp to that same site, get the same file, and note how long it takes, and the data rate it tells you.

    Same site, same link, same file, same OS...two completely different download times/rates.

    When I order any circuit...I want to know what the actual bit rate of the line is. I don't want some marketing mumbo-jumbo about 'bytes per second'...I may not even use an 8 bit byte, or, they may use a different interpretation of 'kilo' and 'mega' when quoting data rates. Bit-rate is pure...because a bit is a bit is a bit, and a second is a second is a second.