WO1997007459A1 - Memory tester providing fast repair of memory chips - Google Patents

Memory tester providing fast repair of memory chips Download PDF

Info

Publication number
WO1997007459A1
WO1997007459A1 PCT/US1996/012894 US9612894W WO9707459A1 WO 1997007459 A1 WO1997007459 A1 WO 1997007459A1 US 9612894 W US9612894 W US 9612894W WO 9707459 A1 WO9707459 A1 WO 9707459A1
Authority
WO
WIPO (PCT)
Prior art keywords
faulty
cells
row
column
redundant
Prior art date
Application number
PCT/US1996/012894
Other languages
French (fr)
Inventor
Michael A. Chester
Steven A. Michaelson
Original Assignee
Teradyne, Inc.
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 Teradyne, Inc. filed Critical Teradyne, Inc.
Priority to EP96928821A priority Critical patent/EP0845122B1/en
Priority to JP50935597A priority patent/JP3871714B2/en
Priority to DE69604592T priority patent/DE69604592T2/en
Publication of WO1997007459A1 publication Critical patent/WO1997007459A1/en

Links

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C29/00Checking stores for correct operation ; Subsequent repair; Testing stores during standby or offline operation
    • G11C29/70Masking faults in memories by using spares or by reconfiguring
    • G11C29/72Masking faults in memories by using spares or by reconfiguring with optimized replacement algorithms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements

Definitions

  • MEMORY TESTER PROVIDING FAST REPAIR OF MEMORY CHIPS This invention relates generally to the manufacture of semiconductor memories and more specifically to repairing defective memory cells.
  • Virtually all computers use semiconductor memory chips. As computer processors have gotten more powerful, the amount of memory needed in a computer has increased. As a result, the number of bits of information that can be stored in one memory chip has increased. As more memory has been used, market demands have forced memory manufacturers to reduce the price of memory. Historically, the price per bit of storage has decreased significantly. Increasing size and decreasing price have combined to make a very difficult challenge for manufacturers of semiconductor memories. Namely, they must reduce their cost of making memories.
  • memory manufacturers include redundant cells as part of each semiconductor memory. Defective cells are replaced by the redundant cells to make a completely functioning memory. Provided the repair can be performed quickly, production costs can be reduced by repairing defective dies.
  • the repair is typically made as part of the wafer level test.
  • Each die on a wafer is tested with a high speed memory tester, such as the J993 sold by Teradyne, Inc. of Aguora Hills, CA, USA.
  • the tester identifies dies with faulty memory cells and makes a record of which cells are faulty.
  • the tester then computes which memory cells should be replaced by redundant cells to repair the defective memories.
  • This information is passed on to a repair station, typically as an electronic data file.
  • the repair station makes the required connections on the die, typically using a laser to permanently alter the die.
  • the cells in the memory are arranged in rows and columns.
  • the redundant cells are also arranged in rows and columns. Repairs are made by replacing either the entire row or the entire column containing a defective cell.
  • Most An alternative method for determining how to allocate the redundant rows and columns to repair specific defects is called the "Most.”
  • the tester identifies the row or column with the highest number of defective memory cells.
  • One redundant element is used to repair that row or column.
  • the row or column with the next highest number of defective cells is then repaired.
  • the process is repeated until all the redundant elements are used.
  • This method often works and is much faster than a brute force technique. However, there are some patterns of defective cells which could be repaired that will not be repaired by allocating redundant elements in this fashion.
  • the Must takes advantage of the fact that any row which contains more faulty cells than there are redundant columns must be repaired, if at all, with a redundant row. Likewise, any columns which contains more faulty cells than there are redundant rows must be repaired, if at all, with a redundant column. Therefore, the Must is typically used as a preprocessing step to accurately allocate redundant elements to those faulty cells which must be repaired with those redundant elements.
  • the foregoing and other objects are achieved by processing failure information obtained from a memory test.
  • the failure information is processed by assigning a row, column pair to each defective cell in the cluster.
  • the row number represents the number of defective cells in the same row and the column number represents the number of defective cells in the same column as the defective cell.
  • the cell with the smallest number in its row column pair is selected to be repaired. Where multiple cells have the same smallest number, the cell with the highest combined row and column numbers is selected.
  • the cell is repaired by a redundant row if the row number is larger or by a redundant column if the column number is larger. The process is then repeated.
  • the cells are grouped into clusters of more than one cell in which each cell is collinear with another cell in the cluster.
  • One cluster of defective cells is processed at a time. Clusters that cannot be repaired using either redundant rows only or redundant columns only are processed first.
  • a segment which can not be repaired using only redundant rows or columns is first selected for processing.
  • the first step in the process is to allocate redundant rows or columns to those rows or columns using the industry standard "Must" process.
  • FIG. 1 is a block diagram of a memory test system incorporating the invention
  • FIG. 2A is a diagram illustrating a region of a semiconductor memory
  • FIG. 2B is a diagram illustrating clusters of faults in a memory region with multiple segments;
  • FIG. 3 is a flow chart illustrating the method of the invention
  • FIG. 4A-4E are diagrams illustrating one example of the operation of the method of FIG. 3
  • FIG. 5A-E are diagrams illustrating a second example of the operation of the method of FIG. 3.
  • FIG. 1 shows a test system such as might be used in the manufacture of semiconductor memory chips. Memories are fabricated on a wafer 110A according to any known process. Wafer 110A is presented to a test head 112 where each memory on wafer 110A is tested in response to commands from test system controller 114.
  • Test head 112 and test system controller 114 are part of any commercially available memory test system.
  • the J993 from Teradyne, Inc. is one example of such a test system, but any commercially available memory test system could be used.
  • Test head 112 interfaces to wafer 110A so that test signals may be written to and read back from each memory on wafer 110A.
  • Test head 112 and test system controller 114 operate, as is known in the art, to detect cells of each memory on wafer 110A that do not operate properly.
  • test system controller 114 processes the information about faulty cells in each memory. When the memories contain redundant rows and columns, test system controller 114 computes how the redundant rows and columns can be used to repair the defective cells. Test system controller 114 includes a computer and the computation is performed in accordance with instructions programmed into the computer.
  • test system controller 114 determines how the defective cells in a memory can be repaired using the redundant rows and columns in the memory, this information is passed to a laser repair station 116. Wafer 110A is moved to position HOB at the laser repair station 116.
  • FIG. 2A illustrates schematically the organization of one region 200 of a memory.
  • a region typically contains thousands of cells organized into rows and columns. Each memory might have one or multiple regions. Each region is the portion of a memory which can be repaired independently of any other region.
  • Region 200 includes redundant rows 212A and 212B and redundant columns 214A and 214B, which are used to repair defective cells in region 200.
  • Region 200 is divided into segments, SO, Sl, S2 and S3.
  • Redundant rows 212A can replace rows in segments SO and Sl.
  • Redundant rows 212B can be used to replace defective cells in segments S2 and S3.
  • Redundant columns 214A can be used to replace defective cells in segments SO and S2.
  • Redundant columns 214B can be used to replace defective cells in segments Sl and S3.
  • FIG. 2B illustrates the formation of clusters of faulty cells in region 200.
  • the faulty cells will be processed by clusters.
  • a cluster is a group of faulty cells, which must contain at least two faulty cells. Any two faulty cells that could be replaced by a single spare are in the same cluster. Grouping of cells in this fashion is associative. For example, faulty cells 250 and 252 would be replaced by use of one of the redundant rows 212A. Thus, faulty cells 250 and 252 are in the same cluster. Faulty cell 250 and faulty cell 254 could both be replaced by use of one redundant column 214A.
  • faulty cells 250, 252 and 254 are all in cluster 260.
  • faulty cell 256 is not in the same row or column as any cell in cluster 260. It would not be replaced by the same redundant element as any cell in cluster 260. Therefore, faulty cell 256 falls into a different cluster, cluster 262.
  • the cells in a cluster are "mutually co-linear. " “Mutually co-linear” means that each cell in a cluster is co-linear with at least one other cell in the cluster. For purposes of defining clusters, "co-linear” means that two cells would be replaced by the same spare. Thus, it should be noted that grouping of cells into clusters is a function of the distribution of the faulty cells as well as the arrangement of spares.
  • a faulty cell which is not mutually co-linear with another faulty cell is not assigned to any cluster.
  • a faulty cell which has not been assigned to a cluster is termed a "singlet.”
  • Singlets are processed differently than clusters. If a region contains only singlets, no spare can possibly repair more than one faulty cell. Therefore, certain steps which serve to allocate redundant elements to repair multiple failures in a cluster are not needed for singlets.
  • the cells in a cluster are also "exclusively co- linear.” "Exclusively co-linear” means that all cells that are co-linear are always in the same cluster. No cell in one cluster is “co-linear” with a cell in a different cluster. Thus, clusters are defined as groups of mutually and exclusively co-linear fault cells.
  • test system controller 114 determines which cells of the memory under test are faulty. Also, as described above, an industry standard Must preprocess is used to allocate redundant elements to some of the faulty cells. This fault information remaining after the preprocessing is further processed as shown in FIG. 3.
  • the process shown in FIG. 3 is an iterative process. Each pass through the process results in one redundant row or column (hereafter more simply called a "spare") being assigned to replace one row or column of the region 200.
  • the process of FIG. 3 is performed in a computer in test system controller 114.
  • the process of FIG. 3 is repeate ⁇ iteratively until all rows or columns containing faulty cells are replaced or until all spares are used.
  • the process starts at step 310, which determines whether all faulty cells have been replaced. If all fails have been replaced, the process is completed.
  • Step 312 determines whether there are more spares remaining. If there are no spares remaining, execution also terminates. However, execution terminates in an exception or error condition because the memory region can not be repaired. Execution proceeds to step 314. At step 314, the number of "co-linear" faulty cells in each row and column is counted. The numbers are stored for later use.
  • step 316 a check is made to determine whether the current pass is the first pass through the process.
  • a check can be made in any number of ways, such as by setting a flag before execution of the process and then clearing it at the end of the process.
  • the execution proceeds to step 320.
  • step 318 a check is made whether any row or column must be replaced with either a redundant row or column.
  • Step 318 uses the industry standard Must process described above. Step 318 is skipped in the first pass through the process because, as described above, the failure information is preprocessed with the Must process and this process does not need to be repeated until the failure information changes, i.e. by allocating a redundant element to repair some cells as described below.
  • the rows and columns identified for replacement are passed as parameters to step 338, where spares are assigned to those rows and columns as described below.
  • step 320 clusters are identified.
  • Various methods might be used to group cells into clusters.
  • One process might be to construct multiple linked list data structures in computer memory. Each faulty cell is processed in turn. Each cell is checked to determine whether it is co-linear with a cell in each list already started. If the cell is not co-linear with any cell in any list, it is used to start a new list. If the cell is co-linear with a cell on a list, it is added to that list. However, if the cell is co-linear with cells on multiple lists, those lists are combined into one list and the cell is added to the combined list. Once all faulty cells are processed, each list with two or more cells represents one cluster.
  • linked lists are a convenient data structure for quickly sorting or grouping items.
  • linked lists require a large amount of memory because each entry in a list contains, in addition to the data values for that entry, pointers to the next entry in the list.
  • a non-linked list is created by storing grouped values in consecutive locations in memory. Such a list uses less space, but to combine lists, it is necessary that data values be reorganized in memory to have all entries in the combined lists stored in consecutive memory locations.
  • an (r, c) value is assigned to each cluster.
  • the (r, c) value represents a pair of Boolean values.
  • R When the r value is true, which herein is designated R, it indicates that the cluster can be repaired with the number of available redundant rows without using any redundant columns.
  • R* when the r value is false, which herein is designated R*, the cluster can not be repaired with the available redundant rows.
  • R* when the r value is false, which herein is designated R*, the cluster can not be repaired with the available redundant rows.
  • the c value will be true or false, indicating whether the cluster can be repaired with the available redundant columns, without using redundant rows.
  • An available redundant row or column is one that has not already been designated for use in repairing the memory under test.
  • redundant elements are designated one by one.
  • the (r, c) value assigned to each cluster can change at each pass through the process of FIG. 3.
  • FIG. 4B shows two clusters 414 and 416.
  • the segment has three redundant rows and three redundant columns. One column has been used, leaving three redundant rows and two redundant columns.
  • clusters 414 and 416 could each be repaired by using no more than the three available redundant rows or two available columns, they are each assigned a value of (R,C) .
  • the (r, c) values are stored as part of the data structure for the clusters. In addition to assigning an
  • an (r, c) value is assigned to each segment.
  • the (r, c) value for a segment indicates whether the faulty cells in the segment can be repaired using only available redundant rows or columns, respectively.
  • the segment of FIG. 4B has a total of five rows with faulty cells and four columns. As there are only three available redundant rows and two available redundant columns, this segment is assigned an ( r, c) value of (R*,C*) .
  • FIG. 2B shows that redundant columns 214B are the only columns available to repair cells in segments Sl and S3. Since cluster 260 contains cells in four columns in segment Sl (more than the available three column spares) , a row spare must be used to repair cluster 260 and cluster 260 gets a C* value.
  • Cluster 262 also has four fails in a row, but, because of the placement of those faulty cells, does not require a row be used to repair the cluster. Specifically, cluster 262 has three faulty cells in a row in segment S2 and another faulty cell in the same row in cluster S3. The three faulty cells in segment S2 can be repaired with redundant columns 214A. The faulty cell in segment S3 can be repaired with a redundant column 214B. Thus, those four cells in a row can be repaired with available column spares.
  • step 324 a determination is made whether any clusters are "eligible” for repair.
  • a cluster is “eligible” for repair when it has an R* or a C* value. Where any cluster has such a value, execution proceeds to step 330.
  • a flag is set at step 320 when any cluster has a value of (R*,C), (R,C*) or (R*,C*) and step 324 branches to step 330 when that flag is set.
  • step 330 those clusters which are eligible for repair are selected for further processing.
  • one redundant element will be allocated to replace a row or a column in one of the eligible clusters.
  • Clusters with an R* value will require at some point a redundant column be used for repair. Therefore, step 330 specifies that the further processing should only apply a column to a cluster with an R* value.
  • step 330 specifies that the clusters with a C* value will only be repaired with a redundant row. Clusters with both an R* and a C* value could be repaired with either a redundant row or a redundant column. In that case, step 330 designates that further processing could select either a redundant row or a redundant column to repair failures in that cluster.
  • Step 330 constructs a data structure in the computer memory of test system controller 114.
  • the clusters eligible for further processing are identified in the data structure. Where clusters are identified by linked lists, the data structure representing eligible clusters could be merely a list of pointers to the selected lists. However, many other ways to represent selected values are commonly used in computers.
  • an indication of whether a redundant row or redundant column should be allocated to the cluster is also included in the data structure.
  • Step 334 selects from the eligible clusters those clusters meeting a first level criteria, termed a "narrowness" criteria.
  • “Narrowness” refers to the minimum number of rows or columns which contain faulty cells within a cluster. For example, if a first cluster has faulty cells in three rows and two columns, it has a column narrowness of two and a row narrowness of three. A cluster with faulty cells in a single column and five rows is more narrow in the row direction, but less narrow in the column direction. It has a column narrowness of one but a row narrowness of five. Step 334 selects only the clusters which are the most narrow in the row direction and those which are most narrow in the column direction.
  • Step 334 continues in this fashion until it identifies the minimum narrowness of all the eligible clusters.
  • the data structure representing the clusters eligible for replacement is reduced to just those clusters having the minimum narrowness in the row direction and those clusters having the minimum narrowness in the column direction.
  • the row and column narrowness values are also stored in that data structure for later use. Execution then proceeds to step 335 where the selection of eligible clusters is further processed.
  • each faulty cell within an eligible cluster is assigned a rank in the form of (n,m) , where n is the number of faulty cells in the cluster in the same row as that faulty cell and m is the number of faulty cells in the cluster in the same column as that cell.
  • FIG. 4B shows two clusters, 414 and 416.
  • the faulty cells in cluster 414 have ranks of (1,3) (2,3) (2,1) (1,3) .
  • the faulty cells in cluster 416 have ranks of (2,2) (2,1) and (1,2).
  • the best rows and the best columns are selected for replacement based on the ranks.
  • the best row is the row containing the faulty cell with the smallest m (column value) .
  • each cluster eligible for repair has associated with it an indication of whether a row could be replaced or a column could be replaced or either could be replaced with a redundant element. For clusters which are eligible for repair with a row, only the best row is selected. For clusters eligible for repair with a column, only the best column is selected. For clusters eligible for repair with either a row or a column, the best row or column is selected.
  • the m (column) value of the best row cell is compared to the n (row) value of the best column cell, as a first argument.
  • the n value of the best row cell is compared to the m value, of the best column cell as a co-argument. As before, the selection is made based on the smallest argument and the largest coargument.
  • the over all best element or elements are selected. As above, the element with the smallest argument is selected. If multiple rows or columns all have the smallest argument, then the one with the largest coargument is selected as the best. It is possible that multiple rows or columns will have the same rank such that there are multiple best rows or columns. In that case, all of them are retained with a single best being selected during later processing. As before, the designation of selected rows and columns is made by constructing a data structure within the computer memory in test system controller 114. Any convenient data structure might be used, such as a linked list or an unlinked list.
  • Processing then proceeds to step 336 where a single best row or column is selected for replacement. If a single best row or column has already been selected, then this step is not necessary. Of the rows and columns selected at step 335, those which are "uncrossed” are preferred for replacement. "Crossed" rows or columns share at least one faulty cell with another selected element.
  • step 336 determines for each row or column selected at step 336 the number of faulty cells that are common to that row or column and the other rows or columns selected at step 335.
  • the row or column with the fewest shared such faulty cells is selected as the single best. In cases where there are multiple rows or columns meeting the criteria for the single best, one of those elements can be selected arbitrarily.
  • a preference for replacing a row or column might be included in the processing at step 336.
  • step 336 might choose as the single best element for replacement, a row when there are more redundant rows available or a column where there are more redundant columns available. In situations where there are only rows or only columns available, then step 336 must select an element for replacement for which there is a redundant element available.
  • test system controller 114 might accept as an input a preference for a row or column to be replaced when there are multiple best rows or columns. A user might then specify this preference based on the architecture of memory 200.
  • step 338 spares are applied.
  • the processing shown in FIG. 3 is performed in test system controller 114, which is separate from repair station 116.
  • spares are applied e.t step 338 by creating a data structure which indicates which of the spares is allocated to a specific row or column. That data structure is later passed to laser repair station 116 where the indicated spares are used to repair the indicated rows.
  • a spare could be applied by actually physically altering the memory 200 at that time.
  • step 338 When a spare is applied, step 338 also updates data structures used in other steps of FIG. 3. In particular, the data structure recording the number of available spares must be changed to reflect that a spare has been used. In addition, the data structure recording the faulty cells must also be changed to remove all faulty cells in the row or column replaced with the spare.
  • processing then returns to step 310. The process is repeated to select another row or column for replacement. The process repeats in this fashion, applying one spare in each pass, until all fails are replaced or there are no more spares.
  • the processing described above was for the case when step 324 determined that there were clusters eligible for repair. Similar processing is performed when step 324 determines that no clusters are eligible for repair. In that case, though, processing proceeds from step 324 to step 326.
  • Step 326 determines (r, c) values for each segment. These values have the same significance as for clusters.
  • An r value of R* implies that a segment can not be repaired with only available redundant rows.
  • a c value of C* indicates that a segment can not be repaired with only available redundant columns. For example, the segment shown in FIG. 4A has faulty cells in seven rows and five columns. If that segment had three redundant rows and three redundant columns, it would have an (r, c) value of (R*,C*).
  • Step 328 determines whether any of the segments has an R* or a C* value. Any such segment is eligible for repair.
  • a flag is set at step 322 when any segment has a value of (R*,C), (R,C*) or (R*,C*) and step 328 branches to step 332 when that flag is set.
  • Step 332 is similar to step 330 in that it builds a data structure of faulty cells eligible for repair. However, the data structure includes all faulty cells within the eligible segments.
  • step 332 places the singlets rather than clusters in the data structure of eligible choices.
  • the processing for singlets is a simplified version of the processing for clusters. All singlets will have the same narrowness criteria and same maximin criteria. Also, no singlets can be crossed. Therefore, steps 334, 335 and 336 do not choose among singlets in a segment.
  • the data structure made at step 332 also includes an indication of whether the clusters could be repaired with a redundant row or a redundant column.
  • the repair is constrained to be done with a redundant column.
  • the repair is constrained to be done with a row.
  • the processing at steps 334, 335 and 336 selects, from all the faulty cells eligible for repair, the single best row or column to repair and a redundant element is applied at step 338.
  • step 328 When no clusters and no segments are eligible for repair as determined at steps 324 and 328, processing proceeds from step 328 to step 334. This process path bypasses steps 330 and 332, which constrain the choices eligible for repair. Thus, when processing proceeds from step 328 directly to step 334, any cluster is eligible for repair and repair could be made with either a redundant row or a redundant column. When all clusters are repaired, then, as discussed above, the singlets are repaired using the same selection processes.
  • the processing on these clusters is otherwise identical to the processing described above.
  • the single best row or column for replacement is selected at steps 334, 335 and 336.
  • a spare is applied at step 338 to make that best replacement.
  • FIG. 4 shows an example of the application of the processing described in conjunction with FIG. 3.
  • FIG. 4A shows an example of a pattern of redundant cells 410 in one segment.
  • FIG. 4B shows that the column 412 must be replaced with a redundant column. This redundant column is allocated, as in the prior art, as part of Must preprocessing before the steps of FIG. 3 are performed.
  • FIG. 4B shows two clusters 414 and 416. These are identified at step 320.
  • Cluster 414 spans three rows and two columns.
  • Cluster 416 spans two rows and two columns. In the example of FIG. 4, the segment has three redundant rows and columns. One column has been used, leaving three redundant rows and two redundant columns.
  • processing passes through step 324 to 326.
  • the segment of FIG. 4B has a total of five rows with faulty cells and four columns. As there are only three available redundant rows and two available redundant columns, this segment is assigned an ( r, c) value of (R*.C*) . Processing then proceeds to step 332.
  • the clusters 414 and 416 are selected for further processing. Since the (r, c) value of the segment is (R*,C*), either a row or column might be replaced in one of these clusters.
  • the narrowness criteria are applied.
  • Cluster 416 is the narrowest in the row dimension, spanning only two rows. Clusters 414 and 416 each have a column dimension of 2 and so are both retained for further processing. For Maximin processing at step 335 in the row direction, the minimum number of unrepaired faulty cells in any column is one. Two of the cells in FIG. 4B share this number. Each of these is one of two in its row. Thus, each has a rank, as indicated of (2,1). Thus, both rows 413A and 413B are identified as possible row replacements at step 335.
  • cluster 414 Only cluster 414 is eligible for a column replacement. Of the cells in cluster 414, two cells have a rwo count of one, which is the lowest row count. These occur in the same column, with a column count of three. Thus, they each have a rank of (1,3). As both of the cells of rank (1,3) fall in column 420, column 420 is the single best column for replacement.
  • column 420 and rows 413A and 413B are possible replacement targets.
  • step 318 any row with more than one faulty element will be identified as an element which must be replaced with a row. Therefore, row 422 containing two faulty cells is replaced. As shown in FIG. 4D, after this allocation is made, there are only two singlet failures left. In the next pass through the processing of FIG. 3, there will be one remaining redundant column and two remaining redundant rows. As there are no rows or columns which contain more faults than there are redundant elements, none must be repaired. There are also no clusters identified. Therefore, processing proceeds to step 326.
  • the segment value is (R,C) such that either redundant element might be used.
  • column 424 is applied to repair the remaining failure.
  • FIG. 5A shows a pattern of faulty cells in a memory segment.
  • FIG. 5B it is shown that a redundant column 512 is used to repair a column with more than three defective cells in it, according to Must preprocessing.
  • FIG. 5B also shows two clusters 514 and 516.
  • Cluster 514 has a value of (R,C*) .
  • Cluster 516 has a value of (R,C) .
  • R,C value of (R,C) .
  • step 324 it is determined that cluster 514 is eligible for repair.
  • the C* value indicates that a row must be allocated for repair.
  • step 330 constrains the choice of repairs to a row in cluster 514. Since there is only one cluster identified, step 334 does not further narrow the choices.
  • the faulty cells in cluster 514 have ranks, in left to right, top to bottom order, of (2,3), (2,1), (2,3), (2,1) and (1,3). Of these, the minimum column argument is 1. The maximum coargument is 2. Two of the cells share the rank of (2,1). Thus, at step 335, rows 518A and 518B are each identified as a possible row for replacement.
  • the uncrossed criterion at step 336 does not narrow the choice, since there is no column choice and neither row crosses a column choice. Therefore, one of the rows is selected randomly. Row 518 is allocated.
  • FIG. 5C that after this repair, three faulty cells are in column 520. As there are only then two remaining redundant rows, these three faulty cells must be repaired with a column. Thus, in the next pass, execution passes through step 318 to step 328, where column 520 is applied.
  • Row 524 contains two faulty cells. It therefore must be repaired by a row. Again, execution passes through step 318 to step 338 where a redundant row 524 is applied.
  • FIG. 5E shows that the remaining single faulty cell which is not part of a cluster is repaired using a redundant column.
  • a redundant row or column could be used for the repair, but the example shows a preference for a column replacement.
  • redundant elements are quickly allocated for use in repairing defective memory cells. The allocation is also efficient. In this way, the manufacturing time for memories is significantly reduced.
  • the method of the invention will quickly yield this result. The same is true if there are more cells that will eventually require a redundant row than there are redundant rows.
  • the invention also reduces processing time attempting to repair a memory which can not be repaired.
  • step 318 might be omitted.
  • steps 320, 322 and 324 dealing with cluster processing might be performed after steps 326 and 328 dealing with segments.
  • the processing might be embellished with steps to identify when a solution will not be reached. For example, if there are more clusters than there are redundant elements, no repair is possible. Alternatively, if there are more C* clusters than there are redundant rows, no repair will be found. If there are more R* clusters than there are redundant columns, no repair will be found either. These conditions might.be checked to reduce processing time.
  • step 312 in FIG. 3 Another embellishment might be to modify step 312 in FIG. 3 to detect when the entire process need not be repeated. Even though there are redundant memory structures remaining, if there are only one type, it might not be necessary to repeat the entire process. There is in that case no need to check whether a row or column should be used to make repair as there is one type to choose from. Also, it should be noted that the memory test system pictured in FIG. 1 is illustrative of commercially available memory manufacturing equipment. Variations are possible. For example, the processing described in conjunction with FIG. 3 could be performed in laser repair station 116 instead of in test system controller 114.
  • test system controller 114 would pass data depicting failure locations to laser repair station 116 rather than a data file instructing laser repair station 116 to make the required substitutions of redundant rows and columns.
  • the repairs could be made as the redundant rows and columns were allocated rather than all being made at the end of the processing.
  • the process of FIG. 3 could be performed in a separate computer. Such an embodiment might be preferred if the test system controller 114 and the laser repair station 116 do not have adequate memory or processing ability to perform the required steps of the method.
  • the disclosed embodiment of the invention employs two processes which might be used separately.
  • rows and columns are selected for replacement by identifying rows or columns (which might generally be referred to as "memory structures") of minimum width and maximum length (i.e. with the minimum argument and maximum coargument) .
  • This process is called a * maximin process.”
  • a second part of the process is the use of (r, c) values for clusters and segments. These values modify the selection of which segment or cluster should be processed first.
  • the (r, c) logic could be used with other conventional memory repair processes.
  • the minimal process could be used without (r, c) logic. Therefore, the invention should be limited only by the spirit and scope of the appended claims.

