JP4198378B2 - Semiconductor test apparatus and semiconductor device test method - Google Patents

Semiconductor test apparatus and semiconductor device test method Download PDF

Info

Publication number
JP4198378B2
JP4198378B2 JP2002102275A JP2002102275A JP4198378B2 JP 4198378 B2 JP4198378 B2 JP 4198378B2 JP 2002102275 A JP2002102275 A JP 2002102275A JP 2002102275 A JP2002102275 A JP 2002102275A JP 4198378 B2 JP4198378 B2 JP 4198378B2
Authority
JP
Japan
Prior art keywords
test
test program
flag
semiconductor device
control condition
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.)
Expired - Fee Related
Application number
JP2002102275A
Other languages
Japanese (ja)
Other versions
JP2003294814A (en
Inventor
良 卜部
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.)
NEC Electronics Corp
Original Assignee
NEC Electronics 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 NEC Electronics Corp filed Critical NEC Electronics Corp
Priority to JP2002102275A priority Critical patent/JP4198378B2/en
Publication of JP2003294814A publication Critical patent/JP2003294814A/en
Application granted granted Critical
Publication of JP4198378B2 publication Critical patent/JP4198378B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Tests Of Electronic Circuits (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は半導体デバイスを試験する半導体試験装置(以下、LSIテスタとする)及び半導体デバイスの試験方法に関し、特に外部からフラグに設定された制御条件(以下、フラグ情報とする)に基づいてテストフローの分岐制御を行うテストフロー制御方法に関する。
【0002】
【従来の技術】
まず、従来のLSIテスタの構成について説明する。図6は従来のLSIテスタ500の概略構成を示すブロック図である。図6を参照すると、従来のLSIテスタ500は、入出力部510と、テスタ本体部520と、各被試験デバイス(以下、DUTとする)を搭載するテストステーションである第1ステーション530及び第2ステーション540とから構成され、第1ステーション530は制御フラグ設定部532を、第2ステーション540は制御フラグ設定部542をそれぞれ備えている。又、テスタ本体部520は、中央演算処理部(以下、CPUとする)521、記憶部(以下、メモリとする)522、テスト資源発生部524及び分配部526を備えている。このように構成された従来のLSIテスタ500の動作は、概略次のようになる。
【0003】
先ず、CPU521は入出力部510からテストプログラムをロードしてメモリ部522に記憶する。次にCPU521は、第1ステーション530又は第2ステーション540からオペレータにより入力されたテスト開始指令を受けて、テスト資源発生部524でテスト資源を発生する。さらに分配部526を介して第1ステーション530のDUT1または第2ステーション540のDUT2にテスト資源を分配供給しながら試験を行う。尚、制御フラグ設定部532と制御フラグ設定部542は、それぞれ該当するステーションで実行するテストプログラムのフロー制御のための分岐条件であるフラグ情報を設定し、通常トグルスイッチで構成されている。
【0004】
次に、このLSIテスタ500による半導体デバイスの試験方法について、フラグ情報に基づくテストフローの分岐処理を中心に説明する。図7は、LSIテスタ500による半導体デバイスの試験方法の概略フローチャートであり、図8は図7の第3工程P103の要部(テストフロー分岐部)を中心に示す詳細フローチャートである。以下、図6乃至図8を参照して説明する。
【0005】
試験開始にあたりオペレータはテストプログラムP1をLSIテスタ500にロードし、ステーション毎に独立した分岐条件であるフラグ情報をそれぞれの制御フラグ設定部532,542により設定する。図8の例では、トグルスイッチのオン、オフをそれぞれ“1”、“0”に対応させて、“F1=1”、“F2=0”、“F3=1”と設定した例である。更にオペレータは該当する例えば第1ステーション530からテスト開始命令を入力する。テストの開始指令を受けたCPU521はテストプログラムP1を実行する。CPU521はテストプログラムP1のフラグ参照命令FLGnにおいて、第1ステーション530の制御フラグ設定部532により設定したフラグFnの情報を確認して(ステップS101n)、Fnの情報に応じた分岐処理を行なう(ステップS102n)。図8のフラグ参照命令FLG1の例では、F1=1と設定してあるのでCPU521は“Do11(Y)”の命令を選択実行し、またフラグ参照命令FLG2の例では、F2=0となっているのでCPU521は“Do12(N)”の命令を選択実行する。同様にフラグ参照命令FLG3の例では、F3=1に設定してあるのでCPU521は“Do13(Y)”の命令を選択実行してテストプログラムを終了する。この様なテストフロー制御方法は、F1,F2,F3の値を設定することで、オペレータが自由にテスト条件を変更でき、テスト水準毎の評価を行うためには非常に有効である。
【0006】
【発明が解決しようとする課題】
しかし、上述した従来技術には、テストプログラムの実行において、誤ったテストフローを実行する可能性があるという問題点があった。以下、具体的に説明する。
【0007】
先ず、従来のLSIテスタの制御フラグ設定部では、トグルスイッチ等により“1”、“0”のフラグ情報を設定する方法を採っており、設定無しという状態を識別するようになっていないので、設定を怠ると前回の設定情報でテストを実施する場合がある。例えば、技術調査や試験装置の保守などでフラグ情報を設定した後で、別の装置使用者が別のテストプログラムを用いてテストを開始する場合である。すなわち、そのテストプログラムにフラグ情報によるフラグ参照命令が採用されていて、且つ別の装置使用者がフラグ情報の設定を怠ると前使用者が設定したフラグ情報でテストが実施され、結果的に誤ったテストフローで実行したことになる。
【0008】
また、ステーション毎の制御フラグ設定部が偶発的な変更から保護されないので、誤ったフラグ情報設定でテストを実施する可能性もあった。例えば、制御フラグ設定部のトグルスイッチが人の手や体或いは治工具等に触れて装置使用者が気づかないままフラグ情報の設定が変更され、誤ったテストフローで実行する可能性もあった。
【0009】
本発明の目的は、LSIテスタにより半導体デバイスの試験を実施する際に、試験実施ステーションのフラグ情報を設定し、このフラグ情報に基づいてテストフローの分岐制御を行うテストプログラムを用いる場合に、テストフローの分岐制御を任意に且つ正しく実行することができるLSIテスタ及び半導体デバイスの試験方法を提供することにある。
【0010】
【課題を解決するための手段】
そのため、本発明によるLSIテスタは、入出力部と、テスタ本体部と、複数のテストステーションを有し、このテスタ本体部は、
所望のテストプログラムに対応させてテストフローの分岐を制御するための制御条件を設定するフラグ設定手段と、
前記制御条件の有無を確認し、無い場合はアラームを発生して前記テストプログラムの実行を停止し、有る場合は前記制御条件に基づいて前記テストプログラムの分岐を制御するフラグ参照命令実行手段と、を少なくとも備えることを特徴とする。
【0011】
このとき、前記テスタ本体部は、前記テストプログラムを実行する際に当該テストプログラムを記憶する第1記憶手段と、
前記テストプログラムを前記第1記憶手段から削除する際に、対応する前記制御条件も合わせて削除するフラグ削除手段を、更に備えることが望ましい。
【0012】
又、前記テストプログラムの分岐の制御を実行する際に、対応する前記制御条件を表示するフラグ表示手段を更に有することもできる。
【0013】
又、本発明による半導体デバイスの試験方法は、
所定の半導体デバイスを試験するためのテストプログラムをLSIテスタに装填する第1工程と、
前記テストプログラムが当該テストプログラムのテストフローの分岐処理を含むとき、前記半導体デバイスを試験する前記LSIテスタのテストステーションと前記テストプログラムとに対応させて、前記分岐処理を制御するための制御条件を設定する第2工程と、
前記半導体デバイスの試験を実行する第3工程を少なくとも有し、
該第3工程は、
当該半導体デバイスの試験の実行過程で、前記制御条件を参照するフラグ参照命令を処理する際に、前記制御条件の設定の有無を確認する条件設定確認ステップと、
前記制御条件が設定されていない場合は、アラームを発生して前記テストプログラムの実行を停止するアラーム発生ステップと、
前記制御条件が設定されている場合は、前記制御条件に基づいて前記テストプログラムの分岐を制御する分岐処理ステップと、
を少なくとも含むことを特徴とする。
【0014】
又、本発明による他の半導体デバイスの試験方法は、
所定の半導体デバイスを試験するためのテストプログラムをLSIテスタに装填する第1工程と、
前記テストプログラムが当該テストプログラムのテストフローの分岐処理を含むとき、前記半導体デバイスを試験する前記LSIテスタのテストステーションと前記テストプログラムとに対応させて、前記分岐処理を制御するための制御条件を設定する第2工程と、
前記半導体デバイスの試験を実行する第3工程を少なくとも有し、
該第3工程は、
試験開始時に、前記テストプログラムの中に前記制御条件を参照するフラグ参照命令が使用されているか否かを確認する参照命令確認ステップと、
前記フラグ参照命令が使用されている場合に、前記制御条件の設定の有無を確認する条件設定確認ステップと、
前記制御条件が設定されていない場合は、アラームを発生して前記テストプログラムの実行を停止するアラーム発生ステップと、
前記制御条件が設定されている場合は、前記テストプログラムの実行を開始するテスト実行ステップを少なくとも備え、
前記テスト実行ステップが、前記制御条件に基づいて前記テストプログラムの分岐を制御する分岐処理ステップを含むことを特徴とする。
【0015】
このとき、前記制御条件に基づいて前記テストプログラムの分岐を制御するときに、並行して当該制御条件をフラグ表示手段に表示する表示処理サブステップを更に含むことができる。
【0016】
又、前記LSIテスタに装填された前記テストプログラムを前記LSIテスタから削除する際に、当該テストプログラムに対応させて設定された前記制御条件も同時に当該LSIテスタから削除する第4工程を更に含むことが好ましい。
【0017】
又、前記第1工程が、予め前記半導体デバイスを試験する前記LSIテスタのテストステーションを指定する情報を入力し、当該テストステーションと前記テストプログラムとに対応する当該テストプログラムのテストフローの分岐を制御するための制御条件を削除するフラグクリアステップを含むようにすることもできる。
【0018】
【発明の実施の形態】
次に、本発明について図面を参照して説明する。
図1は、本発明のLSIテスタの一実施形態の概略ブロック図である。図1を参照すると、本実施形態のLSIテスタ1は、入出力部10と、テスタ本体部20と、DUTを搭載するテストステーションである第1テストステーション30及び第2テストステーション40とを有し、更にテスタ本体部20は、CPU21と、テストプログラムを実行する際に当該テストプログラムを記憶する第1記憶手段であるメモリ部22と、テスト資源発生部24と、分配部26と、所望のテストプログラムに対応させて所定のフラグにテストフローの分岐を制御するための制御条件であるフラグ情報を設定するフラグ設定手段211と、フラグ情報の有無を確認し、無い場合はアラームを発生してテストプログラムの実行を停止し、有る場合は設定されたフラグ情報に基づいてテストプログラムの分岐を制御するフラグ参照命令実行手段213と、テストプログラムの分岐の制御を実行する際に対応するフラグの設定情報を表示するフラグ表示手段215と、テストプログラムをメモリ部22から削除する際に対応するフラグ情報も合わせて削除するフラグ削除手段217と、を備えている。
【0019】
このように構成された本実施形態のLSIテスタ1の動作は概略次のようになる。先ず、CPU21は入出力部10からテストプログラムをロードしてメモリ部22に記憶する。次にCPU21は、第1ステーション30又は第2ステーション40から図示しないテスト開始指令を受けて、テスト資源発生部24でテストプログラムの各命令に応じた電圧の電源や、所定のタイミング、電圧レベルの入力信号等のテスト資源を発生する。さらに分配部26を介して第1ステーション30のDUT1または第2ステーション40のDUT2にテスト資源を分配供給しながら試験を行う。尚、フラグ設定手段211、フラグ参照命令実行手段213、フラグ表示手段215及びフラグ削除手段217は、例えばCPU21、メモリ部22、及び入出力部10の構成に含まれる制御プログラムとして実現することができる。
【0020】
具体的には、フラグ設定手段211は、オペレータが意図的に設定するものであり、テストプログラムをロードした後に、試験を実施するステーションと当該テストプログラムとを対応させて、当該テストプログラムのテストフローにおける分岐条件となるフラグ情報を設定する手段である。すなわち、オペレータが入出力部10を介してCPU21によるプログラム制御で該当の分岐条件であるフラグ情報を設定しメモリ部22に記憶する。なお、オペレータが意図的に設定しなければ、該当するフラグは生成記憶されない。また、テストプログラムを削除すると生成されたフラグ情報も削除される。
【0021】
フラグ参照命令実行手段213は、オペレータがテストを開始してCPU21がフラグ参照命令を実行すると、該当するフラグ情報を読み出し、フラグ情報に応じた分岐を行なう。尚、CPU21がフラグ参照命令を実行して、該当するフラグ情報を読み出すことができなければ(フラグ情報が未指定で生成記憶されていなければ)、アラームを発生して実行を停止する。
【0022】
或いは、フラグ参照命令実行手段213は、オペレータがテスト開始命令を入力すると、先ず各テストプログラムがフラグ参照命令を使用しているか判定すると共にフラグ参照命令を使用していれば対応するステーションのフラグ情報が設定されているか判定する。そして、フラグ参照命令を使用していて且つフラグ情報の設定がされていない場合は、アラームを出力してテストプログラムの実行を停止し、フラグが設定されていれば、テストプログラムを実行し、各フラグ参照命令で該当するフラグ情報を確認し、フラグ情報に応じたテストプログラムの分岐制御を行うようにしてもよい。
【0023】
フラグ表示手段215は、オペレータがテストを開始してCPU21がフラグ参照命令を実行する際に、該当するフラグ情報を表示する。尚、特別に指定すれば、表示を禁止することができるようにしてもよい。
【0024】
フラグ削除手段217は、例えば試験終了後等にテストプログラムをメモリ部22から削除する際、対応するフラグ情報も併せて削除する。
【0025】
本実施形態のLSIテスタ1においては、先ずテストプログラムをロードした後、試験を実施するステーションと当該テストプログラムとを対応させてフラグ情報を設定する。この後で当該テストプログラムによる試験を開始すると、LSIテスタ1は分岐処理を制御するフラグ情報を取得するフラグ参照命令において、対応するフラグに設定された情報を取得してフラグ情報を表示しながら分岐処理を制御する。尚、フラグ参照命令においてフラグの情報が“未指定”である場合は、アラームを出力してテストプログラムの実行を中断する。このようにして、当該テストプログラムのテストフローを任意に且つ正しく実行することを可能にする。
【0026】
次に、本発明の半導体デバイスの試験方法の第1の実施形態についてテストフロー制御方法を中心に説明する。本実施形態の半導体デバイスの試験方法は、LSIテスタ1で試験するのに好適な方法となっている。図2は、LSIテスタ1を用いた本実施形態の半導体デバイスの試験方法を示すフローチャート、図3は図2の第3工程の詳細を示すフローチャート、図4は図3のフラグ参照処理ステップS1k(但し、kは1≦k≦3の整数)の処理内容を模式的に示すフローチャートである。
【0027】
図2乃至図4を参照すると、本実施形態の半導体デバイスの試験方法は、所望の半導体デバイスを試験するためのテストプログラムをLSIテスタ1に装填する第1工程P1と、
テストプログラムが当該テストプログラムのテストフローの分岐処理を含むとき、半導体デバイスを試験するLSIテスタ1のテストステーションとテストプログラムとに対応させて、この分岐処理を制御するための制御条件であるフラグ情報を設定する第2工程P2と、
半導体デバイスの試験を実行する第3工程P3と、
LSIテスタ1に装填されたテストプログラムをLSIテスタ1から削除する際に、当該テストプログラムに対応させて設定されたフラグ情報も同時に当該LSIテスタから削除する第4工程と、を少なくとも有し、
第3工程P3は、
当該半導体デバイスの試験の実行過程で、フラグ情報Fnを参照するフラグ参照命令FLGnが有る場合に、フラグ参照命令実行手段213によりフラグ参照命令を処理するフラグ参照処理ステップS1nと、フラグ情報Fnに基づいてテストプログラムの分岐を制御する分岐処理ステップS2nと、を少なくとも備え、更に、フラグ参照処理ステップS1nは、
フラグ情報Fnの設定の有無を確認する条件設定確認サブステップS11nと、
フラグ情報Fnが設定されている場合は、フラグ情報Fnを取得する情報取得サブステップS12nと、
フラグ情報Fnが設定されていない場合は、アラームを発生してテストプログラムの実行を停止するアラーム発生サブステップS13nと、
取得したフラグ情報Fnをフラグ表示手段215に表示する情報表示サブステップS14nと、を含んでいる。
【0028】
以下、被試験半導体デバイスDUT1をテストプログラムP1によりLSIテスタ1の第1ステーション30で試験する場合を例として、図1乃至図4を参照して、より具体的に説明する。
【0029】
先ず、試験開始にあたりオペレータはテストプログラムP1をLSIテスタ1にロードしてメモリ部22に記憶させ(第1工程P1)、フラグ設定手段211により第1ステーション30とテストプログラムP1に対応するフラグ情報を設定し、メモリ部22に記憶させる(第2工程P2)。ここでは、フラグ情報は“F1=1”、“F2=0”、“F3=1”に設定されたものとする。次に、オペレータは第1ステーション30からテスト開始命令を入力する。テストの開始指令を受けたCPU21は、テストプログラムP1に基づいて、順次命令処理を施していく。フラグ参照命令FLG1については、フラグ参照命令実行手段213により、フラグ参照処理ステップS11を行う。詳細には、先ず条件設定確認サブステップS111で、第1ステーション30とテストプログラムP1に対応する該当フラグF1の設定の有無を確認し、次に情報取得サブステップS121で、フラグF1は設定されているのでフラグ情報F1=1を取得し、情報表示サブステップS141で、フラグ情報F1=1をフラグ表示手段215に表示する。
【0030】
次に、分岐処理ステップS21でフラグ情報F1に基づいてテストプログラムの分岐を処理する。図3の例では、F1=1に設定されているので、CPU21は“Do11(Y)”の命令を選択実行する。
【0031】
同様にして、フラグ参照命令FLG2では、F2=0に設定されているのでCPU21は“Do12(N)”の命令を選択実行し、フラグ参照命令FLG3では、F3=1に設定されているので、CPU21は“Do13(Y)”の命令を選択実行してテストプログラムを終了する。
【0032】
尚、フラグ参照命令FLGk(但し、kは1≦k≦3の整数)において、CPU21が該当するフラグ情報Fkの設定無しを検出すれば、その時点でアラーム発生サブステップS13kを実施し、アラームを発生してテストプログラムの実行を停止する。アラームを発生して実行を停止する。
【0033】
第3工程P3を終了すると、次に第4工程P4で、LSIテスタ1のメモリ部22に記憶したテストプログラムP1をメモリ部22から削除すると共に、第1ステーション30とテストプログラムP1とに対応させて設定したフラグ情報F1,F2,F3も同時にメモリ部22から削除する。
【0034】
以上説明したとおり、LSIテスタ1を用いた本実施形態の半導体デバイスの試験方法では、オペレータが入出力部10を介して、使用するステーションと、テストプログラムとに対応したフラグ情報を意図的に設定しなければ、該当するフラグ情報が生成記憶されず、又テストプログラムを削除すると当該テストプログラムに対応して生成されたフラグ情報も削除されるので、テストフローの分岐を制御するフラグ情報が偶発的に変更されることによる誤ったテストフローの実行を回避することができる。
【0035】
又、使用するステーションとテストプログラムに対応させてフラグ情報を設定して分岐処理を制御すると共に、フラグ参照命令を実行して該当するフラグ情報を読み出すことができなければ、即ち分岐処理を制御するフラグ情報が未指定で生成記憶されていなければ、アラームを発生してテストプログラムの実行を停止するようにしているので、フラグ情報の設定漏れによる誤ったテストフローの実行を回避することができる。
【0036】
次に、本発明の半導体デバイスの試験方法の第2の実施形態についてテストフロー制御方法を中心に説明する。本実施形態の半導体デバイスの試験方法も、LSIテスタ1を用いて実施するのに好適な方法となっている。図5は、LSIテスタ1を用いた本実施形態の半導体デバイスの試験方法を示すフローチャートである。
【0037】
図5を参照すると、本実施形態の半導体デバイスの試験方法は、所望の半導体デバイスを試験するためのテストプログラムをLSIテスタ1に装填する第1工程P1と、
テストプログラムが当該テストプログラムのテストフローの分岐処理を含むとき、半導体デバイスを試験するLSIテスタ1のテストステーションとテストプログラムとに対応させて、この分岐処理を制御するためのフラグ情報を設定する第2工程P2と、
半導体デバイスの試験を実行する第3工程P3Aと、
LSIテスタ1に装填されたテストプログラムをLSIテスタ1から削除する際に、当該テストプログラムに対応させて設定されたフラグ情報も同時に当該LSIテスタから削除する第4工程と、を少なくとも有し、
第3工程P3Aは、
試験開始時に、テストプログラムの中にフラグ情報を参照するフラグ参照命令が使用されているか否かを確認する参照命令確認ステップS1と、
フラグ参照命令が使用されている場合に、フラグ情報の設定の有無を確認する条件設定確認ステップS2と、
フラグ情報が設定されている場合は、テストプログラムの実行を開始するテスト実行ステップS3と、
フラグ情報が設定されていない場合は、アラームを発生してテストプログラムの実行を停止するアラーム発生ステップS4とを少なくとも備え、
テスト実行ステップS3は、フラグ情報に基づいてテストプログラムの分岐を制御する分岐処理ステップを含み構成されている。
【0038】
本実施形態の半導体デバイスの試験方法は、第1工程P1第2工程P2及び第4工程P4は第1の実施形態のそれらと同様であるが、第3工程P3Aの構成が第1の実施形態の第3工程P3の構成と異なっている。以下、第3工程P3Aについて、第1の実施形態の場合と同様に、被試験半導体デバイスDUT1をテストプログラムP1によりLSIテスタ1の第1ステーション30で試験する場合を例として、図1、図3、図5を参照して、より具体的に説明する。
【0039】
オペレータが該当するステーションからテスト開始命令を入力すると、テスト開始指令を受けたCPU21は、先ず参照命令確認ステップS1でテストプログラムP1がフラグ参照命令を使用しているか確認する。
【0040】
テストプログラムP1はフラグ参照命令を使用しており、且つ第1ステーション30でDUT1の試験を実施するので、次に条件設定確認ステップS2でフラグ参照命令実行手段213によりテストプログラムP1と第1ステーション30とに対応する第1フラグ情報が設定されているか確認する。上記の通り、第1フラグ情報は設定済みであるので、フラグ表示手段215により第1フラグ情報を取得して表示する。図3の例では、“F1=1”、“F2=0”、“F3=1”であることを表示する。
【0041】
次にテスト実行ステップS3でテストプログラムP1を実行する。上記の通り、第1フラグ情報が設定されていることは確認済みであるので、テストプログラムの実行過程におけるフラグ参照命令FLGnの処理の際に、第1の実施形態の場合のようにフラグ参照命令実行手段213によ条件設定確認サブステップS11nの処理は不要であり、直ちに第1フラグ情報の該当フラグFnの情報を取得して、Fnの情報に応じた分岐処理を行なうことができる。即ち、本実施形態のテスト実行ステップS3は、図8に示す従来の第3工程P103と全く同様に処理することができる。
【0042】
具体的には、CPU21はテストプログラムP1の実行過程において、フラグ参照命令FLGnを検出すると、フラグ参照命令実行手段213により、第1ステーション30とテストプログラムP1に対応する該当フラグFnの情報を取得して、Fnの情報に応じた分岐処理を行なう。図3のフラグ参照命令FLG1の例では、F1=1であるのでCPU21は“Do11(Y)”の処理を選択実行し、またフラグ参照命令FLG2の例では、F2=0であるのでCPU21は“Do12(N)”の処理を選択実行する。同様にフラグ参照命令FLG3の例では、F3=1であるのでCPU21は“Do13(Y)”の処理を選択実行してテストプログラムP1を終了する。
【0043】
LSIテスタ1を用いた本実施形態の半導体デバイスの試験方法でも、第1の実施形態の場合と同様、テストフローの分岐を制御するフラグ情報が偶発的に変更されることによる誤ったテストフローの実行を回避できると共に、フラグ情報の設定漏れによる誤ったテストフローの実行を回避することもできる。
【0044】
尚、本発明は上記実施形態の説明に限定されるものでなく、その要旨の範囲内で種々変更が可能であることは言うまでもない。
【0045】
例えば、上記半導体デバイスの試験方法では、第4工程P4でLSIテスタ1に装填されたテストプログラムをLSIテスタ1から削除する際に、当該テストプログラムに対応させて設定されたフラグ情報も同時に当該LSIテスタから削除する例で説明したが、第1工程P1で、所望の半導体デバイスを試験するためのテストプログラムをLSIテスタ1にロードする際に、使用するステーションの情報を入力して当該テストプログラムとステーションに対応するフラグ情報をリセットするようにしてもよい。
【0046】
又、テストステーションは、2台の例で説明したが、これに限定されず何台であってもよい。
【0047】
又、テストプログラムLSIテスタに供給する方法については特に触れていないが、ハードディス装置等の外部記憶装置(図示せず)から供給する方法や、通信回線を介して供給する方法等周知の方法を用いることができる。
【0048】
【発明の効果】
以上説明したように、本発明のLSIテスタ及び半導体デバイスの試験方法によれば、テストフローの分岐を制御するフラグ情報が偶発的に変更されることによる誤ったテストフローの実行を回避できるという効果が得られる。又、フラグ情報の設定漏れによる誤ったテストフローの実行を回避することができるという効果も得られる。
【図面の簡単な説明】
【図1】本発明のLSIテスタの一実施形態の概略ブロック図である。
【図2】本発明の半導体デバイスの試験方法の第1の実施形態を示すフローチャートである。
【図3】図2の第3工程の詳細を示すフローチャートである。
【図4】図3のフラグ参照処理ステップの処理内容を模式的に示すフローチャートである。
【図5】本発明の半導体デバイスの試験方法の第2の実施形態を示すフローチャートである。
【図6】従来のLSIテスタの概略構成を示すブロック図である。
【図7】従来のLSIテスタによる半導体デバイスの試験方法の概略フローチャートである。
【図8】図7の第3工程の要部を中心に示す詳細フローチャートである。
【符号の説明】
1 LSIテスタ
10 入出力部
20 テスタ本体部
21 CPU
22 メモリ部
24 テスト資源発生部
26 分配部
30 第1ステーション
40 第2ステーション
211 フラグ設定手段
213 フラグ参照命令実行手段
215 フラグ表示手段
217 フラグ削除手段
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a semiconductor test apparatus for testing a semiconductor device (hereinafter referred to as an LSI tester) and a test method for a semiconductor device, and more particularly to a test flow based on a control condition (hereinafter referred to as flag information) set in a flag from the outside. The present invention relates to a test flow control method for performing branch control of the above.
[0002]
[Prior art]
First, the configuration of a conventional LSI tester will be described. FIG. 6 is a block diagram showing a schematic configuration of a conventional LSI tester 500. Referring to FIG. 6, a conventional LSI tester 500 includes a first station 530 and a second station which are test stations on which an input / output unit 510, a tester body 520, and each device under test (hereinafter referred to as DUT) are mounted. The first station 530 includes a control flag setting unit 532, and the second station 540 includes a control flag setting unit 542. The tester body 520 includes a central processing unit (hereinafter referred to as CPU) 521, a storage unit (hereinafter referred to as memory) 522, a test resource generation unit 524, and a distribution unit 526. The operation of the conventional LSI tester 500 configured as described above is roughly as follows.
[0003]
First, the CPU 521 loads a test program from the input / output unit 510 and stores it in the memory unit 522. Next, the CPU 521 receives a test start command input by the operator from the first station 530 or the second station 540 and generates a test resource in the test resource generation unit 524. Further, the test is performed while distributing and supplying test resources to the DUT 1 of the first station 530 or the DUT 2 of the second station 540 via the distribution unit 526. The control flag setting unit 532 and the control flag setting unit 542 each set flag information that is a branch condition for the flow control of the test program executed in the corresponding station, and is configured by a normal toggle switch.
[0004]
Next, a semiconductor device testing method using the LSI tester 500 will be described focusing on test flow branching processing based on flag information. FIG. 7 is a schematic flowchart of a method for testing a semiconductor device by the LSI tester 500, and FIG. 8 is a detailed flowchart mainly showing the main part (test flow branching part) of the third step P103 of FIG. Hereinafter, a description will be given with reference to FIGS.
[0005]
At the start of the test, the operator loads the test program P1 into the LSI tester 500, and sets flag information, which is an independent branching condition, for each station by the control flag setting units 532 and 542. The example of FIG. 8 is an example in which the toggle switch is set to “F1 = 1”, “F2 = 0”, and “F3 = 1” corresponding to “1” and “0”, respectively. Further, the operator inputs a test start command from the corresponding first station 530, for example. Receiving the test start command, the CPU 521 executes the test program P1. The CPU 521 checks the information of the flag Fn set by the control flag setting unit 532 of the first station 530 in the flag reference instruction FLGn of the test program P1 (step S101n), and performs a branching process according to the information of Fn (step S101n). S102n). In the example of the flag reference instruction FLG1 in FIG. 8, since F1 = 1 is set, the CPU 521 selects and executes the instruction “Do11 (Y)”, and in the example of the flag reference instruction FLG2, F2 = 0. Therefore, the CPU 521 selects and executes the instruction “Do12 (N)”. Similarly, in the example of the flag reference instruction FLG3, since F3 = 1 is set, the CPU 521 selects and executes the instruction “Do13 (Y)” and ends the test program. Such a test flow control method is very effective for setting the values of F1, F2, and F3 so that the operator can freely change the test conditions and evaluate each test level.
[0006]
[Problems to be solved by the invention]
However, the above-described conventional technique has a problem that an erroneous test flow may be executed in the execution of the test program. This will be specifically described below.
[0007]
First, the control flag setting unit of the conventional LSI tester employs a method of setting flag information of “1” and “0” by a toggle switch or the like, and does not identify the state of no setting. If the setting is neglected, a test may be performed with the previous setting information. For example, it is a case where another apparatus user starts a test using another test program after setting flag information for technical investigation or maintenance of the test apparatus. That is, if a flag reference instruction based on flag information is adopted in the test program and another device user neglects to set the flag information, a test is performed with the flag information set by the previous user, resulting in an error. The test flow was executed.
[0008]
In addition, since the control flag setting unit for each station is not protected from accidental changes, there is a possibility that a test may be performed with incorrect flag information setting. For example, there is a possibility that the setting of the flag information is changed without the device user noticing when the toggle switch of the control flag setting unit touches a person's hand, body, jig or the like, and the test flow is executed erroneously.
[0009]
It is an object of the present invention to set test flag information of a test execution station when a semiconductor device test is performed by an LSI tester, and to use a test program that performs branch control of a test flow based on the flag information. An object of the present invention is to provide an LSI tester and a semiconductor device test method capable of arbitrarily and correctly executing flow branching control.
[0010]
[Means for Solving the Problems]
Therefore, the LSI tester according to the present invention has an input / output unit, a tester main unit, and a plurality of test stations.
Flag setting means for setting a control condition for controlling branching of the test flow in correspondence with a desired test program;
Checking the presence or absence of the control condition, if there is no flag to stop execution of the test program, if there is, flag reference instruction execution means for controlling the branch of the test program based on the control condition; At least.
[0011]
At this time, the tester main body unit stores the test program when the test program is executed;
It is desirable to further include flag deletion means for deleting the corresponding control condition when deleting the test program from the first storage means.
[0012]
Further, it may further comprise flag display means for displaying the corresponding control condition when executing the branch control of the test program.
[0013]
In addition, the method for testing a semiconductor device according to the present invention includes:
A first step of loading a test program for testing a predetermined semiconductor device into an LSI tester;
When the test program includes a branch process of a test flow of the test program, a control condition for controlling the branch process is set in correspondence with the test station of the LSI tester that tests the semiconductor device and the test program. A second step to set,
At least a third step of performing a test of the semiconductor device;
The third step includes
A condition setting confirmation step for confirming whether or not the control condition is set when processing a flag reference instruction for referring to the control condition in the process of executing the test of the semiconductor device;
If the control condition is not set, an alarm generation step for generating an alarm and stopping execution of the test program;
When the control condition is set, a branch processing step for controlling the branch of the test program based on the control condition;
It is characterized by including at least.
[0014]
In addition, another semiconductor device testing method according to the present invention includes:
A first step of loading a test program for testing a predetermined semiconductor device into an LSI tester;
When the test program includes a branch process of a test flow of the test program, a control condition for controlling the branch process is set in correspondence with the test station of the LSI tester that tests the semiconductor device and the test program. A second step to set,
At least a third step of performing a test of the semiconductor device;
The third step includes
A reference instruction confirmation step for confirming whether or not a flag reference instruction for referring to the control condition is used in the test program at the start of a test;
A condition setting confirmation step for confirming whether or not the control condition is set when the flag reference instruction is used;
If the control condition is not set, an alarm generation step for generating an alarm and stopping execution of the test program;
When the control condition is set, at least a test execution step for starting execution of the test program is provided,
The test execution step includes a branch processing step for controlling branching of the test program based on the control condition.
[0015]
At this time, when the branch of the test program is controlled based on the control condition, it may further include a display processing sub-step for displaying the control condition on the flag display means in parallel.
[0016]
In addition, when the test program loaded in the LSI tester is deleted from the LSI tester, the process further includes a fourth step of simultaneously deleting the control conditions set corresponding to the test program from the LSI tester. Is preferred.
[0017]
Further, the first step inputs in advance information specifying a test station of the LSI tester for testing the semiconductor device, and controls branching of the test flow of the test program corresponding to the test station and the test program. It is also possible to include a flag clearing step for deleting a control condition for doing so.
[0018]
DETAILED DESCRIPTION OF THE INVENTION
Next, the present invention will be described with reference to the drawings.
FIG. 1 is a schematic block diagram of an embodiment of an LSI tester of the present invention. Referring to FIG. 1, the LSI tester 1 of this embodiment includes an input / output unit 10, a tester body 20, and a first test station 30 and a second test station 40, which are test stations on which a DUT is mounted. Further, the tester body 20 includes a CPU 21, a memory 22 which is a first storage means for storing the test program when the test program is executed, a test resource generator 24, a distribution unit 26, and a desired test. Flag setting means 211 for setting flag information, which is a control condition for controlling the branch of the test flow in correspondence with the program, and the presence or absence of flag information are checked. Stop execution of the program, and if there is, refer to the flag that controls the branch of the test program based on the set flag information. The instruction execution means 213, flag display means 215 for displaying flag setting information corresponding to execution of branch control of the test program, and flag information corresponding to deletion of the test program from the memory unit 22 are also combined. Flag deletion means 217 for deletion.
[0019]
The operation of the LSI tester 1 of the present embodiment configured as described above is roughly as follows. First, the CPU 21 loads a test program from the input / output unit 10 and stores it in the memory unit 22. Next, the CPU 21 receives a test start command (not shown) from the first station 30 or the second station 40, and the test resource generation unit 24 supplies a voltage power source corresponding to each instruction of the test program, a predetermined timing, and a voltage level. Generate test resources such as input signals. Furthermore, the test is performed while distributing and supplying test resources to the DUT 1 of the first station 30 or the DUT 2 of the second station 40 via the distribution unit 26. The flag setting unit 211, the flag reference instruction execution unit 213, the flag display unit 215, and the flag deletion unit 217 can be realized as a control program included in the configuration of the CPU 21, the memory unit 22, and the input / output unit 10, for example. .
[0020]
Specifically, the flag setting unit 211 is intentionally set by the operator, and after loading the test program, the test execution flow of the test program is associated with the station that performs the test and the test program. This is means for setting flag information as a branching condition in. That is, the operator sets flag information that is a corresponding branch condition by program control by the CPU 21 via the input / output unit 10 and stores the flag information in the memory unit 22. If the operator does not set it intentionally, the corresponding flag is not generated and stored. In addition, the flag information generated when the test program is deleted is also deleted.
[0021]
When the operator starts the test and the CPU 21 executes the flag reference instruction, the flag reference instruction execution means 213 reads the corresponding flag information and performs branching according to the flag information. If the CPU 21 executes the flag reference instruction and cannot read out the corresponding flag information (if the flag information is not specified and generated and stored), an alarm is generated and the execution is stopped.
[0022]
Alternatively, when the operator inputs a test start command, the flag reference command execution means 213 first determines whether each test program uses the flag reference command and if the flag reference command is used, the flag information of the corresponding station Determine whether is set. If the flag reference instruction is used and the flag information is not set, an alarm is output to stop the execution of the test program. If the flag is set, the test program is executed, The corresponding flag information may be confirmed with a flag reference instruction, and branch control of the test program according to the flag information may be performed.
[0023]
The flag display means 215 displays corresponding flag information when the operator starts a test and the CPU 21 executes a flag reference command. Note that display may be prohibited if specified specially.
[0024]
For example, when the test program is deleted from the memory unit 22 after the test is completed, the flag deletion unit 217 also deletes the corresponding flag information.
[0025]
In the LSI tester 1 of the present embodiment, first, after loading a test program, flag information is set by associating a test execution station with the test program. Thereafter, when the test by the test program is started, the LSI tester 1 branches while acquiring the information set in the corresponding flag and displaying the flag information in the flag reference instruction for acquiring the flag information for controlling the branch processing. Control processing. If the flag information is “unspecified” in the flag reference instruction, an alarm is output and execution of the test program is interrupted. In this way, the test flow of the test program can be arbitrarily and correctly executed.
[0026]
Next, a first embodiment of the semiconductor device test method of the present invention will be described focusing on the test flow control method. The semiconductor device testing method of this embodiment is a method suitable for testing with the LSI tester 1. 2 is a flowchart showing a semiconductor device testing method of the present embodiment using the LSI tester 1, FIG. 3 is a flowchart showing details of the third step of FIG. 2, and FIG. 4 is a flag reference processing step S1k (FIG. 3). However, k is a flowchart schematically showing the processing content of k (an integer of 1 ≦ k ≦ 3).
[0027]
Referring to FIGS. 2 to 4, the semiconductor device testing method of the present embodiment includes a first process P1 for loading a test program for testing a desired semiconductor device into the LSI tester 1,
When the test program includes a branch process of the test flow of the test program, flag information which is a control condition for controlling the branch process in correspondence with the test station and the test program of the LSI tester 1 that tests the semiconductor device A second step P2 for setting
A third step P3 for performing a test of the semiconductor device;
At least a fourth step of simultaneously deleting flag information set in correspondence with the test program from the LSI tester when the test program loaded in the LSI tester 1 is deleted from the LSI tester 1;
The third step P3 is
Based on the flag reference processing step S1n for processing the flag reference instruction by the flag reference instruction execution means 213 and the flag information Fn when there is a flag reference instruction FLGn that refers to the flag information Fn in the execution process of the semiconductor device test. Branch processing step S2n for controlling branching of the test program, and flag reference processing step S1n
Condition setting confirmation substep S11n for confirming whether flag information Fn is set,
When flag information Fn is set, information acquisition substep S12n for acquiring flag information Fn;
If the flag information Fn is not set, an alarm generation sub-step S13n that generates an alarm and stops execution of the test program;
An information display sub-step S14n for displaying the acquired flag information Fn on the flag display means 215.
[0028]
Hereinafter, a case where the semiconductor device under test DUT1 is tested at the first station 30 of the LSI tester 1 by the test program P1 will be described in more detail with reference to FIGS.
[0029]
First, at the start of the test, the operator loads the test program P1 into the LSI tester 1 and stores it in the memory unit 22 (first step P1). The flag setting means 211 provides flag information corresponding to the first station 30 and the test program P1. It is set and stored in the memory unit 22 (second process P2). Here, it is assumed that the flag information is set to “F1 = 1”, “F2 = 0”, and “F3 = 1”. Next, the operator inputs a test start command from the first station 30. Receiving the test start command, the CPU 21 sequentially performs command processing based on the test program P1. For the flag reference instruction FLG1, the flag reference instruction execution means 213 performs flag reference processing step S11. Specifically, first, in the condition setting confirmation substep S111, it is confirmed whether or not the corresponding flag F1 corresponding to the first station 30 and the test program P1 is set, and then in the information acquisition substep S121, the flag F1 is set. Therefore, the flag information F1 = 1 is acquired, and the flag information F1 = 1 is displayed on the flag display means 215 in the information display sub-step S141.
[0030]
Next, the branch of the test program is processed based on the flag information F1 in the branch processing step S21. In the example of FIG. 3, since F1 = 1 is set, the CPU 21 selectively executes the instruction “Do11 (Y)”.
[0031]
Similarly, in the flag reference instruction FLG2, since F2 = 0 is set, the CPU 21 selectively executes the instruction “Do12 (N)”, and in the flag reference instruction FLG3, F3 = 1 is set. The CPU 21 selectively executes the instruction “Do13 (Y)” and ends the test program.
[0032]
In the flag reference instruction FLGk (where k is an integer of 1 ≦ k ≦ 3), if the CPU 21 detects that the corresponding flag information Fk is not set, the alarm generation sub-step S13k is performed at that time, and the alarm is generated. Occurs and stops running the test program. Generates an alarm and stops execution.
[0033]
When the third step P3 is completed, the test program P1 stored in the memory unit 22 of the LSI tester 1 is deleted from the memory unit 22 in the fourth step P4, and the first station 30 and the test program P1 are associated with each other. The flag information F1, F2, F3 set in the above is also deleted from the memory unit 22 at the same time.
[0034]
As described above, in the semiconductor device test method of this embodiment using the LSI tester 1, the operator intentionally sets the station information to be used and the flag information corresponding to the test program via the input / output unit 10. Otherwise, the corresponding flag information is not generated and stored, and when the test program is deleted, the flag information generated corresponding to the test program is also deleted, so the flag information for controlling the branch of the test flow is accidental. It is possible to avoid erroneous test flow execution due to the change to.
[0035]
Also, branch information is controlled by setting flag information corresponding to the station and test program to be used, and if the flag information cannot be read out by executing a flag reference instruction, that is, branch processing is controlled. If the flag information is not specified and generated and stored, an alarm is generated and the execution of the test program is stopped, so that it is possible to avoid erroneous test flow execution due to omission of flag information.
[0036]
Next, a second embodiment of the semiconductor device test method of the present invention will be described focusing on the test flow control method. The semiconductor device test method according to the present embodiment is also a method suitable for implementation using the LSI tester 1. FIG. 5 is a flowchart showing a semiconductor device testing method of the present embodiment using the LSI tester 1.
[0037]
Referring to FIG. 5, the semiconductor device test method of the present embodiment includes a first process P1 for loading a test program for testing a desired semiconductor device into the LSI tester 1,
When the test program includes a branch process of the test flow of the test program, flag information for controlling the branch process is set in correspondence with the test station and the test program of the LSI tester 1 that tests the semiconductor device. Two steps P2,
A third step P3A for performing a test of the semiconductor device;
At least a fourth step of simultaneously deleting flag information set in correspondence with the test program from the LSI tester when the test program loaded in the LSI tester 1 is deleted from the LSI tester 1;
The third step P3A is
A reference instruction confirmation step S1 for confirming whether or not a flag reference instruction for referring to flag information is used in the test program at the start of the test;
Condition setting confirmation step S2 for confirming whether flag information is set when a flag reference instruction is used;
When flag information is set, a test execution step S3 for starting execution of the test program;
If the flag information is not set, at least an alarm generation step S4 that generates an alarm and stops execution of the test program,
The test execution step S3 includes a branch processing step for controlling the branch of the test program based on the flag information.
[0038]
In the semiconductor device testing method of the present embodiment, the first step P1, the second step P2, and the fourth step P4 are the same as those in the first embodiment, but the configuration of the third step P3A is the first embodiment. This is different from the configuration of the third step P3. Hereinafter, as for the third step P3A, as in the case of the first embodiment, the case where the semiconductor device DUT1 is tested at the first station 30 of the LSI tester 1 by the test program P1 will be described as an example with reference to FIGS. A more specific description will be given with reference to FIG.
[0039]
When the operator inputs a test start command from the corresponding station, the CPU 21 receiving the test start command first checks whether the test program P1 uses the flag reference command in the reference command check step S1.
[0040]
Since the test program P1 uses the flag reference instruction and the DUT1 is tested in the first station 30, the test program P1 and the first station 30 are then executed by the flag reference instruction execution means 213 in the condition setting confirmation step S2. It is confirmed whether the first flag information corresponding to is set. As described above, since the first flag information has been set, the first flag information is acquired by the flag display means 215 and displayed. In the example of FIG. 3, “F1 = 1”, “F2 = 0”, and “F3 = 1” are displayed.
[0041]
Next, the test program P1 is executed in the test execution step S3. As described above, since it has been confirmed that the first flag information is set, the flag reference instruction as in the first embodiment is processed during the processing of the flag reference instruction FLGn in the process of executing the test program. The execution unit 213 does not need to perform the condition setting confirmation sub-step S11n, and can immediately acquire the information of the corresponding flag Fn of the first flag information and perform the branching process according to the information of Fn. That is, the test execution step S3 of this embodiment can be processed in exactly the same way as the conventional third step P103 shown in FIG.
[0042]
Specifically, when the CPU 21 detects the flag reference instruction FLGn in the execution process of the test program P1, the flag reference instruction execution means 213 acquires information on the corresponding flag Fn corresponding to the first station 30 and the test program P1. Then, branch processing according to the information of Fn is performed. In the example of the flag reference instruction FLG1 in FIG. 3, since F1 = 1, the CPU 21 selectively executes the process “Do11 (Y)”. In the example of the flag reference instruction FLG2, the CPU 21 determines that “F2 = 0”. The process of Do12 (N) "is selected and executed. Similarly, in the example of the flag reference instruction FLG3, since F3 = 1, the CPU 21 selectively executes the process “Do13 (Y)” and ends the test program P1.
[0043]
Even in the semiconductor device test method of the present embodiment using the LSI tester 1, as in the case of the first embodiment, an erroneous test flow caused by accidental change of flag information for controlling the branch of the test flow. Execution can be avoided, and erroneous test flow execution due to omission of flag information can be avoided.
[0044]
Needless to say, the present invention is not limited to the description of the above-described embodiment, and various modifications can be made within the scope of the gist thereof.
[0045]
For example, in the semiconductor device test method described above, when the test program loaded in the LSI tester 1 in the fourth step P4 is deleted from the LSI tester 1, the flag information set corresponding to the test program is simultaneously displayed in the LSI. As described in the example of deleting from the tester, when loading a test program for testing a desired semiconductor device into the LSI tester 1 in the first step P1, information on the station to be used is input and The flag information corresponding to the station may be reset.
[0046]
In addition, the example of two test stations has been described, but the number of test stations is not limited to this and may be any number.
[0047]
In addition, the method for supplying to the test program LSI tester is not particularly mentioned, but a known method such as a method for supplying from an external storage device (not shown) such as a hard disk device or a method for supplying via a communication line is used. Can be used.
[0048]
【The invention's effect】
As described above, according to the LSI tester and the semiconductor device test method of the present invention, it is possible to avoid execution of an erroneous test flow due to accidental change of flag information for controlling the branch of the test flow. Is obtained. In addition, it is possible to avoid the erroneous execution of the test flow due to flag information omission.
[Brief description of the drawings]
FIG. 1 is a schematic block diagram of an embodiment of an LSI tester of the present invention.
FIG. 2 is a flowchart showing a first embodiment of a semiconductor device testing method of the present invention.
FIG. 3 is a flowchart showing details of a third step in FIG. 2;
4 is a flowchart schematically showing the processing content of a flag reference processing step in FIG. 3;
FIG. 5 is a flowchart showing a second embodiment of a semiconductor device testing method of the present invention.
FIG. 6 is a block diagram showing a schematic configuration of a conventional LSI tester.
FIG. 7 is a schematic flowchart of a semiconductor device testing method using a conventional LSI tester.
FIG. 8 is a detailed flowchart showing mainly the main part of the third step in FIG. 7;
[Explanation of symbols]
1 LSI tester
10 Input / output section
20 Tester body
21 CPU
22 Memory part
24 Test resource generator
26 Distributor
30 1st station
40 2nd station
211 Flag setting means
213 Flag reference instruction execution means
215 Flag display means
217 Flag deletion means

Claims (10)

入出力部と、
テスタ本体部と、
複数のテストステーションを有し、
前記テスタ本体部は、
所望のテストプログラムに対応させてテストフローの分岐を制御するための制御条件を設定するフラグ設定手段と、
試験開始時に、前記テストプログラムの中に前記制御条件を参照するフラグ参照命令が使用されているか否かを確認し、前記フラグ参照命令が使用されている場合に、前記制御条件の有無を確認し、無い場合はアラームを発生して前記テストプログラムの実行を停止し、有る場合は前記制御条件に基づいて前記テストプログラムの分岐を制御するフラグ参照命令実行手段と、
を少なくとも備えることを特徴とする半導体試験装置。
An input / output unit;
A tester body,
Have multiple test stations,
The tester body is
Flag setting means for setting a control condition for controlling branching of the test flow in correspondence with a desired test program;
At the start of the test, it is confirmed whether or not a flag reference instruction that refers to the control condition is used in the test program, and if the flag reference instruction is used , the presence or absence of the control condition is confirmed. If not, an alarm is generated and execution of the test program is stopped; if there is, flag reference instruction execution means for controlling branching of the test program based on the control condition;
A semiconductor test apparatus comprising at least:
前記テスタ本体部は、
前記テストプログラムを実行する際に当該テストプログラムを記憶する第1記憶手段と、
前記テストプログラムを前記第1記憶手段から削除する際に、対応する前記制御条件も合わせて削除するフラグ削除手段を、
更に備える請求項1記載の半導体試験装置。
The tester body is
First storage means for storing the test program when the test program is executed;
When deleting the test program from the first storage means, flag deletion means for deleting the corresponding control conditions together,
The semiconductor test apparatus according to claim 1, further comprising:
前記テストプログラムの分岐の制御を実行する際に、対応する前記制御条件を表示するフラグ表示手段を更に有する請求項1又は2に記載の半導体試験装置。  3. The semiconductor test apparatus according to claim 1, further comprising flag display means for displaying the corresponding control condition when executing control of branching of the test program. 所定の半導体デバイスを試験するためのテストプログラムを半導体試験装置に装填する第1工程と、
前記テストプログラムが当該テストプログラムのテストフローの分岐処理を含むとき、前記半導体デバイスを試験する前記半導体試験装置のテストステーションと前記テストプログラムとに対応させて、前記分岐処理を制御するための制御条件を設定する第2工程と、
前記半導体デバイスの試験を実行する第3工程を少なくとも有し、
該第3工程は、
当該半導体デバイスの試験の実行過程で、前記制御条件を参照するフラグ参照命令を処理する際に、前記制御条件の設定の有無を確認する条件設定確認ステップと、
前記制御条件が設定されていない場合は、アラームを発生して前記テストプログラムの実行を停止するアラーム発生ステップと、
前記制御条件が設定されている場合は、前記制御条件に基づいて前記テストプログラムの分岐を制御する分岐処理ステップと、
を少なくとも含み、
前記第1工程が、予め前記半導体デバイスを試験する前記半導体試験装置のテストステーションを指定する情報を入力し、当該テストステーションと前記テストプログラムとに対応する当該テストプログラムのテストフローの分岐を制御するための制御条件を削除するフラグクリアステップを含むことを特徴とする半導体デバイスの試験方法。
A first step of loading a semiconductor test apparatus with a test program for testing a predetermined semiconductor device;
When the test program includes a branch process of the test flow of the test program, a control condition for controlling the branch process corresponding to the test station of the semiconductor test apparatus for testing the semiconductor device and the test program A second step of setting
At least a third step of performing a test of the semiconductor device;
The third step includes
A condition setting confirmation step for confirming whether or not the control condition is set when processing a flag reference instruction for referring to the control condition in the process of executing the test of the semiconductor device;
If the control condition is not set, an alarm generation step for generating an alarm and stopping execution of the test program;
When the control condition is set, a branch processing step for controlling the branch of the test program based on the control condition;
At least look at including the,
The first step inputs in advance information specifying a test station of the semiconductor test apparatus for testing the semiconductor device, and controls branching of the test flow of the test program corresponding to the test station and the test program. A test method for a semiconductor device, comprising: a flag clear step for deleting a control condition for the semiconductor device.
所定の半導体デバイスを試験するためのテストプログラムを半導体試験装置に装填する第1工程と、
前記テストプログラムが当該テストプログラムのテストフローの分岐処理を含むとき、前記半導体デバイスを試験する前記半導体試験装置のテストステーションと前記テストプログラムとに対応させて、前記分岐処理を制御するための制御条件を設定する第2工程と、
前記半導体デバイスの試験を実行する第3工程を少なくとも有し、該第3工程は、試験開始時に、前記テストプログラムの中に前記制御条件を参照するフラグ参照命令が使用されているか否かを確認する参照命令確認ステップと、
前記フラグ参照命令が使用されている場合に、前記制御条件の設定の有無を確認する条件設定確認ステップと、
前記制御条件が設定されていない場合は、アラームを発生して前記テストプログラムの実行を停止するアラーム発生ステップと、前記制御条件が設定されている場合は、前記テストプログラムの実行を開始するテスト実行ステップ
を少なくとも備え、
前記テスト実行ステップが、前記制御条件に基づいて前記テストプログラムの分岐を制御する分岐処理ステップを含むことを特徴とする半導体デバイスの試験方法。
A first step of loading a semiconductor test apparatus with a test program for testing a predetermined semiconductor device;
When the test program includes a branch process of the test flow of the test program, a control condition for controlling the branch process corresponding to the test station of the semiconductor test apparatus for testing the semiconductor device and the test program A second step of setting
At least a third step of executing a test of the semiconductor device, and at the start of the test, the third step checks whether or not a flag reference instruction for referring to the control condition is used in the test program A reference instruction confirmation step to perform,
A condition setting confirmation step for confirming whether or not the control condition is set when the flag reference instruction is used;
When the control condition is not set, an alarm generation step for generating an alarm and stopping the execution of the test program; and when the control condition is set, a test execution for starting the execution of the test program Comprising at least steps,
A test method for a semiconductor device, wherein the test execution step includes a branch processing step for controlling a branch of the test program based on the control condition.
前記制御条件に基づいて前記テストプログラムの分岐を制御するときに、並行して当該制御条件をフラグ表示手段に表示する表示処理サブステップを更に含む請求項5に記載の半導体デバイスの試験方法。6. The semiconductor device testing method according to claim 5 , further comprising a display processing sub-step of displaying the control condition on a flag display unit in parallel when the branch of the test program is controlled based on the control condition. 前記半導体試験装置に装填された前記テストプログラムを前記半導体試験装置から削除する際に、当該テストプログラムに対応させて設定された前記制御条件も同時に当該半導体試験装置から削除する第4工程を更に含む請求項5乃至6いずれか1項に記載の半導体デバイスの試験方法。When the test program loaded in the semiconductor test apparatus is deleted from the semiconductor test apparatus, the process further includes a fourth step of simultaneously deleting the control conditions set corresponding to the test program from the semiconductor test apparatus. The method for testing a semiconductor device according to claim 5 . 前記第1工程が、予め前記半導体デバイスを試験する前記半導体試験装置のテストステーションを指定する情報を入力し、当該テストステーションと前記テストプログラムとに対応する当該テストプログラムのテストフローの分岐を制御するための制御条件を削除するフラグクリアステップを含む請求項5または6に記載の半導体デバイスの試験方法。The first step inputs in advance information specifying a test station of the semiconductor test apparatus for testing the semiconductor device, and controls branching of the test flow of the test program corresponding to the test station and the test program. The semiconductor device testing method according to claim 5 , further comprising a flag clearing step for deleting a control condition for the semiconductor device. 前記制御条件に基づいて前記テストプログラムの分岐を制御するときに、並行して当該制御条件をフラグ表示手段に表示する表示処理サブステップを更に含む請求項4に記載の半導体デバイスの試験方法。5. The semiconductor device testing method according to claim 4, further comprising a display processing sub-step of displaying the control condition on a flag display means in parallel when the branch of the test program is controlled based on the control condition. 前記半導体試験装置に装填された前記テストプログラムを前記半導体試験装置から削除する際に、当該テストプログラムに対応させて設定された前記制御条件も同時に当該半導体試験装置から削除する第4工程を更に含む請求項4または9に記載の半導体デバイスの試験方法。When the test program loaded in the semiconductor test apparatus is deleted from the semiconductor test apparatus, the process further includes a fourth step of simultaneously deleting the control conditions set corresponding to the test program from the semiconductor test apparatus. The method for testing a semiconductor device according to claim 4 or 9.
JP2002102275A 2002-04-04 2002-04-04 Semiconductor test apparatus and semiconductor device test method Expired - Fee Related JP4198378B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002102275A JP4198378B2 (en) 2002-04-04 2002-04-04 Semiconductor test apparatus and semiconductor device test method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002102275A JP4198378B2 (en) 2002-04-04 2002-04-04 Semiconductor test apparatus and semiconductor device test method

Publications (2)

Publication Number Publication Date
JP2003294814A JP2003294814A (en) 2003-10-15
JP4198378B2 true JP4198378B2 (en) 2008-12-17

Family

ID=29242181

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002102275A Expired - Fee Related JP4198378B2 (en) 2002-04-04 2002-04-04 Semiconductor test apparatus and semiconductor device test method

Country Status (1)

Country Link
JP (1) JP4198378B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014146758A (en) * 2013-01-30 2014-08-14 Canon Machinery Inc Recyclization method for treatment process
CN107036645B (en) * 2016-02-04 2019-08-06 上海晨兴希姆通电子科技有限公司 A kind of abnormality eliminating method and module

Also Published As

Publication number Publication date
JP2003294814A (en) 2003-10-15

Similar Documents

Publication Publication Date Title
CN107544017B (en) Low-power-consumption weighted pseudo-random test method based on vector compression and related equipment
CN104731701B (en) Test system and the method and apparatus for performing test assignment
JPS6013269A (en) Circuit tester
CN1879027B (en) Test apparatus and testing method
KR100976371B1 (en) Bi-directional probing Of Software
US9354275B2 (en) Testing an integrated circuit
US7096397B2 (en) Dft technique for avoiding contention/conflict in logic built-in self-test
JP2006105997A (en) Method and device for providing scanning pattern to electronic device
US20050160339A1 (en) Automated bist test pattern sequence generator software system and method
JP4198378B2 (en) Semiconductor test apparatus and semiconductor device test method
US5566187A (en) Method for identifying untestable faults in logic circuits
US20140059382A1 (en) Real-time rule engine for adaptive testing of integrated circuits
JP2006105996A (en) Method and device for programming and operating automatic testing equipment
US20040177344A1 (en) Debugging method for the keyboard controller code
US6751768B2 (en) Hierarchical creation of vectors for quiescent current (IDDQ) tests for system-on-chip circuits
US20010025227A1 (en) Monitored burn-in test system and monitored burn-in test method of microcomputers
JP2003167033A (en) Debug method for test program
JP2002278849A (en) Semiconductor testing device
JPH10253707A (en) Tester for integrated circuit
JP2007206074A (en) Processing of mixed mode content in test result stream
JPS62122000A (en) Memory element
JPH04355383A (en) Semiconductor integrated circuit
JPH08114652A (en) Testing method for semiconductor integrated circuit
WO2005008263A1 (en) Pattern generation device and test device
JP2004309388A (en) Semiconductor integrated circuit, and inspection device thereof and inspection method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050315

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060927

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20070703

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070918

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071115

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080909

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20081001

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111010

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees