Distinction Between NOR and NAND Flash
NOR and NAND flash differ in two important ways:
- the connections of the individual memory cells are different
- the interface provided for reading and writing the memory is different (NOR allows random-access for reading, NAND allows only page access)
These two are linked by the design choices made in the development of NAND flash. A goal of NAND flash development was to reduce the chip area required to implement a given capacity of flash memory, and thereby to reduce cost per bit and increase maximum chip capacity so that flash memory could compete with magnetic storage devices like hard disks.
NOR and NAND flash get their names from the structure of the interconnections between memory cells. In NOR flash, cells are connected in parallel to the bit lines, allowing cells to be read and programmed individually. The parallel connection of cells resembles the parallel connection of transistors in a CMOS NOR gate. In NAND flash, cells are connected in series, resembling a NAND gate. The series connections consume less space than parallel ones, reducing the cost of NAND flash. It does not, by itself, prevent NAND cells from being read and programmed individually.
When NOR flash was developed, it was envisioned as a more economical and conveniently rewritable ROM than contemporary EPROM and EEPROM memories. Thus random-access reading circuitry was necessary. However, it was expected that NOR flash ROM would be read much more often than written, so the write circuitry included was fairly slow and could only erase in a block-wise fashion. On the other hand, applications that use flash as a replacement for disk drives do not require word-level write address, which would only add to the complexity and cost unnecessarily.
Because of the series connection and removal of wordline contacts, a large grid of NAND flash memory cells will occupy perhaps only 60% of the area of equivalent NOR cells (assuming the same CMOS process resolution, for example, 130 nm, 90 nm, or 65 nm). NAND flash's designers realized that the area of a NAND chip, and thus the cost, could be further reduced by removing the external address and data bus circuitry. Instead, external devices could communicate with NAND flash via sequential-accessed command and data registers, which would internally retrieve and output the necessary data. This design choice made random-access of NAND flash memory impossible, but the goal of NAND flash was to replace hard disks, not to replace ROMs.
Read more about this topic: Flash Memory
Famous quotes containing the words distinction between, distinction and/or flash:
“I realized early on that the academy and the literary world alikeand I dont think there really is a distinction between the twoare always dominated by fools, knaves, charlatans and bureaucrats. And that being the case, any human being, male or female, of whatever status, who has a voice of her or his own, is not going to be liked.”
—Harold Bloom (b. 1930)
“Nature has not placed us in an inferior rank to men, no more than the females of other animals, where we see no distinction of capacity, though I am persuaded if there was a commonwealth of rational horses ... it would be an established maxim amongst them that a mare could not be taught to pace.”
—Mary Wortley, Lady Montagu (16891762)
“New ideas come into this world somewhat like falling meteors, with a flash and an explosion, and perhaps somebodys castle-roof perforated.”
—Henry David Thoreau (18171862)