Abstract

A process for manufacturing semiconductor memories which includes a method of quickly and effectively identifying which faulty memory cells are to be replaced by redundant memory structures. Redundant rows and columns are assigned to replace rows and colums with faulty cells in an iterative process. At each pass, one row or column is identified for replacement. A row or column is selected for replacement based on priorities assigned to the faulty cells within the rows and columns. The highest priority cell for a row is the one in a column with the fewest other faulty cells. Where multiple cells have the same highest row priority, the cell in a row with the most faulty cells is given a higher priority. A dual measure is used for assigning column priorities to cells. Once a highest priority row and column are identified, the single element with the highest priority is identified. In cases where multiple structures have the same highest priority, alternative criteria are used to select a single element for replacement. Preprocessing is used to focus, at each iteration, on the best faulty elements to replace. One preprocessing technique is to constrain the choice for replacement to faulty cells within certain clusters, which, based on the distribution of failures will require either a row or column for repair. Another preprocessing technique is to constrain the choice for replacement to faulty cells within a segment which must use either a row or column for repair. When the choice for replacement in a group of faulty cells is constrained to faulty cells which require a redundant row or column for repair, only the priorities of the rows or columns, respectively, in that group of cells are considered.

Description

MEMORY TESTER PROVIDING FAST REPAIR OF MEMORY CHIPS This invention relates generally to the manufacture of semiconductor memories and more specifically to repairing defective memory cells. Virtually all computers use semiconductor memory chips. As computer processors have gotten more powerful, the amount of memory needed in a computer has increased. As a result, the number of bits of information that can be stored in one memory chip has increased. As more memory has been used, market demands have forced memory manufacturers to reduce the price of memory. Historically, the price per bit of storage has decreased significantly. Increasing size and decreasing price have combined to make a very difficult challenge for manufacturers of semiconductor memories. Namely, they must reduce their cost of making memories.
One difficulty in reducing the cost of making larger memories is that the chance of a defective semiconductor memory increases as the size of the memory increases. Thus, lower yields are to be expected as memory size increases. Yield is, however, a very significant factor affecting the production cost of a semiconductor circuit.
To boost yields, memory manufacturers include redundant cells as part of each semiconductor memory. Defective cells are replaced by the redundant cells to make a completely functioning memory. Provided the repair can be performed quickly, production costs can be reduced by repairing defective dies.
The repair is typically made as part of the wafer level test. Each die on a wafer is tested with a high speed memory tester, such as the J993 sold by Teradyne, Inc. of Aguora Hills, CA, USA. The tester identifies dies with faulty memory cells and makes a record of which cells are faulty. The tester then computes which memory cells should be replaced by redundant cells to repair the defective memories. This information is passed on to a repair station, typically as an electronic data file. The repair station makes the required connections on the die, typically using a laser to permanently alter the die. The cells in the memory are arranged in rows and columns. The redundant cells are also arranged in rows and columns. Repairs are made by replacing either the entire row or the entire column containing a defective cell.
There are only a limited number of redundant rows and columns, which limits the number of defective cells that can be repaired. If there are more defective cells than can be repaired, the entire die is typically discarded.
Very often, defective cells occur in clusters. Thus, it is often possible to repair several defective cells by replacing a single row or a single column. By appropriate usage of the redundant rows and columns, even memories with many defects can be repaired using a few redundant rows and columns. To get the best usage of the redundant rows and columns, many memory testers are programmed to try different ways to use the redundant rows and columns until they find one that repairs all defective cells. This technique is called a "brute force" technique. If there is any solution that allows all defective cells to be replaced, this technique will eventually find it. The technique is, however, relatively slow. For large memories, this technique is likely to be too slow.
An alternative method for determining how to allocate the redundant rows and columns to repair specific defects is called the "Most." With this technique, the tester identifies the row or column with the highest number of defective memory cells. One redundant element is used to repair that row or column. The row or column with the next highest number of defective cells is then repaired. The process is repeated until all the redundant elements are used. This method often works and is much faster than a brute force technique. However, there are some patterns of defective cells which could be repaired that will not be repaired by allocating redundant elements in this fashion.
One technique for increasing the speed at which memory repairs can be made is called the "Must" technique. The Must takes advantage of the fact that any row which contains more faulty cells than there are redundant columns must be repaired, if at all, with a redundant row. Likewise, any columns which contains more faulty cells than there are redundant rows must be repaired, if at all, with a redundant column. Therefore, the Must is typically used as a preprocessing step to accurately allocate redundant elements to those faulty cells which must be repaired with those redundant elements.
Even with the Must used for preprocessing, brute force processes can be very slow and the Most processes might not repair all repairable memories. It would be highly desirable if there were a method to repair memory cells which quickly found a way to repair all the defects in the memory cell if such a repair were possible.
SUMMARY OF THE INVENTION With the foregoing background in mind, it is an object of the invention to quickly repair all defects in a memory chip using redundant rows and columns. It is also an object to quickly repair memories in which regions have multiple segments.
The foregoing and other objects are achieved by processing failure information obtained from a memory test. The failure information is processed by assigning a row, column pair to each defective cell in the cluster. The row number represents the number of defective cells in the same row and the column number represents the number of defective cells in the same column as the defective cell. The cell with the smallest number in its row column pair is selected to be repaired. Where multiple cells have the same smallest number, the cell with the highest combined row and column numbers is selected. The cell is repaired by a redundant row if the row number is larger or by a redundant column if the column number is larger. The process is then repeated.
In one embodiment, the cells are grouped into clusters of more than one cell in which each cell is collinear with another cell in the cluster. One cluster of defective cells is processed at a time. Clusters that cannot be repaired using either redundant rows only or redundant columns only are processed first.
In another embodiment, when the memory is organized into segments which share redundant rows or columns, a segment which can not be repaired using only redundant rows or columns is first selected for processing.
In another embodiment, the first step in the process is to allocate redundant rows or columns to those rows or columns using the industry standard "Must" process. BRIEF DESCRIPTION OF THE DRAWINGS The invention will be better understood by reference to the following more detailed description and accompanying drawings in which FIG. 1 is a block diagram of a memory test system incorporating the invention; FIG. 2A is a diagram illustrating a region of a semiconductor memory; FIG. 2B is a diagram illustrating clusters of faults in a memory region with multiple segments;
FIG. 3 is a flow chart illustrating the method of the invention; FIG. 4A-4E are diagrams illustrating one example of the operation of the method of FIG. 3; and FIG. 5A-E are diagrams illustrating a second example of the operation of the method of FIG. 3.
DESCRIPTION OF THE PREFERRED EMBODIMENT FIG. 1 shows a test system such as might be used in the manufacture of semiconductor memory chips. Memories are fabricated on a wafer 110A according to any known process. Wafer 110A is presented to a test head 112 where each memory on wafer 110A is tested in response to commands from test system controller 114.
Test head 112 and test system controller 114 are part of any commercially available memory test system. The J993 from Teradyne, Inc. is one example of such a test system, but any commercially available memory test system could be used.
Test head 112 interfaces to wafer 110A so that test signals may be written to and read back from each memory on wafer 110A. Test head 112 and test system controller 114 operate, as is known in the art, to detect cells of each memory on wafer 110A that do not operate properly.
As is known in the art, test system controller 114 processes the information about faulty cells in each memory. When the memories contain redundant rows and columns, test system controller 114 computes how the redundant rows and columns can be used to repair the defective cells. Test system controller 114 includes a computer and the computation is performed in accordance with instructions programmed into the computer.
Once test system controller 114 determines how the defective cells in a memory can be repaired using the redundant rows and columns in the memory, this information is passed to a laser repair station 116. Wafer 110A is moved to position HOB at the laser repair station 116.
Laser repair station 116 uses the information provided by test system controller 114 to repair the memories on wafer HOB. The repairs are made by directing the laser to alter portions of the memory chip, causing the defective rows and columns to be disconnected from the memory and connecting redundant rows or columns in their place. FIG. 2A illustrates schematically the organization of one region 200 of a memory. A region typically contains thousands of cells organized into rows and columns. Each memory might have one or multiple regions. Each region is the portion of a memory which can be repaired independently of any other region. Region 200 includes redundant rows 212A and 212B and redundant columns 214A and 214B, which are used to repair defective cells in region 200.
Region 200 is divided into segments, SO, Sl, S2 and S3. Redundant rows 212A can replace rows in segments SO and Sl. Redundant rows 212B can be used to replace defective cells in segments S2 and S3. Redundant columns 214A can be used to replace defective cells in segments SO and S2. Redundant columns 214B can be used to replace defective cells in segments Sl and S3.
The number and arrangements of regions, segments and redundant rows or columns is selected by the memory manufacturer. The numbers and arrangements shown herein are illustrative rather than limiting. FIG. 2B illustrates the formation of clusters of faulty cells in region 200. As will be described below, the faulty cells will be processed by clusters. A cluster is a group of faulty cells, which must contain at least two faulty cells. Any two faulty cells that could be replaced by a single spare are in the same cluster. Grouping of cells in this fashion is associative. For example, faulty cells 250 and 252 would be replaced by use of one of the redundant rows 212A. Thus, faulty cells 250 and 252 are in the same cluster. Faulty cell 250 and faulty cell 254 could both be replaced by use of one redundant column 214A. Thus, faulty cells 250, 252 and 254 are all in cluster 260. On the other hand, faulty cell 256 is not in the same row or column as any cell in cluster 260. It would not be replaced by the same redundant element as any cell in cluster 260. Therefore, faulty cell 256 falls into a different cluster, cluster 262. The cells in a cluster are "mutually co-linear. " "Mutually co-linear" means that each cell in a cluster is co-linear with at least one other cell in the cluster. For purposes of defining clusters, "co-linear" means that two cells would be replaced by the same spare. Thus, it should be noted that grouping of cells into clusters is a function of the distribution of the faulty cells as well as the arrangement of spares.
A faulty cell which is not mutually co-linear with another faulty cell is not assigned to any cluster. A faulty cell which has not been assigned to a cluster is termed a "singlet." Singlets are processed differently than clusters. If a region contains only singlets, no spare can possibly repair more than one faulty cell. Therefore, certain steps which serve to allocate redundant elements to repair multiple failures in a cluster are not needed for singlets.
The cells in a cluster are also "exclusively co- linear." "Exclusively co-linear" means that all cells that are co-linear are always in the same cluster. No cell in one cluster is "co-linear" with a cell in a different cluster. Thus, clusters are defined as groups of mutually and exclusively co-linear fault cells.
Turning now to FIG. 3, a flow chart of the memory repair process of the invention is shown. As described above, test system controller 114 determines which cells of the memory under test are faulty. Also, as described above, an industry standard Must preprocess is used to allocate redundant elements to some of the faulty cells. This fault information remaining after the preprocessing is further processed as shown in FIG. 3.
The process shown in FIG. 3 is an iterative process. Each pass through the process results in one redundant row or column (hereafter more simply called a "spare") being assigned to replace one row or column of the region 200. In a preferred embodiment, the process of FIG. 3 is performed in a computer in test system controller 114.
The process of FIG. 3 is repeateα iteratively until all rows or columns containing faulty cells are replaced or until all spares are used. The process starts at step 310, which determines whether all faulty cells have been replaced. If all fails have been replaced, the process is completed.
If fails remain, execution continues at step 312. Step 312 determines whether there are more spares remaining. If there are no spares remaining, execution also terminates. However, execution terminates in an exception or error condition because the memory region can not be repaired. Execution proceeds to step 314. At step 314, the number of "co-linear" faulty cells in each row and column is counted. The numbers are stored for later use.
Processing then continues at step 316. At step 316, a check is made to determine whether the current pass is the first pass through the process. In computer software, such a check can be made in any number of ways, such as by setting a flag before execution of the process and then clearing it at the end of the process. During the first pass, the execution proceeds to step 320. For each pass other than the first, execution proceeds to step 318. At step 318, a check is made whether any row or column must be replaced with either a redundant row or column. Step 318 uses the industry standard Must process described above. Step 318 is skipped in the first pass through the process because, as described above, the failure information is preprocessed with the Must process and this process does not need to be repeated until the failure information changes, i.e. by allocating a redundant element to repair some cells as described below. The rows and columns identified for replacement are passed as parameters to step 338, where spares are assigned to those rows and columns as described below.
If no rows or columns are identified for replacement at step 318, execution proceeds to step 320. At step 320, clusters are identified. Various methods might be used to group cells into clusters. One process might be to construct multiple linked list data structures in computer memory. Each faulty cell is processed in turn. Each cell is checked to determine whether it is co-linear with a cell in each list already started. If the cell is not co-linear with any cell in any list, it is used to start a new list. If the cell is co-linear with a cell on a list, it is added to that list. However, if the cell is co-linear with cells on multiple lists, those lists are combined into one list and the cell is added to the combined list. Once all faulty cells are processed, each list with two or more cells represents one cluster.
It is known in the art that linked lists are a convenient data structure for quickly sorting or grouping items. However, linked lists require a large amount of memory because each entry in a list contains, in addition to the data values for that entry, pointers to the next entry in the list. If computer memory space is limited in test system controller 114, it might be preferable to construct non-linked lists in memory. A non-linked list is created by storing grouped values in consecutive locations in memory. Such a list uses less space, but to combine lists, it is necessary that data values be reorganized in memory to have all entries in the combined lists stored in consecutive memory locations.
It should be noted that cells in rows or columns which have, because of processing at prior steps, already been designated as being replaced by a redundant element are no longer treated as faulty cells and are not included in the clusters. Thus, as rows and columns are identified for replacement with redundant elements, the clusters may change.
Processing continues at step 322. At this step, an (r, c) value is assigned to each cluster. The (r, c) value represents a pair of Boolean values. When the r value is true, which herein is designated R, it indicates that the cluster can be repaired with the number of available redundant rows without using any redundant columns. Conversely, when the r value is false, which herein is designated R*, the cluster can not be repaired with the available redundant rows. Likewise, the c value will be true or false, indicating whether the cluster can be repaired with the available redundant columns, without using redundant rows. An available redundant row or column is one that has not already been designated for use in repairing the memory under test. As the process of FIG. 3 is performed, redundant elements are designated one by one. Thus, the (r, c) value assigned to each cluster can change at each pass through the process of FIG. 3.
For example, FIG. 4B shows two clusters 414 and 416. In the example of FIG. 4, the segment has three redundant rows and three redundant columns. One column has been used, leaving three redundant rows and two redundant columns. As clusters 414 and 416 could each be repaired by using no more than the three available redundant rows or two available columns, they are each assigned a value of (R,C) .
The (r, c) values are stored as part of the data structure for the clusters. In addition to assigning an
(r, c) value to each cluster, an (r, c) value is assigned to each segment. The (r, c) value for a segment indicates whether the faulty cells in the segment can be repaired using only available redundant rows or columns, respectively. The segment of FIG. 4B has a total of five rows with faulty cells and four columns. As there are only three available redundant rows and two available redundant columns, this segment is assigned an ( r, c) value of (R*,C*) .
For memories in which redundant elements span multiple segments, the cells associated with each set of redundant elements is considered separately. For example, FIG. 2B shows that redundant columns 214B are the only columns available to repair cells in segments Sl and S3. Since cluster 260 contains cells in four columns in segment Sl (more than the available three column spares) , a row spare must be used to repair cluster 260 and cluster 260 gets a C* value.
Cluster 262 also has four fails in a row, but, because of the placement of those faulty cells, does not require a row be used to repair the cluster. Specifically, cluster 262 has three faulty cells in a row in segment S2 and another faulty cell in the same row in cluster S3. The three faulty cells in segment S2 can be repaired with redundant columns 214A. The faulty cell in segment S3 can be repaired with a redundant column 214B. Thus, those four cells in a row can be repaired with available column spares.
Once (r, c) values are assigned for each cluster, execution proceeds to step 324. At step 324 a determination is made whether any clusters are "eligible" for repair. A cluster is "eligible" for repair when it has an R* or a C* value. Where any cluster has such a value, execution proceeds to step 330. In a preferred embodiment, a flag is set at step 320 when any cluster has a value of (R*,C), (R,C*) or (R*,C*) and step 324 branches to step 330 when that flag is set.
At step 330, those clusters which are eligible for repair are selected for further processing. In this further processing one redundant element will be allocated to replace a row or a column in one of the eligible clusters. Clusters with an R* value will require at some point a redundant column be used for repair. Therefore, step 330 specifies that the further processing should only apply a column to a cluster with an R* value. Likewise, step 330 specifies that the clusters with a C* value will only be repaired with a redundant row. Clusters with both an R* and a C* value could be repaired with either a redundant row or a redundant column. In that case, step 330 designates that further processing could select either a redundant row or a redundant column to repair failures in that cluster.
Step 330 constructs a data structure in the computer memory of test system controller 114. The clusters eligible for further processing are identified in the data structure. Where clusters are identified by linked lists, the data structure representing eligible clusters could be merely a list of pointers to the selected lists. However, many other ways to represent selected values are commonly used in computers. In addition to the list of eligible clusters, an indication of whether a redundant row or redundant column should be allocated to the cluster is also included in the data structure.
The data structure representing the eligible clusters is then passed to step 334 for further processing. Step 334 selects from the eligible clusters those clusters meeting a first level criteria, termed a "narrowness" criteria. "Narrowness" refers to the minimum number of rows or columns which contain faulty cells within a cluster. For example, if a first cluster has faulty cells in three rows and two columns, it has a column narrowness of two and a row narrowness of three. A cluster with faulty cells in a single column and five rows is more narrow in the row direction, but less narrow in the column direction. It has a column narrowness of one but a row narrowness of five. Step 334 selects only the clusters which are the most narrow in the row direction and those which are most narrow in the column direction. It first selects only those clusters with faulty cells in a single row or a single column; i.e. those with a narrowness of one. If there are no such clusters, it selects only those clusters with faulty cells in two rows or two columns; i.e. with a narrowness of two. Step 334 continues in this fashion until it identifies the minimum narrowness of all the eligible clusters. The data structure representing the clusters eligible for replacement is reduced to just those clusters having the minimum narrowness in the row direction and those clusters having the minimum narrowness in the column direction. The row and column narrowness values are also stored in that data structure for later use. Execution then proceeds to step 335 where the selection of eligible clusters is further processed. At step 335, each faulty cell within an eligible cluster is assigned a rank in the form of (n,m) , where n is the number of faulty cells in the cluster in the same row as that faulty cell and m is the number of faulty cells in the cluster in the same column as that cell. For example, FIG. 4B shows two clusters, 414 and 416. The faulty cells in cluster 414 have ranks of (1,3) (2,3) (2,1) (1,3) . The faulty cells in cluster 416 have ranks of (2,2) (2,1) and (1,2). At step 335, the best rows and the best columns are selected for replacement based on the ranks. The best row is the row containing the faulty cell with the smallest m (column value) . Where there are multiple faulty cells with the same smallest m value, the best of these is the one with the largest n value. The best column is the column containing the faulty cell with the smallest n (row value) . Where there are multiple faulty cells with the smallest n value, the best of these is the one with the largest m value. As described above, each cluster eligible for repair has associated with it an indication of whether a row could be replaced or a column could be replaced or either could be replaced with a redundant element. For clusters which are eligible for repair with a row, only the best row is selected. For clusters eligible for repair with a column, only the best column is selected. For clusters eligible for repair with either a row or a column, the best row or column is selected. In this last scenario, the m (column) value of the best row cell is compared to the n (row) value of the best column cell, as a first argument. The n value of the best row cell is compared to the m value, of the best column cell as a co-argument. As before, the selection is made based on the smallest argument and the largest coargument.
Once the best element or elements are identified for each cluster eligible for replacement, the over all best element or elements are selected. As above, the element with the smallest argument is selected. If multiple rows or columns all have the smallest argument, then the one with the largest coargument is selected as the best. It is possible that multiple rows or columns will have the same rank such that there are multiple best rows or columns. In that case, all of them are retained with a single best being selected during later processing. As before, the designation of selected rows and columns is made by constructing a data structure within the computer memory in test system controller 114. Any convenient data structure might be used, such as a linked list or an unlinked list.
Processing then proceeds to step 336 where a single best row or column is selected for replacement. If a single best row or column has already been selected, then this step is not necessary. Of the rows and columns selected at step 335, those which are "uncrossed" are preferred for replacement. "Crossed" rows or columns share at least one faulty cell with another selected element.
Thus, step 336 determines for each row or column selected at step 336 the number of faulty cells that are common to that row or column and the other rows or columns selected at step 335. The row or column with the fewest shared such faulty cells is selected as the single best. In cases where there are multiple rows or columns meeting the criteria for the single best, one of those elements can be selected arbitrarily. Alternatively, a preference for replacing a row or column might be included in the processing at step 336. For example, step 336 might choose as the single best element for replacement, a row when there are more redundant rows available or a column where there are more redundant columns available. In situations where there are only rows or only columns available, then step 336 must select an element for replacement for which there is a redundant element available. Alternatively, test system controller 114 might accept as an input a preference for a row or column to be replaced when there are multiple best rows or columns. A user might then specify this preference based on the architecture of memory 200.
Regardless of the criteria used for selecting between rows and columns, if no single best element is selected, one of the best can be selected randomly. The selected single best row or column is then passed on for actual repair.
Processing continues at step 338 where spares are applied. In the system shown in FIG. 1, the processing shown in FIG. 3 is performed in test system controller 114, which is separate from repair station 116. Thus, spares are applied e.t step 338 by creating a data structure which indicates which of the spares is allocated to a specific row or column. That data structure is later passed to laser repair station 116 where the indicated spares are used to repair the indicated rows. However, if the processing of FIG. 3 were performed within laser repair station 116, then a spare could be applied by actually physically altering the memory 200 at that time.
When a spare is applied, step 338 also updates data structures used in other steps of FIG. 3. In particular, the data structure recording the number of available spares must be changed to reflect that a spare has been used. In addition, the data structure recording the faulty cells must also be changed to remove all faulty cells in the row or column replaced with the spare. Once a spare is applied at step 338, processing then returns to step 310. The process is repeated to select another row or column for replacement. The process repeats in this fashion, applying one spare in each pass, until all fails are replaced or there are no more spares. The processing described above was for the case when step 324 determined that there were clusters eligible for repair. Similar processing is performed when step 324 determines that no clusters are eligible for repair. In that case, though, processing proceeds from step 324 to step 326.
Step 326 determines (r, c) values for each segment. These values have the same significance as for clusters. An r value of R* implies that a segment can not be repaired with only available redundant rows. A c value of C* indicates that a segment can not be repaired with only available redundant columns. For example, the segment shown in FIG. 4A has faulty cells in seven rows and five columns. If that segment had three redundant rows and three redundant columns, it would have an (r, c) value of (R*,C*).
Once (r, c) values are determined for each segment in the region, processing proceeds to step 328. Step 328 determines whether any of the segments has an R* or a C* value. Any such segment is eligible for repair. In a preferred embodiment, a flag is set at step 322 when any segment has a value of (R*,C), (R,C*) or (R*,C*) and step 328 branches to step 332 when that flag is set.
When at least one segment is eligible for repair, processing proceeds to step 332. Step 332 is similar to step 330 in that it builds a data structure of faulty cells eligible for repair. However, the data structure includes all faulty cells within the eligible segments.
When the allocation of spares has repaired all failures within clusters, all remaining failures will be "singlets." In the case that no clusters remain, step 332 places the singlets rather than clusters in the data structure of eligible choices.. The processing for singlets is a simplified version of the processing for clusters. All singlets will have the same narrowness criteria and same maximin criteria. Also, no singlets can be crossed. Therefore, steps 334, 335 and 336 do not choose among singlets in a segment.
However, if the (r, c) value of a segment indicates a row should be used or a column should be used, then that type of redundant element is chosen for application to a singlet in that segment. Likewise, if there is a user preference or other mechanism for determining whether a redundant row or column could be used, then that type of redundant element is used. Once the type of redundant element to be applied to a segment is selected, which one of the singlets that redundant element is applied to can be selected arbitrarily.
As above, the data structure made at step 332 also includes an indication of whether the clusters could be repaired with a redundant row or a redundant column. In a segment with an R* value, the repair is constrained to be done with a redundant column. In a segment with a C* value, the repair is constrained to be done with a row. For segments with a value of (R*,C*), the repair could be done with either a row or a column. Once the faulty cells in the eligible segments are identified, processing proceeds to step 334. As described above, the processing at steps 334, 335 and 336 selects, from all the faulty cells eligible for repair, the single best row or column to repair and a redundant element is applied at step 338.
When no clusters and no segments are eligible for repair as determined at steps 324 and 328, processing proceeds from step 328 to step 334. This process path bypasses steps 330 and 332, which constrain the choices eligible for repair. Thus, when processing proceeds from step 328 directly to step 334, any cluster is eligible for repair and repair could be made with either a redundant row or a redundant column. When all clusters are repaired, then, as discussed above, the singlets are repaired using the same selection processes.
The processing on these clusters is otherwise identical to the processing described above. The single best row or column for replacement is selected at steps 334, 335 and 336. A spare is applied at step 338 to make that best replacement.
FIG. 4 shows an example of the application of the processing described in conjunction with FIG. 3. For memory 200 as shown in FIG. 2, there are a maximum of three redundant rows and columns available per segment. FIG. 4A shows an example of a pattern of redundant cells 410 in one segment. FIG. 4B shows that the column 412 must be replaced with a redundant column. This redundant column is allocated, as in the prior art, as part of Must preprocessing before the steps of FIG. 3 are performed. FIG. 4B shows two clusters 414 and 416. These are identified at step 320. Cluster 414 spans three rows and two columns. Cluster 416 spans two rows and two columns. In the example of FIG. 4, the segment has three redundant rows and columns. One column has been used, leaving three redundant rows and two redundant columns. As each of the clusters 414 and 416 could be repaired by using no more than three redundant rows or two columns, they are both assigned a value of (R,C) . Therefore, processing passes through step 324 to 326. The segment of FIG. 4B has a total of five rows with faulty cells and four columns. As there are only three available redundant rows and two available redundant columns, this segment is assigned an ( r, c) value of (R*.C*) . Processing then proceeds to step 332. At step 332, the clusters 414 and 416 are selected for further processing. Since the (r, c) value of the segment is (R*,C*), either a row or column might be replaced in one of these clusters. At step 334, the narrowness criteria are applied.
Cluster 416 is the narrowest in the row dimension, spanning only two rows. Clusters 414 and 416 each have a column dimension of 2 and so are both retained for further processing. For Maximin processing at step 335 in the row direction, the minimum number of unrepaired faulty cells in any column is one. Two of the cells in FIG. 4B share this number. Each of these is one of two in its row. Thus, each has a rank, as indicated of (2,1). Thus, both rows 413A and 413B are identified as possible row replacements at step 335.
Only cluster 414 is eligible for a column replacement. Of the cells in cluster 414, two cells have a rwo count of one, which is the lowest row count. These occur in the same column, with a column count of three. Thus, they each have a rank of (1,3). As both of the cells of rank (1,3) fall in column 420, column 420 is the single best column for replacement.
Thus, column 420 and rows 413A and 413B are possible replacement targets. However, a column with a rank of
(1,3) has a larger co-argument than a row of rank (2,1) . Thus, column 420 is selected as the single best candidate for replacement and step 336 is not necessary. A column spare is therefore allocated at step 338.
In the next pass through the processing of FIG. 3, there is one remaining redundant column. Thus, at step 318, any row with more than one faulty element will be identified as an element which must be replaced with a row. Therefore, row 422 containing two faulty cells is replaced. As shown in FIG. 4D, after this allocation is made, there are only two singlet failures left. In the next pass through the processing of FIG. 3, there will be one remaining redundant column and two remaining redundant rows. As there are no rows or columns which contain more faults than there are redundant elements, none must be repaired. There are also no clusters identified. Therefore, processing proceeds to step 326.
The segment shown in FIGs 4D has a value of (R,C*) . Therefore, execution proceeds through step 332, where a replacement row is specified. In this case, it does not matter which of the singlets receives the row. Row 426 is allocated.
In the next pass, only one singlet remains and there is one redundant row and one redundant column. Therefore, the segment value is (R,C) such that either redundant element might be used. In the example of FIG. 4, there is a preference for column replacement. Thus, column 424 is applied to repair the remaining failure.
In the simple example of FIG. 4, there is no need to determine the segment (r, c) values since only one segment is illustrated. However, were there are multiple segments which share spares, using the segment (r, c) values to select segments ensures that a redundant element is not used in one segment if that redundant element is needed to make repairs in another segment. Another example is given in FIG. 5. FIG. 5A shows a pattern of faulty cells in a memory segment. In FIG. 5B, it is shown that a redundant column 512 is used to repair a column with more than three defective cells in it, according to Must preprocessing.
FIG. 5B also shows two clusters 514 and 516. Cluster 514 has a value of (R,C*) . Cluster 516 has a value of (R,C) . Thus, at step 324, it is determined that cluster 514 is eligible for repair. The C* value indicates that a row must be allocated for repair. Thus, step 330 constrains the choice of repairs to a row in cluster 514. Since there is only one cluster identified, step 334 does not further narrow the choices.
The faulty cells in cluster 514 have ranks, in left to right, top to bottom order, of (2,3), (2,1), (2,3), (2,1) and (1,3). Of these, the minimum column argument is 1. The maximum coargument is 2. Two of the cells share the rank of (2,1). Thus, at step 335, rows 518A and 518B are each identified as a possible row for replacement.
The uncrossed criterion at step 336 does not narrow the choice, since there is no column choice and neither row crosses a column choice. Therefore, one of the rows is selected randomly. Row 518 is allocated.
FIG. 5C that after this repair, three faulty cells are in column 520. As there are only then two remaining redundant rows, these three faulty cells must be repaired with a column. Thus, in the next pass, execution passes through step 318 to step 328, where column 520 is applied.
In the next pass, as shown in FIG. 5D, there is one remaining redundant column and two remaining redundant rows. Row 524 contains two faulty cells. It therefore must be repaired by a row. Again, execution passes through step 318 to step 338 where a redundant row 524 is applied.
FIG. 5E shows that the remaining single faulty cell which is not part of a cluster is repaired using a redundant column. As in the example of FIG. 4, either a redundant row or column could be used for the repair, but the example shows a preference for a column replacement. According to the process of the invention, redundant elements are quickly allocated for use in repairing defective memory cells. The allocation is also efficient. In this way, the manufacturing time for memories is significantly reduced.
It is believed that the process of the invention works well because it quickly identifies those cells which will eventually require a redundant row or a column to repair and then allocates that redundant element for the repair. If it is possible to repair the memory with the limited number of redundant elements, processing the faulty cells in this order will result in that repair being made.
On the other hand, if there are more defective cells which will eventually require a redundant row than there are redundant rows, the method of the invention will quickly yield this result. The same is true if there are more cells that will eventually require a redundant row than there are redundant rows. Thus, the invention also reduces processing time attempting to repair a memory which can not be repaired.
These advantages are obtained
Having described one embodiment, numerous alternative embodiments or variations might be made. For example, step 318 might be omitted. Also, it is possible that the order of various processing steps might be reversed. For example steps 320, 322 and 324 dealing with cluster processing might be performed after steps 326 and 328 dealing with segments. Also, the processing might be embellished with steps to identify when a solution will not be reached. For example, if there are more clusters than there are redundant elements, no repair is possible. Alternatively, if there are more C* clusters than there are redundant rows, no repair will be found. If there are more R* clusters than there are redundant columns, no repair will be found either. These conditions might.be checked to reduce processing time.
Another embellishment might be to modify step 312 in FIG. 3 to detect when the entire process need not be repeated. Even though there are redundant memory structures remaining, if there are only one type, it might not be necessary to repeat the entire process. There is in that case no need to check whether a row or column should be used to make repair as there is one type to choose from. Also, it should be noted that the memory test system pictured in FIG. 1 is illustrative of commercially available memory manufacturing equipment. Variations are possible. For example, the processing described in conjunction with FIG. 3 could be performed in laser repair station 116 instead of in test system controller 114. In such an embodiment, test system controller 114 would pass data depicting failure locations to laser repair station 116 rather than a data file instructing laser repair station 116 to make the required substitutions of redundant rows and columns. In this embodiment, the repairs could be made as the redundant rows and columns were allocated rather than all being made at the end of the processing.
In another arrangement, the process of FIG. 3 could be performed in a separate computer. Such an embodiment might be preferred if the test system controller 114 and the laser repair station 116 do not have adequate memory or processing ability to perform the required steps of the method.
Also, it should be appreciated that the specific data structures mentioned for processing according to the invention are illustrative. Many data structures are possible for implementing the invention.
Further, the disclosed embodiment of the invention employs two processes which might be used separately. In one process, rows and columns are selected for replacement by identifying rows or columns (which might generally be referred to as "memory structures") of minimum width and maximum length (i.e. with the minimum argument and maximum coargument) . This process is called a *maximin process." A second part of the process is the use of (r, c) values for clusters and segments. These values modify the selection of which segment or cluster should be processed first. The (r, c) logic could be used with other conventional memory repair processes. Alternatively, the minimal process could be used without (r, c) logic. Therefore, the invention should be limited only by the spirit and scope of the appended claims.

