Technology

Read-mostly memory

Read-mostly memory

Read-mostly memory (RMM) is a type of memory that can be read fast, but written only slowly. This memory primarily designed for read operations, but whose contents also can be changed through procedures more complex and typically slower than the read operations. The write operation takes considerably longer than the read operation, on the order of several hundred microseconds per byte.

Read-Mostly memory is useful for applications in which read operations are far more frequent than write operations but for which nonvolatile storage is required.

Historically, the term was used to refer to different types of memory over time: In 1970, it was used by Intel and Energy Conversion Devices to refer to a new type of amorphous and crystalline nonvolatile and reprogrammable semiconductor memory (phase-change memory aka PCM/PRAM). However, it was also used to refer to reprogrammable memory (REPROM) and magnetic-core memory.

Three common forms of read-mostly memory:

  1. Erasable Programmable ROM (EPROM)
  2. Read and written electrically as with PROM
  3. Electrically Erasable Programmable ROM (EEPROM)

However, before a write operation, all storage cells must be erased at the same initial stage by exposure to ultraviolet radiation. The erasure process can take 20 minutes. More expensive than PROM but has the advantage of multiple update capability. Electrically Erasable Programmable ROM (EEPROM) can be written at any time without erasing prior contents, only the data addressed is updated Takes much longer to write than read Nonvolatile, and flexible. EEPROM is more expensive than EPROM and is less dense, supporting fewer bits per chip.

A more attractive form of read-mostly memory is electrically erasable programmable read-only memory (EEPROM). This is a read-mostly memory that can be written into at any time without erasing prior contents; only the byte or bytes addressed are updated. Flash is a primary memory technology and has improved (as things do) drastically over time. The current state of flash makes it feasible to use it as the sole secondary storage technology, i.e. Solid State Drive (SSD). The EEPROM combines the advantage of no volatility with the flexibility of being updatable in place, using ordinary bus control, address, and data lines. EEPROM is more expensive than EPROM and also is less dense, supporting fewer bits per chip.

This category of memory can be written to, but under specific situations and with certain limitations. The term has mostly fallen into disuse but is sometimes used referring to electrically erasable programmable read-only (EEPROM) or flash memory today. As such, it’s usually treated like ROM but has the distinct advantage that its contents can be updated without having to remove it from the circuit.

Information Source: