JP2008090969A - Debugging system of redundancy operation program and program - Google Patents

Debugging system of redundancy operation program and program Download PDF

Info

Publication number
JP2008090969A
JP2008090969A JP2006272640A JP2006272640A JP2008090969A JP 2008090969 A JP2008090969 A JP 2008090969A JP 2006272640 A JP2006272640 A JP 2006272640A JP 2006272640 A JP2006272640 A JP 2006272640A JP 2008090969 A JP2008090969 A JP 2008090969A
Authority
JP
Japan
Prior art keywords
redundancy
fail
program
calculation program
fail information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2006272640A
Other languages
Japanese (ja)
Inventor
Takuya Yokosuka
拓也 横須賀
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2006272640A priority Critical patent/JP2008090969A/en
Publication of JP2008090969A publication Critical patent/JP2008090969A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a debugging system which can debug a redundancy operation program without using a real device of an IC test device and in which its operation can be confirmed simply and quickly. <P>SOLUTION: The debugging system of the redundancy operation program 109 performs fail relief operation of a device 104 to be tested, and is provided with a fail information informing means 11 informing fail information including an address of a virtual defective cell to the redundancy operation program 109 in accordance with request from the redundancy operation program 109, a relief pattern receiving means 12 receiving relief pattern data operated by the redundancy operation program 109, and an output means 13 outputting at least the relief pattern data. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、内部に予備回路を有するICの不良を救済するためのデータを発生するリダンダンシ演算プログラムのデバッグシステムおよびプログラムに関する。   The present invention relates to a debugging system and program for a redundancy calculation program that generates data for relieving a failure of an IC having a spare circuit therein.

被試験デバイス(Device Under Test:DUT)であるメモリデバイス等のICには予備のメモリセル(スペア)が用意されており、IC試験装置による試験で不良(フェイル)が検出された場合に、不良セルを予備セルに置き換えることにより、不良を救済するようにしている。こうした不良救済に必要となるデータを作成するユニットは、リダンダンシ演算装置(リダンダンシユニット:RDU)と呼ばれている。   A spare memory cell (spare) is prepared for an IC such as a memory device which is a device under test (DUT), and a failure is detected when a failure (fail) is detected in the test by the IC test apparatus. By replacing the cell with a spare cell, the defect is relieved. A unit that creates data necessary for such defect repair is called a redundancy arithmetic unit (redundancy unit: RDU).

図4は従来のIC試験装置の一例を説明する図、図5はDUTのメモリセルを簡略に説明する概念図である。IC試験装置100は、フェイル検出装置101、リダンダンシ演算装置(以下、RDU102という。)、制御部103を備えている。   FIG. 4 is a diagram for explaining an example of a conventional IC test apparatus, and FIG. 5 is a conceptual diagram for simply explaining a DUT memory cell. The IC test apparatus 100 includes a fail detection apparatus 101, a redundancy calculation apparatus (hereinafter referred to as RDU 102), and a control unit 103.

フェイル検出装置101は、被試験デバイス(以下、DUT104という。)が有するメモリセルの不良(フェイル)を検出し、フェイル情報をRDU102に送る。図5に示すDUT104はメモリデバイスであって、メモリのセルは複数のセルアレイ120に分割されている。各々のセルアレイ120には、予備セルの一例として列スペア121および行スペア122が併設されている。フェイル検出装置101がセルアレイ120の各セルを順にサーチし、読み書きテストに失敗すると、不良セル123であると検出する。   The fail detection apparatus 101 detects a failure (failure) of a memory cell included in a device under test (hereinafter referred to as DUT 104), and sends fail information to the RDU 102. A DUT 104 shown in FIG. 5 is a memory device, and a memory cell is divided into a plurality of cell arrays 120. Each cell array 120 is provided with a column spare 121 and a row spare 122 as an example of a spare cell. The fail detection device 101 searches each cell of the cell array 120 in order, and if the read / write test fails, it is detected as a defective cell 123.

RDU102は、フェイル検出装置101から送られたフェイル情報に基づいてDUT104の不良救済に必要となるデータを作成するために、リダンダンシ演算(不良救済演算)と呼ばれる処理を行う。   The RDU 102 performs a process called redundancy calculation (failure repair calculation) in order to create data necessary for defect repair of the DUT 104 based on the fail information sent from the fail detection apparatus 101.

RDU102内には、フェイル検出装置101から送られたフェイル情報を格納するフェイルメモリ105、フェイルメモリ105にアクセスするためのFPGA106(Field Programmable Gate Array:プログラム可能なLSI)、リダンダンシCPU(以下、RDC107という。)、メモリ108を備えている。メモリ108上にはリダンダンシ演算プログラム109、リダンダンシ演算プログラム109からFPGA106を制御するためのリダンダンシライブラリ110が読み出されて、RDC107によって動作される。   In the RDU 102, a fail memory 105 for storing fail information sent from the fail detecting device 101, an FPGA 106 (Field Programmable Gate Array: programmable LSI) for accessing the fail memory 105, and a redundancy CPU (hereinafter referred to as RDC 107). .), A memory 108 is provided. The redundancy calculation program 109 and the redundancy library 110 for controlling the FPGA 106 are read from the memory 108 and operated by the RDC 107.

フェイルメモリ105に格納されるフェイル情報は、主に不良セルのアドレスであるが、あわせてDUT情報(DUTの識別子)とページ情報(メモリのページの識別子)が含まれる。リダンダンシ演算プログラム109はリダンダンシライブラリ110を介してFPGA106を駆動し、フェイルメモリ105から不良セルのフェイル情報を読み出す。FPGA106はフェイルメモリの任意のアドレスに対しフェイル情報を読み書きする機能を備える。また読み出す際には、マトリクス状のメモリアドレスに対してX方向またはY方向に逐次サーチする機能(アドレス順に読み出す機能)を備えている。   The fail information stored in the fail memory 105 is mainly the address of a defective cell, but also includes DUT information (DUT identifier) and page information (memory page identifier). The redundancy calculation program 109 drives the FPGA 106 via the redundancy library 110 and reads fail information of a defective cell from the fail memory 105. The FPGA 106 has a function of reading / writing fail information from / to an arbitrary address in the fail memory. Further, when reading, a function of sequentially searching the matrix memory addresses in the X direction or the Y direction (a function of reading in the order of addresses) is provided.

リダンダンシ演算プログラム109は、DUT104から検出された各々の不良セルに対し、予備回路の列スペア、行スペアを組み合わせて割り当て、全てのフェイルを救済できるか否かを判断する。そして救済可と判断した場合には、割り当てた置換セル124(図5参照)のパターン(複数の置換情報の集合であって、以下、救済パターンという。)を制御部103に対して出力する。   The redundancy calculation program 109 assigns each defective cell detected from the DUT 104 in combination with a column spare and a row spare of a spare circuit, and determines whether or not all failures can be relieved. If it is determined that the repair is possible, the pattern of the assigned replacement cell 124 (see FIG. 5) (a set of a plurality of replacement information, hereinafter referred to as a repair pattern) is output to the control unit 103.

制御部103は送られた救済パターンに従って、レーザ等を用いてDUT104内の所定のパターンを切断し、不良セルを予備セルに置き換える。なお、DUT104は、不良を救済するための予備のメモリセル(スペア)を内蔵している。   The control unit 103 cuts a predetermined pattern in the DUT 104 using a laser or the like according to the sent relief pattern, and replaces a defective cell with a spare cell. Note that the DUT 104 includes a spare memory cell (spare) for repairing a defect.

従来からリダンダンシ演算装置については様々な提案がなされている。例えば特開2002−367396(特許文献1)には、フェイルにスペアを割り当てた後に、反対側のスペアと置き換え、解放されたスペアを未救済のフェイルに割り当てることにより、救済率を向上させることが可能なリダンダンシ演算装置が提案されている。
特開2002−367396号公報
Conventionally, various proposals have been made for the redundancy calculation device. For example, in Japanese Patent Laid-Open No. 2002-367396 (Patent Document 1), after a spare is assigned to a fail, it is replaced with a spare on the opposite side, and the released spare is assigned to an unrelieved fail, thereby improving the repair rate. Possible redundancy computing devices have been proposed.
JP 2002-367396 A

しかし、上記リダンダンシ演算プログラムは必ずしも汎用的なものではなく、IC試験装置100のユーザーがテストするDUTに特化する必要がある。これは、特定の不良セル群に対してどのように予備セルを割り当てるかというアルゴリズムを最適化して予備セルを有効に使い、1つでも多くのDUTを救済して良品とするためである。従って、リダンダンシ演算プログラムのデバッグは重要な課題である。   However, the redundancy calculation program is not necessarily general-purpose, and needs to be specialized for the DUT that the user of the IC test apparatus 100 tests. This is for optimizing the algorithm of how to allocate spare cells to a specific defective cell group and effectively using spare cells to relieve even one DUT and make it non-defective. Therefore, debugging of a redundancy operation program is an important issue.

従来においては、リダンダンシ演算プログラムのデバッグは次の手順で行われている。まずリダンダンシ演算プログラムのソースプログラムを修正してコンパイルする。実際のIC試験装置100を使用し、フェイルメモリ105に仮想の不良セルのビットパターンを書き込んでおく(図4参照)。そしてメモリ108にリダンダンシ演算プログラム109を読み込んで実行し、上記の段取りによって救済パターンを演算して、期待通りのデータが作成されたか否かを確認する。なお、言うまでもなく、このデバッグ作業においては制御部103によるDUT104への置換処理は行わない。   Conventionally, the redundancy arithmetic program is debugged in the following procedure. First, modify and compile the source program of the redundancy calculation program. The actual IC test apparatus 100 is used to write a virtual defective cell bit pattern in the fail memory 105 (see FIG. 4). Then, the redundancy calculation program 109 is read into the memory 108 and executed, and the repair pattern is calculated by the above-described setup to check whether or not the expected data has been created. Needless to say, in this debugging operation, the replacement processing to the DUT 104 by the control unit 103 is not performed.

このように、従来はIC試験装置100の実機がないとリダンダンシ演算プログラム109のデバッグを行うことができない。しかしIC試験装置100は実際の試験作業も行わなくてはならないうえ、リダンダンシライブラリ110など他のプログラムのデバッグ時間も必要となり、リダンダンシ演算プログラム109のデバッグのために十分な使用時間を確保することは難しい。また実機ではハードウェアの故障などにより使用できる機能が制限されて、リダンダンシ演算プログラム109のデバッグができない場合もある。またフェイルメモリ105に不良セルのビットパターンを書き込むプログラムも必要となり、テスト項目が増えるにつれて管理も困難なものとなる。   Thus, conventionally, the redundancy operation program 109 cannot be debugged without the actual device of the IC test apparatus 100. However, the IC test apparatus 100 must also perform actual test work, and also requires debugging time for other programs such as the redundancy library 110, and ensuring sufficient usage time for debugging the redundancy operation program 109 is not possible. difficult. In addition, in an actual machine, functions that can be used are limited due to a hardware failure or the like, and the redundancy arithmetic program 109 may not be debugged. Further, a program for writing a bit pattern of a defective cell to the fail memory 105 is required, and management becomes difficult as the number of test items increases.

そこで本発明は、IC試験装置の実機がなくともリダンダンシ演算プログラムのデバッグを可能とし、簡便かつ迅速にその動作を確認することが可能なデバッグシステムを提供することを目的としている。   Therefore, an object of the present invention is to provide a debugging system that enables debugging of a redundancy calculation program and can easily and quickly confirm the operation without an actual IC test apparatus.

上記課題を解決するために、本発明に係るリダンダンシ演算プログラムのデバッグシステムの代表的な構成は、被試験デバイスのフェイル救済演算を行うリダンダンシ演算プログラムのデバッグシステムであって、リダンダンシ演算プログラムからの要求に応じて仮想の不良セルのアドレスを含むフェイル情報をリダンダンシ演算プログラムに通知するフェイル情報通知手段と、リダンダンシ演算プログラムが演算した救済パターンデータを受け取る救済パターン受領手段と、少なくとも救済パターンデータを出力する出力手段と、を備えたことを特徴とする。   In order to solve the above problems, a typical configuration of a debugging system for a redundancy operation program according to the present invention is a debugging system for a redundancy operation program that performs a fail-relief operation of a device under test, and a request from the redundancy operation program A failure information notifying means for notifying the redundancy calculation program of fail information including the address of the virtual defective cell in response to the error, a relief pattern receiving means for receiving the relief pattern data calculated by the redundancy calculation program, and outputting at least the relief pattern data And an output means.

上記構成によれば、IC試験装置の実機がなくてもリダンダンシ演算プログラムを動作させ、その演算結果を確認することができる。従って実機の使用時間を確保する必要がなく、簡便かつ迅速にデバッグを行うことができ、IC試験装置で動作させる前に完成度を高めることができる。また実機の使用時間を占有しないことから、実機は本来の試験や他のプログラムのデバッグに使用することができ、限られた実機の使用時間を有効に活用することができる。   According to the above configuration, the redundancy calculation program can be operated and the calculation result can be confirmed without an actual IC test apparatus. Therefore, it is not necessary to secure the use time of the actual machine, debugging can be performed easily and quickly, and the degree of completion can be increased before operating with the IC test apparatus. Further, since the actual machine usage time is not occupied, the actual machine can be used for original tests and debugging of other programs, and the limited use time of the actual machine can be effectively utilized.

さらに、ホストコンピュータのメモリ上に領域を確保された仮想フェイルメモリと、仮想フェイルメモリにフェイル情報を書き込むフェイル情報書込手段と、仮想フェイルメモリに対して読み書きを行う仮想ドライバとを備え、フェイル情報通知手段は、リダンダンシ演算プログラムからの要求に応じて、仮想ドライバを介して仮想フェイルメモリからフェイル情報を読み取ってリダンダンシ演算プログラムに通知してもよい。上記構成によれば、実機のハードウェア構成と同様の構成をプログラムで仮想的に構築することができる。   Furthermore, it comprises a virtual fail memory whose area is secured on the memory of the host computer, fail information writing means for writing fail information to the virtual fail memory, and a virtual driver for reading from and writing to the virtual fail memory. The notification means may read the fail information from the virtual fail memory via the virtual driver and notify the redundancy calculation program in response to a request from the redundancy calculation program. According to the said structure, the structure similar to the hardware structure of a real machine can be virtually constructed | assembled with a program.

また、デバッグシステムはさらにリダンダンシ演算プログラムが対象とする被試験デバイスに応じたフェイル情報を格納するフェイル情報データベースを備え、リダンダンシ演算プログラムからの要求があったとき、フェイル情報データベースを参照してフェイル情報を読み出し、フェイル情報をリダンダンシ演算プログラムに通知してもよい。上記構成によれば、リダンダンシ演算プログラムがアクセスするインターフェース(API:Application Program Interface)のみを実機と同様にし、他の部分の構成を大幅に簡略化することができる。   The debug system further includes a fail information database for storing fail information corresponding to the device under test targeted by the redundancy calculation program. When a request is received from the redundancy calculation program, the fail information database is referred to for fail information. And fail information may be notified to the redundancy calculation program. According to the above configuration, only the interface (API: Application Program Interface) accessed by the redundancy calculation program can be made the same as that of the actual machine, and the configuration of other parts can be greatly simplified.

フェイル情報通知手段は、さらに、リダンダンシ演算プログラムからの要求に応じて、指定されたアドレスの範囲、アドレスのサーチ方向、または圧縮の有無に従ってフェイル情報を通知してもよい。   The fail information notifying unit may further notify the fail information according to a specified address range, address search direction, or presence / absence of compression in response to a request from the redundancy calculation program.

本発明に係るプログラムの代表的な構成は、被試験デバイスのフェイル救済演算を行うリダンダンシ演算プログラムのデバッグするためのプログラムであって、リダンダンシ演算プログラムからの要求に応じて仮想の不良セルのアドレスを含むフェイル情報をリダンダンシ演算プログラムに通知する処理と、リダンダンシ演算プログラムが演算した救済パターンデータを受け取る処理と、少なくとも救済パターンデータを出力する処理と、をコンピュータに実行させるためのプログラムであればよい。上記構成によれば、本発明に係るデバッグシステムをコンピュータ上で動作するプログラムとして実現することができる。また、本発明に係るプログラムをコンピュータで読み取り可能な記録媒体に記録して配布することでもよい。   A typical configuration of a program according to the present invention is a program for debugging a redundancy calculation program for performing fail-relief calculation of a device under test, and in response to a request from the redundancy calculation program, an address of a virtual defective cell is set. Any program that causes a computer to execute the process of notifying the redundancy calculation program of the included fail information, the process of receiving the relief pattern data calculated by the redundancy calculation program, and the process of outputting at least the relief pattern data may be used. According to the above configuration, the debugging system according to the present invention can be realized as a program operating on a computer. The program according to the present invention may be recorded on a computer-readable recording medium and distributed.

本発明によれば、IC試験装置の実機がなくてもリダンダンシ演算プログラムを動作させ、簡便かつ迅速にリダンダンシ演算プログラムのデバッグを行うことができる。   According to the present invention, the redundancy calculation program can be operated and the redundancy calculation program can be debugged easily and quickly without an actual IC test apparatus.

[実施例1]
本発明に係るリダンダンシ演算プログラムのデバッグシステムの実施例1について説明する。図1はデバッグシステムの要部を説明する図、図2は実施例1に係るデバッグシステムの全体構成を説明する図である。上記背景技術と説明の重複する部分については同一の符号を付して説明を省略する。
[Example 1]
A first embodiment of a debugging system for a redundancy calculation program according to the present invention will be described. FIG. 1 is a diagram for explaining a main part of the debug system, and FIG. 2 is a diagram for explaining an overall configuration of the debug system according to the first embodiment. Portions overlapping with the above background art will be assigned the same reference numerals and description thereof will be omitted.

図1に示すデバッグシステム10は、ホストコンピュータ上で動作するプログラムとして実現される。コンパイラ111でコンパイルされたリダンダンシ演算プログラム109は、ホストコンピュータのメインメモリに読み込まれ、ホストコンピュータのCPUによってデバッグシステム10と共に動作させられる。   The debug system 10 shown in FIG. 1 is realized as a program that runs on a host computer. The redundancy calculation program 109 compiled by the compiler 111 is read into the main memory of the host computer, and is operated together with the debug system 10 by the CPU of the host computer.

本実施例に係るデバッグシステム10において、リダンダンシ演算プログラム109は、フェイル情報通知手段の例としての仮想ライブラリ11と、救済パターン受領手段の例としての出力受領部12に接続されている。仮想ライブラリ11はリダンダンシ演算プログラム109からの要求に応じてフェイル情報をリダンダンシ演算プログラム109に通知するものであって、図4のリダンダンシライブラリ110に相当する。   In the debug system 10 according to the present embodiment, the redundancy calculation program 109 is connected to the virtual library 11 as an example of a fail information notification unit and the output receiving unit 12 as an example of a repair pattern receiving unit. The virtual library 11 notifies fail information to the redundancy calculation program 109 in response to a request from the redundancy calculation program 109, and corresponds to the redundancy library 110 of FIG.

出力受領部12はリダンダンシ演算プログラムが演算した救済パターンデータを受け取るものであって、その意味において図4の制御部103に相当する。出力受領部12は、図4に示したDUT104に対する置換処理の代わりに、演算結果としての救済パターンデータを出力手段の例としてのモニタ13に出力する。   The output receiving unit 12 receives the relief pattern data calculated by the redundancy calculation program, and corresponds to the control unit 103 in FIG. 4 in that sense. The output receiving unit 12 outputs the relief pattern data as a calculation result to the monitor 13 as an example of an output unit instead of the replacement process for the DUT 104 shown in FIG.

モニタ13に出力するデータは救済パターンのみでなく、不良セルのビットパターンやその他の情報を併せて出力してもよい。ここで不良セルのビットパターンとは、フェイル情報の集合であって、DUT単位またはメモリページ単位として把握することができる。また出力手段としてはモニタのみではなく、プリンタやファイル(データ)であってもよい。   The data to be output to the monitor 13 may output not only the relief pattern but also the bit pattern of the defective cell and other information. Here, the bit pattern of a defective cell is a set of fail information, and can be grasped as a DUT unit or a memory page unit. The output means may be not only a monitor but also a printer or a file (data).

上記構成によれば、リダンダンシ演算プログラム109は実機においてリダンダンシライブラリ110に対するのと同様に仮想ライブラリ11に対して要求を発し、フェイル情報を取得することができる。フェイル情報には、不良セルのアドレス、DUT情報(DUTの識別子)、ページ情報(メモリのページの識別子)が含まれる。仮想ライブラリ11は、さらに、リダンダンシ演算プログラム109からの要求に応じて、指定されたアドレスの範囲、アドレスのサーチ方向(X方向またはY方向)、または圧縮の有無に従ってフェイル情報を通知してもよい。   According to the above configuration, the redundancy calculation program 109 can issue a request to the virtual library 11 and acquire fail information in the same manner as for the redundancy library 110 in the actual machine. The fail information includes a defective cell address, DUT information (DUT identifier), and page information (memory page identifier). Further, the virtual library 11 may notify the fail information according to the specified address range, the address search direction (X direction or Y direction), or the presence or absence of compression in response to a request from the redundancy operation program 109. .

そしてリダンダンシ演算プログラム109は、不良セルと予備セルとを置換させる救済パターンデータを算出すると、制御部103に対するのと同様に出力受領部12に対して出力する。出力受領部12は受け取ったデータをモニタ13に出力し、これをオペレータが観察して適切な結果が得られたか否かを判断することができる。   When the redundancy calculation program 109 calculates the repair pattern data for replacing the defective cell and the spare cell, the redundancy calculation program 109 outputs it to the output receiving unit 12 in the same manner as the control unit 103. The output receiving unit 12 outputs the received data to the monitor 13, and an operator can observe this to determine whether or not an appropriate result has been obtained.

すなわちリダンダンシ演算プログラム109にとって、これに対する仮想ライブラリ11または出力受領部12のAPIが同じであれば、その先が実機であるかプログラムによる仮想モジュールであるかによらず、同様に動作し、結果を算出することができる。従ってIC試験装置の実機がなくてもリダンダンシ演算プログラム109の演算結果を確認することができる。これにより、実機の使用時間を確保する必要がなく、簡便かつ迅速にデバッグを行うことができ、IC試験装置で動作させる前に完成度を高めることができる。また実機の使用時間を占有しないことから、実機は本来の試験や他のプログラムのデバッグに使用することができ、限られた実機の使用時間を有効に活用することができる。   In other words, if the API of the virtual library 11 or the output receiving unit 12 is the same for the redundancy calculation program 109, it operates in the same manner regardless of whether the destination is a real machine or a virtual module by a program, and the result is obtained. Can be calculated. Therefore, the calculation result of the redundancy calculation program 109 can be confirmed without an actual IC test apparatus. Thereby, it is not necessary to secure the use time of the actual machine, debugging can be performed easily and quickly, and the degree of completion can be increased before the IC test apparatus is operated. Further, since the actual machine usage time is not occupied, the actual machine can be used for original tests and debugging of other programs, and the limited use time of the actual machine can be effectively utilized.

また、上記した如く本実施例に係るデバッグシステムはコンピュータ上で動作するプログラムとして実現することができるから、リダンダンシ演算プログラムからの要求に応じて仮想の不良セルのアドレスを含むフェイル情報をリダンダンシ演算プログラム109に通知する処理と、リダンダンシ演算プログラム109が演算した救済パターンデータを受け取る処理と、少なくとも救済パターンデータを出力する処理と、をコンピュータに実行させるためのプログラムとして提供することができる。このプログラムはコンピュータで読み取り可能な記録媒体に記録して配布してもよいし、ネットワーク上のサーバーからオンラインで配布してもよい。   Further, as described above, since the debugging system according to the present embodiment can be realized as a program that operates on a computer, fail information including the address of a virtual defective cell is received as a redundancy calculation program in response to a request from the redundancy calculation program. 109, a process for receiving the relief pattern data calculated by the redundancy calculation program 109, and a process for outputting at least the relief pattern data can be provided as a program for causing a computer to execute the process. This program may be distributed by being recorded on a computer-readable recording medium, or may be distributed online from a server on a network.

図2はデバッグシステムの全体構成を説明する図であって、仮想ライブラリ11にフェイル情報を与えるための構成を示している。フェイル情報は、仮想ライブラリ11に定数として格納することも可能だが、それではリダンダンシ演算プログラム109と同様にDUT104ごとに仮想ライブラリ11を修正する必要が生じる。そこで、フェイル情報は仮想ライブラリ11に外から与えることが好ましい。   FIG. 2 is a diagram for explaining the overall configuration of the debug system, and shows a configuration for giving fail information to the virtual library 11. Although the fail information can be stored as a constant in the virtual library 11, it is necessary to correct the virtual library 11 for each DUT 104 as in the redundancy calculation program 109. Therefore, it is preferable to give the fail information to the virtual library 11 from the outside.

仮想フェイルメモリ14は図4のフェイルメモリ105に相当するものであって、ホストコンピュータのメモリ上に領域を確保して構成されている。仮想フェイルメモリ14上のデータの読み書きは、図4のFPGA106に相当する仮想ドライバ15によって読み書きされる。従って仮想ライブラリ11は、リダンダンシ演算プログラム109からの要求に応じて、仮想ドライバ15を介して仮想フェイルメモリ14からフェイル情報を読み取ってリダンダンシ演算プログラム109にフェイル情報を通知する。   The virtual fail memory 14 corresponds to the fail memory 105 of FIG. 4, and is configured by securing an area on the memory of the host computer. Data read / write on the virtual fail memory 14 is read / written by the virtual driver 15 corresponding to the FPGA 106 of FIG. Accordingly, the virtual library 11 reads the fail information from the virtual fail memory 14 via the virtual driver 15 in response to a request from the redundancy calculation program 109 and notifies the redundancy calculation program 109 of the fail information.

またモニタ13にはシステムを操作するための操作用インターフェース13aが表示されている。操作用インターフェース13aはGUI(グラフィカルユーザーインターフェース)であって、情報の表示と入力をあわせて行うことに有利である。オペレータは操作用インターフェース13aを見ながら、キーボードやポインティングデバイスなどの入力手段16によって不良セルのビットパターンの入力やその他の操作を行うことができる。   The monitor 13 displays an operation interface 13a for operating the system. The operation interface 13a is a GUI (Graphical User Interface), which is advantageous for performing display and input of information together. An operator can input a bit pattern of a defective cell and perform other operations using the input unit 16 such as a keyboard or a pointing device while looking at the operation interface 13a.

また操作用インターフェース13aからフェイル情報書込手段の例としてのフェイルビットパターン入力部17を操作して、仮想フェイルメモリ14にフェイル情報を書き込むことができる。フェイルビットパターン入力部17は、具体的には操作用インターフェース13aの一部としての入力画面として実現することができる。不良セルのビットパターンは、不図示の入出力を用いてファイルから読み込んでもよいし、操作用インターフェース13aを用いて入力または修正することでよい。このとき、マトリクス状のメモリアドレスを画像として表示し、これに対して視覚的に不良セルを設定(指定して入力)することができるため、不良セルのアドレスの数値をテキストエディタで指定する場合と比して、ビットパターンを容易に作成することができる。また実機であれば不良セルのビットパターンはプログラム単位で管理する必要があったが、本実施例ではファイルとして作成、保存、および読込みすることができるため、管理を容易なものとすることができる。   Further, the fail information can be written into the virtual fail memory 14 by operating the fail bit pattern input unit 17 as an example of the fail information writing means from the operation interface 13a. Specifically, the fail bit pattern input unit 17 can be realized as an input screen as a part of the operation interface 13a. The bit pattern of the defective cell may be read from a file using input / output (not shown), or may be input or corrected using the operation interface 13a. At this time, the memory address in the form of a matrix is displayed as an image, and a defective cell can be visually set (specified and input) for this. Compared to the above, a bit pattern can be easily created. In the case of an actual machine, it is necessary to manage the bit pattern of the defective cell in units of programs. However, in this embodiment, since it can be created, saved, and read as a file, management can be facilitated. .

すなわち図2に示した構成によれば、実機のハードウェア構成と同様の構成をプログラムで仮想的に構築することができる。従ってIC試験装置の実機がなくてもリダンダンシ演算プログラム109を簡便かつ迅速にデバッグを行うことができ、さらに、不良セルのビットパターンの作成および管理を容易なものとすることができる。   That is, according to the configuration shown in FIG. 2, a configuration similar to the hardware configuration of the actual machine can be virtually constructed by a program. Therefore, the redundancy operation program 109 can be debugged simply and quickly without an actual IC test apparatus, and the creation and management of the defective cell bit pattern can be facilitated.

[実施例2]
本発明に係るリダンダンシ演算プログラムのデバッグシステムの実施例2について説明する。図3は実施例2に係るデバッグシステムの全体構成を説明する図であって、上記実施例1と説明の重複する部分については同一の符号を付して説明を省略する。
[Example 2]
A second embodiment of the redundancy arithmetic program debugging system according to the present invention will be described. FIG. 3 is a diagram for explaining the overall configuration of the debugging system according to the second embodiment. The same parts as those in the first embodiment are denoted by the same reference numerals, and the description thereof is omitted.

上記実施例1においては仮想ライブラリ11にフェイル情報を与えるための構成として仮想フェイルメモリ14を構築するよう説明したが、本実施例はデバッグシステムの構成をさらに簡略化したものである。   In the first embodiment, it has been described that the virtual fail memory 14 is constructed as a configuration for giving fail information to the virtual library 11, but this embodiment further simplifies the configuration of the debug system.

図3に示すように、本実施例において仮想ライブラリ11は、仮想ドライバ15を介して仮想フェイルメモリ14からフェイル情報を読み出す代わりに(図2参照)、フェイル情報データベース20からフェイル情報の読み出しを行う。フェイル情報データベース20には、仮想フェイルメモリ14から読み出されるのと同様のフェイル情報が格納されている。フェイル情報データベース20には、操作用インターフェース13aからフェイルビットパターン入力部17を操作してフェイル情報を書き込むことができる。   As shown in FIG. 3, in this embodiment, the virtual library 11 reads the fail information from the fail information database 20 instead of reading the fail information from the virtual fail memory 14 via the virtual driver 15 (see FIG. 2). . The fail information database 20 stores fail information similar to that read from the virtual fail memory 14. In the fail information database 20, the fail information can be written by operating the fail bit pattern input unit 17 from the operation interface 13a.

すなわち、リダンダンシ演算プログラムがアクセスする仮想ライブラリ11または出力受領部12のインターフェース(API:Application Program Interface)を実機と同様にしておけば、リダンダンシ演算プログラム109のデバッグシステムを構成することができる。そして図3に示した構成によれば、実施例1の効果に加え、さらに、デバッグシステムの構成を大幅に簡略化することができる。   That is, if the interface (API: Application Program Interface) of the virtual library 11 or the output receiving unit 12 accessed by the redundancy calculation program is the same as that of the actual machine, a debug system for the redundancy calculation program 109 can be configured. In addition to the effects of the first embodiment, the configuration shown in FIG. 3 can greatly simplify the configuration of the debug system.

以上、添付図面を参照しながら本発明の好適な実施例について説明したが、本発明は係る例に限定されないことは言うまでもない。当業者であれば、特許請求の範囲に記載された範疇内において、各種の変更例または修正例に想到し得ることは明らかであり、それらについても当然に本発明の技術的範囲に属するものと了解される。   Although the preferred embodiments of the present invention have been described above with reference to the accompanying drawings, it goes without saying that the present invention is not limited to such examples. It will be apparent to those skilled in the art that various changes and modifications can be made within the scope of the claims, and these are naturally within the technical scope of the present invention. Understood.

本発明は、内部に予備回路を有するICの不良を救済するためのデータを発生するリダンダンシ演算プログラムのデバッグに利用することができる。   INDUSTRIAL APPLICABILITY The present invention can be used for debugging a redundancy calculation program that generates data for relieving a defect in an IC having a spare circuit therein.

デバッグシステムの要部を説明する図である。It is a figure explaining the principal part of a debugging system. 実施例1に係るデバッグシステムの全体構成を説明する図である。1 is a diagram illustrating an overall configuration of a debug system according to Embodiment 1. FIG. 実施例2に係るデバッグシステムの全体構成を説明する図である。It is a figure explaining the whole structure of the debugging system which concerns on Example 2. FIG. 従来のIC試験装置を説明する図である。It is a figure explaining the conventional IC test apparatus. DUTのメモリセルを簡略に説明する概念図である。It is a conceptual diagram explaining the memory cell of DUT simply.

符号の説明Explanation of symbols

10 …デバッグシステム
11 …仮想ライブラリ
12 …出力受領部
13 …モニタ
13a …操作用インターフェース
14 …仮想フェイルメモリ
15 …仮想ドライバ
16 …入力手段
17 …フェイルビットパターン入力部
20 …フェイル情報データベース
100 …IC試験装置
101 …フェイル検出装置
102 …RDU
103 …制御部
104 …DUT
105 …フェイルメモリ
106 …FPGA
107 …RDC
108 …メモリ
109 …リダンダンシ演算プログラム
110 …リダンダンシライブラリ
111 …コンパイラ
120 …セルアレイ
121 …列スペア
122 …行スペア
123 …不良セル
124 …置換セル
DESCRIPTION OF SYMBOLS 10 ... Debug system 11 ... Virtual library 12 ... Output receiving part 13 ... Monitor 13a ... Operation interface 14 ... Virtual fail memory 15 ... Virtual driver 16 ... Input means 17 ... Fail bit pattern input part 20 ... Fail information database 100 ... IC test Device 101 ... Fail detection device 102 ... RDU
103 ... Control unit 104 ... DUT
105 ... Fail memory 106 ... FPGA
107 ... RDC
108 ... Memory 109 ... Redundancy calculation program 110 ... Redundancy library 111 ... Compiler 120 ... Cell array 121 ... Column spare 122 ... Row spare 123 ... Defective cell 124 ... Replacement cell

Claims (5)

被試験デバイスのフェイル救済演算を行うリダンダンシ演算プログラムのデバッグシステムであって、
前記リダンダンシ演算プログラムからの要求に応じて仮想の不良セルのアドレスを含むフェイル情報を該リダンダンシ演算プログラムに通知するフェイル情報通知手段と、
前記リダンダンシ演算プログラムが演算した救済パターンデータを受け取る救済パターン受領手段と、
少なくとも前記救済パターンデータを出力する出力手段と、
を備えたことを特徴とするリダンダンシ演算プログラムのデバッグシステム。
A redundancy arithmetic program debugging system for performing a fail-relief operation of a device under test,
Fail information notification means for notifying the redundancy calculation program of fail information including an address of a virtual defective cell in response to a request from the redundancy calculation program;
Relief pattern receiving means for receiving relief pattern data calculated by the redundancy calculation program;
Output means for outputting at least the relief pattern data;
A redundancy arithmetic program debugging system comprising:
さらに、
ホストコンピュータのメモリ上に領域を確保された仮想フェイルメモリと、
前記仮想フェイルメモリに前記フェイル情報を書き込むフェイル情報書込手段と、
前記仮想フェイルメモリに対して読み書きを行う仮想ドライバとを備え、
前記フェイル情報通知手段は、前記リダンダンシ演算プログラムからの要求に応じて、前記仮想ドライバを介して前記仮想フェイルメモリから前記フェイル情報を読み取って前記リダンダンシ演算プログラムに通知することを特徴とする請求項1記載のリダンダンシ演算プログラムのデバッグシステム。
further,
A virtual fail memory with an area reserved on the memory of the host computer;
Fail information writing means for writing the fail information to the virtual fail memory;
A virtual driver for reading from and writing to the virtual fail memory,
The fail information notifying unit reads the fail information from the virtual fail memory via the virtual driver and notifies the redundancy operation program in response to a request from the redundancy operation program. The debugging system for the described redundancy calculation program.
前記デバッグシステムはさらに前記リダンダンシ演算プログラムが対象とする被試験デバイスに応じたフェイル情報を格納するフェイル情報データベースを備え、
前記リダンダンシ演算プログラムからの要求があったとき、前記フェイル情報データベースを参照してフェイル情報を読み出し、該フェイル情報を前記リダンダンシ演算プログラムに通知することを特徴とする請求項1記載のリダンダンシ演算プログラムのデバッグシステム。
The debug system further includes a fail information database that stores fail information according to a device under test targeted by the redundancy calculation program,
The redundancy calculation program according to claim 1, wherein when there is a request from the redundancy calculation program, the fail information is read with reference to the fail information database, and the failure information is notified to the redundancy calculation program. Debug system.
前記フェイル情報通知手段は、さらに、前記リダンダンシ演算プログラムからの要求に応じて、指定されたアドレスの範囲、アドレスのサーチ方向、または圧縮の有無に従って前記フェイル情報を通知することを特徴とする請求項1記載のリダンダンシ演算プログラムのデバッグシステム。 The fail information notifying unit further notifies the fail information according to a specified address range, an address search direction, or presence / absence of compression in response to a request from the redundancy operation program. A debugging system for a redundancy calculation program according to claim 1. 被試験デバイスのフェイル救済演算を行うリダンダンシ演算プログラムのデバッグするためのプログラムであって、
前記リダンダンシ演算プログラムからの要求に応じて仮想の不良セルのアドレスを含むフェイル情報を該リダンダンシ演算プログラムに通知する処理と、
前記リダンダンシ演算プログラムが演算した救済パターンデータを受け取る処理と、
少なくとも前記救済パターンデータを出力する処理と、
をコンピュータに実行させるためのプログラム。
A program for debugging a redundancy calculation program for performing fail-relief calculation of a device under test,
A process for notifying the redundancy calculation program of fail information including an address of a virtual defective cell in response to a request from the redundancy calculation program;
Processing for receiving relief pattern data calculated by the redundancy calculation program;
Processing to output at least the relief pattern data; and
A program that causes a computer to execute.
JP2006272640A 2006-10-04 2006-10-04 Debugging system of redundancy operation program and program Pending JP2008090969A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006272640A JP2008090969A (en) 2006-10-04 2006-10-04 Debugging system of redundancy operation program and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006272640A JP2008090969A (en) 2006-10-04 2006-10-04 Debugging system of redundancy operation program and program

Publications (1)

Publication Number Publication Date
JP2008090969A true JP2008090969A (en) 2008-04-17

Family

ID=39374956

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006272640A Pending JP2008090969A (en) 2006-10-04 2006-10-04 Debugging system of redundancy operation program and program

Country Status (1)

Country Link
JP (1) JP2008090969A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010192074A (en) * 2009-02-18 2010-09-02 King Yuan Electronics Co Ltd Semiconductor test system with self-inspection function of memory repair analysis
CN109144851A (en) * 2018-07-24 2019-01-04 中国航空工业集团公司西安飞行自动控制研究所 Oriented mission extremely limits the redundance software debugging device and adjustment method of monitoring

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010192074A (en) * 2009-02-18 2010-09-02 King Yuan Electronics Co Ltd Semiconductor test system with self-inspection function of memory repair analysis
CN109144851A (en) * 2018-07-24 2019-01-04 中国航空工业集团公司西安飞行自动控制研究所 Oriented mission extremely limits the redundance software debugging device and adjustment method of monitoring
CN109144851B (en) * 2018-07-24 2022-04-19 中国航空工业集团公司西安飞行自动控制研究所 Task deadline monitoring-oriented redundancy software debugging device and debugging method

Similar Documents

Publication Publication Date Title
US7376887B2 (en) Method for fast ECC memory testing by software including ECC check byte
US6181614B1 (en) Dynamic repair of redundant memory array
US8099570B2 (en) Methods, systems, and computer program products for dynamic selective memory mirroring
JP5965076B2 (en) Uncorrectable memory error processing method and its readable medium
JP2006260568A (en) Multi-core processor having active and inactive execution cores
US7185246B2 (en) Monitoring of solid state memory devices in active memory system utilizing redundant devices
US7624301B2 (en) Method and apparatus for identifying failure module
JP2016038599A (en) Micro computer and micro computer system
JP2008090969A (en) Debugging system of redundancy operation program and program
KR100983070B1 (en) Address line fault treating apparatus, address line fault treating method, computer readable storage medium containing instructions for treating address line fault, information processing apparatus, and memory controller
JP2007058450A (en) Semiconductor integrated circuit
JP5419639B2 (en) Computer apparatus, information processing method, and program
US20050223265A1 (en) Memory testing
JP2014010712A (en) Electronic device, electronic device control method and electronic device control program
JP2006510156A (en) Enabling memory redundancy during inspection
JP2008084080A (en) Failure information storage system, service processor, failure information storage method, and program
JP2015108986A (en) Information processing apparatus, test instruction string for information processing apparatus, and testing method
JP7385147B2 (en) Inspection schedule creation device and inspection schedule creation program
US8438431B2 (en) Support element office mode array repair code verification
JP2006286135A (en) Semiconductor memory device and its reading/writing control method
JP2013073283A (en) Information processor and storage unit inspection method
JP2008242592A (en) Memory monitoring circuit, information processing apparatus and memory monitoring method
JP5447841B2 (en) Information processing apparatus, debug information acquisition method, and debug information acquisition program
JP2011164730A (en) Information controller, failure analysis method and failure analysis program for cause investigation of memory access error occurring asynchronously with instruction execution in cpu
JP2013025452A (en) Memory test device, memory test method and memory test program