Claims

What is claimed is A method of repairing a semiconductor memory having a plurality of memory structures including rows and columns of memory cells and redundant rows and columns, the method comprising: a) testing the memory to identify faulty cells and creating in a computer a representation of the faulty cells; b) assigning to selected ones of the faulty cells in the representation a first argument representing the number of faulty cells in the same row and a second argument representing the number of faulty cells in the same column as that cell; c) prioritizing faulty cells in the representation based i) primarily on one of either the first or second arguments, with lower arguments receiving a higher priority; and ii) secondarily on the other of the first or second arguments, with larger arguments receiving a higher priority; d) selecting, based at least in part on the assigned priority, a faulty cell; e) allocating a redundant memory structure to repair the selected faulty cell, the redundant structure being a row when the argument used in the step of primarily prioritizing represents the number of faulty cells in the same column as the selected faulty cell and the redundant structure being a column when the argument used in the step of primarily prioritizing represents the number of faulty cells in the same row as the selected faulty cell.
2. The method of claim 1 additionally comprising the steps of a) altering the representation of the faulty cells to remove faulty cells replaced by the allocated memory structure; b) repeating steps b) through e) of claim 1.
3. The method of claim 2 wherein steps a) and b) of claim 2 are repeated until no faulty cells remain in the representation or all redundant rows and columns are allocated.
4. The method of claim 2 wherein the step of allocating comprises constructing in a computer memory a data structure indicating which memory structure of the semiconductor memory being repaired are to be replaced by redundant memory structures.
5. The method of making a semiconductor memory using the method of claim 4, and additionally comprising the steps of: a) providing the data structure to a repair station; and b) physically altering the semiconductor memory in accordance with the replacement information in the data structure.
6. The method of claim 1 wherein the steps of claim 1 are repeated for each region of the semiconductor memory.
7. The method of claim 1 wherein the step of assigning arguments to selected faulty cells comprises: a) identifying clusters of mutually, exclusively collinear faulty cells; and b) selecting at least one cluster and assigning values to faulty cells within the selected cluster.
8. The method of claim 7: a) additionally comprising the step of assigning to each cluster logic values indicating whether the cluster can be repaired using only unallocated redundant rows or repaired using only unallocated redundant columns; and b) wherein the step of selecting a cluster comprxses, when any of the clusters has a logic value indicating it can not be repaired with either only unallocated redundant rows or only unallocated redundant columns, selecting at least one such cluster.
9. The method of claim 1 wherein the semiconductor memory is organized into at least one region with each region having a plurality of segments, each segment containing memory structures, and each segment having associated with it redundant memory structures, with the redundant memory structures associated with each segment being associated with at least one other segment in the region: a) additionally comprising the step of assigning to each segment logic values indicating whether the segment can be repaired using only unallocated redundant rows or repaired using only unallocated redundant columns; b) wherein the step of selecting a faulty cell comprises the step of, when at least one of the segments has a logic value indicating it can not be repaired with either only unallocated redundant rows or only unallocated redundant columns, selecting a faulty cell in one of such segments.
10. In a process for manufacturing a semiconductor memory organized into rows and columns of memory cells, a method of replacing faulty memory cells with redundant rows and columns, the method comprising the steps of: a) selecting a row or column to replace with a redundant element according to the steps of: I) identifying clusters of faulty segments, each cluster containing mutually, exclusively co-linear cells, ii) selecting as candidates for a column replacement those clusters which can not be repaired using only unallocated redundant rows; iii) selecting as candidates for a row replacement those clusters which can not be repaired using only unallocated redundant columns; iv) prioritizing the rows in each cluster selected as a candidate for row replacement and prioritizing the columns in each cluster selected as a candidate for column replacement; and v) selecting a row or column with the highest priority; b) allocating a redundant row or column to replace the selected row or column and repeating steps a) and b) until all rows and columns containing faulty cells have been selected for replacement at step a) .
11. The method of manufacturing a semiconductor memory of claim 10 wherein a) the memory is organized into segments, each segment having a unique combination of redundant rows and redundant columns which can be used to replace rows and columns in that segment; and b) the step of selecting a redundant row or column additionally comprises, when there are no clusters selected as candidates for row replacement or candidates for column replacement, I) selecting as candidates for row replacement those segments having faulty cells which can not be repaired with only unallocated redundant columns; ii) selecting as candidates for column replacement those segments having faulty cells which can not be repaired using unallocated redundant rows; iii) prioritizing the rows in each segment selected as a candidate for row replacement and prioritizing the columns in each segment selected as a candidate for column replacement; and iv) selecting a row or column with the highest priority.
12. The method of manufacturing a semiconductor memory of claim 10 wherein the step of prioritizing rows and columns comprises: a) assigning a first value and a second value to each faulty cell within the row or column, which are i) in the case of a row, the first being the number of faulty cells in the same column as the faulty cell and the second being the number of faulty cells in the same row as the faulty cell; and ii) in the case of a column, the first being the number of faulty cells in the same row as the faulty cell and the second being the number of faulty cells in the same column as the faulty cell; b) assigning a priority to the cells in each row and column, with the highest priority going to the cells with the lowest first value, and, when multiple cells have the same first value, the highest priority going to those with the highest second value, c) using the priority of the highest priority cell in each row as the priority of that row and the highest priority cell in each column as the priority of that column.
13. The method of manufacturing a semiconductor memory of claim 12 wherein the step of selecting a row or column for replacement comprises separately selecting the highest priority row and the highest priority column and then selecting the row or column with the higher priority.
14. The method of manufacturing a semiconductor memory of claim 13 wherein the step of selecting the row or column with the higher priority comprises: a) comparing the first value of the highest priority faulty cell in each row and column to select the row or column containing a cell with the lowest first value; and b) when multiple rows or columns have highest priority cells having the same first value, selecting the row or column with the highest priority faulty cell having the highest second value.
15. The method of claim 14 wherein the step of selecting the row or column with the higher priority additionally comprises: a) when multiple rows or columns have highest priority faulty cells having the same lowest first value and highst second value; selecting the row or column which shares the fewest faulty cells with other rows or columns having highest priority faulty cells with the lowest first value and highest second value.
16. The method of claim 10 additionally comprising the steps, prior to the step of selecting a row or column to replace, of a) determining which rows must be replaced because they contain more faulty cells than there are unallocated redundant columns and allocating a redundant row to those rows; and b) determining which columns must be replaced because they contain more faulty cells than there are unallocated redundant rows and allocating a redundant column to those columns.
17. A method of repairing a semiconductor memory having a plurality of rows and columns of cells, organized into segments, each segment having a unique combination of redundant rows and redundant columns, with certain of the cells in the memory being faulty, the method comprising the steps of: a) selecting a row by: i) for a first selected group of faulty cells, assigning a first value to each faulty cell representing the number of faulty cells in the same column and co-linear with the faulty cell and a second value representing the number of faulty cells in the same row and co-linear with the faulty cell; ii) selecting the faulty celx with the lowest first value, iii) when multiple faulty cells have the same first value, selecting the faulty cell that also has the highest second value; iv) selecting the row containing the selected faulty cell b) selecting a column by: i) for a second selected group of faulty cells, assigning a first value to each faulty cell representing the number of faulty cells in the same row and co-linear with the faulty cell and a second value representing the number of faulty cells in the same column and co-linear with the faulty cell; ii) selecting the faulty cell with the lowest first value, iii) when multiple faulty cells have the same first value, selecting the faulty cell that also has the highest second value; iv) selecting the column containing the selected faulty cell; c) selecting from the selected row and the selected column the element having a faulty cell with the lowest first value and, when multiple elements contains faulty cell with the lowest first value, the highest second value.
18. The method of claim 17 wherein the first selected group of faulty cells and the second selected group of faulty cells are not identical.
19. The method of claim 18 wherein the first selected group of faulty cells comprises those faulty cells in
20. In a process of manufacturing a semiconductor memory having numerous cells organized into rows and columns with redundant elements organized as rows and columns, in which the redundant rows and columns are used to replace faulty cells within the memory, the method comprising the steps of: a) segmenting at least a portion of the faulty cells into groups; b) selecting as row groups those which contain more faulty cells in a row than there are unassigned redundant columns and selecting as column groups those which contain more faulty cells in a column than there are redundant row; c) prioritizing the rows of faulty cells within the row groups and prioritizing the columns of faulty cells within the column groups to select the row or column with the highest priority; and d) assigning a redundant element to the highest priority row or column; and e) repeating steps a) through e) to assign another redundant element to faulty cells which are not included in a row a column to which a redundant element has been assigned.
21. The method of claim 20 wherein the groups of cells comprise clusters of faulty cells which are mutually and exclusinvely co-linear.
22. The method of claim 20 wherein the groups of cells comprise cells within a segment of the memory.
23. The method of claim 20 wherein the groups of cells comprise cells in clusters of faulty cells which are mutually and exclusively co-linear.
24. The method of claim 23 wherein the groups of cells are constrained to those cells in clusters which a) have more faulty cells in a row then there are unassigned redundant columns or more faulty cells in a column than there are unassigned redundant rows, when there is at least one such cluster; b) are in segments which have more faulty cells in a row then there are unassigned redundant columns or more faulty cells in a column than there are unassigned redundant rows, when there is at least one such segment.
PCT/US1996/012894 1995-08-18 1996-08-08 Memory tester providing fast repair of memory chips WO1997007459A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP96928821A EP0845122B1 (en) 1995-08-18 1996-08-08 Memory tester providing fast repair of memory chips
JP50935597A JP3871714B2 (en) 1995-08-18 1996-08-08 Memory tester that enables quick repair of memory chips
DE69604592T DE69604592T2 (en) 1995-08-18 1996-08-08 MEMORY TEST DEVICE FOR QUICK REPAIR OF SEMICONDUCTOR MEMORY CHIPS

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/516,709 1995-08-18
US08/516,709 US5795797A (en) 1995-08-18 1995-08-18 Method of making memory chips using memory tester providing fast repair

