US20120179862A1 - System For Accessing Non-Volatile Memory - Google Patents

System For Accessing Non-Volatile Memory Download PDF

Info

Publication number
US20120179862A1
US20120179862A1 US13/425,260 US201213425260A US2012179862A1 US 20120179862 A1 US20120179862 A1 US 20120179862A1 US 201213425260 A US201213425260 A US 201213425260A US 2012179862 A1 US2012179862 A1 US 2012179862A1
Authority
US
United States
Prior art keywords
memory
data
array
section
point
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/425,260
Inventor
Robert Norman
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Unity Semiconductor Corp
Original Assignee
Unity Semiconductor Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Unity Semiconductor Corp filed Critical Unity Semiconductor Corp
Priority to US13/425,260 priority Critical patent/US20120179862A1/en
Assigned to UNITY SEMICONDUCTOR CORPORATION reassignment UNITY SEMICONDUCTOR CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NORMAN, ROBERT
Publication of US20120179862A1 publication Critical patent/US20120179862A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0238Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
    • G06F12/0246Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory in block erasable memory, e.g. flash memory
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C13/00Digital stores characterised by the use of storage elements not covered by groups G11C11/00, G11C23/00, or G11C25/00
    • G11C13/0002Digital stores characterised by the use of storage elements not covered by groups G11C11/00, G11C23/00, or G11C25/00 using resistive RAM [RRAM] elements
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C5/00Details of stores covered by group G11C11/00
    • G11C5/02Disposition of storage elements, e.g. in the form of a matrix array
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C2213/00Indexing scheme relating to G11C13/00 for features not covered by this group
    • G11C2213/70Resistive array aspects
    • G11C2213/71Three dimensional array
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Read Only Memory (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

Accessing a non-volatile memory array is described, including receiving a first data and a memory address associated with the first data, writing the first data to the non-volatile memory array at the memory address of the first data without erasing a second data stored in the non-volatile memory array at the memory address of the first data before writing the first data.

Description

    FIELD OF THE INVENTION
  • The present invention relates to semiconductors and, more particularly, to accessing non-volatile memories.
  • BACKGROUND
  • Flash memory is a type of rewritable memory chip that can maintain information without a power supply. In general, flash memory is comprised of transistors and each transistor uses an isolated floating gate to hold a charge. To program a memory cell, a lateral electric field “heats” the electrons and a transversal electric field injects carriers into the floating gate, a process called hot-electron injection. In other words, to program a memory cell, a large voltage charge is injected into the floating gate. On the other hand, erasing the memory cell removes that large voltage charge. A memory block includes multiple memory cells and to program a single memory cell, all the memory cells of the memory block are driven in the same conductive or non-conductive state (i.e., all the memory cells are erased) and thereafter, the data is programmed into the single memory cell and the rest of the memory cells in the memory block are reprogrammed. Accordingly, the erasure of a memory cell turns its bit value to “zero” and that programming the memory cell turns its bit value from “zero” to “one.” However, the programming logic cannot turn a “one” bit value back to a “zero” bit value. As a result, flash memory does not allow changes to bit values at random and, to perform a write operation, the flash memory requires an erase operation before the write operation.
  • It should be appreciated that the erase operation requires a high voltage, requires time to complete, and, depending on the environmental conditions, the erase operation is not precise. Further, flash memory is designed with large erase blocks, causing all memory cells within the blocks to be erased at one time. To manage the erase operations and the erase block structure, the system must use a flash file system. An exemplary file management operation associated with erase operations includes copying the contents of the erased blocks to an unused portion of the flash memory before the erase operation. Another exemplary file management operation includes rewriting a header section. It should be appreciated that a header section also is erased along with a data section during an erase operation. To maintain the header section, the header section must be copied and rewritten after the erase operation. Such file management operations slow the speed of write operations and require extra memory and processing power.
  • There are continuing efforts to improve non-volatile memory.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present invention will be readily understood by the following detailed description in conjunction with the accompanying drawings, and like reference numerals designate like structural elements. Although the Drawings depict various examples of the invention, the invention is not limited by the depicted examples. Furthermore, the depictions are not necessarily to scale.
  • FIG. 1 is a simplified block diagram of an exemplary system for accessing a non-volatile memory array;
  • FIG. 2 is a simplified block diagram of an exemplary vertically configured memory, in accordance with an embodiment;
  • FIG. 3 is a simplified block diagram of another exemplary system for accessing a non-volatile memory array;
  • FIG. 4 is a flowchart diagram of a high level overview of an exemplary method for accessing a non-volatile memory array, in accordance with an embodiment;
  • FIGS. 5A, 5B, and 5C are simplified block diagrams of exemplary file structures used with non-volatile memory arrays;
  • FIG. 5D depicts a block diagram representing the basic components of one embodiment of a memory element;
  • FIG. 5E depicts a block diagram of the memory element of FIG. 5D in a two-terminal memory cell;
  • FIG. 5F depicts a block diagram of the memory element of FIG. 5D in a three-terminal memory cell; and
  • FIG. 6 is a flowchart diagram of a high-level overview of another exemplary method for accessing a non-volatile memory array, in accordance with an embodiment.
  • DETAILED DESCRIPTION
  • The invention can be implemented in numerous ways, including as a system, a process, or an apparatus. In general, the operations of disclosed processes may be performed in an arbitrary order, unless otherwise provided in the claims.
  • A detailed description of one or more embodiments is provided below along with accompanying figures. The detailed description is provided in connection with such embodiments, but is not limited to any particular example. The scope is limited only by the claims and numerous alternatives, modifications, and equivalents are encompassed. Numerous specific details are set forth in the following description in order to provide a thorough understanding. These details are provided for the purpose of example and the described techniques may be practiced according to the claims without some or all of these specific details. For the purpose of clarity, technical material that is known in the technical fields related to the embodiments has not been described in detail to avoid unnecessarily obscuring the description.
  • The embodiments described herein provide methods and systems for accessing a non-volatile memory array. In an embodiment, a write operation to the non-volatile memory array may be performed without an erase operation before the write operation. In other words, data may be directly written to a portion of the non-volatile memory array without first erasing the portion. In another embodiment, as further described in more detail below, the header section may be skipped over in a write operation and the data may be directly written to a data section because the header section does not need to be rewritten.
  • FIG. 1 is a simplified block diagram of an exemplary system for accessing a non-volatile memory array. As shown in FIG. 1, system 101 includes memory controller 104, non-volatile memory array 106, and processor 108. Processor 108, memory controller 104, and non-volatile memory array 106 can be in communication through bus 110 (e.g., processor bus, Universal Serial Bus (USB), IEEE 1394 (i.e., FireWire), Fibre Channel, PC Card (i.e., PCMCIA), ExpressCard, Small Computer System Interface (SCSI), Peripheral Component Interconnect (PCI), PCI Express, memory bus, HyperTransport (HT), Serial ATA, and other buses) within system 101. Processor 108 can include a variety of hardware logic that provides computational control by interpreting and executing instructions. Memory controller 104 can include a variety of hardware logic configured to control non-volatile memory array 106. For example, memory controller 104 can generate the signals to control the accessing (e.g., reading, writing, erasing, and other accessing operations) of data from non-volatile memory array 106 and can interface the non-volatile memory array with components of system 101, such as processor 108. Additionally, memory controller 104 can map physical memory addresses associated with non-volatile memory array 106 to a logical address space. As explained in more detail below, in an embodiment, memory controller 104 can be configured to perform a write operation on non-volatile memory array 106 without performing an erase operation on the non-volatile memory array 106 before the write operation.
  • In an embodiment, as explained in detail below, non-volatile memory array 106 can include a memory array not composed of ferroelectric capacitors. In another embodiment, non-volatile memory array 106 can include a memory array that can be vertically configured along multiple memory planes. For example, memory planes can be implemented using various types of memory technologies that permit different physical and logical arrangements (e.g., vertically stacked). In general, the vertically configured memory is a two-terminal cross-point array where, as shown in the exemplary embodiment of FIG. 2, memory arrays in the form of memory planes 250 may be stacked on top of memory logic 252. Vertically configured memory 253 allows for multiple memory planes 250 to be stacked upon one another and data may be read from and written to the memory planes, which may be further divided into memory sub-planes. Furthermore, vertically configured memory 253 allows changes to memory bits at random (i.e., random access). For example, memory technologies such as those disclosed in U.S. patent application Ser. No. 11/095,026, filed Mar. 30, 2005, now U.S. Published Application No. 2006/0171200, and titled “Memory Using Mixed Valence Conductive Oxides,” hereby incorporated by reference in its entirety and for all purposes, describes two-terminal memory cells that can be arranged in a cross-point array and configured vertically (e.g., stacked one upon another). Each two-terminal memory cell stores data as a plurality of conductivity profiles that can be non-destructively sensed by applying a read voltage across the two terminals of the memory cell. That is, during a read operation in which a read voltage is applied across the two-terminal memory cell, a resistive state of stored data in the two-terminal memory cell can be non-destructively determined without disturbing the stored data (e.g., corrupting or changing the resistive value of the stored data). The memory cells are inherently non-volatile in that they retain their contents without continuous power such as main system power or a battery backup, for example. They do not require a refresh as a DRAM requires, and do not require an erase or an operating system (OS) like flash memory. They are therefore suitable for several different uses: they have sufficient performance to replace DRAM, while being non-volatile, allowing them to replace flash memory and ROM. In some examples, the above-described memory implementation may be used to replace or emulate other memory or storage technologies.
  • Returning to FIG. 1, in another embodiment, non-volatile memory array 106 is accessed non-destructively. For example, a read operation does not destroy a memory cell state (i.e., data stored in the memory cell). If non-volatile memory array 106 is accessed destructively, a read operation is followed by a corresponding write operation that writes the destroyed data back after the read operation. For instance, a ferroelectric ram (FeRAM) is a type of non-volatile memory composed of an array of ferroelectric capacitors. Data storage is based on the ferroelectric effect that is characterized by the remnant polarization that occurs after an electric field has been applied. A bit is read by applying an electric field across the ferroelectric capacitor, but reading the memory cell also flips the polarity of the magnetic field. As a result, with FeRAM, read operations are followed by a write to restore the contents. Therefore, in an embodiment, where non-volatile memory array 106 is accessed non-destructively, the non-volatile memory array may perform a read operation without performing a write operation after the read operation.
  • FIG. 3 is a simplified block diagram of another exemplary system for accessing a non-volatile memory array. As shown in FIG. 3, system 206 includes processor 108 and memory device 208. Processor 108 and memory device 208 can be in communication through bus 110 within system 206. Memory device 208 includes memory controller 202 and non-volatile memory array 204 and here, the non-volatile memory array is integrated with the memory controller. Exemplary integration of non-volatile memory array 204 and memory controller 202 may include the non-volatile memory array and the memory controller as separate chips on a printed circuit board. Another exemplary integration include memory controller 202 joined with non-volatile memory array 204, such as the memory controller located in a memory logic plane and the non-volatile memory array stacked on top of the memory controller, as depicted in FIG. 2.
  • Still referring to FIG. 3, memory controller 202 is situated between a host (e.g., processor 108) and non-volatile memory array 204, and system 206 may interface with memory device 208 as a peripheral device. For example, memory device 208 may be configured as a PC Card (i.e., PCMCIA). Other exemplary memory devices, such as memory device 208 that can support non-volatile memory array 204 include CompactFlash cards, SmartMedia cards, memory sticks, secure digital cards, videogame cartridges, and other memory devices. The integration of memory controller 202 with non-volatile memory array 204 in memory device 208 offloads the memory controller operations to the memory device. As a result, system resources are freed, which allows for faster operations and reduces memory demands on system 206.
  • FIG. 4 is a flowchart diagram of a high level overview of an exemplary method for accessing a non-volatile memory array, in accordance with an embodiment. A non-volatile memory array that is vertically configured and/or not composed of ferroelectric capacitors, such as memory technologies that can store data by manipulating the resistance of a memory cell. For example, a memory cell (i.e., a memory plug) may have two or more resistive states. Different voltages pulses (e.g., a write voltage) across the memory cell can result in different resistive states. Thus, a memory cell can be placed into multiple, different resistive states that can correspond to multi-bit memory cells. In a write operation, an appropriate voltage pulse is applied to the memory cell to change the resistive state of the memory cell. Similarly, in an erase operation, another different voltage pulse is applied to the memory cell to change the resistive state of the memory cell. Thus, write operations are independent of erase operations and, to store or write data, the non-volatile memory array does not require an erase operation before a write operation. Furthermore, the resistive state of the memory cell can be non-destructively sensed (e.g., read) by applying an appropriate read voltage across the memory cell. The read voltage generates a read current and a magnitude of the read current is indicative of the resistive state of the memory cell. Typically, a magnitude of the read voltage is less than a magnitude of the write voltage so that a read operation does not disturb or corrupt the resistive state of the memory cell. The write voltages can be applied with different magnitudes and/or polarities such that a first magnitude and polarity is operative to write a logic “0” and second magnitude and polarity is operative to write a logic “1”, for example. As shown in FIG. 4, in a write operation, data and a memory address associated with the data are received in operation 402. Thereafter, in operation 404, the data is written to the non-volatile memory array at the memory address without erasing the data stored in the non-volatile memory array at the memory address before the data is written. In other words, a write operation may be performed without an erase operation before the write operation.
  • Thus, data can be written directly to the non-volatile memory array and write operations can be performed without erase operations interrupting the write operations. For example, write operations can be performed continuously without performing erase operations between the write operations. In other words, a succession or series of write operations can be performed following one write operation after another write operation without gaps of erase operations performed between the write operations. As a result, the logic and memory space associated with managing erase operations before write operations can be eliminated. For instance, in an embodiment, the non-volatile memory array is not configured to reserve memory blocks associated with performing erase operations before a write operation. The memory blocks are reserved for temporary storage of erased data that is to be written back to the non-volatile memory array after the erase. In another embodiment, memory controller is not configured to include an operating system and write drivers that manage erase operations.
  • In still another exemplary embodiment, the non-volatile memory array is not configured to store a pointer system associated with the relocation of data resulting from an erase operation before the write operation. In general, a pointer system may be used to locate data stored in the non-volatile memory. Exemplary pointer systems include chained pointers, such as File Allocation Table (FAT), and tables that store pointers to data locations. Both chained pointers and tables allow programming markers, such as zero and one values, to mark data that are obsolete or moved. With such pointer systems, a processor may parse the chained pointers or tables to locate the desired data structure. Accordingly, in an embodiment, the non-volatile memory array is not configured to store a pointer system that is associated with locating and/or moving data, but may store pointers associated with directories or file systems. For example, an exemplary file system that may be used with non-volatile memory arrays is FAT. In general, FAT is a list of entries that map to each cluster on a partition. A file is represented by a chain of clusters and FAT contains a record of how the clusters that comprise a file are linked together. FAT additionally contains a second set of chained pointers that are associated with the relocation of data as the data are moved in the non-volatile memory array. With a non-volatile memory array that is not configured to store a pointer system associated with the relation of data resulting from the erase operation, the non-volatile memory array with FAT can exclude the second set of chained pointers that are associated with the temporary relocation of data as a result of erase operations.
  • FIGS. 5A through 5C are simplified block diagrams of exemplary file structures used with non-volatile memory arrays. It should be appreciated that various file systems may be used to provide a map of the data clusters (i.e., a group of memory sectors) stored in the non-volatile memory arrays. An exemplary file system that may be used with non-volatile memory arrays is FAT, which, as described above, is a list of entries that map to each cluster on a partition. FIG. 5A shows an exemplary file structure that may be used by FAT. File structure 551 includes header sections 552, data sections 554, and footer sections 556 that may be stored in memory block 557. The individual memory cells, header section 552, data section 554, and footer section 556 that comprise memory block 557 may be identified by a memory row, a portion of a memory row, a memory column, a memory bank, a memory plane, a memory sub-plane, and other identifiers associated with non-volatile memory arrays. Depending on the memory layout, it should be noted that multiple memory blocks, such as memory block 557, can occupy a row, a portion of a row, or multiple sectors per row.
  • Header sections 552 of FIG. 5A may contain information associated with each data section 554 that follows each of the header sections (e.g., logical block addressing (LBA) or cylinder, head, and sector). Tags associated with defects and locations (e.g., defect pointers and alternate sector pointers) and file addresses may additionally be included in header sections 552. Footer section 556 may contain error correcting code (ECC) and information associated with defective bit replacements and defective column replacements.
  • FIG. 5B shows another exemplary file structure. As shown in FIG. 5B, file structure 555 includes header sections 552 and data and footer sections 553. Here, instead of having separate data sections (e.g., 554 in FIG. 5A) and footer sections (e.g., 556 in FIG. 5A), the data sections and the footer sections are merged into data and footer sections 553. FIG. 5C shows still another exemplary file structure. As shown in FIG. 5C, file structure 571 includes header section 570 and data and footer sections 572. Instead of having separate header sections for each data and footer section 572, the header sections associated with the data and footer sections are merged into one header section 570. With vertically configured memory, the division of memory blocks and file structure may be variable since the vertically configured memory does not include erase blocks and therefore, data may be written to a variety of addresses.
  • FIG. 6 is a flowchart diagram of a high-level overview of another exemplary method for accessing a non-volatile memory array, in accordance with an embodiment. As shown in FIG. 6, in a write operation, a file structure associated with the non-volatile memory array is provided in operation 602. In an embodiment, the file structure comprises a header section and a data section. As discussed above, the non-volatile memory array is configured to perform a write operation without performing an erase operation before the write operation. Accordingly, the header section is not erased and not rewritten in a write operation. Thereafter, in operation 606, data and memory address associated with the data are received. Since the header section is not erased, in operation 608, the header section is skipped over in a write operation. After the header section is skipped over, the data is written to the data section at the memory address in operation 610. In general, during a write operation, the header section is bypassed and the data is directly written to the data section. As a result, the data is written to the data section without performing an erase operation before the write, and the data can be written to the data section without rewriting the header section. For example, the method operations shown in FIG. 6 may be applied to the exemplary file structures shown in FIGS. 5A-5C. As applied to FIG. 5A, in a write operation, header sections 552 would be skipped and data can be directly written to data sections 554 without rewriting the header sections. With file structure 555 shown in FIG. 5B, in a write operation, header sections 552 would be skipped and data can be directly written to data and footer sections 553 without rewriting the header sections. With file structure 571 shown in FIG. 5C, header section 570 would be skipped and data can be written to data and footer sections 572 in a write operation without rewriting the header section.
  • As a result, information stored in header sections associated with managing erase operations before a write operation can be eliminated. For example, in an embodiment, header sections, such as header sections 552 and 570 shown in FIGS. 5A-5C, are not configured to store a number of erase operations performed on data sections, such as data sections 554 and data and footer sections 553 and 572. The number of erase operations is a count of erase operations performed on a memory cell or memory block, such as memory block 557. Such number can be used to determine the stress level on a memory block, such as memory block 557 of FIG. 5A, due to erase operations. It should be appreciated that the stress level is associated with reliability of memory cells. A high stress level on a memory cell (i.e., a high number of erase operations performed on the memory cell) may cause the memory cell to fail because materials associated with the memory cell (e.g., insulators, conductors, conductive oxides, and other materials) may break down. Such memory cell failures may result in programming disturbs or problems with data retention. Thus, to avoid memory failures, data may not be written to a memory cell with a high number of erase operations. Here, since erase operations are eliminated, the header sections do not need to track the number of erase operations in managing the memory block usage.
  • FIG. 5D shows an electrolytic tunnel barrier 505 and an ion reservoir 510, two basic components of the memory element 500. FIG. 5E shows the memory element 500 between a top memory electrode 515 and a bottom memory electrode 520. The orientation of the memory element (i.e., whether the electrolytic tunnel barrier 505 is near the top memory electrode 515 or the bottom memory electrode 520) may be important for processing considerations, including the necessity of seed layers and how the tunnel barrier reacts with the ion reservoir 510 during deposition. FIG. 5F shows the memory element 500 oriented with the electrolytic tunnel barrier 505 on the bottom in a three-terminal transistor device, having a source memory element electrode 525, gate memory element electrode 530 and a drain memory element electrode 535. In such an orientation, the electrolytic tunnel barrier 505 could also function as a gate oxide. Referring back to FIG. 5D, the electrolytic tunnel barrier 505 will typically be between 10 and less than 50 angstroms. If the electrolytic tunnel barrier 505 is much greater than 50 angstroms, then the voltage that is required to create the electric field necessary to move electrons through the memory element 500 via tunneling becomes too high for most electronic devices. Depending on the electrolytic tunnel barrier 505 material, a preferred electrolytic tunnel barrier 505 width might be between 15 and 40 angstroms for circuits where rapid access times (on the order of tens of nanoseconds, typically below 100 ns) in small dimension devices (on the order of hundreds of nanometers) are desired. Fundamentally, the electrolytic tunnel barrier 505 is an electronic insulator and an ionic electrolyte. As used herein, an electrolyte is any medium that provides an ion transport mechanism between positive and negative electrodes. Materials suitable for some embodiments include various metal oxides such as Al2O3, Ta2O5, HfO2 and ZrO2. Some oxides, such as zirconia might be partially or fully stabilized with other oxides, such as CaO, MgO, or Y2O3, or doped with materials such as scandium. The electrolytic tunnel barrier 505 will typically be of very high quality, being as uniform as possible to allow for predictability in the voltage required to obtain a current through the memory element 500. Although atomic layer deposition and plasma oxidation are examples of methods that can be used to create very high quality tunnel barriers, the parameters of a particular system will dictate its fabrication options. Although tunnel barriers can be obtained by allowing a reactive metal to simply come in contact with an ion reservoir 510, as described in PCT Patent Application No. PCT/US04/13836, filed May 3, 2004, already incorporated herein by reference, such barriers may be lacking in uniformity, which may be important in some embodiments. Accordingly, in a preferred embodiment of the invention the tunnel barrier does not significantly react with the ion reservoir 510 during fabrication. With standard designs, the electric field at the tunnel barrier 505 is typically high enough to promote tunneling at thicknesses between 10 and 50 angstroms. The electric field is typically higher than at other points in the memory element 500 because of the relatively high serial electronic resistance of the electrolytic tunnel barrier 505. The high electric field of the electrolytic tunnel barrier 505 also penetrates into the ion reservoir 510 at least one Debye length. The Debye length can be defined as the distance which a local electric field affects distribution of free charge carriers. At an appropriate polarity, the electric field within the ion reservoir 510 causes ions (which can be positively or negatively charged) to move from the ion reservoir 510 through the electrolytic tunnel barrier 505, which is an ionic electrolyte. The ion reservoir 510 is a material that is conductive enough to allow current to flow and has mobile ions. The ion reservoir 510 can be, for example, an oxygen reservoir with mobile oxygen ions. Oxygen ions are negative in charge, and will flow in the direction opposite of current. Each memory plug contains layers of materials that may be desirable for fabrication or functionality. For example, a non-ohmic characteristic that exhibit a very high resistance regime for a certain range of voltages (VNO− to VNO+) and a very low resistance regime for voltages above and below that range might be desirable.
  • In a cross point array, a non-ohmic characteristic could prevent leakage during reads and writes if half of both voltages were within the range of voltages VNO− to VNO+. If each conductive array line carried ½ VW, the current path would be the memory plug at the intersection of the two conductive array lines that each carried ½ VW. The other memory plugs would exhibit such high resistances from the non-ohmic characteristic that current would not flow through the half-selected plugs.
  • In summary, the above-described embodiments provide methods and systems to write data to a non-volatile memory array without performing an erase before the write. As a result, during a write operation, the header section may be skipped. By eliminating the erase operation before the write operation, the speed of write operations are increased, thereby resulting in non-volatile memory arrays with fast access. Furthermore, the elimination of logic associated with file management of the erase operations reduces memory demands and processing power required to execute the logic. Additionally, the elimination of the erase and rewrite operations reduces the stress on the non-volatile memory array, thereby improving the reliability and life of the non-volatile memory array.
  • Although the foregoing embodiments have been described in some detail for purposes of clarity of understanding, implementations of the above-described system and techniques is not limited to the details provided. There are many alternative implementations and the disclosed embodiments are illustrative and not restrictive.

Claims (20)

1. A system including non-Flash re-writeable non-volatile memory, comprising:
a semiconductor substrate including circuitry fabricated on the semiconductor substrate, the circuitry including a processor and a memory controller in electrical communication with each other;
a memory plane in direct contact with and fabricated directly above the semiconductor substrate;
a two-terminal cross-point memory array embedded in the memory plane and including a plurality of first conductive array lines orthogonally oriented to a plurality of second conductive array lines to form a plurality of cross-points, the plurality of first and second conductive array lines are in electrical communication with the memory controller; and
a plurality of re-writeable non-volatile memory elements (ME's), each ME having exactly two terminals, each ME is positioned between one of the cross-points and has one of its two terminals directly electrically coupled with the first conductive array line at its respective cross-point and the other of its two terminals directly electrically coupled with the second conductive array line at its respective cross-point, and each ME is directly electrically in series with the first and second conductive array lines at its respective cross-point,
wherein the memory controller is specifically configured to perform data operations on the two-terminal cross-point memory array without having to perform an erase operation prior to a write operation and to perform random access data operations on the two-terminal cross-point memory array at a data granularity ranging from a single bit of data in a single ME to at least one block of data in a subset of the plurality of ME's, and
the memory controller is configured to perform at least some data operations on the two-terminal cross-point memory array using a file structure including a header section, a data section, and a footer section that includes error correcting code (ECC), and
the header section, the footer section or both are stored in one or more portions of the two-terminal cross-point memory array other than a portion for the data section.
2. The system of claim 1, wherein each ME is configured to store exactly one bit of data.
3. The system of claim 1, wherein each ME is configured to store at least two bits of data.
4. The system of claim 1, wherein the file structure is configured for use with a File Allocation Table (FAT) file system.
5. The system of claim 1, wherein the file structure comprises a memory block.
6. The system of claim 5, wherein the memory block comprises an identifier associated with the two-terminal cross-point memory array and the identifier is selected from the group consisting of a row of memory, a portion of a row of memory, a memory column, a memory bank, a memory plane, and a sub-plane of a memory plane.
7. The system of claim 1, wherein the footer section further includes information associated with defective bit replacement, defective column replacement, or both.
8. The system of claim 1, wherein the data and footer sections are associated with the header section.
9. The system of claim 8, wherein the header section includes information associated with its respective data section.
10. The system of claim 1, wherein the memory controller is configured to map a physical address space of the two-terminal cross-point memory array to a logical address space.
11. The system of claim 1 and further comprising: at least one bus included in the circuitry and electrically coupled with the processor and the memory controller.
12. The system of claim 11, wherein the two-terminal cross-point memory array is electrically coupled with the at least one bus.
13. The system of claim 1 and further comprising:
a plurality of the memory planes that are vertically stacked upon one another and are in contact with one another, and a bottommost of the plurality of the memory planes is in direct contact with the semiconductor substrate.
14. The system of claim 13, wherein the one or more portions are disposed in a different memory plane than a memory plane of the portion for the data section.
15. The system of claim 13, wherein at least one of the plurality of the memory planes is divided into memory sub-planes.
16. The system of claim 15, wherein the one or more portions are disposed in a different memory sub-plane than a memory plane or memory sub-plane of the portion for the data section.
17. The system of claim 1, wherein each ME comprises an ion reservoir including mobile ions and a tunnel barrier that are electrically in series with each other and with the two terminals of the ME.
18. The system of claim 17, wherein and each ME is operative to store data as a plurality of conductivity profiles that can be non-destructively determined by applying a read voltage across the two terminals of the ME, and wherein data stored in the ME is retained in an absence of electrical power.
19. The system of claim 17, wherein the mobile ions are oxygen ions.
20. The system of claim 19, wherein the tunnel barrier is permeable to oxygen ions when a write voltage is applied across the two terminals of the ME.
US13/425,260 2007-12-22 2012-03-20 System For Accessing Non-Volatile Memory Abandoned US20120179862A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/425,260 US20120179862A1 (en) 2007-12-22 2012-03-20 System For Accessing Non-Volatile Memory

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US12/004,768 US7877541B2 (en) 2007-12-22 2007-12-22 Method and system for accessing non-volatile memory
US12/931,198 US8032692B2 (en) 2007-12-22 2011-01-25 System for accessing non-volatile memory
US13/252,937 US8140742B2 (en) 2007-12-22 2011-10-04 System for accessing non volatile memory
US13/425,260 US20120179862A1 (en) 2007-12-22 2012-03-20 System For Accessing Non-Volatile Memory

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/252,937 Continuation US8140742B2 (en) 2007-12-22 2011-10-04 System for accessing non volatile memory

Publications (1)

Publication Number Publication Date
US20120179862A1 true US20120179862A1 (en) 2012-07-12

Family

ID=40790015

Family Applications (4)

Application Number Title Priority Date Filing Date
US12/004,768 Expired - Fee Related US7877541B2 (en) 2007-12-22 2007-12-22 Method and system for accessing non-volatile memory
US12/931,198 Expired - Fee Related US8032692B2 (en) 2007-12-22 2011-01-25 System for accessing non-volatile memory
US13/252,937 Expired - Fee Related US8140742B2 (en) 2007-12-22 2011-10-04 System for accessing non volatile memory
US13/425,260 Abandoned US20120179862A1 (en) 2007-12-22 2012-03-20 System For Accessing Non-Volatile Memory

Family Applications Before (3)

Application Number Title Priority Date Filing Date
US12/004,768 Expired - Fee Related US7877541B2 (en) 2007-12-22 2007-12-22 Method and system for accessing non-volatile memory
US12/931,198 Expired - Fee Related US8032692B2 (en) 2007-12-22 2011-01-25 System for accessing non-volatile memory
US13/252,937 Expired - Fee Related US8140742B2 (en) 2007-12-22 2011-10-04 System for accessing non volatile memory

Country Status (1)

Country Link
US (4) US7877541B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120212646A1 (en) * 2007-08-31 2012-08-23 Unity Semiconductor Corporation Memory Emulation In An Image Capture Device
WO2017058218A1 (en) * 2015-09-30 2017-04-06 Hewlett Packard Enterprise Development LP. Using a memory controller to manage access to a memory based on a memory initialization state indicator

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130082232A1 (en) 2011-09-30 2013-04-04 Unity Semiconductor Corporation Multi Layered Conductive Metal Oxide Structures And Methods For Facilitating Enhanced Performance Characteristics Of Two Terminal Memory Cells
US7889571B2 (en) 2008-01-09 2011-02-15 Unity Semiconductor Corporation Buffering systems methods for accessing multiple layers of memory in integrated circuits
US9058300B2 (en) * 2005-03-30 2015-06-16 Unity Semiconductor Corporation Integrated circuits and methods to control access to multiple layers of memory
US7877541B2 (en) * 2007-12-22 2011-01-25 Unity Semiconductor Corporation Method and system for accessing non-volatile memory
US20090164203A1 (en) * 2007-12-23 2009-06-25 Unity Semiconductor Corporation Non-volatile memory compiler
US7652502B2 (en) 2007-12-29 2010-01-26 Unity Semiconductor Corporation Field programmable gate arrays using resistivity sensitive memories
US7652501B2 (en) 2008-01-07 2010-01-26 Unity Semiconductor Corporation Programmable logic device structure using third dimensional memory
US7715244B2 (en) * 2008-02-05 2010-05-11 Unity Semiconductor Corporation Non-volatile register having a memory element and register logic vertically configured on a substrate
US7719876B2 (en) * 2008-07-31 2010-05-18 Unity Semiconductor Corporation Preservation circuit and methods to maintain values representing data in one or more layers of memory
US20100161888A1 (en) * 2008-12-22 2010-06-24 Unity Semiconductor Corporation Data storage system with non-volatile memory using both page write and block program and block erase
US20100195393A1 (en) * 2009-01-30 2010-08-05 Unity Semiconductor Corporation Data storage system with refresh in place
US8688899B2 (en) * 2010-09-28 2014-04-01 Fusion-Io, Inc. Apparatus, system, and method for an interface between a memory controller and a non-volatile memory controller using a command protocol
US9933954B2 (en) * 2015-10-19 2018-04-03 Nxp Usa, Inc. Partitioned memory having pipeline writes
CN106657151A (en) * 2017-02-06 2017-05-10 杭州迪普科技股份有限公司 Website information leakage protection method, apparatus and device
US11138069B2 (en) 2018-06-11 2021-10-05 Seagate Technology, Llc Providing additional parity for non-standard sized parity data sets
US10896002B2 (en) 2018-06-29 2021-01-19 Seagate Technology Llc Reverse directory structure in a garbage collection unit (GCU)
US11360840B2 (en) * 2020-01-20 2022-06-14 Samsung Electronics Co., Ltd. Method and apparatus for performing redundancy analysis of a semiconductor device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060171200A1 (en) * 2004-02-06 2006-08-03 Unity Semiconductor Corporation Memory using mixed valence conductive oxides
US8140742B2 (en) * 2007-12-22 2012-03-20 Unity Semiconductor Corporation System for accessing non volatile memory

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6034882A (en) * 1998-11-16 2000-03-07 Matrix Semiconductor, Inc. Vertically stacked field programmable nonvolatile memory and method of fabrication
JP4046877B2 (en) * 1998-12-14 2008-02-13 株式会社ルネサステクノロジ Batch erase nonvolatile memory and mobile phone
US6545891B1 (en) * 2000-08-14 2003-04-08 Matrix Semiconductor, Inc. Modular memory device
US6901499B2 (en) * 2002-02-27 2005-05-31 Microsoft Corp. System and method for tracking data stored in a flash memory device
US7186569B2 (en) 2002-08-02 2007-03-06 Unity Semiconductor Corporation Conductive memory stack with sidewall
DE10319271A1 (en) * 2003-04-29 2004-11-25 Infineon Technologies Ag Memory circuitry and manufacturing method
US7327600B2 (en) * 2004-12-23 2008-02-05 Unity Semiconductor Corporation Storage controller for multiple configurations of vertical memory
US8314024B2 (en) 2008-12-19 2012-11-20 Unity Semiconductor Corporation Device fabrication
US7747817B2 (en) * 2006-06-28 2010-06-29 Unity Semiconductor Corporation Performing data operations using non-volatile third dimension memory
US7539811B2 (en) * 2006-10-05 2009-05-26 Unity Semiconductor Corporation Scaleable memory systems using third dimension memory
US7796451B2 (en) 2007-12-10 2010-09-14 Unity Semiconductor Corporation Integrated circuits and methods to compensate for defective memory in multiple layers of memory
US7715244B2 (en) 2008-02-05 2010-05-11 Unity Semiconductor Corporation Non-volatile register having a memory element and register logic vertically configured on a substrate
US20100161888A1 (en) 2008-12-22 2010-06-24 Unity Semiconductor Corporation Data storage system with non-volatile memory using both page write and block program and block erase

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060171200A1 (en) * 2004-02-06 2006-08-03 Unity Semiconductor Corporation Memory using mixed valence conductive oxides
US8140742B2 (en) * 2007-12-22 2012-03-20 Unity Semiconductor Corporation System for accessing non volatile memory

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120212646A1 (en) * 2007-08-31 2012-08-23 Unity Semiconductor Corporation Memory Emulation In An Image Capture Device
WO2017058218A1 (en) * 2015-09-30 2017-04-06 Hewlett Packard Enterprise Development LP. Using a memory controller to manage access to a memory based on a memory initialization state indicator
EP3262518A4 (en) * 2015-09-30 2018-04-18 Hewlett-Packard Enterprise Development LP Using a memory controller to manage access to a memory based on a memory initialization state indicator
US10705745B2 (en) 2015-09-30 2020-07-07 Hewlett Packard Enterprise Development Lp Using a memory controller to mange access to a memory based on a memory initialization state indicator

Also Published As

Publication number Publication date
US20110125957A1 (en) 2011-05-26
US20090164707A1 (en) 2009-06-25
US8032692B2 (en) 2011-10-04
US7877541B2 (en) 2011-01-25
US20120023288A1 (en) 2012-01-26
US8140742B2 (en) 2012-03-20

Similar Documents

Publication Publication Date Title
US8140742B2 (en) System for accessing non volatile memory
US9858009B2 (en) Data folding in 3D nonvolatile memory
US9361991B1 (en) Efficient scanning of nonvolatile memory blocks
US8255619B2 (en) Memory device with vertically embedded non flash non volatile memory for emulation of NAND flash memory
US9263142B2 (en) Programming a memory cell using a dual polarity charge pump
US9760303B2 (en) Partially-bad block operation in 3-D nonvolatile memory
US11295812B2 (en) Memory devices and memory operational methods
US10372341B2 (en) Non-volatile storage device system with page based remapping
US9947399B2 (en) Updating resistive memory
US9804785B2 (en) Nonvolatile memory adaptive to host boot up routine
US20160078960A1 (en) Method and apparatus for writing data to non-volatile memory
KR102460860B1 (en) Determination of data integrity based on sentinel cells
US20220148665A1 (en) READ AND VERIFY METHODOLOGY AND STRUCTURE TO COUNTER GATE SiO2 DEPENDENCE OF NON VOLATILE MEMORY CELLS
US20090300272A1 (en) Method for increasing reliability of data accessing for a multi-level cell type non-volatile memory
JP2009266125A (en) Memory system
US11837297B2 (en) Smart erase verify in non-volatile memory structures
US20120311243A1 (en) Method for increasing reliability of data accessing for a multi-level cell type non-volatile memory
US20200294598A1 (en) Routing Bad Block Flag for Reducing Routing Signals

Legal Events

Date Code Title Description
AS Assignment

Owner name: UNITY SEMICONDUCTOR CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NORMAN, ROBERT;REEL/FRAME:028152/0690

Effective date: 20071214

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE