Content deleted Content added
No edit summary Tag: Reverted |
ClueBot NG (talk | contribs) m Reverting possible vandalism by 88.0.67.55 to version by Monkbot. Report False Positive? Thanks, ClueBot NG. (3894701) (Bot) |
||
Line 1:
{{Memory types}}
{{short description|Type of solid state computer
A '''programmable read-only memory''' ('''PROM''') is a form of digital memory where the setting of each bit is locked by a [[Fuse (electrical)|fuse]] or [[antifuse]]. ([[eFUSE]]s can also be used) It is one type of ROM ([[read-only memory]]). The data in them are permanent and cannot be changed. PROMs are used in digital electronic devices to store permanent data, usually low level programs such as [[firmware]] or [[microcode]]. The key difference from a standard [[Read-only memory|ROM]] is that the data is written into a ROM during manufacture, while with a PROM the data is programmed into them after manufacture. Thus, ROMs tend to be used only for large production runs with well-verified data, while PROMs are used to allow companies to test on a subset of the devices in an order before burning data into all of them.
PROMs are manufactured blank and, depending on the technology, can be programmed at wafer, final test, or in system. Blank PROM chips are programmed by plugging them into a device called a ''PROM programmer''. The availability of this technology allows companies to keep a supply of blank PROMs in stock, and program them at the last minute to avoid large volume commitment. These types of memories are frequently used in [[microcontroller]]s, [[video game console]]s, mobile phones, radio-frequency identification ([[RFID]]) tags, implantable medical devices, high-definition multimedia interfaces ([[HDMI]]) and in many other consumer and automotive electronics products.
== History ==
The PROM was invented in 1956 by [[Wen Tsing Chow]], working for the Arma Division of the American Bosch Arma Corporation in [[Garden City, New York|Garden City]], [[New York (state)|New York]].<ref name="Huang2008">{{cite book|author=Han-Way Huang|title=Embedded System Design with C805|url=https://books.google.com/books?id=3zRtCgAAQBAJ&pg=PA22|date=5 December 2008|publisher=Cengage Learning|isbn=978-1-111-81079-5|page=22|url-status=live|archive-url=https://web.archive.org/web/20180427092847/https://books.google.com/books?id=3zRtCgAAQBAJ&pg=PA22|archive-date=27 April 2018}}</ref><ref name="AufaureZimányi2013">{{cite book|author1=Marie-Aude Aufaure|author2=Esteban Zimányi|title=Business Intelligence: Second European Summer School, eBISS 2012, Brussels, Belgium, July 15-21, 2012, Tutorial Lectures|url=https://books.google.com/books?id=7iK5BQAAQBAJ&pg=PA136|date=17 January 2013|publisher=Springer|isbn=978-3-642-36318-4|page=136|url-status=live|archive-url=https://web.archive.org/web/20180427092847/https://books.google.com/books?id=7iK5BQAAQBAJ&pg=PA136|archive-date=27 April 2018}}</ref> The invention was conceived at the request of the [[United States Air Force]] to come up with a more flexible and secure way of storing the targeting constants in the Atlas E/F [[ICBM]]'s airborne digital computer. The patent and associated technology were held under secrecy order for several years while the Atlas E/F was the main operational missile of the United States ICBM force. The term ''burn'', referring to the process of programming a PROM, is also in the original patent, as one of the original implementations was to literally burn the internal whiskers of diodes with a current overload to produce a circuit discontinuity. The first PROM programming machines were also developed by Arma engineers under Mr. Chow's direction and were located in Arma's Garden City lab and Air Force [[Strategic Air Command]] (SAC) headquarters.
OTP (one time programmable) memory is a special type of non-volatile memory (NVM) that permits data to be written to memory only once. Once the memory has been programmed, it retains its value upon loss of power (i.e., is non-volatile). OTP memory is used in applications where reliable and repeatable reading of data is required. Examples include boot code, encryption keys and configuration parameters for analog, sensor or display circuitry. OTP NVM is characterized, over other types of NVM like eFuse or EEPROM, by offering a low power, small area footprint memory structure. As such OTP memory finds application in products from microprocessors & display drivers to Power Management ICs (PMICs).
Although antifuse-based PROM has been available for decades, it wasn’t available in standard [[CMOS]] until 2001 when Kilopass Technology Inc. patented 1T, 2T, and 3.5T antifuse bit cell technologies using a standard CMOS process, enabling integration of PROM into logic CMOS chips. The first process node antifuse can be implemented in standard CMOS is 0.18 um. Since the gate oxide breakdown is less than the junction breakdown, special diffusion steps were not required to create the antifuse programming element. In 2005, a split channel antifuse device<ref>See [http://patimg2.uspto.gov/.piw?Docid=7402855&idkey=NONE US Patent 7402855] split channel antifuse device</ref> was introduced by Sidense. This split channel bit cell combines the thick (IO) and thin (gate) oxide devices into one transistor (1T) with a common [[Polycrystalline silicon|polysilicon]] gate.
|