JP2004118301A - Forming method and device of developable test program tool - Google Patents

Forming method and device of developable test program tool Download PDF

Info

Publication number
JP2004118301A
JP2004118301A JP2002277304A JP2002277304A JP2004118301A JP 2004118301 A JP2004118301 A JP 2004118301A JP 2002277304 A JP2002277304 A JP 2002277304A JP 2002277304 A JP2002277304 A JP 2002277304A JP 2004118301 A JP2004118301 A JP 2004118301A
Authority
JP
Japan
Prior art keywords
tool
flowchart
write
test program
test
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
JP2002277304A
Other languages
Japanese (ja)
Inventor
Yoshihiro Maesaki
前崎 義博
Hiroshi Teshigawara
勅使河原 寛
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2002277304A priority Critical patent/JP2004118301A/en
Publication of JP2004118301A publication Critical patent/JP2004118301A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a forming method of a developable test program tool for allowing even an inexperienced engineer to make a test pattern program in a short period in the forming method and the device of the developable test program tool, and a device thereof. <P>SOLUTION: This device comprises a CPU 10 for controlling the whole operation, a display 12 connected to the CPU 10 and displaying an editing image screen, a map image screen tool 21, a flowchart making tool 22, a converting tool 23 for converting a flowchart made by the flowchart making tool 22 into a pseudo-test program, a write/read operation forming tool 24 for making write/read operation and a storage device 20 including a joining tool 25 for joining the pseudo-test program converted by the converting tool 23 and a program formed by the write/read operation forming tool 24. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は展開型試験プログラムツールの生成方法及び装置に関する。
【0002】
近年、半導体技術の進歩に伴い、ICやLSI等もその構成が複雑なものとなってきている。このため、この種のICやLSIを試験する試験装置も複雑高度なものとなっている。従って、試験装置を操作するオペレータも試験装置に習熟した専門のオペレータが必要となってきている。しかしながら、初心者でも装置を容易に操作することができるようになることが好ましい。
【0003】
【従来の技術】
従来のこの種の装置としては、パターン実行用プログラムを自動生成することにより、メモリテストパターンを発生する機能や、テストパターンプログラム生成可否判定とパターン発生の可否を報告する機能を持つ半導体試験装置が知られている(特許文献1参照)。また、半導体メモリに必要とする書き込み信号及びテストパターンを発生させる2次元の走査方向を記述した複数のテスト条件を用意し、用意された複数のテスト条件の一覧を表示してテスト条件を選択する過程と、テストパターンを発生させるための2次元の走査領域を設定する過程と、選択された複数のステップについてのテスト条件と設定された2次元の走査領域とに基づいてテストパターンプログラムを生成する過程とを有するLSIテストパターンプログラム自動生成方法が知られている(特許文献2参照)。
【0004】
この種のシステムでは、専門の技術者が、マニュアルで試験プログラムの開発を行なっていた。
【0005】
【特許文献1】
特開平4−186178号公報
【特許文献2】
特開2001−155497号公報
【0006】
【発明が解決しようとする課題】
前述した従来の技術では、以下のような問題点があった。
▲1▼メモリテストプログラム開発には専門知識が必要であるため、開発技術者育成には最低2年から3年を要すること。メモリICをテストするためには、テストパターンを作成する必要があるが、従来アセンブラ系で作成しており、作成手続が非常に複雑であるということから、熟練した技術者が必要となる。
▲2▼半導体の品種(DDR、SDRAM等)毎にテストプログラムの作成方法が全く異なること。
▲3▼プログラム用言語が複雑であり、かつデバッグが難しいこと。
▲4▼開発工数がかかること。例えば、通常の1テストプログラム当たり平均3週間ぐらいかかる。
【0007】
本発明はこのような課題に鑑みてなされたものであり、経験の浅い技術者でも短期間でテストパターンプログラムを作成することができる展開型試験プログラムツールの生成方法及び装置を提供することを目的としている。
【0008】
【課題を解決するための手段】
(1)図1は本発明の原理を示すフローチャートである。本発明は、テストパターン動作をマップ化し(ステップ1)、マップ化したパターン動作を各事象へ分割し(ステップ2)、パターン動作をフローチャート化し(ステップ3)、該フローチャートから疑似テストプログラムを作成し(ステップ4)、ライト/リード動作を複数段階で生成し(ステップ5)、前記疑似テストプログラムと生成されたライト/リード動作を結合する(ステップ6)ことを特徴とする。
【0009】
本発明によれば、テストパターン動作をマップ化することにより、パターン動作をフローチャート化することができる。このフローチャートの作成は通常のフローチャート作成であるので作成は容易である。このフローチャートの作成が終了すると、疑似テストプログラムの作成とライト/リード動作を結合することにより、容易に展開型テストプログラムを作成することができる。
(2)請求項2記載の発明は、前記テストパターンは、Mscan、March、Masest法の何れか一つであることを特徴とする。
【0010】
これによれば、既存の技術であるエムスキャン(Mscan)、マーチ(March)、マセスト(Masest)法の何れかに本発明を適用することができる。
(3)請求項3記載の発明は、全体の動作を制御するCPUと、該CPUと接続される主記憶装置と、該CPUと接続され、編集画面を表示するディスプレイと、各種の動作コマンドや記号、数値を入力する操作部と、マップ画面ツール、フローチャート作成ツール、該フローチャート作成ツールで作成したフローチャートを疑似テストプログラムに変換する変換ツールと、ライト/リード動作を生成するライト/リード動作生成ツールと、前記変換ツールで変換された疑似テストプログラムとライト/リード動作生成ツールで生成されたプログラムとを結合する結合ツールを含む記憶装置と、を含んで構成されることを特徴とする。
【0011】
このように構成すれば、マップ画面ツールによりテストパターン動作をマップ化することにより、フローチャート作成ツールでパターン動作をフローチャート化することができる。このフローチャートの作成は通常のフローチャート作成であるので作成は容易である。このフローチャートの作成が終了すると、変換ツールと結合ツールを用いて疑似テストプログラムの作成とライト/リード動作を結合することにより、容易に展開型試験プログラムを作成することができる。
【0012】
【発明の実施の形態】
以下、図面を参照して本発明の実施の形態例を詳細に説明する。
【0013】
以下、図1に示すフローチャートを更に詳細に説明する。
(ステップ1)テストパターン動作のマップ化
図2はメモリセルと番地の対応を示す図である。(a)において、a〜dはメモリセルである。このセル(素子)を座標で表わすために、x(ロー)、y(カラム)方向の座標を考える。各セルの座標は(b)に示すように表される。即ち、セルaのx軸方向の値は0、y方向の値は0である。同様にして、セルbのx軸方向の値は1、y方向の値は0である。このようにして、セルa〜セルdまでの値を座標で表わすと(b)に示すようなものとなる。なお、図2では、簡単のためにセルが2×2の4個の場合を説明したが、実際のセルの数は膨大な数である。
【0014】
本発明の特徴は、セルへの書き込みと読み出し動作をマップ(MAP)で表わすようにした点と、セルの動作を一般的なフローチャートで表わすようにした点である。以下、March方式のマップ化について説明する。図3は第1事象の動作説明図である。2×2のメモリセルに対して、(0,0)の番地のセルから(1,1)の番地のセルまで全て“0”データをライト(Write)する。
【0015】
図4は第2事象の動作説明図である。この場合には、(0,0)のセルから(1,1)の素子まで、“0”をリード(Read)して“1”をライトする動作を繰り返す。例えば、(0,0)のセルに対して、先ず“0”をリードし、次に“1”をライトする。第1の事象で、各メモリセルのデータは全て“0”になっているので、第2事象における最初の動作はこの“0”のリードである。このような“0”のリードと、“1”のライト動作を(1,1)のセルまで繰り返す。
【0016】
図5は第3事象の動作説明図である。この事象では、動作は(1,1)のセルから逆方向に(0,0)のセルまでに対して動作を行なう。先ず、(1,1)のセルに対して、データ“1”をリードする。第2の事象で各セルの値は全て“1”になっているので、データ“1”をリードすることになる。“1”を読み出したら、同じ座標のセルに対して、“0”をライトする。次に、(0,1)のセルに対して、データ“1”をリードし、次に同じ座標のセルに対して“0”をライトする。この動作を(0,0)まで繰り返す。
【0017】
図6は第4事象の説明図である。事象3で各セルの中身は“0”になっている。そこで、(0,0)から(1,1)までの全てのセルに対してリード動作を行なう。これまでの動作をマップ化することを考える。
【0018】
図7はテストパターン動作のマップ化の説明図である。図の(a)は第1事象の、(b)は第2事象の、(c)は第3事象の、(d)は第4事象の各説明図である。例えば、(a)は図2に示す場合と同様の2×2のセルより構成されている。(a)は全てのセルに“0”をライトすることを示している。ここで、W0とは“0”をライトすることを示す。
【0019】
(b)は各セルから先ず“0”をリードした後、“1”を書き込むことを示している。図のセル内の記号▲1▼R0は“0”をリードすることを示し、同じセル内の記号W1は“1”をライトすることを示している。(c)はセルから先ず“1”をリードし、次に同じセルに“0”をライトすることを示している。(d)は各セルから“0”をリードすることを示している。以上の説明より明らかなように、(a)に示す第1事象は図3に、(b)に示す第2事象は図4に、(c)に示す第3事象は図5に、(d)に示す事象は図6にそれぞれ対応している。テストパターン動作を、図7に示すようにマップ化したことが本発明の特徴である。(ステップ2)パターン動作の各事象への分割化
図7に示す各マップ動作を見ると、各マップ動作はそれぞれ他のマップ動作から独立していることが分かる。そこで、これらの各マップを各マップ動作毎に分割することを考える。図8は、図7に示す各段階のマップを各事象毎に分割した状態を示している。
(ステップ3)パターン動作のフローチャート化
図8に示すように、各パターン動作が事象に分割されたら、これら事象の動作をフローチャート化することを考える。図9は第1事象の動作フローチャートを示す図である。第1事象は、図3において説明したように、2×2のメモリセルに対して、全てのセルに“0”を書き込む動作である。そこで、図8に示すフローチャートがこの動作を忠実に再現するものであることを以下に証明する。
【0020】
先ずx=0と設定し(S1)、次にy=0と設定する(S2)。この結果、最初のセル(0,0)の座標が求まったことになる。次に、“0”を(0,0)番地のセルにライトする(S3)。
【0021】
(0,0)番地のセルへの“0”のライトが終わったら、今度はx=x+1を計算する(S4)。この結果、新しいセルの座標は(1,0)となる。次に、
x>1であるかどうかチェックする(S5)。今、x=1であるのでこの条件は成り立たない。そこで、再度ステップS3に戻り“0”をライトすることになる。この結果(1,0)のセルに“0”がライトされたことになる。
【0022】
次にx=x+1を計算する(S4)。この結果、x=2となる。ここで、x>1であるかどうかチェックする(S5)。今、x=2であるので、x>1は成立する。そこで、次にx=0にする(S6)。次にy=y+1を計算する(S7)。yは当初は“0”であるので、y=y+1の計算によりy=1となる。以上の手続きで番地(0,1)が指定されたことになる。
【0023】
次に、y>1であるかどうかチェックする(S8)。y=1であり、y>1ではないので、ステップS3に戻る。そして、(0,1)番地のセルに“0”をライトする(S3)。次に、x=x+1を計算する(S4)。今、x=0であるので、x+1は“1”になる。この状態で番地(1,1)が指定されたことになる。
【0024】
次に、x>1であるかどうかチェックする(S5)。x>1ではないので、ステップS3に戻り“0”をライトする。これで、(1,1)番地のセルに“0”がライトされたことになる。次に、x=x+1を計算すると(S4)、x=2となる。次に、x>1が成立するかどうかチェックする。x>1が成立するので、次に、x=0にする(S6)。そして、y=y+1を計算する(S7)。この結果y=2となる。次に、y>1が成立するかどうかチェックする(S8)。y=2であるので、y>1が成立し、次にy=0とする(S9)。これで、セルの座標が(0,0)に戻って処理を終了することになる。
【0025】
以上の動作より明らかなように、図8に示すフローチャートは、事象1の動作(2×2の全てのセルに“0”をライトする)を表していることが分かる。
(ステップ4)疑似テストプログラムの作成
ステップ3でパターン動作のフローチャート化が終了したら、このフローチャートから疑似テストプログラムを作成する。図10は疑似テストプログラムの生成フローチャートである。図9に示すフローチャートと対比してみると明らかなように、図10は図9と対応したものとなっている。なお、図10では、図9のxをX、yをYとして示している。
【0026】
テストパターンの作成手順は、一般には分かりづらく、そのテストパターン作成部は一般的にはブラックボックスと考えることができる。疑似テストプログラムの「疑似」とは1回目の変換という意味である。図9のフローチャートで使用されている記号である「XMAX」、「YMAX」、「JNI1」、「JNI2」は、実際のテストパターンで使用されている言語である。また、図10で使用されている記号「X<0」は、図9のフローチャートで用いている「x=0」と同じ意味であり、図10で使用されている記号「Y<0」は、図9のフローチャートで用いている「y=0」と対応している。そして、XMAXとJNI1、YMAXとJNI2はそれぞれコンビをなしている。
【0027】
図10に示すフローチャートは、実際には表示されないものであるが、参考のために示したものである。前記テストパターン作成部は、図9に示すフローチャートを入力して、テストプログラム用のパターンに変換する。この変換シーケンスは、実際には見えないものであるが、その一部を見えるようにして示しているものである。要するに、図9に示す通常のフローチャートを入力して、テストパターン用のシーケンスに自動変換しているところを目視できるようにして示したものである。
(ステップ5)ライト/リード動作の生成
次に変換2回目に入る。図11はライト/リードの生成ステップを示す図である。具体的には、図10のステップS5に示すWRITE’0’の生成ステップを示している。図では、SDRAM(RAMの一種)のWRITE“0”動作を示している。RAMの種類に従って、シーケンスは異なるものとなる。
【0028】
段階1では、WRITE及びREADの部分を抽出する。次に、段階2ではアクティブ(ACTIVE)動作となる。このACTIVEは、チップセレクト(CS)とRAS(コマンドの一種)をイネーブルするものである。WRITEシーケンスでは、アクティブ(S1)、WRITE(S2),TPH(出口ビットの期待値)、プリチャージ(PRE:コマンドの一種)(S3)のシーケンスより構成される。
【0029】
段階3では、ICテスタ(例えばLSIテスタ)とICとの接続を定義するシーケンスである。図12はICテスタとICとの物理的な接続状態を示す図である。図において、1はICテスタ、2は該ICテスタ1と接続されるICである。C1、C2、C3、C4はICテスタ1の端子名である。一方、CS、RAS、CAS(コマンドの一種)、ライトイネーブル(WE)はIC2側の端子名である。ICテスタ1側の端子名C1〜C4は“0”になることにより、ローアクティブとなるようになっている。
【0030】
段階3では、CSとRASをイネーブル(ENABLE)にし(S1)、次に、CSとCASとWEをENABLEにし(S2)、次にCSとRASとWEをENABLEにする(S3)。
【0031】
段階4では、図に示すように、ステップS1〜S3までの動作を行なう。即ち、CS=C1、RAS=C2にし(S1)、次にCS=C1,CAS=C3,WE=C4にし(S2)、次にCS=C1,RAS=C2,WE=C4にする(S3)。以上の処理により、WRITE動作を4段階で生成するシーケンスが終了する。なお、使用するRAMの種類に応じて、この各段階における処理は異なったものとなる。
(ステップ6)結合処理
ステップ4で作成された疑似テストプログラムと、ステップ5で生成されたライト/リード動作とを結合することにより、最終的なIC等の集積回路用のテストパターンが作成されることになる。具体的には、図11に示すシーケンスで作成されたライトシーケンスを図10のステップS5に挿入することで結合する。
【0032】
上述の説明は、事象1の場合について説明したものである。事象2〜事象4についても、図9に示すようなフローチャートを作成し、次に図10に示すような疑似テストプログラムを生成し、図11に示すようなライト/リードの生成を行なう必要がある。
【0033】
このように、本発明によれば、容易に展開型テストプログラムを作成することができる。
【0034】
以上、説明したテストパターン発生シーケンスは、March法によるものであるが、本発明はこれに限るものではなく、他の方法、例えばMscan、Masest法等に用いることができる。ここで、Mscan法は、全てのメモリセルに対してオール“0”ライトし、オール“0”リードするか、又は全てのメモリセルにオール“1”ライトし、オール“1”リードする方法である。
【0035】
Masest法は、セルの端部から交互にリード/ライト動作を行なうものである。図13はマセスト(Masest)法の説明図である。例えば、図に示すように4×4のメモリセルを用いる。そして、(a)に示すようにカラム0にオール“0”を、カラム1にオール“1”を、カラム2にオール“0”を、カラム3にオール“1”を書き込む。つまり交互に“0”と“1”を書き込む。
【0036】
メモリセルへの書き込みが終了したら、セルのリード動作に移る。セルのリード動作は(b)に示すようなものとなる。先ず(0,0)のセルから“0”をリードし、次に(3,3)のセルから“1”をリードする。次に、(1,0)のセルから“0”をリードし、次に(2,3)のセルから“1”をリードする。このような操作を繰り返す。つまり、4隅の両端からお互いに近づく方へセルを移動しながらリード動作を行なうものである。
【0037】
図14は本発明のシステム構成例を示すブロック図である。図において、10は全体の制御動作を行なうCPU、11は該CPU10と接続された主記憶装置、12はCPU10と接続され、シーケンス状態等を表示するディスプレイ、13は各種の動作コマンドや記号、数値を入力する操作部である。主記憶装置11としては、例えばRAM等が用いられ、ディスプレイ12としては例えばCRT又は液晶表示器等が用いられる。操作部13としては、例えばキーボードやマウス等が用いられる。
【0038】
20はCPU10と接続される記憶装置である。該記憶装置20としては、例えば大容量のハードディスク装置等が用いられる。該記憶装置20において、21は図6に示すようなマップ画面を生成するMAP画面ツール、22は図9に示すようなフローチャートを作成するフローチャート作成ツールである。23はフローチャートをテストパターンの種類に応じたテストプログラムに変換する変換ツール、24はライト/リード動作を複数段階で生成するライト/リード動作生成ツール、25は変換ツール23で変換したテストプログラムと、ライト/リード動作生成ツール24で生成したプログラムとを結合する結合ツールである。変換ツール23において、30はテストパターン発生法に応じたパターンの種類が記憶されているパターン記憶部である。該記憶パターン30には、被試験デバイスの種類に応じたテストパターンが記憶されている。このような各ツールは、ここではプログラム(ソフトウェア)で構成されている。
【0039】
このように構成された装置において、操作部13から一連の動作を行なうための各種のコマンドが入力され、CPU10はこのコマンドを解釈してテストプログラムの生成を行なう。MAP画面ツール21はテストパターンの動作をMAP化する。フローチャート作成ツール22は、該MAP画面ツール21で生成されたパターンを実現するためのフローチャートを作成する。変換ツール23は、被試験デバイス(例えばメモリIC)の種類に応じて、記憶パターン30を参照してテストパターンへの変換を行なう。ライト/リード動作生成ツール24は、ライト又はリード動作をテストパターンに変換する。結合ツール25は、変換ツール23で変換したテストプログラムと、ライト/リード動作生成ツール24で生成したテストプログラムとを結合する。
【0040】
マップ画面ツール21によりテストパターン動作をマップ化することにより、フローチャート作成ツール22でパターン動作をフローチャート化することができる。このフローチャートの作成は通常のフローチャート作成であるので作成は容易である。このフローチャートの作成が終了すると、変換ツール23の出力とライト/リード動作ツール24の出力を結合ツール25を用いて結合することにより、容易に展開型試験プログラムを作成することができる。
【0041】
【発明の効果】
以上説明したように、本発明によれば、以下の効果が得られる。
【0042】
(1)請求項1記載の発明によれば、テストパターン動作をマップ化することにより、パターン動作をフローチャート化することができる。このフローチャートの作成は通常のフローチャート作成であるので作成は容易である。このフローチャートの作成が終了すると、疑似テストプログラムの作成とライト/リード動作を結合することにより、容易に展開型テストプログラムを作成することができる。
【0043】
(2)請求項2記載の発明によれば、既存の技術であるMscan、March、Masest法の何れかに本発明を適用することができる。
【0044】
(3)請求項3記載の発明によれば、マップ画面ツールによりテストパターン動作をマップ化することにより、フローチャート作成ツールでパターン動作をフローチャート化することができる。このフローチャートの作成は通常のフローチャート作成であるので作成は容易である。このフローチャートの作成が終了すると、変換ツールと結合ツールを用いて疑似テストプログラムの作成とライト/リード動作を結合することにより、容易に展開型試験プログラムを作成することができる。
【0045】
このように、本発明によれば、経験の浅い技術者でも短期間でテストパターンプログラムを作成することができる展開型試験プログラムツールの生成方法及び装置を提供することができる。
【図面の簡単な説明】
【図1】本発明の原理を示すフローチャートである。
【図2】メモリセルと番地の対応を示す図である。
【図3】第1事象の動作説明図である。
【図4】第2事象の動作説明図である。
【図5】第3事象の動作説明図である。
【図6】第4事象の説明図である。
【図7】テストパターン動作のマップ化の説明図である。
【図8】パターン動作の各事象への分割の説明図である。
【図9】第1事象の動作フローチャートを示す図である。
【図10】疑似テストプログラムの生成フローチャートである。
【図11】ライト/リードの生成ステップを示す図である。
【図12】ICテスタとICとの物理的な接続状態を示す図である。
【図13】マセスト法の説明図である。
【図14】本発明のシステム構成例を示すブロック図である。
【符号の説明】
10 CPU
11 主記憶装置
12 ディスプレイ
13 操作部
20 記憶装置
21 マップ画面ツール
22 フローチャート作成ツール
23 変換ツール
24 ライト/リード動作生成ツール
25 結合ツール
30 パターン記憶部
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a method and an apparatus for generating an expandable test program tool.
[0002]
In recent years, with the progress of semiconductor technology, the configuration of ICs, LSIs, and the like has also become complicated. For this reason, a test apparatus for testing this kind of IC or LSI has become complicated and sophisticated. Therefore, an operator who operates the test apparatus also needs a specialized operator who is familiar with the test apparatus. However, it is preferred that even beginners can easily operate the device.
[0003]
[Prior art]
Conventional devices of this type include a semiconductor test device having a function of generating a memory test pattern by automatically generating a pattern execution program and a function of determining whether a test pattern program can be generated and reporting whether a pattern can be generated. It is known (see Patent Document 1). Also, a plurality of test conditions describing a two-dimensional scanning direction for generating a write signal and a test pattern required for the semiconductor memory are prepared, and a list of the prepared plurality of test conditions is displayed to select a test condition. Generating a test pattern program based on a process, a process of setting a two-dimensional scanning region for generating a test pattern, and test conditions for the selected plurality of steps and the set two-dimensional scanning region. An LSI test pattern program automatic generation method having a process is known (see Patent Document 2).
[0004]
In this type of system, a specialized engineer manually develops a test program.
[0005]
[Patent Document 1]
JP-A-4-186178 [Patent Document 2]
JP 2001-155497 A
[Problems to be solved by the invention]
The above-described conventional technique has the following problems.
(1) Since the development of memory test programs requires specialized knowledge, the training of development engineers requires at least two to three years. In order to test a memory IC, it is necessary to create a test pattern. However, since a test pattern is conventionally created using an assembler system and the creation procedure is very complicated, a skilled technician is required.
{Circle around (2)} The test program creation method is completely different for each type of semiconductor (DDR, SDRAM, etc.).
(3) The programming language is complicated and debugging is difficult.
(4) Development time is required. For example, an average test program takes about three weeks on average.
[0007]
The present invention has been made in view of such a problem, and an object of the present invention is to provide a method and an apparatus for generating an unfoldable test program tool that enable even an inexperienced engineer to create a test pattern program in a short time. And
[0008]
[Means for Solving the Problems]
(1) FIG. 1 is a flowchart showing the principle of the present invention. According to the present invention, the test pattern operation is mapped (Step 1), the mapped pattern operation is divided into each event (Step 2), the pattern operation is formed into a flowchart (Step 3), and a pseudo test program is created from the flowchart. (Step 4), a write / read operation is generated in a plurality of stages (Step 5), and the pseudo test program is combined with the generated write / read operation (Step 6).
[0009]
According to the present invention, the pattern operation can be made into a flowchart by mapping the test pattern operation. Since the creation of this flowchart is a normal flowchart creation, the creation is easy. When the creation of this flowchart is completed, the development test program can be easily created by combining the creation of the pseudo test program and the write / read operation.
(2) The invention according to claim 2 is characterized in that the test pattern is any one of Mscan, March, and Massest methods.
[0010]
According to this, the present invention can be applied to any of the existing technologies such as Mscan, March, and Massest.
(3) The invention according to claim 3 is a CPU for controlling the entire operation, a main storage device connected to the CPU, a display connected to the CPU for displaying an editing screen, various operation commands, An operation unit for inputting symbols and numerical values, a map screen tool, a flowchart creation tool, a conversion tool for converting a flowchart created by the flowchart creation tool into a pseudo test program, and a write / read action creation tool for creating a write / read action And a storage device including a combining tool for combining the pseudo test program converted by the conversion tool and the program generated by the write / read operation generation tool.
[0011]
According to this structure, the test pattern operation is mapped by the map screen tool, so that the pattern operation can be made into a flowchart by the flowchart creation tool. Since the creation of this flowchart is a normal flowchart creation, the creation is easy. When the creation of the flowchart is completed, the development test program can be easily created by combining the creation of the pseudo test program and the write / read operation using the conversion tool and the combining tool.
[0012]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
[0013]
Hereinafter, the flowchart shown in FIG. 1 will be described in more detail.
(Step 1) Mapping Test Pattern Operation FIG. 2 is a diagram showing the correspondence between memory cells and addresses. In (a), a to d are memory cells. In order to represent the cell (element) by coordinates, the coordinates in the x (row) and y (column) directions are considered. The coordinates of each cell are represented as shown in FIG. That is, the value of the cell a in the x-axis direction is 0, and the value in the y-direction is 0. Similarly, the value of the cell b in the x-axis direction is 1, and the value in the y-direction is 0. In this manner, the values of the cells a to d are represented by coordinates as shown in FIG. Although FIG. 2 illustrates the case where the number of cells is 2 × 2 = 4 for simplicity, the actual number of cells is enormous.
[0014]
The features of the present invention are that the writing and reading operations to and from the cell are represented by a map (MAP), and the operation of the cell is represented by a general flowchart. Hereinafter, mapping of the March method will be described. FIG. 3 is an explanatory diagram of the operation of the first event. For a 2 × 2 memory cell, data “0” is written (Write) from the cell at the address (0, 0) to the cell at the address (1, 1).
[0015]
FIG. 4 is an explanatory diagram of the operation of the second event. In this case, the operation of reading “0” and writing “1” is repeated from the cell (0, 0) to the element (1, 1). For example, "0" is read first, and then "1" is written to the cell (0, 0). Since the data of each memory cell is all "0" in the first event, the first operation in the second event is to read this "0". Such a read operation of “0” and a write operation of “1” are repeated up to the cell of (1, 1).
[0016]
FIG. 5 is an explanatory diagram of the operation of the third event. In this event, the operation is performed from the cell (1, 1) to the cell (0, 0) in the reverse direction. First, data “1” is read from the cell (1, 1). Since the value of each cell is all "1" in the second event, data "1" is read. After reading "1", "0" is written to the cell having the same coordinates. Next, data "1" is read from the cell at (0, 1), and "0" is then written into the cell at the same coordinates. This operation is repeated until (0,0).
[0017]
FIG. 6 is an explanatory diagram of the fourth event. In event 3, the content of each cell is "0". Therefore, a read operation is performed on all cells from (0, 0) to (1, 1). Consider mapping the operation so far.
[0018]
FIG. 7 is an explanatory diagram of mapping of a test pattern operation. (A) of the figure is an explanatory diagram of the first event, (b) is an explanatory diagram of the second event, (c) is an explanatory diagram of the third event, and (d) is an explanatory diagram of the fourth event. For example, (a) is composed of 2 × 2 cells similar to the case shown in FIG. (A) shows that "0" is written to all cells. Here, W0 indicates that "0" is to be written.
[0019]
(B) shows that "0" is first read from each cell and then "1" is written. The symbol <1> R0 in the cell in the figure indicates that "0" is to be read, and the symbol W1 in the same cell indicates that "1" is to be written. (C) indicates that "1" is first read from the cell, and then "0" is written to the same cell. (D) indicates that "0" is read from each cell. As is clear from the above description, the first event shown in (a) is shown in FIG. 3, the second event shown in (b) is shown in FIG. 4, the third event shown in (c) is shown in FIG. The events shown in parentheses) correspond to FIG. The feature of the present invention is that the test pattern operation is mapped as shown in FIG. (Step 2) Dividing the Pattern Operation into Events Each map operation shown in FIG. 7 shows that each map operation is independent of the other map operations. Therefore, it is considered that these maps are divided for each map operation. FIG. 8 shows a state in which the map of each stage shown in FIG. 7 is divided for each event.
(Step 3) Making a Flowchart of Pattern Operations As shown in FIG. 8, when each pattern operation is divided into events, it is considered that the operations of these events are made into a flowchart. FIG. 9 is a diagram showing an operation flowchart of the first event. The first event is, as described with reference to FIG. 3, an operation of writing “0” to all the 2 × 2 memory cells. Therefore, it will be proved below that the flowchart shown in FIG. 8 faithfully reproduces this operation.
[0020]
First, x = 0 is set (S1), and then y = 0 is set (S2). As a result, the coordinates of the first cell (0, 0) have been obtained. Next, "0" is written to the cell at the address (0,0) (S3).
[0021]
After the writing of "0" to the cell at the address (0,0) is completed, x = x + 1 is calculated (S4). As a result, the coordinates of the new cell are (1, 0). next,
It is checked whether x> 1 (S5). Now, since x = 1, this condition does not hold. Therefore, the process returns to step S3 again to write "0". As a result, "0" is written in the cell (1, 0).
[0022]
Next, x = x + 1 is calculated (S4). As a result, x = 2. Here, it is checked whether x> 1 (S5). Since x = 2, x> 1 holds. Then, x = 0 is set next (S6). Next, y = y + 1 is calculated (S7). Since y is initially “0”, the calculation of y = y + 1 results in y = 1. The address (0, 1) is designated by the above procedure.
[0023]
Next, it is checked whether or not y> 1 (S8). Since y = 1 and y> 1 are not satisfied, the process returns to step S3. Then, "0" is written to the cell at the address (0, 1) (S3). Next, x = x + 1 is calculated (S4). Since x = 0 now, x + 1 becomes "1". In this state, the address (1, 1) is designated.
[0024]
Next, it is checked whether x> 1 (S5). Since x> 1 is not satisfied, the process returns to step S3 and writes "0". Thus, "0" has been written to the cell at the address (1, 1). Next, when x = x + 1 is calculated (S4), x = 2. Next, it is checked whether x> 1 holds. Since x> 1 holds, next, x = 0 is set (S6). Then, y = y + 1 is calculated (S7). As a result, y = 2. Next, it is checked whether y> 1 is satisfied (S8). Since y = 2, y> 1 is satisfied, and then y = 0 (S9). Thus, the coordinates of the cell return to (0, 0), and the process ends.
[0025]
As is clear from the above operation, the flowchart shown in FIG. 8 indicates the operation of event 1 (writing "0" to all 2 × 2 cells).
(Step 4) Creation of a pseudo test program When the flowchart of the pattern operation is completed in step 3, a pseudo test program is created from this flowchart. FIG. 10 is a flowchart for generating the pseudo test program. As apparent from comparison with the flowchart shown in FIG. 9, FIG. 10 corresponds to FIG. In FIG. 10, x in FIG. 9 is indicated as X, and y in FIG.
[0026]
The procedure for creating a test pattern is generally difficult to understand, and the test pattern creating unit can be generally considered as a black box. "Pseudo" in the pseudo test program means the first conversion. Symbols “XMAX”, “YMAX”, “JNI1”, and “JNI2” used in the flowchart of FIG. 9 are languages used in actual test patterns. The symbol “X <0” used in FIG. 10 has the same meaning as “x = 0” used in the flowchart of FIG. 9, and the symbol “Y <0” used in FIG. , "Y = 0" used in the flowchart of FIG. XMAX and JNI1 form a combination, and YMAX and JNI2 form a combination.
[0027]
The flowchart shown in FIG. 10 is not actually displayed, but is shown for reference. The test pattern creation unit inputs the flowchart shown in FIG. 9 and converts it into a pattern for a test program. Although this conversion sequence is not actually visible, it is shown with a part thereof visible. In short, it is shown by inputting the normal flowchart shown in FIG. 9 so that it can be visually observed that the sequence is automatically converted into the sequence for the test pattern.
(Step 5) Generation of Write / Read Operation Next, the second conversion is performed. FIG. 11 is a diagram showing a write / read generation step. More specifically, it shows a step of generating WRITE '0' shown in step S5 of FIG. The figure shows a WRITE “0” operation of an SDRAM (a type of RAM). The sequence differs according to the type of RAM.
[0028]
In step 1, WRITE and READ portions are extracted. Next, in step 2, the operation is an active operation. This ACTIVE enables chip select (CS) and RAS (a type of command). The WRITE sequence includes an active (S1), a WRITE (S2), a TPH (an expected value of an exit bit), and a precharge (PRE: a type of command) (S3).
[0029]
Step 3 is a sequence for defining a connection between an IC tester (for example, an LSI tester) and an IC. FIG. 12 is a diagram showing a physical connection state between the IC tester and the IC. In the figure, 1 is an IC tester, and 2 is an IC connected to the IC tester 1. C1, C2, C3 and C4 are terminal names of the IC tester 1. On the other hand, CS, RAS, CAS (a type of command), and write enable (WE) are terminal names on the IC2 side. When the terminal names C1 to C4 on the IC tester 1 side become "0", they become low active.
[0030]
In step 3, CS and RAS are enabled (ENABLE) (S1), then CS, CAS and WE are enabled (S2), and then CS, RAS and WE are enabled (S3).
[0031]
In step 4, as shown in the figure, the operations of steps S1 to S3 are performed. That is, CS = C1, RAS = C2 (S1), then CS = C1, CAS = C3, WE = C4 (S2), and then CS = C1, RAS = C2, WE = C4 (S3). . With the above processing, the sequence of generating the WRITE operation in four stages ends. Note that the processing at each stage is different depending on the type of RAM used.
(Step 6) Combination processing By combining the pseudo test program created in Step 4 and the write / read operation created in Step 5, a final test pattern for an integrated circuit such as an IC is created. Will be. Specifically, the write sequence created by the sequence shown in FIG. 11 is inserted into step S5 in FIG.
[0032]
The above description describes the case of event 1. For the events 2 to 4, it is necessary to create a flowchart as shown in FIG. 9, then generate a pseudo test program as shown in FIG. 10, and generate a write / read as shown in FIG. .
[0033]
As described above, according to the present invention, an expanded test program can be easily created.
[0034]
The test pattern generation sequence described above is based on the March method, but the present invention is not limited to this, and can be used in other methods, for example, the Mscan or Massest method. Here, the Mscan method is a method of writing all “0” to all memory cells and reading all “0”, or writing all “1” to all memory cells and reading all “1”. is there.
[0035]
The Massest method performs a read / write operation alternately from the end of a cell. FIG. 13 is an explanatory diagram of the Massest method. For example, 4 × 4 memory cells are used as shown in FIG. Then, as shown in (a), all "0" is written in column 0, all "1" is written in column 1, all "0" is written in column 2, and all "1" is written in column 3. That is, "0" and "1" are written alternately.
[0036]
When the writing to the memory cell is completed, the operation proceeds to the cell reading operation. The cell read operation is as shown in FIG. First, "0" is read from the cell (0,0), and then "1" is read from the cell (3,3). Next, "0" is read from the cell (1, 0), and "1" is read next from the cell (2, 3). Such an operation is repeated. That is, the read operation is performed while moving the cells from both ends of the four corners toward each other.
[0037]
FIG. 14 is a block diagram showing a system configuration example of the present invention. In the figure, reference numeral 10 denotes a CPU for performing the overall control operation, 11 denotes a main storage device connected to the CPU 10, 12 denotes a display connected to the CPU 10 and displays a sequence status and the like, and 13 denotes various operation commands, symbols and numerical values. Is an operation unit for inputting the "." For example, a RAM or the like is used as the main storage device 11, and a CRT or a liquid crystal display is used as the display 12, for example. As the operation unit 13, for example, a keyboard, a mouse, or the like is used.
[0038]
Reference numeral 20 denotes a storage device connected to the CPU 10. As the storage device 20, for example, a large-capacity hard disk device or the like is used. In the storage device 20, 21 is a MAP screen tool for generating a map screen as shown in FIG. 6, and 22 is a flowchart creation tool for creating a flowchart as shown in FIG. 23 is a conversion tool for converting a flowchart into a test program corresponding to the type of test pattern, 24 is a write / read operation generation tool for generating a write / read operation in a plurality of stages, 25 is a test program converted by the conversion tool 23, This is a combination tool for combining the program generated by the write / read operation generation tool 24. In the conversion tool 23, a pattern storage unit 30 stores a pattern type corresponding to a test pattern generation method. The storage pattern 30 stores a test pattern corresponding to the type of the device under test. Each of such tools is configured by a program (software) here.
[0039]
In the apparatus configured as described above, various commands for performing a series of operations are input from the operation unit 13, and the CPU 10 interprets the commands and generates a test program. The MAP screen tool 21 MAPs the operation of the test pattern. The flowchart creation tool 22 creates a flowchart for realizing the pattern generated by the MAP screen tool 21. The conversion tool 23 performs conversion into a test pattern by referring to the storage pattern 30 according to the type of the device under test (for example, a memory IC). The write / read operation generation tool 24 converts a write or read operation into a test pattern. The combination tool 25 combines the test program converted by the conversion tool 23 and the test program generated by the write / read operation generation tool 24.
[0040]
By mapping the test pattern operation with the map screen tool 21, the pattern operation can be converted into a flowchart with the flowchart creation tool 22. Since the creation of this flowchart is a normal flowchart creation, the creation is easy. When the creation of this flowchart is completed, the output of the conversion tool 23 and the output of the write / read operation tool 24 are combined using the combining tool 25, so that the development test program can be easily created.
[0041]
【The invention's effect】
As described above, according to the present invention, the following effects can be obtained.
[0042]
(1) According to the first aspect of the invention, by mapping the test pattern operation, the pattern operation can be made into a flowchart. Since the creation of this flowchart is a normal flowchart creation, the creation is easy. When the creation of this flowchart is completed, the development test program can be easily created by combining the creation of the pseudo test program and the write / read operation.
[0043]
(2) According to the second aspect of the present invention, the present invention can be applied to any of the existing techniques, such as the Mscan, March, and Massest methods.
[0044]
(3) According to the third aspect of the invention, by mapping the test pattern operation with the map screen tool, the pattern operation can be made into a flowchart with the flowchart creation tool. Since the creation of this flowchart is a normal flowchart creation, the creation is easy. When the creation of the flowchart is completed, the development test program can be easily created by combining the creation of the pseudo test program and the write / read operation using the conversion tool and the combining tool.
[0045]
As described above, according to the present invention, it is possible to provide a method and an apparatus for generating a developed test program tool that enable even an inexperienced engineer to create a test pattern program in a short period of time.
[Brief description of the drawings]
FIG. 1 is a flowchart showing the principle of the present invention.
FIG. 2 is a diagram showing correspondence between memory cells and addresses.
FIG. 3 is an explanatory diagram of an operation of a first event.
FIG. 4 is an operation explanatory diagram of a second event.
FIG. 5 is an explanatory diagram of an operation of a third event.
FIG. 6 is an explanatory diagram of a fourth event.
FIG. 7 is an explanatory diagram of mapping of a test pattern operation.
FIG. 8 is an explanatory diagram of division of a pattern operation into events.
FIG. 9 is a diagram showing an operation flowchart of a first event.
FIG. 10 is a generation flowchart of a pseudo test program.
FIG. 11 is a diagram showing a write / read generation step.
FIG. 12 is a diagram showing a physical connection state between an IC tester and an IC.
FIG. 13 is an explanatory diagram of the Masest method.
FIG. 14 is a block diagram showing a system configuration example of the present invention.
[Explanation of symbols]
10 CPU
11 Main Storage Device 12 Display 13 Operation Unit 20 Storage Device 21 Map Screen Tool 22 Flowchart Creation Tool 23 Conversion Tool 24 Write / Read Operation Generation Tool 25 Combination Tool 30 Pattern Storage Unit

Claims (3)

テストパターン動作をマップ化し(ステップ1)、
マップ化したパターン動作を各事象へ分割し(ステップ2)、
パターン動作をフローチャート化し(ステップ3)、
該フローチャートから疑似テストプログラムを作成し(ステップ4)、
ライト/リード動作を複数段階で生成し(ステップ5)、
前記疑似テストプログラムと生成されたライト/リード動作を結合する(ステップ6)
ことを特徴とする展開型試験プログラムツールの生成方法。
Map the test pattern operation (step 1),
The mapped pattern operation is divided into each event (step 2),
A flow chart of the pattern operation (step 3),
A pseudo test program is created from the flowchart (step 4),
Write / read operation is generated in multiple stages (step 5),
Combining the pseudo test program with the generated write / read operation (step 6)
A method for generating a deployment-type test program tool, characterized in that:
前記テストパターンは、Mscan、March、Masest法の何れか一つであることを特徴とする請求項1記載の展開型試験プログラムツールの生成方法。The method according to claim 1, wherein the test pattern is one of a Mscan, March, and Massest method. 全体の動作を制御するCPUと、
該CPUと接続される主記憶装置と、
該CPUと接続され、編集画面を表示するディスプレイと、
各種の動作コマンドや記号、数値を入力する操作部と、
マップ画面ツール、フローチャート作成ツール、該フローチャート作成ツールで作成したフローチャートを疑似テストプログラムに変換する変換ツールと、
ライト/リード動作を生成するライト/リード動作生成ツールと、
前記変換ツールで変換された疑似テストプログラムとライト/リード動作生成ツールで生成されたプログラムとを結合する結合ツールを含む記憶装置と、
を含んで構成される展開型試験プログラムツールの動作装置。
A CPU for controlling the entire operation;
A main storage device connected to the CPU;
A display connected to the CPU and displaying an editing screen;
An operation unit for inputting various operation commands, symbols, and numerical values,
A map screen tool, a flowchart creation tool, a conversion tool for converting a flowchart created by the flowchart creation tool into a pseudo test program,
A write / read operation generation tool for generating a write / read operation;
A storage device including a combination tool for combining the pseudo test program converted by the conversion tool and the program generated by the write / read operation generation tool;
An operation device of a deployable test program tool configured to include:
JP2002277304A 2002-09-24 2002-09-24 Forming method and device of developable test program tool Pending JP2004118301A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002277304A JP2004118301A (en) 2002-09-24 2002-09-24 Forming method and device of developable test program tool

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002277304A JP2004118301A (en) 2002-09-24 2002-09-24 Forming method and device of developable test program tool