Publications (1)

Publication Number Publication Date
WO1997007459A1 true WO1997007459A1 (en) 1997-02-27

Family

ID=24056777

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1996/012894 WO1997007459A1 (en) 1995-08-18 1996-08-08 Memory tester providing fast repair of memory chips

Country Status (6)

Country Link
US (1) US5795797A (en)
EP (1) EP0845122B1 (en)
JP (1) JP3871714B2 (en)
KR (1) KR100413918B1 (en)
DE (1) DE69604592T2 (en)
WO (1) WO1997007459A1 (en)

Families Citing this family (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6094733A (en) * 1996-01-25 2000-07-25 Kabushiki Kaisha Toshiba Method for testing semiconductor memory devices, and apparatus and system for testing semiconductor memory devices
US6154851A (en) * 1997-08-05 2000-11-28 Micron Technology, Inc. Memory repair
US6178549B1 (en) * 1998-03-12 2001-01-23 Winbond Electronics Corporation Memory writer with deflective memory-cell handling capability
US6442724B1 (en) 1999-04-02 2002-08-27 Teradyne, Inc. Failure capture apparatus and method for automatic test equipment
US6327680B1 (en) * 1999-05-20 2001-12-04 International Business Machines Corporation Method and apparatus for array redundancy repair detection
US6536005B1 (en) 1999-10-26 2003-03-18 Teradyne, Inc. High-speed failure capture apparatus and method for automatic test equipment
US6256757B1 (en) * 2000-01-24 2001-07-03 Credence Systems Corporation Apparatus for testing memories with redundant storage elements
JP2001267389A (en) * 2000-03-21 2001-09-28 Hiroshima Nippon Denki Kk System and method for producing semiconductor memory
US6499118B1 (en) * 2000-05-17 2002-12-24 Teradyne, Inc. Redundancy analysis method and apparatus for ATE
US6795942B1 (en) * 2000-07-06 2004-09-21 Lsi Logic Corporation Built-in redundancy analysis for memories with row and column repair
GB2370380B (en) 2000-12-19 2003-12-31 Picochip Designs Ltd Processor architecture
US6373758B1 (en) * 2001-02-23 2002-04-16 Hewlett-Packard Company System and method of operating a programmable column fail counter for redundancy allocation
US6862703B2 (en) * 2001-08-13 2005-03-01 Credence Systems Corporation Apparatus for testing memories with redundant storage elements
US6717869B2 (en) * 2002-04-25 2004-04-06 D.S.P. Group Ltd. Integrated circuit having redundant, self-organized architecture for improving yield
GB2417586B (en) * 2002-07-19 2007-03-28 Picochip Designs Ltd Processor array
US7003704B2 (en) * 2002-11-12 2006-02-21 International Business Machines Corporation Two-dimensional redundancy calculation
US7509543B2 (en) 2003-06-17 2009-03-24 Micron Technology, Inc. Circuit and method for error test, recordation, and repair
US7437632B2 (en) * 2003-06-24 2008-10-14 Micron Technology, Inc. Circuits and methods for repairing defects in memory devices
TW594881B (en) * 2003-07-01 2004-06-21 Au Optronics Corp Method of repairing thin film transistor circuit on display panel by local thin film deposition
US20080270854A1 (en) 2007-04-24 2008-10-30 Micron Technology, Inc. System and method for running test and redundancy analysis in parallel
GB2454865B (en) 2007-11-05 2012-06-13 Picochip Designs Ltd Power control
GB2470037B (en) 2009-05-07 2013-07-10 Picochip Designs Ltd Methods and devices for reducing interference in an uplink
GB2470771B (en) 2009-06-05 2012-07-18 Picochip Designs Ltd A method and device in a communication network
GB2470891B (en) 2009-06-05 2013-11-27 Picochip Designs Ltd A method and device in a communication network
GB2474071B (en) 2009-10-05 2013-08-07 Picochip Designs Ltd Femtocell base station
GB2482869B (en) 2010-08-16 2013-11-06 Picochip Designs Ltd Femtocell access control
US8947957B2 (en) * 2010-09-22 2015-02-03 Taiwan Semiconductor Manufacturing Company, Ltd. Built-in self repair for memory
GB2489716B (en) 2011-04-05 2015-06-24 Intel Corp Multimode base system
GB2489919B (en) 2011-04-05 2018-02-14 Intel Corp Filter
GB2491098B (en) 2011-05-16 2015-05-20 Intel Corp Accessing a base station
US11360840B2 (en) 2020-01-20 2022-06-14 Samsung Electronics Co., Ltd. Method and apparatus for performing redundancy analysis of a semiconductor device

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4414665A (en) * 1979-11-21 1983-11-08 Nippon Telegraph & Telephone Public Corp. Semiconductor memory device test apparatus
US4736373A (en) * 1981-08-03 1988-04-05 Pacific Western Systems, Inc. Memory tester having concurrent failure data readout and memory repair analysis
JPS59180898A (en) * 1983-03-31 1984-10-15 Hitachi Ltd Relieving system of defective bit
EP0125633B1 (en) * 1983-05-11 1990-08-08 Hitachi, Ltd. Testing apparatus for redundant memory
US4639915A (en) * 1983-10-06 1987-01-27 Eaton Corporation High speed redundancy processor
US4876685A (en) * 1987-06-08 1989-10-24 Teradyne, Inc. Failure information processing in automatic memory tester
JPH04177700A (en) * 1990-11-13 1992-06-24 Toshiba Corp Memory fault analysis device
US5514628A (en) * 1995-05-26 1996-05-07 Texas Instruments Incorporated Two-step sinter method utilized in conjunction with memory cell replacement by redundancies

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
HUANG W K ET AL: "MINIMIZING THE COST OF REPAIRING WSI MEMORIES *", INTEGRATION, THE VLSI JOURNAL, vol. 11, no. 3, 1 June 1991 (1991-06-01), pages 279 - 293, XP000234645 *
TARR M., BOUDREAU D., MURPHY R.: "DEFECT ANALYSIS SYSTEM SPEEDS TEST AND REPAIR OF REDUNDANT MEMORIES", ELECTRONICS INTERNATIONAL, vol. 57, no. 1, January 1984 (1984-01-01), NEW YORK, USA, pages 175 - 179, XP002023018 *
WEY C -L ET AL: "ON THE REPAIR OF REDUNDANT RAM'S", IEEE TRANSACTIONS ON COMPUTER AIDED DESIGN OF INTEGRATED CIRCUITS AND SYSTEMS, vol. CAD-06, no. 2, 1 March 1987 (1987-03-01), pages 222 - 231, XP000097484 *

Also Published As

Publication number Publication date
JP3871714B2 (en) 2007-01-24
DE69604592D1 (en) 1999-11-11
KR19990037714A (en) 1999-05-25
DE69604592T2 (en) 2000-05-11
EP0845122B1 (en) 1999-10-06
JPH11511287A (en) 1999-09-28
KR100413918B1 (en) 2004-02-18
US5795797A (en) 1998-08-18
EP0845122A1 (en) 1998-06-03

Similar Documents

Publication Publication Date Title
US5795797A (en) Method of making memory chips using memory tester providing fast repair
US7958413B1 (en) Method and system for memory testing and test data reporting during memory testing
US7839707B2 (en) Fuses for memory repair
US7149921B1 (en) Apparatus, method, and system to allocate redundant components with subsets of the redundant components
US6795942B1 (en) Built-in redundancy analysis for memories with row and column repair
US6259637B1 (en) Method and apparatus for built-in self-repair of memory storage arrays
US6094733A (en) Method for testing semiconductor memory devices, and apparatus and system for testing semiconductor memory devices
JPH10284692A (en) Memory chip including nonvolatile memory register which stores permanently information related to quality of device and test method therefor
US20120257467A1 (en) Memory repair analysis apparatus, memory repair analysis method, and test apparatus
US20120036404A1 (en) Control apparatus and control method
US6397349B2 (en) Built-in self-test and self-repair methods and devices for computer memories comprising a reconfiguration memory device
US7188274B2 (en) Memory repair analysis method and circuit
US20020108073A1 (en) System for and method of operating a programmable column fail counter for redundancy allocation
JP4889792B2 (en) Test equipment
Bahl A sharable built-in self-repair for semiconductor memories with 2-D redundancy scheme
JP2003509804A (en) Memory inspection method
US11200962B2 (en) Memory devices having spare column remap storages and methods of remapping column addresses in the memory devices
US20230253063A1 (en) Repairable latch array
KR102416994B1 (en) Redudancy analysis method and redudancy analysis apparatus
EP1032870B1 (en) A memory redundancy allocation system and a method of redundancy allocation
JP4663877B2 (en) Automatic test method with non-volatile result table storage
CN116666244A (en) Fuse blowing method and device
JPH11111851A (en) Redundancy processing device and method, and the redundancy processing device with test function

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP KR SG

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 1996928821

Country of ref document: EP

ENP Entry into the national phase

Ref country code: JP

Ref document number: 1997 509355

Kind code of ref document: A

Format of ref document f/p: F

WWE Wipo information: entry into national phase

Ref document number: 1019980701193

Country of ref document: KR

WWP Wipo information: published in national office

Ref document number: 1996928821

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1019980701193

Country of ref document: KR

WWG Wipo information: grant in national office

Ref document number: 1996928821

Country of ref document: EP

WWG Wipo information: grant in national office

Ref document number: 1019980701193

Country of ref document: KR