1. Field of the Invention
The present invention relates to semiconductor memories, such as NAND flash memories, in which cells are serially connected to form a string. More particularly, the present invention relates to an erase-verify method for semiconductor memories.
2. The Prior Art
Flash memories are electrical programmable and erasable non-volatile memories commonly used in modern electronic applications. In particular, NAND-type flash memories are becoming ubiquitous in portable data storage applications such as mobile phones, digital still cameras, mp3 players, etc. because of their characteristics of high-density and fast operations.
In NAND flash devices, the floating-gate memory cells are arranged in strings. A string consists of a series of flash cells that are connected to a bit line by means of a bit-line select transistor and to a common source line by means of a ground-select transistor. Such an arrangement is shown in
NAND strings are arranged to form a memory matrix as also shown in
In such a matrix organization, a portion of which is shown in
In the two strings in the bottom row of the portion of the matrix shown, bits seventeen through thirty-two are shown. Bit word line 78 is coupled to the gates of bit-line select transistors 36 and 62. The word line 80 for the seventeenth bits in the two strings in the bottom row of the portion of the matrix shown is coupled to the gates of flash transistors 28 and 54. The word line 82 for the eighteenth bits in the two strings in the bottom row of the portion of the matrix shown is coupled to the gates of flash transistors 30 and 56; the word line 84 for the thirty-first bits in the two strings in the bottom row of the portion of the matrix shown is coupled to the gates of flash transistors 32 and 58; the word line 86 for the thirty-second bits in the two strings in the bottom row of the portion of the matrix shown is coupled to the gates of flash transistors 34 and 60. The word line 88 for the ground-select in the two strings in the bottom row of the portion of the matrix shown is coupled to the gates of flash transistors 38 and 64. The word line 88 for the ground-select in the two strings in the bottom row of the portion of the matrix shown is coupled to the gates of flash transistors 38 and 64.
As is shown in
To illustrate read, program and erase operations of NAND flash memory, a particular case of one bit per cell memory is considered. However, persons of ordinary skill in the art will appreciate that the principles disclosed herein apply both to single level flash memories (one bit per cell) and to multilevel flash memories (many bits per cell). For purposes of his disclosure, programmed cells have positive thresholds while erased cells have negative thresholds.
When a cell in the matrix is read, a determination is made whether the given cell has a positive threshold or a negative threshold. This determination is made by applying a zero-bias voltage (Vread=0) to the word line of the selected cell and by applying a positive read-pass voltage (Vread−pass>0) to the word lines of the other cells and to select transistors of the same string. The read-pass voltage must be high enough to turn on the unselected cells in the string, i.e., it must be higher than the maximum threshold of programmed cells in order to assure that the unselected cells are all turned on. A typical value for Vread−pass is 4.5V.
Depending on sensing technique employed, the bit line of the selected string is biased (current sensing) or pre-charged (voltage sensing) to a positive voltage (e.g. VBLread=1V) while other bit lines are kept grounded or floating. If the selected string sinks current through the bit line then the selected cell is erased otherwise it is programmed. The bias voltages for read operation are shown in Table 1, assuming that it is desired to read the contents of memory cell 42 of
Programming of a cell consists of moving a cell threshold value from its initial negative-value state (erased state or native state) to a positive value. This is performed exploiting Fowler-Nordheim (FN) tunneling in floating-gate transistors by applying a high program voltage (for example Vpgm=18V) to the word line of the cell to be programmed, and by applying an intermediate pass voltage (for example Vpass−pgm=9V) to the cells in the same string in which programming is to be inhibited. This will cause tunneling of electrons onto the floating gate to give it a net negative charge.
An erase operation shifts the threshold distribution of the cells to be erased from a positive value (programmed state) back to a negative value (erased state or native state). Erase is a parallel operation, i.e. many cells are erased at a time and the erase of a single cell is not permitted. Usually, in NAND flash devices, the minimum erasable unit consists of all the cells in strings that share the same set of word lines. More than one minimum erasable unit can be erased at the same time. Erasing is performed by applying a positive high voltage (for example Verase=18V) to the p-well bulk area of the selected bank and by biasing to ground all the word lines of the units to be erased. This will cause tunneling of electrons off of the floating-gates of the cells biased at ground to give them a net positive charge and thus shift their thresholds back to their native negative value.
After every erase attempt, an erase verify operation is needed to determine whether all the cells have been successfully erased. If erase verify fails, another erase pulse is needed.
As will be appreciated by persons of ordinary skill in the art, an erase-verify operation can be performed either serially or simultaneously. The serial verify operation consists of individually verifying every single cell to be erased one at a time. This involves applying the read bias voltage (Vread=0) to the selected word line, applying a pass voltage (Vpass−read) to the unselected word line of the same unit and performing a read operation. The sequence needs to be repeated for all the word lines of the unit to be verified. Serial verify is very slow especially when long strings are used.
Simultaneous erase verify is faster than serial erase verify, and it consists of simultaneously biasing at ground (Vread) the word lines of the unit to be verified and performing a single read operation. If all the cells have been successfully erased, all strings biased at ground sink current from their respective bit lines and verify is passed. On the other hand, if just a single cell in the unit has a voltage threshold that remains higher than ground, it will not conduct and its string does not sink current. In this case, the verify fails and another erase pulse is attempted on that unit.
If more than one unit is erased in parallel, either serial or simultaneous verify need to be serially applied to all units. A new erase pulse is given only to those units that fail to pass erase verify.
Simultaneous erase verify is the most commonly used in NAND flash memories. However, this method has two drawbacks.
The first problem arises from the fact that, during erase verify, all the cells are simultaneously grounded. Due to this bias condition, the overdrive voltage of each cell is relatively low, even for correctly erased cells (i.e. for cells with negative thresholds). Because cells in a string are serially connected, the overall equivalent series resistance of the string is higher than it would be during a read operation (i.e., when only one cell is grounded and other cells are biased at Vpass−read). This implies a low verify current that is critical for both current sensing and voltage sensing methods.
If a current sensing technique is used, the read circuit compares the string current with a reference current. Low-current operations impact sense circuit precision and speed. Moreover noise and disturbs might negatively affect circuit operation. Under these conditions, the design of the sense circuit becomes more critical.
If a voltage sensing technique is used, the bit line is pre-charged to a given value. If the erase operation is successful, the bit line will be discharged by the string current. In this case, operating with a low current means that a long time is required to discharge the bit line.
If not enough time is allowed for bit-line discharge, there is the risk of ending up with over-erased cells. If enough time has not elapsed to fully discharge the bit line, correctly-erased cells might be misinterpreted by the read buffer due to insufficient bit-line discharge, and sensed as still programmed. In this case another erase pulse would be applied and would likely over-erase the cells. It is worth noting that over-erase is not recommended in NAND flash memories because it slows erase operation (unnecessary erase pulses are applied) and unnecessarily over stresses cells, a process that can negatively impact on device cycling performances.
The second problem inherent in simultaneous-erase verify is caused by control-gate-to-floating-gate and floating-gate-to floating-gate interference effects of adjacent cells. As NAND flash memory design rules are scaled down, the cell pitch in the string decreases and parasitic coupling capacitances between adjacent cells play an increasingly important role.
Consider any cell to be read in a particular string in
An erase verify method for a NAND flash memory includes a serial double-step erase verify. A verify operation is performed on cells in the unit connected to even word lines by biasing all the even word lines at the read voltage value used in read mode, and by biasing all the odd word lines at the pass voltage value used in read mode of the selected unit. A verify operation is performed on the cells connected to odd word lines by biasing all the odd word lines at the read voltage value used in read mode and by biasing the all even word lines at the pass voltage value used in read mode of the selected unit. Verifying the odd and even word lines may be performed in either order.
Persons of ordinary skill in the art will realize that the following description of the present invention is illustrative only and not in any way limiting. Other embodiments of the invention will readily suggest themselves to such skilled persons.
An erase-verify sequence according to the present invention increases the verify current of the memory-cell strings and minimizes or cancels the difference in apparent thresholds between erase-verify and read operations. The method consists of a serial double-step erase verify process. This process is illustrated in
First, as shown in
Next, as shown in
As will be appreciated by persons of ordinary skill in the art, during each of the first and second verify operations, only half of the cells in the string are biased at Vread, while the other half of the cells are biased well into their on state. Assuming that the series resistance exhibited by cells biased at Vpass is considered to be negligible with respect to that of cells biased at Vread, the current available for verify with the present method is almost the double that of available prior-art simultaneous-verify techniques. This characteristic relaxes design requirements for the sense amplifier, resulting in a less critical operation.
Moreover, during verify with the method of the present invention, each cell has two adjacent cells biased at Vpass. This is exactly the same condition experienced by the cell during read operation. Therefore the gate-interference effects that are present in the prior art are completely cancelled.
Time performances of the method of this invention depends on the specific implementation, particularly on the sensing technique. For example, in the case of voltage sensing (the most common used in NAND flash memories), a considerable amount of the erase verify time is needed for bit-line discharge. In this case, each verify step of the method proposed in this invention takes about half the time needed by the prior-art simultaneous-verify operation to discharge the bit line, because of the increased string current that flows as a result of halving the total resistance of the string. Therefore, the method of this invention is only slightly slower than simultaneous verify when erase is accomplished in one single pulse, but it is faster when more than one erase pulse is required.
To better understand this aspect of the present invention, consider a situation in which the correct erase of one unit is obtained with two subsequent erase pulses, and as an example, assume that a cell connected to one of the word lines fails to be erased at the first pulse. If simultaneous erase verify is used, the overall erase time (te) is given by the sum of the two erase pulse times (tp) and of the two erase verify times (ts): te=2tp+2ts. This is shown in 4A.
This operation may be contrasted with the timing of the operation of the erase-verify operation according to the present invention as shown in
A second erase pulse is then applied. However, only erase verify for the odd word lines is needed since erase verify has already passed for the even word lines after the first erase pulse. The overall erase time is then given by: te=2tp+2kts+kts=2tp+3kts. It follows that, if k<⅔, then the erase-verify process of the present invention is faster than the prior-art simultaneous erase-verify process.
The more erase pulses necessary to perform the operation, the less the time required using the method of the present invention as contrasted with the prior-art method. In general, if np is the number of pulses needed to perform the erase operation, the present method is faster than simultaneous verify if k<np/(np+1).
Different analysis is needed for current sensing technique for which the sense-time reduction due to a doubling of the string current might be very low, i.e. k close to 1. At worst, if it is assumed that erase of all cells is accomplished using a single erase pulse and sense-time reduction due to improved cell string current is negligible, the erase verify according to the present invention would take twice the time of simultaneous verify (two step need to be performed instead of one). However, current sensing is usually much faster than voltage sensing and the time overhead inherent in use of the method of the present invention may be negligible with respect the overall erase time.
The method of the present invention can be extended by splitting the erase-verify process into more than two segments to further increase the string current for each segment. For example, referring to the eight-bit string of
In general, it is possible to split the erase verify in 2n steps, where n is an integer <log 2(M) where M is the number of the cells in a string. Of course a trade-off is necessary between sense current and overall erase verify time. Note that the case of M steps (i.e., n=log 2(M)) erase verify corresponds to the prior art serial erase verify for which the verify time is maximum.
The present invention proposes an erase verify sequence split in s serial steps, with 1<s<M, being M the number of the cells forming a string. For each step, the word lines of the cells to be verified are biased at Vread and are surrounded by word lines at Vpass, being Vread equal to the bias voltage applied to the selected word line during read operation, and Vpass equal to the pass voltage applied to unselected word lines of the selected string during read operation, to overcome coupling interference effects.
With this method, the sensing current is enhanced by a factor s and design constraints of the sense circuit can therefore be relaxed. Moreover if the case s=2 is implemented, the method of the present invention is almost as fast as the simultaneous erase-verify method when the voltage sensing technique is employed, and is faster than the simultaneous erase-verify method when a single pulse is not enough to perform the erase operation. Erase-verify methods split into more than two steps may be implemented according to the present invention, but the trade-off between the increase in string current and the increase in erase verify time must be considered.
While embodiments and applications of this invention have been shown and described, it would be apparent to those skilled in the art that many more modifications than mentioned above are possible without departing from the inventive concepts herein. The invention, therefore, is not to be restricted except in the spirit of the appended claims.
Number | Name | Date | Kind |
---|---|---|---|
5297096 | Terada et al. | Mar 1994 | A |
5638327 | Dallabora et al. | Jun 1997 | A |
5754469 | Hung et al. | May 1998 | A |
5754476 | Caser et al. | May 1998 | A |
5768188 | Park et al. | Jun 1998 | A |
5777924 | Lee et al. | Jul 1998 | A |
5781474 | Sali et al. | Jul 1998 | A |
5793679 | Caser et al. | Aug 1998 | A |
5822247 | Tassan Caser et al. | Oct 1998 | A |
5835414 | Hung et al. | Nov 1998 | A |
5844404 | Caser et al. | Dec 1998 | A |
5848013 | Caser et al. | Dec 1998 | A |
5854764 | Villa et al. | Dec 1998 | A |
5862074 | Park | Jan 1999 | A |
5978270 | Tanaka et al. | Nov 1999 | A |
5982663 | Park | Nov 1999 | A |
5994948 | Bartoli et al. | Nov 1999 | A |
5999451 | Lin et al. | Dec 1999 | A |
6021069 | Hung et al. | Feb 2000 | A |
6040734 | Villa et al. | Mar 2000 | A |
6055188 | Takeuchi et al. | Apr 2000 | A |
6081452 | Ohta | Jun 2000 | A |
6130841 | Tanaka et al. | Oct 2000 | A |
6137725 | Caser et al. | Oct 2000 | A |
6157054 | Caser et al. | Dec 2000 | A |
6195290 | Dallabora et al. | Feb 2001 | B1 |
6320361 | Dima et al. | Nov 2001 | B2 |
6320792 | Caser et al. | Nov 2001 | B1 |
6339551 | Bartoli et al. | Jan 2002 | B1 |
6349059 | Bartoli et al. | Feb 2002 | B1 |
6353350 | Bedarida et al. | Mar 2002 | B1 |
6373746 | Takeuchi et al. | Apr 2002 | B1 |
6385107 | Bedarida et al. | May 2002 | B1 |
6401164 | Bartoli et al. | Jun 2002 | B1 |
6421276 | Goltman | Jul 2002 | B1 |
6442068 | Bartoli et al. | Aug 2002 | B1 |
6442070 | Tanaka et al. | Aug 2002 | B1 |
6480436 | Confalonieri et al. | Nov 2002 | B2 |
6512702 | Yamamura et al. | Jan 2003 | B1 |
6624683 | Bedarida et al. | Sep 2003 | B1 |
6724241 | Bedarida et al. | Apr 2004 | B1 |
6785183 | Sivero et al. | Aug 2004 | B2 |
6804148 | Bedarida et al. | Oct 2004 | B2 |
6831499 | Oddone et al. | Dec 2004 | B2 |
6854040 | Bartoli et al. | Feb 2005 | B1 |
6912598 | Bedarida et al. | Jun 2005 | B1 |
6963512 | Geraci et al. | Nov 2005 | B2 |
7130209 | Reggiori et al. | Oct 2006 | B2 |
7158415 | Bedarida et al. | Jan 2007 | B2 |
7177198 | Bedarida et al. | Feb 2007 | B2 |
7181565 | Surico et al. | Feb 2007 | B2 |
7184311 | Frulio et al. | Feb 2007 | B2 |
20010019260 | Dima et al. | Sep 2001 | A1 |
20020018390 | Confalonieri et al. | Feb 2002 | A1 |
20020114207 | Takeuchi et al. | Aug 2002 | A1 |
20020122347 | Frulio et al. | Sep 2002 | A1 |
20030051093 | Takeuchi | Mar 2003 | A1 |
20030105941 | Lomazzi et al. | Jun 2003 | A1 |
20030126204 | Surico | Jul 2003 | A1 |
20030147293 | Geraci et al. | Aug 2003 | A1 |
20040046681 | Frulio et al. | Mar 2004 | A1 |
20040052145 | Sivero et al. | Mar 2004 | A1 |
20040057259 | Oddone et al. | Mar 2004 | A1 |
20040076037 | Bedarida et al. | Apr 2004 | A1 |
20040080360 | Bedarida et al. | Apr 2004 | A1 |
20060044885 | Frulio et al. | Mar 2006 | A1 |
20060062063 | Bedarida et al. | Mar 2006 | A1 |
20060077714 | Surico et al. | Apr 2006 | A1 |
20060077746 | Sivero et al. | Apr 2006 | A1 |
20060083060 | Reggiori et al. | Apr 2006 | A1 |
20060083097 | Frulio et al. | Apr 2006 | A1 |
20060085622 | Bartoli et al. | Apr 2006 | A1 |
20060114721 | Frulio et al. | Jun 2006 | A1 |
20060140010 | Bedarida et al. | Jun 2006 | A1 |
20060140030 | Bedarida et al. | Jun 2006 | A1 |
20060146610 | Takeuchi et al. | Jul 2006 | A1 |
20060161727 | Surico et al. | Jul 2006 | A1 |
20060250851 | Surico et al. | Nov 2006 | A1 |
20060253644 | Surico et al. | Nov 2006 | A1 |
20060279988 | Bedarida et al. | Dec 2006 | A1 |
20070025134 | Reggiori et al. | Feb 2007 | A1 |
20070047325 | Bedarida et al. | Mar 2007 | A1 |
Number | Date | Country | |
---|---|---|---|
20080165585 A1 | Jul 2008 | US |