Publications (1)

Publication Number Publication Date
JP2004118301A true JP2004118301A (en) 2004-04-15

Family

ID=32272941

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002277304A Pending JP2004118301A (en) 2002-09-24 2002-09-24 Forming method and device of developable test program tool

Country Status (1)

Country Link
JP (1) JP2004118301A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006058048A (en) * 2004-08-18 2006-03-02 Agilent Technol Inc Optimization method for pattern generation program, program, and signal generator
JP2008500515A (en) * 2004-05-10 2008-01-10 ニベア クオリティー マネージメント ソリューションズ エルティーディー. Test suit for product functional guarantee and repair guidance

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008500515A (en) * 2004-05-10 2008-01-10 ニベア クオリティー マネージメント ソリューションズ エルティーディー. Test suit for product functional guarantee and repair guidance
JP2006058048A (en) * 2004-08-18 2006-03-02 Agilent Technol Inc Optimization method for pattern generation program, program, and signal generator

Similar Documents

Publication Publication Date Title
JP2699377B2 (en) Hardware logic simulator
JP2862886B2 (en) Computer-aided design system for ASIC
JP3027009B2 (en) Design capture system
US20030005400A1 (en) Hierarchical semiconductor design
US6029262A (en) Graphical editor for defining memory test sequences
US6732060B1 (en) System and method for an interface invariant test case
JP2002535684A (en) System for real version test and simulated version test of integrated circuits
US6775796B2 (en) Creation of memory array bitmaps using logical to physical server
JP2004118301A (en) Forming method and device of developable test program tool
US6721935B2 (en) Coordinate transformation system for semiconductor device, coordinate transformation method and coordinate transformation program
US7086017B1 (en) Method of post-implementation simulation of a HDL design
JP2007114881A (en) Circuit diagram preparation device, circuit diagram preparation editor program and circuit diagram preparation method
US6598185B1 (en) Pattern data inspection method and storage medium
JP2004118649A (en) Generating method and device of menu selectable test program tool
JP5799589B2 (en) Verification method and verification program
JP3616212B2 (en) Megacell test support device
JPH09289252A (en) Graphic processing method and apparatus
JPH05282394A (en) Semiconductor integrated circuit design back-up device
US6615393B1 (en) Method and apparatus for performing electrical distance check
JP2002092062A (en) Device for designing integrated circuit and method for the same and storage medium with its program stored therein
JPH09251800A (en) Algorithmic pattern editor
JP2004145670A (en) Method and device for generating test bench, and computer program
JP2005092609A (en) Sequence diagram display apparatus and sequence diagram display program
JP2001243086A (en) Test program developing device
JPH09212543A (en) Mask pattern designing device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050708

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071211

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20080207

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080207

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20080306

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080306

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080430

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20080624

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20081111