JP2004348596A - Device, method and program for debugging ic tester program - Google Patents

Device, method and program for debugging ic tester program Download PDF

Info

Publication number
JP2004348596A
JP2004348596A JP2003146822A JP2003146822A JP2004348596A JP 2004348596 A JP2004348596 A JP 2004348596A JP 2003146822 A JP2003146822 A JP 2003146822A JP 2003146822 A JP2003146822 A JP 2003146822A JP 2004348596 A JP2004348596 A JP 2004348596A
Authority
JP
Japan
Prior art keywords
tester
test
information
program
test standard
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
JP2003146822A
Other languages
Japanese (ja)
Inventor
Kazuhiro Sakamoto
和博 坂本
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.)
Olympus Corp
Original Assignee
Olympus 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 Olympus Corp filed Critical Olympus Corp
Priority to JP2003146822A priority Critical patent/JP2004348596A/en
Publication of JP2004348596A publication Critical patent/JP2004348596A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To perform the debugging operation of an IC tester program by constructing a virtual IC tester having a simple structure and high versatility. <P>SOLUTION: The debugging device for the IC tester program comprises a test information extraction means 2 for extracting test information including the operation setting and test standard information of the IC tester from the IC tester program for controlling the operation of the IC tester connected to a performance board on which an IC to be tested is mounted and capable of testing the IC to be tested, a net list generation means 7 for generating a net list to be used for a simulator for simulating the operation of the IC tester from the operation setting information of the IC tester and the circuit information of the IC to be tested and the performance board, and a determination means 11 for comparing the execution result of the virtual circuit based on the net list with a test standard based on the test standard information and determining whether the execution result satisfies the test standard or not. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、汎用性に優れたICテスタ用プログラムのデバッグ装置、方法、及びプログラムに関する。
【0002】
【従来の技術】
従来、作製されたIC(集積回路)については、IC検査装置(ICテスタ)を用いた検査が実施されている。図5はこのようなIC検査装置の構成を示すブロック図である。
【0003】
検査対象となる被検査IC61はパフォーマンスボード62上に装着される。被検査IC61の各ピンは、パフォーマンスボードの各端子を介してICテスタ63の各端子に接続される。ICテスタ63は信号源64、測定器65、パフォーマンスボード用制御信号発生器66、メモリ67及び制御部68によって構成されている。
【0004】
ICテスタ63は外部記憶装置69からICテスタ用プログラムが供給され、制御部68はこのICテスタ用プログラムに従って、ICテストを実施する。即ち、制御部68は信号源64を制御して、検査に必要な信号を発生させて被検査IC61に供給する。被検査IC61は、入力された信号に応じた応答出力を発生する。
【0005】
被検査IC61の出力は、直接測定器65に供給されるか、或いは、パフォーマンスボード用制御信号発生器66からのパフォーマンスボード用制御信号に従って測定器65に供給される。測定器65は被検査IC61の出力の測定結果を制御部68に供給する。制御部68はメモリ67を用いながら、ICテスタ用プログラムに従って、測定器65の測定結果に基づいて被検査IC61の良不良や不良箇所等の判定を行う。
【0006】
ICテスタ用プログラムとして適正なプログラムを用いることによって、被検査IC61の正確な検査が可能となる。換言すると、ICテスタ用プログラムにバグのないものを使用しなければ、被検査ICの正確な検査を行うことはできない。しかし、使用するICテスタ用プログラムにバグがないことを、被検査ICの作製前に判断することは困難である。即ち、ICテスタ用プログラムの不具合の発見及びその対応のためのデバッグ作業は、被検査ICとパフォーマンスボードが作製された後、被検査ICを装着したパフォーマンスボードをICテスタと接続し、ICテスタ上でICテスタ用プログラムを実行することによって初めて可能となる。
【0007】
従って、被検査ICやパフォーマンスボードが作製されるまでICテスタ用プログラムのデバッグ作業を開始することはできない。また、デバッグの初期段階では、テスト設計者の意図しない動作が発生しても、その原因が被検査IC、パフォーマンスボード、ICテスタ用プログラムの何れにあるのかを特定することはできず、原因究明が極めて困難である。
【0008】
そこで、特開平9−185519号公報等においては、ICテスタの仮想的なモデルを作成することで、シミュレータ等によってICテスタをシミュレーション可能にした技術が開示されている。即ち、この提案では、汎用コンピュータ上に仮想ICテスタのモデルを展開して、プログラムによりICテスタをシミュレートする仮想ICテスタを実現している。
【0009】
この場合において、汎用コンピュータ上で、仮想ICテスタのモデルに、実際のICテスタ用プログラムを適用してシミュレーションを行うものと、汎用コンピュータ上で、仮想ICテスタのモデルに、仮想ICテスタ専用のICテスタ用プログラムを適用してシミュレーションを実施するものとがある。
【0010】
【特許文献1】
特開平9−185519号公報
【0011】
【発明が解決しようとする課題】
上述したように、仮想ICテスタは、汎用コンピュータ上でICテスタ用プログラムを仮想ICテスタのモデルに読み込むことで実現される。仮想ICテスタによってICテスタの動作をシミュレートすることで、ICテスタ用プログラムのデバッグ作業を可能にしている。
【0012】
ところが、ICテスタ用プログラム及び仮想ICテスタのモデルは、特定のICテスタのみに適応したものであり、汎用的な仮想ICテスタを構築することはできない。しかも、仮想ICテスタのモデルは極めて複雑であり、各種ICテスタに適応した仮想ICテスタの製作には膨大な労力を必要とする。
【0013】
また、ICテスタのモデルは、ICテスタ用プログラムの言語及び文法に応じて作成されている。図6は仮想ICテスタのモデルとICテスタ用プログラムとの対応を示している。図6に示すように、仮想ICテスタのモデルAに対しては、ICテスタA用プログラム及び被検査IC及びパフォーマンスボードの回路情報を適用し、仮想ICテスタのモデルBに対しては、ICテスタB用プログラム及び被検査IC及びパフォーマンスボードの回路情報を適用することを示している。
【0014】
即ち、同一の仮想ICテスタについては、同一文法のICテスタ用プログラムを適用する必要があり、異なる文法でICテスタ用プログラムを記述した場合には、その文法に適応した仮想ICテスタを用意する必要がある。このため、各仮想ICテスタの開発に膨大な時間及び費用等が必要となってしまう。
【0015】
本発明はかかる問題点に鑑みてなされたものであって、汎用コンピュータ上でICテスタモデルにICテスタ用プログラムを適用させて実行させることなくICテスタ用プログラムのデバッグを実現すると共に、1つの仮想ICテスタによって複数種類のICテスタに対応させることができるICテスタ用プログラムのデバッグ装置、方法、及びプログラムを提供することを目的とする。
【0016】
【課題を解決するための手段】
本発明に係るICテスタ用プログラムのデバッグ装置は、被検査ICが装着されるパフォーマンスボードに接続されて上記被検査ICの検査を行うICテスタの動作を制御するためのICテスタ用プログラムから、上記ICテスタの動作設定及びテスト規格の情報を含むテスト情報を抽出するテスト情報抽出手段と、上記ICテスタの動作設定の情報と、上記被検査IC及びパフォーマンスボードの回路情報とから、上記ICテスタの動作をシミュレートするシミュレータに用いるネットリストを生成するネットリスト生成手段と、上記ネットリストに基づく仮想回路による実行結果と、上記テスト規格の情報に基づくテスト規格とを比較し、上記実行結果が上記テスト規格を満足するか否かを判定する判定手段と、を有することを特徴とし、
また、本発明に係るICテスタ用プログラムのデバッグ方法は、被検査ICが装着されるパフォーマンスボードに接続されて上記被検査ICの検査を行うICテスタの動作を制御するためのICテスタ用プログラムから、上記ICテスタの動作設定及びテスト規格の情報を含むテスト情報を抽出する処理と、上記ICテスタの動作設定の情報と、上記被検査IC及びパフォーマンスボードの回路情報とから、上記ICテスタの動作をシミュレートするシミュレータに用いるネットリストを生成する処理と、上記ネットリストに基づく仮想回路による実行結果と、上記テスト規格の情報に基づくテスト規格とを比較し、上記実行結果が上記テスト規格を満足するか否かを判定する処理と、を有することを特徴とし、
また、本発明に係るICテスタ用プログラムのデバッグプログラムは、コンピュータに、被検査ICが装着されるパフォーマンスボードに接続されて上記被検査ICの検査を行うICテスタの動作を制御するためのICテスタ用プログラムから、上記ICテスタの動作設定及びテスト規格の情報を含むテスト情報を抽出する処理と、上記ICテスタの動作設定の情報と、上記被検査IC及びパフォーマンスボードの回路情報とから、上記ICテスタの動作をシミュレートするシミュレータに用いるネットリストを生成する処理と、上記ネットリストに基づく仮想回路による実行結果と、上記テスト規格の情報に基づくテスト規格とを比較し、上記実行結果が上記テスト規格を満足するか否かを判定する処理と、を実行させることを特徴とする。
【0017】
【発明の実施の形態】
以下、図面を参照して本発明の実施の形態について詳細に説明する。図1は本発明の第1の実施の形態に係るICテスタ用プログラムのデバッグ装置を示すブロック図である。
【0018】
本実施の形態は、モデル化した仮想ICテスタを製作するのではなく、従来、IC検査に使用されていた被検査IC及び被検査ICを装着するパフォーマンスボードの回路情報からネットリストを作成し、このネットリストによって得られる仮想回路にICテスタ用プログラムを適用することでIC検査のシミュレーションを可能にする仮想ICテスタを構築するものである。なお、本実施の形態は仮想ICテスタ13をハードウェアによって実現したものである。
【0019】
本実施の形態におけるICテスタ用プログラムのデバッグ装置は、仮想ICテスタ13、デバッグ対象のICテスタ用プログラムを蓄積する蓄積部1及び回路情報を蓄積する蓄積部6によって構成されている。ICテスタ用プログラムは、テスタ動作設定データ、及び、テスト規格データを含み、更にテスタ動作設定データは、仮想ICテスタ13が模擬する被試験ICの各ピンに対する試験条件及び印加する信号等の設定のための情報を含む。また、テスト規格データは、テスタ動作設定データを用いた仮想ICテスタによるシミュレーション結果と比較するIC検査の規格値を示すものである。蓄積部6に蓄積される回路情報は、検査の対象となる被検査ICの回路に関する情報及び被検査ICを装着するパフォーマンスボードの回路に関する情報を含む。
【0020】
仮想ICテスタ13中のテスト情報抽出部2は、蓄積部1にアクセスして、ICテスタの動作を制御するICテスタ用プログラムに記述されているテスタ動作設定及びテスト規格等のデータを抽出する。テスト情報抽出部2は、抽出したテスト規格データ及びテスタ動作設定データを夫々テスト情報格納部5中の蓄積部3,4に与えて記憶させるようになっている。
【0021】
ネットリスト生成部7は、蓄積部6からの回路情報とテスト情報格納部5からのテスタ動作設定データとを読み出して、シミュレーション用ネットリストを生成する。回路情報の全てを用いて完全な仮想回路を構築し、これに対してテスタ設定データを適用すると、シミュレーションの演算量が膨大となってしまう。そこで、本実施の形態においては、テスタ動作設定データを用いて、各テスト項目毎に、そのテスト項目に適した仮想回路のみを構築することで、シミュレーションの演算量を低減するようになっている。
【0022】
ネットリスト生成部7は、生成したネットリストをネットリスト格納部8に与えて格納させる。ネットリスト格納部8は格納しているシミュレーション用ネットリストをシミュレータ9に供給するようになっている。
【0023】
シミュレータ9は、入力されたシミュレーション用ネットリストを用いて、シミュレーションを実行する。シミュレータ9のシミュレーション結果は結果データ格納部10に与えられる。結果データ格納部10は入力された結果データを保持して判定部11に出力する。
【0024】
判定部11は結果データ格納部10からのシミュレーション結果データと、テスト情報格納部5に記憶されているテスト規格データとを比較して、シミュレーションの実行結果がテスト規格を満足しているか否かを判定するようになっている。コントローラ12は仮想テスタ13の各部を制御する。
【0025】
次に、このように構成された実施の形態の動作について図2を参照して説明する。図2は第1の実施の形態の動作を示すフローチャートである。
【0026】
デバッグ対象のICテスタ用プログラムを蓄積部1に蓄積し、検査の対象となる被検査ICの回路に関する情報及び被検査ICを装着するパフォーマンスボードの回路に関する情報を含む回路情報を蓄積部6に蓄積する。
【0027】
図2のステップS21において、テスト情報抽出部2は、コントローラ12に制御されて、蓄積部1からICテスタ用プログラムを仮想ICテスタ13内に読み込み、ICテスタ用プログラムからテスタ動作設定データ及びテスト規格データ等のテスト情報を抽出する(ステップS22)。テスト情報抽出部2は、抽出したテスト規格データ及びテスタ動作設定データをテスト情報格納部5に与えて格納させる(ステップS23)。
【0028】
次に、コントローラ12は、仮想ICテスタ13でシミュレートするテスト項目を設定する(ステップS24)。ネットリスト生成部7は、設定されたテスト項目に対応するテスタ動作設定データをテスト情報格納部5から読み出すと共に、蓄積部6から回路情報を読み出し、これらのテスタ設定データ及び回路情報に基づいて、ネットリストを生成する(ステップS25)。生成されたネットリストは、ネットリスト格納部8に供給されて格納される(ステップS26)。
【0029】
シミュレータ9は、コントローラ12に制御されて、ネットリスト格納部8に格納されたネットリストに基づいてシミュレーションを実行する(ステップS27)。シミュレータ9によるシミュレーションの実行結果のデータは、シミュレーション結果データとして結果データ格納部10に格納される(ステップS28)。
【0030】
次のステップS29において、テスト情報格納部5に格納されているテスト規格データと結果データ格納部10に格納されたシミュレーション結果データとが判定部11で比較され、シミュレーションの実行結果がテスト規格を満たしているかが判定される。
【0031】
ステップS30では、ステップS24で設定したテスト項目がシミュレートする最後のテスト項目か否かを判断する。もし最後のテスト項目であれば動作を終了し(ステップS31)、そうでなければステップS24に処理を戻して、次のテスト項目について同様の動作を繰り返す。
【0032】
以後、これらの一連の動作をテスト項目終了まで実施する。判定部11による判定によって、全てのテスト項目についてテスト規格を満たしていることが示された場合には、各テスト項目に対するテスト条件やテスト規格等が適正にICテスタ用プログラムとして記述されているものと判定することができる。また、テスト規格を満たしていないと判定されたテスト項目が存在する場合には、ICテスタ用プログラム中のそのテスト項目についてのテスト条件及びテスト規格等の記述が不適正であるものと判定することができる。この場合には、ICテスタ用プログラム中の不適正と判定された部分等の記述を修正した後、図2のフローを実行する。以後、全てのテスト項目についてテスト規格を満たしているとのが得られるまで、同様の処理を繰り返す。
【0033】
このように本実施の形態においては、ICテスタ用プログラムの形式でICテスタの動作をシミュレートするのではなく、被検査ICやパフォーマンスボードを含むICテスタの動作を検証することに必要な情報を抽出してICテスタの動作をシミュレートしていることから、汎用コンピュータ上にICテスタ用プログラムとICテスタのモデルとを展開する必要がない。即ち、ICテスタ毎に複雑な仮想ICテスタモデルを構築する必要はなく、被検査IC及びパフォーマンスボードの既存の回路情報を利用した簡単で且つ汎用性が高い仮想ICテスタを構築することができ、テスト結果の汎用性を向上させることができる。
【0034】
図3及び図4は本発明の第2の実施の形態に係り、図3は第2の実施の形態に係るICテスタ用プログラムのデバッグ装置を示すブロック図であり、図4は第2の実施の形態の動作を示すフローチャートである。図3において図1と同一の構成要素には同一符号を付して説明を省略する。
【0035】
本実施の形態は異なる言語又は文法で記述された複数のICテスタ用プログラムのデバッグを共通の仮想ICテスタを用いて実現可能にしたものである。
【0036】
蓄積部41はICテスタA用プログラムを蓄積し、蓄積部51はICテスタB用プログラムを蓄積する。ICテスタAとICテスタBとは相互に異なる機種のICテスタであり、ICテスタA用プログラムとICテスタB用プログラムとは相互に異なる文法にて記述されている。
【0037】
図3の仮想ICテスタ40は、図1の仮想ICテスタ13中のテスト情報抽出部2に代えて、ICテスタA用テスト情報抽出部42及びICテスタB用テスト情報抽出部52を採用したものである。ICテスタA用テスト情報抽出部42は、ICテスタAの動作を制御するICテスタA用プログラムに記述してあるテスタ動作設定やテスト規格等のデータを抽出するものであり、ICテスタB用テスト情報抽出部52は、ICテスタBの動作を制御するICテスタB用プログラムに記述してあるテスタ動作設定やテスト規格等のデータを抽出するものである。ICテスタA用テスト情報抽出部42及びICテスタB用テスト情報抽出部52が抽出したテスト規格データ及びテスタ動作設定データは夫々蓄積部3,4に与えられて蓄積されるようになっている。
【0038】
次に、このように構成された実施の形態の動作について図4のフローチャートを参照して説明する。なお、図4において図2と同一の手順については同一符号を付して説明を省略する。
【0039】
図4のフローは、ICテスタA用プログラム、又は、ICテスタB用プログラムの一方を選択するステップS60の処理が付加されている点が図2のフローと異なる。ICテスタ用プログラムが選択された以降の動作(ステップS21〜S31)は、第1の実施の形態と同様である。
【0040】
即ち、コントローラ12は、ステップS60において、ICテスタA用テスト情報抽出部42又はICテスタB用テスト情報抽出部52のいずれか一方を動作させて、ICテスタA用プログラム又はICテスタB用プログラムを読み込ませる。読み出されたICテスタA用プログラム又はICテスタB用プログラムからテスト情報が抽出されて、蓄積部3,4に蓄積される。以後の動作は第1の実施の形態と同様である。
【0041】
図4の一連のフローをテスト項目終了まで実施することにより、第1の実施の形態と同様に、各テスト項目に対するテスト条件やテスト規格等が適正にICテスタ用プログラムとして記述されているか否かを判定することができる。読み込んだICテスタ用プログラムが適正に記述されていないと判定した場合には、デバッグを行ったICテスタ用プログラムを修正して、再度ステップS60以降の処理を実施して、全てのテスト項目について適正と判定されるまで処理を繰り返す。
【0042】
このように本実施の形態においては、第1の実施の形態と同様の効果が得られると共に、ICテスタ用プログラムに記述してあるテスタ動作設定やテスト規格等の情報を抽出するICテスタ用テスト情報抽出部を複数種類用意することにより、言語及び文法等が異なる複数種類のICテスタ用プログラムについてのデバッグ作業が可能となる。即ち、ICテスタ用プログラムの言語及び文法等が異なる場合でも、各ICテスタ用プログラム毎に仮想ICテスタを設計する必要はなく、仮想ICテスタの開発時間及び費用を著しく軽減することができる。これにより、テスト設計者は取扱いに慣れたプログラム形式でICテスタ用プログラムを記述することか可能であり、汎用性を向上させることができる。
【0043】
なお、上記各実施の形態における各構成は、当然、各種の変形、変更が可能である。例えば、ネットリスト生成部7から出力されるネットリストをネットリスト格納部8に格納することなく、ネットリスト生成部7とシミュレータ9とを直接接続しても良い。
【0044】
また、判定部11から出力される情報を格納する蓄積部や、モニタ及びプリンタ等の表示部と接続しても良い。
【0045】
また、上記各実施の形態は、ハードウエア構成で説明したが、図2又は図4のフローチャートに基づいて、ソフトウエア(プログラム)として実現することも、勿論、可能である。
【0046】
【発明の効果】
以上説明したように本発明によれば、汎用コンピュータ上でICテスタモデルにICテスタ用プログラムを適用させて実行させることなくICテスタ用プログラムのデバッグを実現すると共に、1つの仮想ICテスタによって複数種類のICテスタに対応させることができるという効果を有する。
【図面の簡単な説明】
【図1】本発明の第1の実施の形態に係るICテスタ用プログラムのデバッグ装置を示すブロック図。
【図2】第1の実施の形態の動作を示すフローチャート。
【図3】第2の実施の形態に係るICテスタ用プログラムのデバッグ装置を示すブロック図。
【図4】第2の実施の形態の動作を示すフローチャート。
【図5】IC検査装置の構成を示すブロック図。
【図6】仮想ICテスタのモデルとICテスタ用プログラムとの対応を示す説明図。
【符号の説明】
1,6,3,4…蓄積部、2…テスト情報抽出部、7…ネットリスト生成部、9…シミュレータ、11…判定部、12…コントローラ
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an IC tester program debugging apparatus, method, and program having excellent versatility.
[0002]
[Prior art]
2. Description of the Related Art Conventionally, manufactured ICs (integrated circuits) have been inspected using an IC inspection apparatus (IC tester). FIG. 5 is a block diagram showing the configuration of such an IC inspection device.
[0003]
The inspected IC 61 to be inspected is mounted on the performance board 62. Each pin of the IC 61 to be inspected is connected to each terminal of the IC tester 63 via each terminal of the performance board. The IC tester 63 includes a signal source 64, a measuring device 65, a control signal generator 66 for a performance board, a memory 67, and a control section 68.
[0004]
The IC tester 63 is supplied with an IC tester program from the external storage device 69, and the control unit 68 performs an IC test according to the IC tester program. That is, the control section 68 controls the signal source 64 to generate a signal necessary for inspection and supply the signal to the IC 61 to be inspected. The inspected IC 61 generates a response output according to the input signal.
[0005]
The output of the IC under test 61 is supplied directly to the measuring device 65 or is supplied to the measuring device 65 in accordance with the performance board control signal from the performance board control signal generator 66. The measuring device 65 supplies the measurement result of the output of the IC under test 61 to the control unit 68. The control unit 68 uses the memory 67 to determine whether the IC 61 is good or bad, a defective part, or the like based on the measurement result of the measuring device 65 according to the IC tester program.
[0006]
By using an appropriate program as an IC tester program, an accurate inspection of the IC 61 to be inspected becomes possible. In other words, unless an IC tester program having no bug is used, an accurate inspection of the IC to be inspected cannot be performed. However, it is difficult to determine that there is no bug in the IC tester program to be used before manufacturing the IC to be inspected. That is, the debugging work for finding a defect in the program for the IC tester and responding to the problem is performed after the IC to be inspected and the performance board are manufactured, and the performance board on which the IC to be inspected is mounted is connected to the IC tester. This is only possible by executing the IC tester program.
[0007]
Therefore, debugging of the IC tester program cannot be started until the IC to be inspected or the performance board is manufactured. Also, in the initial stage of debugging, even if an operation not intended by the test designer occurs, it is not possible to specify whether the cause is the IC under test, the performance board, or the program for the IC tester. Is extremely difficult.
[0008]
Japanese Patent Application Laid-Open No. 9-185519 discloses a technique in which a virtual model of an IC tester is created so that the IC tester can be simulated by a simulator or the like. That is, in this proposal, a virtual IC tester model is developed by developing a model of a virtual IC tester on a general-purpose computer and simulating the IC tester by a program.
[0009]
In this case, on a general-purpose computer, simulation is performed by applying an actual IC tester program to a model of a virtual IC tester, and on a general-purpose computer, an IC dedicated to the virtual IC tester is added to a model of the virtual IC tester. Some simulations are performed by applying a tester program.
[0010]
[Patent Document 1]
Japanese Patent Application Laid-Open No. 9-185519
[Problems to be solved by the invention]
As described above, the virtual IC tester is realized by reading an IC tester program into a model of the virtual IC tester on a general-purpose computer. The operation of the IC tester is simulated by the virtual IC tester, thereby enabling the debug work of the IC tester program.
[0012]
However, the program for the IC tester and the model of the virtual IC tester are adapted only to a specific IC tester, and a general-purpose virtual IC tester cannot be constructed. Moreover, the model of the virtual IC tester is extremely complicated, and the production of the virtual IC tester adapted to various IC testers requires enormous labor.
[0013]
The model of the IC tester is created according to the language and grammar of the program for the IC tester. FIG. 6 shows the correspondence between the model of the virtual IC tester and the program for the IC tester. As shown in FIG. 6, the program for the IC tester A and the circuit information of the IC to be inspected and the performance board are applied to the model A of the virtual IC tester, and the IC tester is applied to the model B of the virtual IC tester. It shows that the B program and the circuit information of the IC under test and the performance board are applied.
[0014]
That is, for the same virtual IC tester, it is necessary to apply an IC tester program with the same grammar, and when writing an IC tester program with a different grammar, it is necessary to prepare a virtual IC tester adapted to the grammar. There is. Therefore, development of each virtual IC tester requires an enormous amount of time and cost.
[0015]
The present invention has been made in view of such a problem, and realizes debugging of an IC tester program without applying the IC tester program to an IC tester model on a general-purpose computer and executing the program. It is an object of the present invention to provide an IC tester program debugging device, method, and program that can be used with a plurality of types of IC testers by an IC tester.
[0016]
[Means for Solving the Problems]
An IC tester program debugging device according to the present invention includes an IC tester program for controlling an operation of an IC tester connected to a performance board on which an IC to be inspected is mounted and inspecting the IC to be inspected. The test information extracting means for extracting test information including the information on the operation setting and the test standard of the IC tester, the information on the operation setting of the IC tester, and the circuit information of the IC to be inspected and the performance board are obtained from the IC tester. Netlist generation means for generating a netlist used in a simulator for simulating operation; comparing the execution result of the virtual circuit based on the netlist with a test standard based on the information of the test standard; Determining means for determining whether or not the test standard is satisfied.
In addition, the method for debugging an IC tester program according to the present invention includes an IC tester program for controlling an operation of an IC tester that is connected to a performance board on which an IC to be inspected is mounted and performs inspection of the IC to be inspected. Extracting the test information including the information on the operation setting of the IC tester and the test standard, and the operation of the IC tester from the information on the operation setting of the IC tester and the circuit information of the IC under test and the performance board. A process of generating a netlist used for a simulator that simulates the above, a result of execution by a virtual circuit based on the netlist, and a test standard based on the information of the test standard are compared, and the execution result satisfies the test standard. Processing to determine whether or not to perform
Further, the debug program of the IC tester program according to the present invention is an IC tester for controlling the operation of an IC tester which is connected to a performance board on which a test IC is mounted and which tests the test IC. Extracting the test information including the information on the operation setting of the IC tester and the test standard from the application program, and the information on the operation setting of the IC tester, and the circuit information of the IC under test and the performance board. A process of generating a netlist used in a simulator for simulating the operation of the tester, a result of execution by a virtual circuit based on the netlist, and a test standard based on the information of the test standard are compared. Determining whether or not the standard is satisfied.
[0017]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing an apparatus for debugging a program for an IC tester according to the first embodiment of the present invention.
[0018]
This embodiment does not produce a modeled virtual IC tester, but creates a netlist from circuit information of an IC to be inspected and a performance board to which the IC to be inspected is conventionally used for IC inspection. By applying an IC tester program to a virtual circuit obtained from this netlist, a virtual IC tester that enables simulation of IC inspection is constructed. In this embodiment, the virtual IC tester 13 is realized by hardware.
[0019]
The device for debugging an IC tester program according to the present embodiment includes a virtual IC tester 13, a storage unit 1 for storing an IC tester program to be debugged, and a storage unit 6 for storing circuit information. The IC tester program includes tester operation setting data and test standard data. Further, the tester operation setting data includes setting of test conditions for each pin of the IC under test simulated by the virtual IC tester 13 and setting of signals to be applied. Includes information for The test standard data indicates a standard value of an IC inspection to be compared with a simulation result by a virtual IC tester using the tester operation setting data. The circuit information stored in the storage unit 6 includes information on the circuit of the IC to be inspected and information on the circuit of the performance board on which the IC to be inspected is mounted.
[0020]
The test information extraction unit 2 in the virtual IC tester 13 accesses the storage unit 1 and extracts data such as tester operation settings and test standards described in an IC tester program that controls the operation of the IC tester. The test information extraction unit 2 is configured to provide the extracted test standard data and tester operation setting data to the storage units 3 and 4 in the test information storage unit 5 and store them.
[0021]
The net list generation unit 7 reads out the circuit information from the storage unit 6 and the tester operation setting data from the test information storage unit 5, and generates a net list for simulation. If a complete virtual circuit is constructed using all of the circuit information and the tester setting data is applied thereto, the amount of calculation in the simulation will be enormous. Thus, in the present embodiment, the amount of simulation calculation is reduced by constructing only a virtual circuit suitable for each test item for each test item using the tester operation setting data. .
[0022]
The netlist generation unit 7 gives the generated netlist to the netlist storage unit 8 and stores it. The netlist storage unit 8 supplies the stored simulation netlist to the simulator 9.
[0023]
The simulator 9 executes a simulation using the input simulation netlist. The simulation result of the simulator 9 is given to the result data storage unit 10. The result data storage unit 10 holds the input result data and outputs the result data to the determination unit 11.
[0024]
The determination unit 11 compares the simulation result data from the result data storage unit 10 with the test standard data stored in the test information storage unit 5 to determine whether the simulation execution result satisfies the test standard. The judgment is made. The controller 12 controls each part of the virtual tester 13.
[0025]
Next, the operation of the embodiment configured as described above will be described with reference to FIG. FIG. 2 is a flowchart showing the operation of the first embodiment.
[0026]
The program for the IC tester to be debugged is stored in the storage unit 1, and the circuit information including the information on the circuit of the IC to be tested and the circuit of the performance board on which the IC to be tested is mounted is stored in the storage unit 6. I do.
[0027]
In step S21 of FIG. 2, the test information extraction unit 2 is controlled by the controller 12 to read the IC tester program from the storage unit 1 into the virtual IC tester 13, and reads the tester operation setting data and the test standard from the IC tester program. Test information such as data is extracted (step S22). The test information extraction unit 2 gives the extracted test standard data and tester operation setting data to the test information storage unit 5 and stores them (step S23).
[0028]
Next, the controller 12 sets test items to be simulated by the virtual IC tester 13 (Step S24). The netlist generation unit 7 reads out the tester operation setting data corresponding to the set test item from the test information storage unit 5 and also reads out the circuit information from the storage unit 6, and based on the tester setting data and the circuit information, A net list is generated (Step S25). The generated netlist is supplied to and stored in the netlist storage unit 8 (step S26).
[0029]
The simulator 9 is controlled by the controller 12 to execute a simulation based on the netlist stored in the netlist storage unit 8 (Step S27). The data of the execution result of the simulation by the simulator 9 is stored in the result data storage unit 10 as simulation result data (step S28).
[0030]
In the next step S29, the test standard data stored in the test information storage unit 5 and the simulation result data stored in the result data storage unit 10 are compared by the determination unit 11, and the simulation execution result satisfies the test standard. Is determined.
[0031]
In step S30, it is determined whether the test item set in step S24 is the last test item to be simulated. If it is the last test item, the operation is terminated (step S31); otherwise, the process returns to step S24 to repeat the same operation for the next test item.
[0032]
Thereafter, these series of operations are performed until the end of the test item. If the judgment by the judging unit 11 indicates that all the test items satisfy the test standards, the test conditions and test standards for each test item are properly described as an IC tester program. Can be determined. If there is a test item that is determined not to meet the test standard, it is determined that the description of the test condition and test standard for the test item in the IC tester program is inappropriate. Can be. In this case, the flow of FIG. 2 is executed after correcting the description of the part determined to be inappropriate in the IC tester program. Thereafter, the same processing is repeated until it is obtained that all the test items satisfy the test standard.
[0033]
As described above, in the present embodiment, instead of simulating the operation of the IC tester in the form of an IC tester program, information necessary for verifying the operation of the IC tester including the IC under test and the performance board is obtained. Since the operation of the IC tester is extracted and simulated, there is no need to develop the IC tester program and the IC tester model on a general-purpose computer. That is, it is not necessary to construct a complicated virtual IC tester model for each IC tester, and a simple and highly versatile virtual IC tester using existing circuit information of the IC under test and the performance board can be constructed. The versatility of test results can be improved.
[0034]
3 and 4 relate to a second embodiment of the present invention. FIG. 3 is a block diagram showing an IC tester program debugging device according to the second embodiment. FIG. 4 is a block diagram showing the second embodiment. 9 is a flowchart showing the operation of the embodiment. 3, the same components as those in FIG. 1 are denoted by the same reference numerals, and description thereof will be omitted.
[0035]
In the present embodiment, debugging of a plurality of IC tester programs described in different languages or grammars can be realized using a common virtual IC tester.
[0036]
The storage unit 41 stores the program for the IC tester A, and the storage unit 51 stores the program for the IC tester B. The IC tester A and the IC tester B are different types of IC testers, and the program for the IC tester A and the program for the IC tester B are described in mutually different syntaxes.
[0037]
The virtual IC tester 40 of FIG. 3 employs a test information extraction unit 42 for IC tester A and a test information extraction unit 52 for IC tester B instead of the test information extraction unit 2 in the virtual IC tester 13 of FIG. It is. The IC tester A test information extraction unit 42 extracts data such as tester operation settings and test standards described in an IC tester A program for controlling the operation of the IC tester A. The information extracting unit 52 extracts data such as tester operation settings and test standards described in a program for the IC tester B that controls the operation of the IC tester B. The test standard data and the tester operation setting data extracted by the IC tester A test information extractor 42 and the IC tester B test information extractor 52 are given to the accumulators 3 and 4, respectively, and are accumulated.
[0038]
Next, the operation of the embodiment configured as described above will be described with reference to the flowchart of FIG. In FIG. 4, the same steps as those in FIG. 2 are denoted by the same reference numerals, and description thereof will be omitted.
[0039]
The flow of FIG. 4 differs from the flow of FIG. 2 in that the process of step S60 for selecting one of the program for the IC tester A and the program for the IC tester B is added. The operations after the IC tester program is selected (steps S21 to S31) are the same as those in the first embodiment.
[0040]
That is, in step S60, the controller 12 operates one of the IC tester A test information extraction unit 42 and the IC tester B test information extraction unit 52 to execute the IC tester A program or the IC tester B program. Read. Test information is extracted from the read IC tester A program or IC tester B program and stored in the storage units 3 and 4. Subsequent operations are the same as in the first embodiment.
[0041]
By executing the series of flows in FIG. 4 until the end of the test items, it is determined whether the test conditions and test standards for each test item are properly described as an IC tester program, as in the first embodiment. Can be determined. If it is determined that the read IC tester program is not properly described, the debugged IC tester program is corrected, and the processing after step S60 is performed again to confirm that all the test items are correct. The process is repeated until the determination is made.
[0042]
As described above, in this embodiment, the same effects as those of the first embodiment can be obtained, and the IC tester test for extracting information such as tester operation settings and test standards described in the IC tester program. By preparing a plurality of types of information extraction units, debugging work of a plurality of types of IC tester programs having different languages and grammars can be performed. That is, even when the language and grammar of the IC tester program are different, there is no need to design a virtual IC tester for each IC tester program, and the development time and cost of the virtual IC tester can be significantly reduced. As a result, the test designer can describe the program for the IC tester in a program format familiar to the handling, and the versatility can be improved.
[0043]
It is to be noted that each configuration in each of the above embodiments can be variously modified and changed. For example, the netlist generation unit 7 and the simulator 9 may be directly connected without storing the netlist output from the netlist generation unit 7 in the netlist storage unit 8.
[0044]
Further, it may be connected to a storage unit for storing information output from the determination unit 11 or a display unit such as a monitor and a printer.
[0045]
Although the above embodiments have been described with reference to the hardware configuration, it is needless to say that the embodiments may be implemented as software (programs) based on the flowchart in FIG. 2 or FIG.
[0046]
【The invention's effect】
As described above, according to the present invention, debugging of an IC tester program can be realized without applying an IC tester program to an IC tester model on a general-purpose computer and executing the program. Has the effect of being able to correspond to the IC tester.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a debugger for an IC tester program according to a first embodiment of the present invention.
FIG. 2 is a flowchart showing the operation of the first embodiment.
FIG. 3 is a block diagram showing an IC tester program debug device according to a second embodiment;
FIG. 4 is a flowchart showing the operation of the second embodiment.
FIG. 5 is a block diagram showing a configuration of an IC inspection device.
FIG. 6 is an explanatory diagram showing the correspondence between a virtual IC tester model and an IC tester program.
[Explanation of symbols]
1, 6, 3, 4,..., A storage unit, 2, a test information extraction unit, 7 a net list generation unit, 9 a simulator, 11 a determination unit, 12 a controller

Claims (6)

被検査ICが装着されるパフォーマンスボードに接続されて上記被検査ICの検査を行うICテスタの動作を制御するためのICテスタ用プログラムから、上記ICテスタの動作設定及びテスト規格の情報を含むテスト情報を抽出するテスト情報抽出手段と、
上記ICテスタの動作設定の情報と、上記被検査IC及びパフォーマンスボードの回路情報とから、上記ICテスタの動作をシミュレートするシミュレータに用いるネットリストを生成するネットリスト生成手段と、
上記ネットリストに基づく仮想回路による実行結果と、上記テスト規格の情報に基づくテスト規格とを比較し、上記実行結果が上記テスト規格を満足するか否かを判定する判定手段と、
を有することを特徴とするICテスタ用プログラムのデバッグ装置。
A test including an operation setting of the IC tester and information on a test standard from an IC tester program for controlling the operation of the IC tester connected to the performance board on which the IC to be mounted is mounted and inspecting the IC to be tested. Test information extracting means for extracting information;
A netlist generating means for generating a netlist used for a simulator for simulating the operation of the IC tester from the information on the operation setting of the IC tester and the circuit information of the IC under test and the performance board;
Determining means for comparing an execution result of the virtual circuit based on the netlist with a test standard based on the information of the test standard, and determining whether the execution result satisfies the test standard;
An apparatus for debugging a program for an IC tester, comprising:
上記テスト情報抽出手段は、複数のICテスタ用プログラムに応じた各種ICテスタに夫々対応して複数設けられることを特徴とする請求項1に記載のICテスタ用プログラムのデバッグ装置。2. The device according to claim 1, wherein a plurality of the test information extracting means are provided corresponding to various IC testers corresponding to the plurality of IC tester programs. 被検査ICが装着されるパフォーマンスボードに接続されて上記被検査ICの検査を行うICテスタの動作を制御するためのICテスタ用プログラムから、上記ICテスタの動作設定及びテスト規格の情報を含むテスト情報を抽出する処理と、
上記ICテスタの動作設定の情報と、上記被検査IC及びパフォーマンスボードの回路情報とから、上記ICテスタの動作をシミュレートするシミュレータに用いるネットリストを生成する処理と、
上記ネットリストに基づく仮想回路による実行結果と、上記テスト規格の情報に基づくテスト規格とを比較し、上記実行結果が上記テスト規格を満足するか否かを判定する処理と、
を有することを特徴とするICテスタ用プログラムのデバッグ方法。
A test including an operation setting of the IC tester and information on a test standard from an IC tester program for controlling the operation of the IC tester connected to the performance board on which the IC to be mounted is mounted and inspecting the IC to be tested. Processing to extract information;
A process of generating a netlist used for a simulator for simulating the operation of the IC tester from the information on the operation setting of the IC tester and the circuit information of the IC under test and the performance board;
Comparing the execution result by the virtual circuit based on the netlist with a test standard based on the information of the test standard, and determining whether the execution result satisfies the test standard;
A method for debugging a program for an IC tester, comprising:
上記テスト情報の抽出は、複数のICテスタ用プログラムに応じた各種ICテスタに夫々対応して行なわれることを特徴とする請求項3に記載のICテスタ用プログラムのデバッグ方法。4. The method according to claim 3, wherein the extraction of the test information is performed for each of various IC testers corresponding to the plurality of IC tester programs. コンピュータに、
被検査ICが装着されるパフォーマンスボードに接続されて上記被検査ICの検査を行うICテスタの動作を制御するためのICテスタ用プログラムから、上記ICテスタの動作設定及びテスト規格の情報を含むテスト情報を抽出する処理と、
上記ICテスタの動作設定の情報と、上記被検査IC及びパフォーマンスボードの回路情報とから、上記ICテスタの動作をシミュレートするシミュレータに用いるネットリストを生成する処理と、
上記ネットリストに基づく仮想回路による実行結果と、上記テスト規格の情報に基づくテスト規格とを比較し、上記実行結果が上記テスト規格を満足するか否かを判定する処理と、
を実行させるためのICテスタ用プログラムのデバッグプログラム。
On the computer,
A test including an operation setting of the IC tester and information on a test standard from an IC tester program for controlling the operation of the IC tester connected to the performance board on which the IC to be mounted is mounted and inspecting the IC to be tested. Processing to extract information;
A process of generating a netlist used for a simulator for simulating the operation of the IC tester from the information on the operation setting of the IC tester and the circuit information of the IC under test and the performance board;
Comparing the execution result by the virtual circuit based on the netlist with a test standard based on the information of the test standard, and determining whether the execution result satisfies the test standard;
Debug program for the IC tester program for executing the program.
上記テスト情報の抽出は、複数のICテスタ用プログラムに応じた各種ICテスタに夫々対応して行う処理を含むことを特徴とする請求項5に記載のICテスタ用プログラムのデバッグプログラム。6. The program according to claim 5, wherein the extraction of the test information includes a process performed for each of various IC testers corresponding to the plurality of IC tester programs.
JP2003146822A 2003-05-23 2003-05-23 Device, method and program for debugging ic tester program Pending JP2004348596A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003146822A JP2004348596A (en) 2003-05-23 2003-05-23 Device, method and program for debugging ic tester program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003146822A JP2004348596A (en) 2003-05-23 2003-05-23 Device, method and program for debugging ic tester program

Publications (1)

Publication Number Publication Date
JP2004348596A true JP2004348596A (en) 2004-12-09

Family

ID=33533564

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003146822A Pending JP2004348596A (en) 2003-05-23 2003-05-23 Device, method and program for debugging ic tester program

Country Status (1)

Country Link
JP (1) JP2004348596A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007278714A (en) * 2006-04-03 2007-10-25 Yokogawa Electric Corp Ic tester
JP2010256354A (en) * 2009-04-23 2010-11-11 Avl List Gmbh Method and device for verifying automation system
US8825460B2 (en) 2007-06-14 2014-09-02 Avl List Gmbh Device and method for the simulation of a development system
CN110321292A (en) * 2019-08-12 2019-10-11 上海燧原智能科技有限公司 Chip detecting method, device, electronic equipment and computer readable storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06259246A (en) * 1993-03-09 1994-09-16 Hitachi Ltd Method and device for verifying program
JP2001051025A (en) * 1999-08-12 2001-02-23 Advantest Corp Program debugging apparatus for semiconductor test

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06259246A (en) * 1993-03-09 1994-09-16 Hitachi Ltd Method and device for verifying program
JP2001051025A (en) * 1999-08-12 2001-02-23 Advantest Corp Program debugging apparatus for semiconductor test

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007278714A (en) * 2006-04-03 2007-10-25 Yokogawa Electric Corp Ic tester
US8825460B2 (en) 2007-06-14 2014-09-02 Avl List Gmbh Device and method for the simulation of a development system
JP2010256354A (en) * 2009-04-23 2010-11-11 Avl List Gmbh Method and device for verifying automation system
US9009013B2 (en) 2009-04-23 2015-04-14 Avl List Gmbh Method and device for verification of an automation system
CN110321292A (en) * 2019-08-12 2019-10-11 上海燧原智能科技有限公司 Chip detecting method, device, electronic equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
JP3942765B2 (en) Semiconductor device simulation apparatus and program debugging apparatus for semiconductor test using the same
US7490307B2 (en) Automatic generating of timing constraints for the validation/signoff of test structures
US9959186B2 (en) Debugging in a semiconductor device test environment
JP2010146592A (en) Test program debug device, semiconductor test device, test program debug method, and test method
KR20000029237A (en) Semiconductor integrated circuit evaluation system
US20070061641A1 (en) Apparatus and method for generating test driver
CN112444731B (en) Chip testing method and device, processor chip and server
KR20000017333A (en) Semiconductor integrated circuit design and evaluation system
CN115656792B (en) Test method and test platform for chip testability design
KR20040007463A (en) Method and apparatus for design validation of complex ic without using logic simulation
JP4959941B2 (en) Interactive software probing
TW200533942A (en) Verification of integrated circuit tests using test simulation and integrated circuit simulation with simulated failure
JP2006323706A (en) Semiconductor-testing program debug device
TW201017459A (en) Method and apparatus for debugging an electronic system design (ESD) prototype
US6249891B1 (en) High speed test pattern evaluation apparatus
JP4213306B2 (en) Program debugging device for semiconductor testing
JP2011248597A (en) Tester simulation apparatus, tester simulation program, and tester simulation method
CN106546910A (en) FPGA test platforms based on bit stream retaking of a year or grade
JP4574894B2 (en) Program debugging device for semiconductor testing
JP2004348596A (en) Device, method and program for debugging ic tester program
JP2003330747A (en) Test program emulator for semiconductor device, emulation method and operation method
JP4132499B2 (en) Program debugging device for semiconductor testing
JP3162316B2 (en) Electronic circuit testing system
El-Kharashy et al. A novel assertions-based code coverage automatic cad tool
CN117787155A (en) Chip testability code dynamic simulation test system and test method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060327

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080408

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080805