JP4285816B2 - PATTERN GENERATOR, PATTERN GENERATION METHOD, AND TEST DEVICE - Google Patents

PATTERN GENERATOR, PATTERN GENERATION METHOD, AND TEST DEVICE Download PDF

Info

Publication number
JP4285816B2
JP4285816B2 JP01056599A JP1056599A JP4285816B2 JP 4285816 B2 JP4285816 B2 JP 4285816B2 JP 01056599 A JP01056599 A JP 01056599A JP 1056599 A JP1056599 A JP 1056599A JP 4285816 B2 JP4285816 B2 JP 4285816B2
Authority
JP
Japan
Prior art keywords
address
pattern
memory
test pattern
jump
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
JP01056599A
Other languages
Japanese (ja)
Other versions
JP2000206210A (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.)
Advantest Corp
Original Assignee
Advantest 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 Advantest Corp filed Critical Advantest Corp
Priority to JP01056599A priority Critical patent/JP4285816B2/en
Publication of JP2000206210A publication Critical patent/JP2000206210A/en
Application granted granted Critical
Publication of JP4285816B2 publication Critical patent/JP4285816B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Tests Of Electronic Circuits (AREA)
  • For Increasing The Reliability Of Semiconductor Memories (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、電気部品の試験を行う試験装置に用いるパターン発生器、パターン発生方法及び試験装置に関する。
【0002】
【従来の技術】
従来、半導体メモリ等の電気部品を試験するために用いられる試験装置は、電気部品の試験に使用するための試験パターンを発生するパターン発生器を備える。パターン発生器においては、試験パターンを記憶するためにSRAM(Static Random Access Memory)を備え、SRAMの容量では足りない場合には大容量のDRAM(Dynamic Random Access Memory)を備えていた。
パターン発生器において、試験パターンを記憶するためにDRAMを用いる場合には、一定時間毎のリフレッシュ動作が必要であり、ROW(ロウ)アドレスの異なるアドレスをアクセスする際に時間が掛かる等のDRAMの不都合を回避するために、DRAMの後段にキャッシュメモリを備え、当該キャッシュメモリを介して試験パターンを発生させていた。
【0003】
図1は、従来の、試験パターンをSRAMに格納するパターン発生器の構成を示す図である。このパターン発生器99は、ベクトルメモリ101と、読み出し制御部102と、ベクトルメモリバンク103、104と、ベクトル命令マルチプレクサ(MUX)105と、アドレス展開部106とを有するシーケンス制御部100と、SRAMで構成されたパターンメモリを有するパターン信号生成部108とを備える。
【0004】
ベクトルメモリ101は、発生する試験パターンの順序を規定するベクトル命令(パターンプログラム)を記憶する。読み出し制御部102は、ベクトルメモリ101に格納されたベクトル命令を読み出し、ベクトルメモリバンク103又はベクトルメモリ104に格納する。ベクトル命令マルチプレクサ105は、ベクトルメモリバンク103又はベクトルメモリ104に格納されたベクトル命令を選択してアドレス展開部106へ転送する。アドレス展開部106は、ベクトル命令をアドレス展開し、当該アドレス展開によって得られたアドレス信号107をパターン信号生成部108へ転送する。パターン信号生成部108は、アドレス信号107に対応するパターンメモリに格納された試験パターン信号を取り出して、当該試験パターン信号を電気部品の試験用のパターン信号109として発生する。
【0005】
図2は、ベクトルメモリ101に格納されるパターンプログラムの一例を示す図である。当該パターンプログラムにおいて、「GOSUB A」は、当該の命令のアドレスをアドレス信号として出力した後に、ラベルA(図中のA:)で示されるサブルーチン(アドレス#11〜15に格納された命令)へジャンプする命令である。「RETURN」はサブルーチンが終了したことを意味する命令であり、当該命令のアドレスをアドレス信号を出力した後、当該サブルーチンへのジャンプ元の「GOSUB」の次の行、すなわち、「GOSUB」のアドレスに1加算したアドレスに戻る命令である。「REPEAT n(nは、任意の整数)」は、当該アドレスに対応するアドレス信号をn回繰り返して発生させる命令である。「NEXT」は、現在のアドレスをアドレス信号として出力し、アドレスを次に進める、すなわち、アドレスに1を加算する命令である。「STOP」は試験パターンの発生を終了する命令である。これらの命令を組み合わせることによって、電気部品を試験するための試験パターンを発生させる順序を規定することができる。
【0006】
図3は、ベクトルメモリ101に格納される圧縮されたパターンプログラムの一例を示す図である。実際のパターンプログラムは非常に長いので、すべての命令を格納するためには、ベクトルメモリ101の容量を大きくしておかなければならない。そこで、ベクトルメモリ101に必要とされる容量を抑えるために、図2に示すパターンプログラムを圧縮してベクトルメモリ101に格納することとしている。具体的には、パターンプログラム中の「NEXT」命令を省略し、他の命令について各命令のアドレスを書き加えることにより圧縮してベクトルメモリ101に格納している。
【0007】
図3において「GOSUB A #0 #11」は、アドレス信号#0を出力し、次にアドレス信号#11を出力する命令を示す。「REPEAT 3 #3」は、アドレス信号#3を3回繰り返して出力する命令を示す。ここで、「GOSUB A」と「REPEAT 3」との間には、アドレス信号#1と、アドレス信号#2を出力する「NEXT」命令が省略されている。
【0008】
図4は、パターン信号生成部108のパターンメモリに格納された試験パターンを示す図である。パターン信号生成部108のパターンメモリには、複数の試験パターンPAT0、PAT1、…が格納されている。例えば、パターンメモリのアドレス#2にはPAT2が格納され、また、パターンメモリのアドレス#FにはPATFが格納されている。パターン信号生成部108のパターンメモリに試験パターンを格納する場合には、例えば、試験パターンPAT0、PAT1、…を図示しないハードディスク等の外部記憶装置に予め記憶させておき、パターン発生器の起動時に外部記憶装置から読み出してアドレス#0、#1、・・・に順次格納するようにすればよい。
【0009】
図5は、従来のパターン発生器の動作を示す図である。図5は、ベクトルメモリ103、104のそれぞれが格納できるワード数(命令数)が3つの場合における動作を示している。パターン発生器99において、試験パターンを発生する試験処理を行う前に、読み出し制御部102がベクトルメモリ101からベクトル命令を読み出してベクトルメモリバンク103に書き込む初期化処理を行う。
【0010】
すなわち、読み出し制御部102がベクトルメモリ101に格納されている命令について、シーケンス(順序)を考慮して取り出して、ベクトルメモリバンク103に転送する。ベクトルメモリ101のアドレス#1は「GOSUB A #0 #11」の命令であり、当該命令はラベルAにジャンプする命令なので、読み出し制御部102は、当該「GOSUB A #0 #11」の命令の次に、ジャンプ先の命令「REPEAT2 #13」をベクトルメモリバンク103に格納する。
そして、読み出し制御部102は、「REPEAT2 #13」の命令の次に、次に実行される次のアドレスの「RETURN#15、#1」の命令をベクトルメモリバンク103に格納する。本例では、パターンプログラムの最初の3ワードを命令をベクトルメモリバンク103に書き込むことにより初期化処理を終了する。
【0011】
この初期化処理が終了した後に、試験処理が開始される。この試験処理において、アドレス展開部106が初期化処理によってベクトルメモリバンク103に格納された圧縮命令を展開してアドレス信号107を出力する。アドレス展開部106が初期化処理によりベクトルメモリバンク103に格納された命令を展開すると、まず、「GOSUB A #0、#11」の命令からアドレス信号として#0を出力した後、#11を出力する。次に「REPEAT2 #13」の命令からアドレス信号として#12から#13までを順次出力し、再度#13を出力する。次に、「RETURN#15 #1」の命令からアドレス信号として、#14を出力した後、#15を出力し、その後#1を出力する。
アドレス展開部106が出力したアドレス信号107は、SRAMによって構成されているパターンメモリを有するパターン生成部108に供給される。パターン生成部108は、供給されたアドレス信号107に基づいて、パターンメモリに格納されている試験パターンを出力する。この出力された試験パターンが電気部品に印可される。
【0012】
試験処理においては、ベクトル命令マルチプレクサ105が、既にベクトル命令が書き込まれているベクトルメモリバンク103又は104から選択的に圧縮命令をアドレス展開部106に供給する。具体的には、ベクトルメモリバンク103に格納された命令に基づく試験パターンの発生が終了した後、ベクトルメモリバンク104に格納された命令をアドレス展開部106に供給する。
【0013】
また、試験処理においては、ベクトルメモリバンク103に格納された命令に基づいて試験パターンの発生が行われている間に、読み出し制御部102が次に実行するベクトル命令をベクトルメモリ101からベクトルメモリバンク104に転送する。次いで、ベクトルメモリバンク104に格納された命令に基づく試験パターンの発生が終了した後、ベクトル命令マルチプレクサ105がベクトルメモリバンク103に格納された命令をアドレス展開部106に供給する。
【0014】
そして、ベクトルメモリバンク104に格納された命令に基づいて試験パターンの発生が行われている間には、読み出し制御部102が、次に実行するベクトル命令をベクトルメモリ101からベクトルメモリバンク103に転送する。次いで、ベクトルメモリバンク104に格納された命令に基づく試験パターンの発生が終了した後、ベクトル命令マルチプレクサ105がベクトルメモリバンク103に格納された命令をアドレス展開部106に供給する。このような動作を繰り返して行うことにより、絶え間なく試験パターンを発生することができる。
【0015】
このパターン発生器では、試験パターンを発生させるためのパターンプログラムにおいて、共通するベクトル命令を、例えば「GOSUB」命令及び「ラベルA」で表されるようなサブルーチンによって実現しているので、パターンプログラムに要するメモリ量を削減することができ、パターンプログラムを格納するベクトルメモリ101に必要な容量を低減することができる。また、同一の試験パターンについて重複してパターンメモリ110に記憶しておく必要がないのでパターンメモリ110に必要な容量を抑えることができる。
【0016】
図6は、従来の、試験パターンをDRAMに格納するパターン生成部108の構成を示す図である。パターン生成部108は、DRAMによって構成されるパターンメモリ110と、転送制御部111と、パターンメモリ用のマルチプレクサ(MUX)112、113と、パターンメモリバンク114及び115と、マルチプレクサ(MUX)116とを有する。
パターン生成部108において、シーケンス制御部100から出力されたアドレス信号107は、マルチプレクサ112、113及び116と、転送制御部111とに入力される。転送制御部111は、アドレス信号107が入力されると、アドレス信号107に対応する試験パターンをパターンメモリ110からマルチプレクサ112、113に向けて出力させる。
【0017】
マルチプレクサ112、113は、アドレス信号107の基準となる所定のビット値に基づいて、マルチプレクサ112又は113のいずれかが選択されて動作を開始し、マルチプレクサ112が選択された場合にはパターンメモリ110から出力された試験パターンをパターンメモリバンク114に出力し、マルチプロセッサ113が選択された場合にはパターンメモリ110から出力された試験パターンをパターンメモリバンク115に出力する。マルチプレクサ116は、入力されたアドレス信号107に基づいて、例えば、アドレス信号107の上位ビットの相違に基づいて、パターンメモリバンク114又は115のいずれかを選択して、選択したパターンメモリバンク114又は115から試験パターンのパターン信号を読み出して生成する。
【0018】
【発明が解決しようとする課題】
上記のようにパターン信号生成部108において試験パターンを記憶するパターンメモリとしてSRAMを用いた場合には、パターンプログラムにサブルーチン等の命令を用いることにより、パターンメモリに必要な容量を抑えることができる。ところで、近年、電気部品の大規模化及び多機能化に伴って、一つの電気部品の試験に必要な試験パターン数が増加している。このため、SRAMの容量では、これら試験パターンを記憶するために不十分であるという状況が発生しており、試験パターンを記憶するためにDRAMを用いざるを得ないようになっている。
【0019】
一般に、DRAMからは、連続したアドレスのデータしか高速に転送できない。このため、試験パターンをDRAMによって構成されたパターンメモリ110に格納している場合においては、連続したアドレスの試験パターンしか、パターンメモリバンク114又は115に高速に転送することができない。したがって、パターンプログラムにパターンメモリバンク114又は115に格納されていない試験パターンを含むサブルーチンへジャンプする命令が記述されている場合においては、試験パターンを遅滞なく発生することができないという事態が発生してしまう。
【0020】
図7は、従来の、DRAMによって構成されたパターンメモリ110に格納された試験パターンの一例を示す図である。上記事態を避けるために、図7に示すように、パターンメモリ110には、試験において用いる試験パターンが順番に格納されている。このため、例えば、初期化処理に使用されるような同一の試験パターンであっても複数のアドレスに記憶されることとなり、パターンメモリ110として非常に大きな容量のDRAMを用いなければならないという問題がある。
【0021】
そこで本発明は、試験パターンを格納するパターンメモリに必要な容量を抑えることのできるパターン発生器、パターン発生方法及び試験装置を提供することを目的とする。この目的は特許請求の範囲における独立項に記載の特徴の組み合わせにより達成される。また従属項は本発明の更なる有利な具体例を規定する。
【0022】
【課題を解決するための手段】
上記目的を達成するために、本発明の第1の形態に係るパターン発生器は、電気部品の試験に用いる試験パターンを発生するパターン発生器であって、複数の試験パターンをアドレスに対応付けて格納するパターンメモリと、パターンメモリから読み出された試験パターンを格納する複数のメモリバンクと、試験パターンを発生させる順序を規定するベクトル命令を格納するベクトルメモリと、ベクトルメモリから読み出されたベクトル命令に基づいて、発生させるべき試験パターンのパターンメモリ上のアドレスがジャンプするか否かを検出するジャンプ検出部と、ジャンプ検出部によりジャンプすると検出された場合に、ジャンプ先のアドレスにジャンプした後においてアドレスが更にジャンプするジャンプ先のアドレスを検出するアドレス検出部と、パターンメモリから、アドレス検出部により検出されたアドレス以降の試験パターンを読み出してメモリバンクに転送する転送制御部と、ベクトルメモリから読み出されたベクトル命令に基づいて、メモリバンクから試験パターンを取り出して発生する発生部とを備えたことを特徴とする。
【0023】
アドレス検出部は、ジャンプ先のアドレスにジャンプした後において次にアドレスがジャンプするジャンプ先のアドレスを検出するようにしてもよい。
また、ベクトル命令により規定される順序において、発生させるべき試験パターンのパターンメモリ上のアドレスがジャンプするジャンプ部分と、当該ジャンプ部分のジャンプ先のアドレスにジャンプした後においてアドレスが更にジャンプするジャンプ先のアドレスとを対応付ける対応付け情報を記憶するアドレス記憶部を更に備え、アドレス検出部は、アドレス記憶部の対応付け情報に基づいて、ジャンプ検出部によりジャンプすると検出されたジャンプ部分に対応する、アドレスが更にジャンプするジャンプ先のアドレスを検出するようにしてもよい。
【0024】
対応付け情報をアドレス記憶部に設定するアドレス設定部を更に備えるようにしてもよい。アドレス設定部は、使用者からの指示に基づいて対応付け情報を設定するようにしてもよい。また、アドレス設定部は、ベクトル命令を解析することにより対応付け情報を設定するようにしてもよい。また、アドレス設定部は、記発生部が試験パターンを発生する前に解析を済ませるようにしてもよい。
また、ベクトル命令には、ジャンプ元のアドレスと、ジャンプ先のアドレスと、
後にアドレスがジャンプする際のジャンプ先のアドレスとが対応付けられており、
アドレス検出部は、ベクトル命令から、後にアドレスがジャンプする際のジャンプ先のアドレスを検出するようにしてもよい。
【0025】
また、転送制御部は、アドレス検出部により検出されたアドレス以降の試験パターンを、ジャンプ先のアドレスの試験パターンが格納されているメモリバンクと異なるメモリバンクに転送するようにしてもよい。また、転送制御部は、アドレス検出部により検出されたアドレス以降の試験パターンを、ジャンプ元のアドレスの試験パターンが格納されているメモリバンクに転送するようにしてもよい。
【0026】
複数のメモリバンクは、複数のメモリグループに分けられており、転送制御部は、アドレス検出部により検出されたアドレス以降の試験パターンを、ジャンプ先のアドレスの試験パターンが格納されているメモリバンクが属するメモリグループと異なるメモリグループのメモリバンクに転送するようにしてもよい。また、 転送制御部は、アドレス検出部により検出されたアドレス以降の試験パターンを、ジャンプ元のアドレスの試験パターンが格納されているメモリバンクが属するメモリグループのメモリバンクに転送するようにしてもよい。各メモリグループには、複数のメモリバンクが属するようにしてもよい。
【0027】
転送制御部は、発生部により、ジャンプ先のアドレスの試験パターンが格納されているメモリバンクに格納されている試験パターンが発生されている間に、アドレス検出部により検出されたアドレス以降の試験パターンをパターンメモリからメモリバンクに転送するようにしてもよい。また、転送制御部は、発生部によりジャンプ先の試験パターンが発生されるとほぼ同時に、アドレス検出部により検出されたアドレス以降の試験パターンをパターンメモリからメモリバンクに転送し始めるようにしてもよい。メモリバンクは、バイポーラ系又はメタル・オキサイド・セミコンダクタ(MOS)系のRAMとしてもよい。
【0028】
上記目的を達成するために、本発明の第2の形態に係るパターン発生器は、電気部品の試験に用いる試験パターンを発生するパターン発生器であって、複数の試験パターンをアドレスに対応付けて格納するパターンメモリと、パターンメモリから読み出された試験パターンを格納する複数のメモリバンクと、試験パターンを発生させる順序を規定するベクトル命令を格納するベクトルメモリと、ベクトルメモリから読み出されたベクトル命令に基づいて、発生させるべき試験パターンのパターンメモリ上のアドレスがジャンプするか否かを検出するジャンプ検出部と、ジャンプ検出部によりジャンプすると検出された場合に、ジャンプ先のアドレスにジャンプした後に生成されるべき試験パターンのアドレスを検出するアドレス検出部と、パターンメモリから、アドレス検出部により検出されたアドレス以降の試験パターンを読み出して、ジャンプ元のアドレスの試験パターンが格納されていたメモリバンクに転送する転送制御部と、ベクトルメモリから読み出されたベクトル命令に基づいて、メモリバンクから試験パターンを取り出して発生する発生部とを備えたことを特徴とする。
アドレス検出部は、ジャンプ先のアドレスより1つのメモリバンクが収容可能な数後のアドレスを検出するようにしてもよい。
【0029】
上記目的を達成するために、本発明に係る試験装置は、電気部品を試験する試験装置であって、試験のために電気部品に与える入力試験パターンと、当該入力試験パターンを電気部品に与えたときに電気部品から出力されると期待される期待値パターンとを含む試験パターンを格納するパターンメモリと、パターンメモリから読み出された試験パターンを格納する複数のメモリバンクと、試験パターンを発生させる順序を規定するベクトル命令を格納するベクトルメモリと、ベクトルメモリから読み出されたベクトル命令に基づいて、発生させるべき試験パターンのパターンメモリ上のアドレスがジャンプするか否かを検出するジャンプ検出部と、ジャンプ検出部によりジャンプすると検出された場合に、ジャンプ先のアドレスにジャンプした後においてアドレスが更にジャンプするジャンプ先のアドレスを検出するアドレス検出部と、パターンメモリから、アドレス検出部により検出されたアドレス以降の試験パターンを読み出してメモリバンクに転送する転送制御部と、ベクトルメモリから読み出されたベクトル命令に基づいて、メモリバンクから試験パターンを取り出して発生する発生部と、発生部により発生された試験パターンを電気部品の電気的端子のピン配列に合わせて並べ替えるピンデータセレクタと、ピンデータセレクタから出力された試験パターンに含まれる、入力試験パターンの波形を整形する波形整形器と、波形整形器により整形された入力試験パターンを電気部品に与えるとともに、電気部品から出力された出力信号を受け取るデバイス差込部と、デバイス差込部が受け取った出力信号と期待値パターンとを比較する比較器とを備えることを特徴とする。
【0030】
アドレス検出部は、ジャンプ先のアドレスにジャンプした後において次にアドレスがジャンプするジャンプ先のアドレスを検出するようにしてもよい。また、ベクトル命令により規定される順序において、発生させるべき試験パターンのパターンメモリ上のアドレスがジャンプするジャンプ部分と、当該ジャンプ部分のジャンプ先のアドレスにジャンプした後においてアドレスが更にジャンプするジャンプ先のアドレスとを対応付ける対応付け情報を記憶するアドレス記憶部を更に備え、アドレス検出部は、アドレス記憶部の対応付け情報に基づいて、ジャンプ検出部によりジャンプすると検出されたジャンプ部分に対応する、アドレスが更にジャンプするジャンプ先のアドレスを検出するようにしてもよい。
【0031】
上記目的を達成するために、本発明に係るパターン発生方法は、電気部品の試験に用いる試験パターンを発生するパターン発生方法であって、複数の試験パターンをアドレスに対応付けてパターンメモリに格納するステップと、試験パターンを発生させる順序を規定するベクトル命令をベクトルメモリに格納する命令格納ステップと、ベクトルメモリから読み出されたベクトル命令に基づいて、発生させるべき試験パターンのパターンメモリ上のアドレスがジャンプするか否かを検出するジャンプ検出ステップと、発生させるべき試験パターンのパターンメモリ上のアドレスがジャンプすると検出された場合に、ジャンプ先のアドレスにジャンプした後においてアドレスが更にジャンプするジャンプ先のアドレスを検出するアドレス検出ステップと、パターンメモリから、アドレス検出ステップで検出されたアドレス以降の試験パターンを読み出してメモリバンクに転送するパターン転送ステップと、ベクトルメモリから読み出されたベクトル命令に基づいて、メモリバンクから試験パターンを取り出して発生する発生ステップとを備えたことを特徴とする。アドレス検出ステップは、ジャンプ先のアドレスにジャンプした後において次にアドレスがジャンプするジャンプ先のアドレスを検出するようにしてもよい。
なお上記の発明の概要は、本発明の必要な特徴の全てを列挙したものではなく、これらの特徴群のサブコンビネーションも又発明となりうる。
【0032】
【発明の実施の形態】
以下、発明の実施の形態を通じて本発明を説明するが、以下の実施形態はクレームにかかる発明を限定するものではなく、又実施形態の中で説明されている特徴の組み合わせの全てが発明の解決手段に必須であるとは限らない。
図8は、本発明に係る試験装置の全体構成を示す図である。本試験装置は、シーケンス制御部62とパターン生成部26とを有するパターン発生器60と、ピンデータセレクタ66と、波形整形器72と、電気部品76を差し込み可能な差込口78を有するデバイス差込部80と、比較器84とを備える。パターン発生器60は、電気部品の電気的試験76の為に電気部品76に与える入力試験パターンと、当該入力試験パターンを正常な電気部品76に与えたときに電気部品76から出力されるべき期待値パターンとを有する試験パターンの信号28(試験パターン信号)をピンデータセレクタ66に転送する。
【0033】
ここで、「電気部品」とは、電流又は電圧に応じて所定の作用を行う部品をいい、例えば、IC(Integrated Circuit)やLSI(Large‐Scale Integrated circuit)のような能動素子から成る半導体部品のみならず、受動素子、各種センサー等の部品も含み、更に、これら部品を結合して一つのパッケージに収めた部品や、これら部品をプリント基板に装着して所定の機能を実現したブレッドボード等の部品も含む。また、「入力試験パターン」とは、電気試験を行うために電気部品への入力するデジタル信号の時間的又は空間的な配列をいい、「期待値パターン」とは、所定の試験パターンを電気部品に入力した場合に出力として予測されるデジタル信号の時間的又は空間的な配列をいう。
【0034】
ピンデータセレクタ66は、パターン発生器60から転送された試験パターン信号28の物理的位置を電気部品76の電気的端子の配列に合わせて並べ替え、試験パターン信号28中の入力試験パターン68を波形整形器72に転送する一方、期待値パターン70を比較器84に転送する。波形整形器72は、ピンデータセレクタ66から転送された入力試験パターン68の波形を整形してデバイス差込部80に転送する。
【0035】
デバイス差込部80は、波形整形器72から転送された入力試験パターン74を差込口78に差し込まれた電気部品76の入力端子に供給する。これにより、電気部品76は、自己の機能に基づいて入力端子から入力された試験パターンに応じた出力パターンを所定の出力端子からデバイス差込部80へ出力する。また、デバイス差込部80は、差込口78に差し込まれた電気部品76の出力端子から入力された出力パターン82を比較器84に転送する。
【0036】
比較器84は、デバイス差込部80から転送された出力パターン82と、ピンデータセレクタ66から転送された期待値パターン70とを比較し、出力パターン80と期待値パターン70とが一致していれば、電気部品76は正常に動作すると判断する一方、一致していなければ電気部品76は正常に動作をしないと判断する。
【0037】
図9は、本発明の第1の実施形態に係るパターン発生器の構成を示す図である。本パターン発生器60は、シーケンス制御部62と、パターン生成部26とを備える。シーケンス制御部62は、ベクトルメモリ12と、読み出し制御部14と、アドレス展開部22と、アドレス設定部23と、アドレスメモリ33と、ジャンプアドレス転送制御部31とを有する。パターン生成部26は、パターンメモリ32と、転送制御部34と、パターンメモリ用マルチプレクサ(MUX)36、37、38、39と、パターンキャッシュメモリ54と、マルチプレクサ(MUX)44、45及び46とを有する。ここで、特許請求の範囲にいうジャンプ検出部は、主にアドレス展開部22によって構成され、特許請求の範囲にいうアドレス検出部は、主にジャンプ転送制御部31によって構成され、特許請求の範囲にいう発生部は、主に転送制御部34及びマルチプレクサ44〜46によって構成される。
ベクトルメモリ12は、例えば、高速なSRAMで構成され、試験パターンの順序を規定するパターンプログラムを格納する。
【0038】
図10は、本発明の第1の実施形態に係るパターン発生器のベクトルメモリ12が記憶するパターンプログラムの一例を示す図である。パターンプログラムにおいて、「START #11」は、アドレス信号#11に対応する試験パターンから試験を開始させる命令である。「REPEAT 2 #13」は、アドレス信号#13に対応する試験パターンを2回繰り返して生成させた後に次のアドレス信号に対応する試験パターンを出力させる命令である。「JUMP A(ジャンプ元のアドレス信号の値) B(ジャンプ先のアドレス信号の値)」は、アドレス信号Aに対応する試験パターンの次に、アドレス信号Bに対応する試験パターンを生成させる命令である。
【0039】
本実施の形態のパターンプログラム中においては、「NEXT C(アドレス信号の値)」、すなわち、アドレス信号Cを出力して、アドレス信号の値を1進めるという命令を省略している。図9に示すパターンプログラムでは、例えば、「START #11」と「REPEAT 2 #13」との間には、「NEXT #12」が省略され、「REPEAT 2 #13」と「JUMP #1D#31」との間には、「NEXT #14」〜「NEXT #1C」が省略されている。
【0040】
図9に戻り、読み出し制御部14は、ベクトルメモリ12に格納されたパターンプログラムの命令を先頭から読み出して、アドレス展開部22に転送する。
アドレス展開部22は、転送された命令に基づいて、アドレス展開を行ってアドレス信号24を出力する。また、アドレス展開部22は、アドレス信号24がジャンプするか否かを検出して、ジャンプを検出した場合には、ジャンプが発生したことを示す”1”のLST信号を出力する。なお、本実施形態では、パターンの発生を開始する際についても”1”を出力するようにしている。
また、アドレス展開部22は、発生させる試験パターンを出力させるパターン生成部26のキャッシュメモリを選択するBKSL信号30を出力する。本実施形態では、アドレス展開部22は、アドレス信号がジャンプすることを検出する毎に、BKSL信号を”1”又は”0”の間で切り替えて出力する。
【0041】
アドレスメモリ33は、例えば、高速なSRAMで構成され、ベクトルメモリ12に格納されるパターンプログラムによって規定される順序において、アドレス信号がジャンプするジャンプ先のアドレス信号を記憶している。図10に示すパターンプログラムがベクトルメモリ12に記憶されている場合には、#31、#51、#71が記憶領域の先頭から順番に記憶されている。
アドレス設定部23は、アドレスメモリ33に記憶させるアドレス信号を受け付けて、アドレスメモリ33に記憶させる。アドレス設定部23を、パターン発生器の使用者からマウス、キーボード等の入力装置により直接アドレス信号を受け付けて記憶させるようにしてもよく、ベクトルメモリ12に格納されるパターンプログラムを解析することによりアドレス信号を検出して、アドレスメモリ33に記憶させるようにしてもよい。なお、本実施形態では、後述する試験処理以前にアドレス信号をアドレスメモリ33に設定している。
【0042】
ジャンプ転送制御部31は、アドレス展開部22から、ジャンプが発生したことを示す”1”のLST信号が入力されると、次に発生するジャンプのジャンプ先のアドレス信号を検出してパターン信号生成器26に出力する。本実施形態では、試験パターンを発生した直後及び各ジャンプを検出した際にアドレスメモリ33の先頭から順次アドレスを取り出していくことにより、次に発生するジャンプのジャンプ先のアドレス信号を取得する。
【0043】
パターンメモリ32は、DRAMで構成されており、複数の試験パターンを記憶する。パターンメモリ32は、転送制御部34から入力される信号に対応するアドレスの試験パターン及びそのアドレスを出力する。
パターンキャッシュメモリ54は、第1パターンキャッシュメモリ50と、第2パターンキャッシュメモリ52とを有する。第1パターンキャッシュメモリ及び第2パターンキャッシュメモリは、高速にデータの読み書きができるRAM、例えば、バイポーラ系又はMOS系のRAMで構成される。
【0044】
第1パターンキャッシュメモリ50は、連続するアドレスの試験パターンを記憶するための同一のグループとなる、2つのパターンメモリバンク40、41を有する。また、第2パターンキャッシュメモリ52は、連続するアドレスの試験パターンを記憶するための同一のグループとなる、2つのパターンメモリバンク42、43を有する。各パターンメモリバンク40〜43は、例えば、転送制御部34からR(READ:読み出し指示)信号が入力されると、前段のマルチプレクサ36〜39から入力されるアドレスに対応する自己の領域から試験パターンを取り出して、後段のマルチプレクサ44、45に読み出す。
【0045】
また、各パターンメモリバンク40〜43は、/W(/は反転論理:WRITE:書込み指示)信号が入力されると、前段のマルチプレクサ36〜39から入力されるアドレスに対応する自己の領域に、パターンメモリ32から入力される試験パターンを書き込む。本実施形態では、各パターンメモリバンク40〜43は、例えば、4つのアドレスを有し、各アドレスに1つの試験パターンを格納することができる。
【0046】
転送制御部34は、アドレス展開部22から入力されたアドレス信号に基づいて、所定のパターンメモリバンク40〜43に試験パターンを格納させる制御を行う。本実施形態では、転送制御部34は、入力されたアドレス信号に基づいて、試験パターンをパターンメモリ32から出力させるとともに、格納対象となるパターンメモリバンク40〜43に対して書込み動作を指示する/W信号を出力するとともに、当該パターンメモリバンクの前段のマルチプレクサ36〜39に、パターンメモリ32から出力されたアドレスを選択させるSEL信号を出力する。
【0047】
また、転送制御部34は、アドレス展開部22から入力されたアドレス信号に基づいて、当該アドレスに対応する試験パターンをパターンメモリバンク40〜43から読み出させる制御を行う。本実施形態では、転送制御部34は、入力されたアドレス信号に基づいて、読み出し対象の試験パターンが格納されたパターンメモリバンク40〜43に対して読み出し動作を指示するR信号を出力するとともに、当該パターンメモリバンクの前段のマルチプレクサ36〜39に、アドレス展開部22から出力されたアドレス信号を選択させるSEL信号を出力する。
【0048】
また、転送制御部34はジャンプ転送制御部31から次に発生するジャンプのジャンプ先のアドレス信号が入力されると、直前のジャンプ先の試験パターンを書き込んだパターンメモリバンクのグループと異なるグループのパターンメモリバンクに対して該当する次に発生するジャンプ先のアドレスの試験パターンを書き込む制御を行う。本実施形態では、転送制御部34は該当するアドレスの試験パターンをパターンメモリ32から出力させるとともに、直前のジャンプ先の試験パターンを書き込んだパターンメモリバンクのグループと異なるグループのパターンメモリバンク40〜43に対して書込み動作を指示する/W信号を出力するとともに、当該パターンメモリバンクの前段のマルチプレクサに、パターンメモリ32から出力されたアドレスを選択させるSEL信号を出力する。
【0049】
マルチプレクサ36〜39は、転送制御部34から入力されたSEL信号に基づいて、アドレス展開部22から入力されるアドレス信号又はパターンメモリ32から入力されるアドレス信号のいずれかを後段のパターンメモリバンク40〜43へ転送する。
【0050】
マルチプレクサ44は、アドレス展開部22から入力されたアドレスに基づいて、パターンメモリバンク40から読み出された試験パターン又はパターンメモリバンク41から読み出された試験パターンを選択してマルチプレクサ46に出力する。マルチプレクサ45は、アドレス展開部22から入力されたアドレスに基づいて、パターンメモリバンク42から読み出された試験パターン又はパターンメモリバンク43から読み出された試験パターンのいずれかを選択してマルチプレクサ46に出力する。
【0051】
マルチプレクサ46は、アドレス展開部22から入力されるBKSL信号30に基づいて、マルチプレクサ44から入力された第1パターンキャッシュメモリ50の試験パターン又はマルチプレクサ45から入力された第2パターンキャッシュメモリ52の試験パターンのいずれかを選択して出力する。本実施形態では、BKSL信号が”0”の場合は、第1パターンキャッシュメモリ50の試験パターンを選択し、BKSL信号が”1”の場合は、第2パターンキャッシュメモリ52の試験パターンを選択する。
【0052】
図11は、本発明の第1の実施形態に係るパターン発生器の動作を示す図である。図11は、図10に示すパターンプログラムがベクトルメモリ12に格納されている場合の動作を示す。まず、予め試験パターンをいずれかのパターンメモリバンクに格納させておく初期処理を行う。初期処理において、読み出し制御部14がベクトルメモリ12から命令「START #11」を取り出してアドレス展開部22に転送する。アドレス展開部22は、命令「START #11」をアドレス展開してアドレス信号#11を出力する。転送制御部34はアドレス信号#11を受け取ると、パターンメモリ32からアドレス#11以降の4つの試験パターンPAT11〜PAT14を読み出させ、当該試験パターンをパターンメモリバンク40に書き込ませる。更に、転送制御部34は、パターンメモリ32からアドレス信号#15〜#18の試験パターンPAT15〜18を読み出させ、当該試験パターンをパターンメモリバンク41に書き込ませる。
【0053】
初期処理が終わると、試験処理を行う。試験処理では、読み出し制御部14がベクトルメモリ12から命令「START #11」から順次命令を取り出してアドレス展開部22に転送する。アドレス展開部22は、命令「START #11」を受け取ると、アドレス展開してアドレス信号#11及び”0”のBKSL信号を出力すると共に、”1”のLST信号をジャンプ転送制御部31に出力する。次いで、アドレス展開部22は、後続する命令についても順次アドレス展開して、アドレス#12、#13、#13、#14、#15、#16、…を出力し、”0”のBKSL信号を出力すると共に、”0”のLST信号を出力する。ジャンプ転送制御部31は、アドレス展開部22から”1”のLST信号が入力されると、アドレスメモリ33から先頭に格納されているアドレス#31を取り出して、転送制御部34に出力する。
【0054】
転送制御部34はアドレス展開部22からアドレス信号#11を受け取ると、パターンメモリバンク40からアドレス#11に対応するPAT11を読み出させ、次いで、アドレス展開部22から#11以降のアドレス信号#12、#13、#13、#14を受け取ると、これらアドレス信号に対応する試験パターンPAT12、PAT13、PAT13、PAT14も同様にしてパターンメモリバンク40から読み出させる。このように読み出された試験パターンPAT11、PAT12等は、マルチプレクサ44及び46に選択されてピンデータセレクタ66へ出力される。
【0055】
また、転送制御部34はジャンプ転送制御部31からアドレス#31を受け取ると、上記動作と並行して、パターンメモリ32からアドレス#31以降の試験パターンを読み出させ、現在読み出しを行っているパターンメモリバンク40が含まれている第1パターンキャッシュメモリ50以外のパターンキャッシュメモリ、すなわち第2パターンキャッシュメモリ52にこれら試験パターンを書き込ませる。具体的には、パターンメモリバンク42に、PAT31〜34を書き込ませ、パターンメモリバンク43に、PAT35〜38を書き込ませる。
【0056】
そして、転送制御部34はアドレス展開部22からアドレス信号#15を受け取ると、パターンメモリバンク41からアドレス#15に対応するPAT15を読み出させる。また、転送制御部34は、アドレス展開部22からアドレス信号#15以降に受け取るアドレス信号#16、#17、#18に対応する試験パターンPAT16、PAT17、PAT18も同様にしてパターンメモリバンク41から読み出させる。また、転送制御部34は、アドレス展開部22からアドレス信号#15を受け取ると、上記動作と並行してパターンメモリ32からアドレス#19〜#1Cまでの試験パターンを読み出させ、現在読み出しを行っているパターンメモリバンク41が含まれている第1パターンキャッシュメモリ50の中の他のパターンメモリバンク、すなわちパターンメモリバンク40にこれら試験パターンPAT19〜PAT1Cを書き込ませる。
【0057】
そして、ジャンプ転送制御部31からアドレス信号が入力されなければ、転送制御部34は、上記同様にして、試験パターンを読み出している間に、当該試験パターンを読み出しているパターンメモリバンクと同一グループの他のパターンメモリバンクに後続の試験パターンを書き込ませる。
【0058】
ここで、アドレス展開部22が、#1Dを出力した後に#31を出力するといったアドレスがジャンプすることを検出すると、アドレス#31を出力するとともに、BKSL信号を”1”に切り替えて出力し、更に、”1”のLST信号をジャンプ転送制御部31に出力する。ジャンプ転送制御部31は、アドレス展開部22から”1”のLST信号が入力されると、アドレスメモリ33から前回取り出したアドレスの次のアドレス#51を取り出して、転送制御部34に出力する。
【0059】
転送制御部34はアドレス展開部22からアドレス信号#31を受け取ると、パターンメモリバンク42からアドレス#31に対応するPAT31を読み出させ、次いで、アドレス展開部22からアドレス#31以降のアドレス信号#32、#33、#34を受け取ると、これらアドレス信号に対応する試験パターンPAT32、PAT33、PAT34も同様にしてパターンメモリバンク42から読み出させる。このように読み出された試験パターンPAT31、PAT32等は、マルチプレクサ44及び46に選択されてピンデータセレクタ66へ出力される。
【0060】
また、転送制御部34はジャンプ転送制御部31から次のジャンプのジャンプ先のアドレス#51を受け取ると、上記動作と並行して、パターンメモリ32からアドレス#51以降の試験パターンを読み出させ、現在読み出しを行っているパターンメモリバンク42が含まれている第2パターンキャッシュメモリ52以外のパターンキャッシュメモリ、すなわち、第1パターンキャッシュメモリ50にこれら試験パターンを書き込ませる。具体的には、パターンメモリバンク40に、PAT51〜54を書き込ませ、パターンメモリバンク41に、PAT55〜58を書き込ませる。
【0061】
本実施形態では、発生させる試験パターン#31が含まれているパターンメモリバンク42内の試験パターンが発生される時間の半分より少ない時間で、次のジャンプ先#51以降の試験パターンを他の2つのパターンメモリバンク40、41に転送させることが必要となっている。このため、次のジャンプ先以降の試験パターンを当該の2つのパターンメモリバンクへ書き込み可能になった時点からできるだけ速い時点、例えば、ジャンプ先の試験パターンを発生するとほぼ同時に転送を開始することが望ましい。
【0062】
このように、パターンメモリバンク40、41に書き込まれた試験パターンは、アドレス展開部22から当該試験パターンのアドレス信号が転送制御部に入力された場合に、転送制御部34により該当するパターンメモリバンク40、41から読み出されて、マルチプレクサ44及び46に選択されてピンデータセレクタ66へ遅滞なく出力される。
【0063】
そして、このような動作をベクトルメモリ12に格納された命令を実行するまで行う。
上記のように、本パターン発生器によると、パターンメモリ32において離れたアドレスに格納されている次の試験パターンを遅滞なく発生させることができ、同一の試験パターンをパターンメモリ32に重複して記憶しておく必要がなく、パターンメモリ32に必要な容量を抑えることができる。
【0064】
図12は、本発明の第2の実施形態に係るパターン発生器の構成を示す図である。なお、図9に示す第1の実施形態に係るパターン発生器と異なる機能要素について詳細に説明する。本パターン発生器は、シーケンス制御部62と、パターン生成部26とを備える。シーケンス制御部62は、ベクトルメモリ12と、読み出し制御部14と、アドレス展開部22とを有する。パターン生成部26は、パターンメモリ32と、転送制御部34と、パターンメモリ用マルチプレクサ36、37、38、39と、パターンキャッシュメモリ54と、マルチプレクサ44、45及び46とを有する。
【0065】
図13は、本発明の第2の実施形態に係るパターン発生器のベクトルメモリ12に格納されているパターンプログラムの一例を示す図である。本実施の形態に係るパターンプログラムは、第1の実施形態に係るパターンプログラムと、「START」及び「JUMP」命令の記述形式が異なっている。「START AB」は、アドレス信号Aに対応する試験パターンから試験を開始させ、アドレス信号Bに対応する試験パターンをキャッシュメモリに読み出す命令である。
【0066】
「JUMP A(ジャンプ元のアドレス信号の値) B(ジャンプ先のアドレス信号の値) C(次のジャンプのジャンプ先のアドレス信号の値)」は、アドレス信号Aに対応する試験パターンの次に、アドレス信号Bに対応する試験パターンを生成させ、アドレス信号Cに対応する試験パターンをキャッシュメモリに読み出す命令である。例えば、「JUMP #39 #51 #71」は、アドレス信号#39に対応する試験パターンの次に、アドレス信号#51に対応する試験パターンを生成させ、アドレス信号#71に対応する試験パターンをキャッシュメモリに読み出す命令である。
【0067】
アドレス展開部22は、第1の実施形態のアドレス展開部22において、アドレス信号24がジャンプするか否かを検出して、ジャンプを検出した場合にジャンプが発生したことを示す”1”のLST信号を出力する機能に変えて、START命令に記述された開始アドレスを出力する際に、START命令に記述された読み出させる試験パターンのアドレスを出力し、JUMP命令のジャンプ元のアドレス信号値を出力した後に、次のジャンプ先のアドレス信号値を転送制御部34に出力する機能を有するようにしたものである。
転送制御部34は、第1の実施形態に係る転送制御部34において、ジャンプ転送制御部31から入力されたアドレス信号に基づいて行う動作について、アドレス展開部22により入力されたアドレスに基づいて動作するようにしたものである。本実施形態によるパターン発生器によると、図11に示す上記の第1実施形態に係るパターン発生器と同様な動作を行うことができる。
【0068】
図14は、本発明の第3の実施形態に係るパターン発生器の構成を示す図である。なお、第1の実施形態に係るパターン発生器と異なる機能要素について詳細に説明する。本パターン発生器は、シーケンス制御部62と、パターン生成部26とを備える。シーケンス制御部62は、ベクトルメモリ12と、読み出し制御部14と、アドレス展開部22とを有する。パターン生成部26は、パターンメモリ32と、アドレスメモリ56と、転送制御部34と、パターンメモリ用マルチプレクサ(MUX)36、37、38と、パターンキャッシュメモリ54と、マルチプレクサ(MUX)44及び46とを有する。
【0069】
図15は、本発明の第3の実施形態に係るパターン発生器のベクトルメモリ12に格納されているパターンプログラムの一例を示す図である。本実施の形態に係るパターンプログラムは、第1の実施形態に係るパターンプログラムと、「JUMP」命令の記述形式が異なっている。「JUMPA(ジャンプ先のアドレス信号の値) B(ジャンプ元のアドレス信号値)」は、アドレス信号Bに対応する試験パターンの次に、アドレス信号Aに対応する試験パターンを生成させる命令である。本実施形態では、ジャンプ先は#11のみとなっており、「JUMP11 B」の命令だけが記述されている。
パターンキャッシュメモリ54は、3つのメモリバンク40、41、42を有する。本実施形態では、各メモリバンク40〜42は、4つの試験パターンを記憶することができる。
【0070】
アドレスメモリ56は、ジャンプ先のアドレスから1つのメモリバンクに格納可能な試験パターン数分先のアドレスを記憶する。本実施形態では、ジャンプ先のアドレスは、常に#11であり、各メモリバンク40〜42は4つの試験パターンを格納可能なので、#15が記憶されている。
アドレス展開部22は、第1の実施形態のアドレス展開部22において、アドレス信号24がジャンプするか否かを検出して、ジャンプを検出した場合にジャンプが発生したことを示す”1”のLST信号を出力する機能に変えて、JUMP命令のジャンプ元のアドレス信号値を出力した後に、ジャンプすることを示す”1”の信号を転送制御部34に出力する機能を有する。また、アドレス展開部22は初期処理において、ジャンプ先となるジャンプ先のアドレスを出力する機能を有する。また、アドレス展開部22は、アドレス#11〜#14を出力する場合にBKSL信号を”1”にして出力し、これ以外のアドレスを出力する場合にはBKSL信号を”0”にして出力する。
【0071】
転送制御部34は、第1の実施形態の転送制御部34において、アドレス展開部22により入力された信号に基づいて、アドレスメモリ56からアドレスを取り出す機能を更に有し、更に、第1の実施形態の転送制御部34において、ジャンプ転送制御部31から入力されたアドレス信号に基づいて行う動作について、アドレスメモリ56から取り出したアドレスに基づいて動作するようにしたものである。
【0072】
図16は、本発明の第3の実施形態に係るパターン発生器の動作を示す図である。まず、予め試験パターンをいずれかのパターンメモリバンクに格納させておく初期処理を行う。初期処理において、読み出し制御部14がベクトルメモリ12から命令「START #0」を取り出してアドレス展開部22に転送する。アドレス展開部22は、命令「START #0」をアドレス展開してアドレス信号#0を出力し、更に、命令に含まれているJUMP先のアドレス信号#11を出力する。
【0073】
転送制御部34はアドレス信号#0を受け取ると、パターンメモリ32からアドレス#0以降の4つの試験パターンPAT0〜PAT3を読み出させ、当該試験パターンをパターンメモリバンク40に書き込ませる。更に、転送制御部34は、パターンメモリ32からアドレス#11を受け取るとパターンメモリ32からアドレス信号#11〜#14の試験パターンPAT11〜14を読み出させ、当該試験パターンをパターンメモリバンク42に書き込ませる。
【0074】
初期処理が終わると、試験処理を行う。試験処理では、読み出し制御部14がベクトルメモリ12から命令「START #0」から順次命令を取り出してアドレス展開部22に転送する。アドレス展開部22は、命令「START #0」を受け取ると、アドレス展開してアドレス信号#0及び”0”のBKSL信号を出力する。次いで、アドレス展開部22は、後続する命令についても順次アドレス展開して、アドレス#1、#11、#12…を出力する。この際、アドレス展開部22は、ジャンプが発生した場合、例えば、#1の直後の#11を出力する場合には、ジャンプすることを示す”1”のLST信号を転送制御部34に出力する。
【0075】
転送制御部34はアドレス展開部22からアドレス信号#0、#1を受け取ると、パターンメモリバンク40からアドレス#0、#1に対応するPAT0、PAT1を読み出させ、アドレス展開部22からアドレス信号#11、#12…を受け取ると、パターンメモリバンク42からアドレス#11、#12…に対応する試験パターンPAT11、PAT12…を読み出させる。
また、転送制御部34はアドレス展開部22からジャンプすることを示す”1”のLST信号を受け取ると、上記アドレス#11に対応する試験パターンを読み出す動作と並行して、アドレスメモリ56からアドレス#15を取り出して、当該アドレス以降のアドレス#15、#16、#17、#18に対応する試験パターンPAT15、PAT16、PAT17、PAT18をパターンメモリ32から読み出させ、当該試験パターンを#11へのジャンプ元の#1が書き込まれていたパターンメモリバンク40に書き込ませる。
【0076】
以降、ジャンプが発生しない場合においては、パターンメモリバンク40の試験パターンが読み出されている時に、パターンメモリバンク41に後続の試験パターンを書込ませ、パターンメモリバンク41の試験パターンが読み出されている時に、パターンメモリバンク40に後続の試験パターンを書込ませる。一方、ジャンプが発生した場合には、上記同様に、アドレスメモリ56からアドレス#15を取り出して、当該アドレス以降のアドレス#15、#16、#17、#18に対応する試験パターンPAT15、PAT16、PAT17、PAT18をパターンメモリ32から読み出させ、当該試験パターンをジャンプ先の試験パターンが書き込まれているパターンメモリバンク以外のパターンメモリバンク、例えば、ジャンプ元のアドレスが書き込まれていたパターンメモリバンクに書き込ませる。これにより、後にこれら試験パターンを遅滞なく発生させることができる。なお、上記した試験パターンPAT15、PAT16、PAT17、PAT18を常に同じパターンメモリバンク(例えば、パターンメモリバンク40)に書き込ませるようにしてもよく、このようにすると、ジャンプ先の試験パターンのパターンメモリバンクに格納されている試験パターンの次に読み出す試験パターンが常に同じパターンメモリバンクに格納されていることになり、次に読み出すべき試験パターンを格納したパターンメモリバンクを特定するための情報を把握しておく構成が必要なく、装置構成が簡単になる。
【0077】
このような動作を、ベクトルメモリ12に格納された命令が終了するまで行う。
このように、本パターン発生器によると、上記した第1及び第2の実施形態に係るパターン発生器より簡易な構成で、パターンメモリ32において離れたアドレスに格納されている次の試験パターンを遅滞なく発生させることができ、同一の試験パターンをパターンメモリ32に重複して記憶しておく必要がなく、パターンメモリ32に必要な容量を抑えることができる。
【0078】
本発明は上記の実施形態に限定されるものではなく、種々の変形が可能である。例えば、上記第1の実施形態では、アドレスメモリ33において、先頭からの順番と次のジャンプのジャンプ先のアドレスとを対応させておき、アドレス展開部22によりジャンプが検出された場合に、ジャンプ転送制御部31が先頭から次のジャンプのジャンプ先のアドレスを検出するようにしていたが、本発明はこれに限られず、例えば、アドレスメモリ33において、ジャンプ先のアドレスと、次のジャンプ先のアドレスとを対応させ、アドレス展開部22にジャンプを検出した場合に、ジャンプ先のアドレスを出力するようにさせ、ジャンプ転送制御部31に、アドレス展開部22からのアドレスに対応する次のジャンプ先のアドレスをアドレスメモリ33から検出させるようにしてもよく、要は、ジャンプすると検出した場合に次のジャンプ先のアドレスを検出できればよい。
【0079】
また、上記第1及び第2の実施形態では、次のジャンプのジャンプ先のアドレス以降の試験パターンをパターンメモリバンクに書き込むようにしていたが、本発明はこれに限られず、次のジャンプ先のアドレス以降のジャンプ先のアドレスの試験パターンをパターンメモリバンクに書き込むようにしてもよい。また、上記第1及び第2の実施形態では、試験処理が開始された後に、最初のジャンプのジャンプ先の試験パターンをパターンメモリバンクに格納させるようにしていたが、本発明はこれに限られず、初期処理において、最初のジャンプ先の試験パターンをパターンメモリバンクに格納させるようにしてもよい。
【0080】
また、上記第1及び第2の実施形態では、パターンメモリバンクのグループとして2つのグループを備えていたが、本発明はこれに限られず、より多くのグループを備えるようにしてもよい。また、上記第1及び第2の実施形態では、1つのグループのパターンメモリバンクの数を2にしていたが、本発明はこれに限られず、各グループに任意の数のメモリバンクを備えるようにしてもよい。
【0081】
以上、本発明を実施の形態を用いて説明したが、本発明の技術的範囲は上記実施の形態に記載の範囲には限定されない。上記実施の形態に、多様な変更又は改良を加えることができることが当業者に明らかである。その様な変更又は改良を加えた形態も本発明の技術的範囲に含まれ得ることが、特許請求の範囲の記載から明らかである。
【0082】
【発明の効果】
上記説明から明らかなように、本発明のパターン発生器、パターン発生方法及び試験装置によれば、試験パターンを格納するパターンメモリに必要な容量を抑えることができる。
【図面の簡単な説明】
【図1】 従来の、試験パターンをSRAMに格納するパターン発生器の構成を示す図である。
【図2】 ベクトルメモリに格納されるパターンプログラムの一例を示す図である。
【図3】 ベクトルメモリに格納される圧縮されたパターンプログラムの一例を示す図である。
【図4】 パターン信号生成部のパターンメモリに格納された試験パターンの一例を示す図である。
【図5】 従来のパターン発生器の動作を示す図である。
【図6】 従来の、試験パターンをDRAMに格納するパターン発生器の構成を示す図である。
【図7】 従来の、DRAMによって構成されたパターンメモリに格納された試験パターンの一例を示す図である。
【図8】 本発明の一実施形態に係る試験装置の全体構成を示す図である。
【図9】本発明の第1の実施形態に係るパターン発生器の構成を示す図である。
【図10】 本発明の第1の実施形態に係るパターン発生器のベクトルメモリに格納されたパターンプログラムの一例を示す図である。
【図11】本発明の第1の実施形態に係るパターン発生器の動作を示す図である。
【図12】本発明の第2の実施形態に係るパターン発生器の構成を示す図である。。
【図13】本発明の第2の実施形態に係るパターン発生器のベクトルメモリに格納されたパターンプログラムの一例を示す図である。
【図14】本発明の第3の実施形態に係るパターン発生器の構成を示す図である。
【図15】本発明の第3の実施形態に係るパターン発生器のベクトルメモリに格納されたパターンプログラムの一例を示す図である。
【図16】本発明の第3の実施形態に係るパターン発生器の動作を示す図である。
【符号の説明】
12 ベクトルメモリ
14 読み出し制御部
22 アドレス展開部
24 アドレス信号
26 パターン生成部
30 BKSL信号
31 ジャンプ転送制御部
32 パターンメモリ
33、56 アドレスメモリ
34 転送制御部
36、37、38、39 パターンメモリ用マルチプレクサ
40、41、42、43 パターンメモリバンク
44 第1パターンマルチプレクサ
45 第2パターンマルチプレクサ
46 マルチプレクサ
50 第1パターンキャッシュメモリ
52 第2パターンキャッシュメモリ
54 パターンキャッシュメモリ
60 パターン発生器
62 シーケンス制御部
66 ピンデータセレクタ
72 波形整形器
76 電気部品
80 デバイス差込部
84 比較器
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a pattern generator, a pattern generation method, and a test apparatus used in a test apparatus that tests an electrical component.
[0002]
[Prior art]
2. Description of the Related Art Conventionally, a test apparatus used for testing an electrical component such as a semiconductor memory includes a pattern generator that generates a test pattern for use in testing the electrical component. The pattern generator includes an SRAM (Static Random Access Memory) for storing the test pattern, and a large-capacity DRAM (Dynamic Random Access Memory) when the capacity of the SRAM is insufficient.
When a DRAM is used to store a test pattern in a pattern generator, a refresh operation is required every certain time, and it takes time to access an address having a different ROW address. In order to avoid inconvenience, a cache memory is provided in the subsequent stage of the DRAM, and a test pattern is generated via the cache memory.
[0003]
FIG. 1 is a diagram showing a configuration of a conventional pattern generator for storing a test pattern in an SRAM. The pattern generator 99 includes a vector memory 101, a read controller 102, vector memory banks 103 and 104, a vector instruction multiplexer (MUX) 105, a sequence controller 100 having an address expander 106, and an SRAM. And a pattern signal generation unit 108 having a configured pattern memory.
[0004]
The vector memory 101 stores vector instructions (pattern programs) that define the order of test patterns to be generated. The read control unit 102 reads a vector instruction stored in the vector memory 101 and stores it in the vector memory bank 103 or the vector memory 104. The vector instruction multiplexer 105 selects a vector instruction stored in the vector memory bank 103 or the vector memory 104 and transfers it to the address expansion unit 106. The address expansion unit 106 expands the address of the vector instruction and transfers the address signal 107 obtained by the address expansion to the pattern signal generation unit 108. The pattern signal generation unit 108 extracts the test pattern signal stored in the pattern memory corresponding to the address signal 107 and generates the test pattern signal as the pattern signal 109 for testing the electrical component.
[0005]
FIG. 2 is a diagram illustrating an example of a pattern program stored in the vector memory 101. In the pattern program, “GOSUB A” outputs the address of the instruction as an address signal, and then proceeds to a subroutine (instruction stored at addresses # 11 to 15) indicated by label A (A: in the figure). It is an instruction to jump. “RETURN” is an instruction that means that the subroutine has ended. After outputting the address signal of the address of the instruction, the line next to “GOSUB” that is the jump source to the subroutine, that is, the address of “GOSUB” This is an instruction to return to the address obtained by adding 1 to. “REPEAT n (n is an arbitrary integer)” is an instruction for repeatedly generating an address signal corresponding to the address n times. “NEXT” is an instruction that outputs the current address as an address signal and advances the address, that is, adds 1 to the address. “STOP” is an instruction to end the generation of the test pattern. By combining these instructions, it is possible to define the order in which test patterns for testing electrical components are generated.
[0006]
FIG. 3 is a diagram illustrating an example of a compressed pattern program stored in the vector memory 101. Since the actual pattern program is very long, the capacity of the vector memory 101 must be increased in order to store all instructions. Therefore, in order to reduce the capacity required for the vector memory 101, the pattern program shown in FIG. 2 is compressed and stored in the vector memory 101. Specifically, the “NEXT” instruction in the pattern program is omitted, and the address of each instruction is added to the other instructions to be compressed and stored in the vector memory 101.
[0007]
In FIG. 3, “GOSUB A # 0 # 11” indicates an instruction to output the address signal # 0 and then output the address signal # 11. “REPEAT 3 # 3” indicates an instruction for outputting the address signal # 3 three times repeatedly. Here, the “NEXT” instruction for outputting the address signal # 1 and the address signal # 2 is omitted between “GOSUB A” and “REPEAT 3”.
[0008]
FIG. 4 is a diagram showing test patterns stored in the pattern memory of the pattern signal generation unit 108. The pattern memory of the pattern signal generation unit 108 stores a plurality of test patterns PAT0, PAT1,. For example, PAT2 is stored at address # 2 of the pattern memory, and PATF is stored at address #F of the pattern memory. When the test pattern is stored in the pattern memory of the pattern signal generation unit 108, for example, the test patterns PAT0, PAT1,... Are stored in advance in an external storage device such as a hard disk (not shown), and externally stored when the pattern generator is activated. What is necessary is just to read from a memory | storage device and to store sequentially in address # 0, # 1, ....
[0009]
FIG. 5 is a diagram illustrating the operation of a conventional pattern generator. FIG. 5 shows the operation when the number of words (number of instructions) that can be stored in each of the vector memories 103 and 104 is three. In the pattern generator 99, the read control unit 102 performs an initialization process of reading a vector command from the vector memory 101 and writing it into the vector memory bank 103 before performing a test process for generating a test pattern.
[0010]
That is, the read control unit 102 takes out an instruction stored in the vector memory 101 in consideration of a sequence (order) and transfers the instruction to the vector memory bank 103. Since the address # 1 of the vector memory 101 is an instruction “GOSUB A # 0 # 11” and the instruction jumps to the label A, the read control unit 102 determines that the instruction “GOSUB A # 0 # 11” Next, the jump destination instruction “REPEAT2 # 13” is stored in the vector memory bank 103.
Then, the read control unit 102 stores the “RETURN # 15, # 1” instruction of the next address to be executed next in the vector memory bank 103 after the “REPEAT2 # 13” instruction. In this example, the initialization process is completed by writing an instruction to the vector memory bank 103 for the first three words of the pattern program.
[0011]
After this initialization process is completed, the test process is started. In this test process, the address expansion unit 106 expands the compressed instruction stored in the vector memory bank 103 by the initialization process and outputs an address signal 107. When the address expansion unit 106 expands the instruction stored in the vector memory bank 103 by the initialization process, first, # 0 is output as an address signal from the instruction “GOSUB A # 0, # 11”, and then # 11 is output. To do. Next, from the instruction “REPEAT2 # 13”, # 12 to # 13 are sequentially output as address signals, and # 13 is output again. Next, after outputting # 14 as an address signal from the instruction “RETURN # 15 # 1,” # 15 is output, and then # 1 is output.
The address signal 107 output from the address development unit 106 is supplied to a pattern generation unit 108 having a pattern memory constituted by an SRAM. The pattern generation unit 108 outputs a test pattern stored in the pattern memory based on the supplied address signal 107. This output test pattern is applied to the electrical component.
[0012]
In the test process, the vector instruction multiplexer 105 selectively supplies a compressed instruction to the address expansion unit 106 from the vector memory bank 103 or 104 in which the vector instruction has already been written. Specifically, after the generation of the test pattern based on the instruction stored in the vector memory bank 103 is completed, the instruction stored in the vector memory bank 104 is supplied to the address expansion unit 106.
[0013]
Further, in the test processing, while the test pattern is generated based on the instruction stored in the vector memory bank 103, the vector instruction to be executed next by the read control unit 102 is transferred from the vector memory 101 to the vector memory bank. 104. Next, after the generation of the test pattern based on the instruction stored in the vector memory bank 104 is completed, the vector instruction multiplexer 105 supplies the instruction stored in the vector memory bank 103 to the address expansion unit 106.
[0014]
While the test pattern is being generated based on the instruction stored in the vector memory bank 104, the read control unit 102 transfers the vector instruction to be executed next from the vector memory 101 to the vector memory bank 103. To do. Next, after the generation of the test pattern based on the instruction stored in the vector memory bank 104 is completed, the vector instruction multiplexer 105 supplies the instruction stored in the vector memory bank 103 to the address expansion unit 106. By repeating such an operation, a test pattern can be generated continuously.
[0015]
In this pattern generator, a common vector instruction in a pattern program for generating a test pattern is realized by a subroutine represented by, for example, “GOSUB” instruction and “label A”. The amount of memory required can be reduced, and the capacity required for the vector memory 101 for storing the pattern program can be reduced. In addition, since it is not necessary to store the same test pattern in the pattern memory 110, the capacity required for the pattern memory 110 can be reduced.
[0016]
FIG. 6 is a diagram showing a configuration of a conventional pattern generation unit 108 that stores a test pattern in a DRAM. The pattern generation unit 108 includes a pattern memory 110 constituted by a DRAM, a transfer control unit 111, pattern memory multiplexers (MUX) 112 and 113, pattern memory banks 114 and 115, and a multiplexer (MUX) 116. Have.
In the pattern generation unit 108, the address signal 107 output from the sequence control unit 100 is input to the multiplexers 112, 113, and 116 and the transfer control unit 111. When the address signal 107 is input, the transfer control unit 111 outputs a test pattern corresponding to the address signal 107 from the pattern memory 110 to the multiplexers 112 and 113.
[0017]
The multiplexers 112 and 113 start operation by selecting either the multiplexer 112 or 113 based on a predetermined bit value serving as a reference of the address signal 107. When the multiplexer 112 is selected, the multiplexer 112 or 113 starts operation from the pattern memory 110. The output test pattern is output to the pattern memory bank 114. When the multiprocessor 113 is selected, the test pattern output from the pattern memory 110 is output to the pattern memory bank 115. The multiplexer 116 selects either the pattern memory bank 114 or 115 based on the input address signal 107, for example, based on the difference in the upper bits of the address signal 107, and selects the selected pattern memory bank 114 or 115. The pattern signal of the test pattern is read from and generated.
[0018]
[Problems to be solved by the invention]
As described above, when the SRAM is used as the pattern memory for storing the test pattern in the pattern signal generation unit 108, the capacity required for the pattern memory can be suppressed by using an instruction such as a subroutine in the pattern program. By the way, in recent years, the number of test patterns necessary for testing one electrical component has increased with the increase in scale and multifunction of electrical components. For this reason, the situation that the capacity of the SRAM is insufficient for storing these test patterns has occurred, and a DRAM must be used to store the test patterns.
[0019]
Generally, only continuous address data can be transferred from a DRAM at high speed. For this reason, in the case where the test pattern is stored in the pattern memory 110 constituted by the DRAM, only the test pattern of continuous addresses can be transferred to the pattern memory bank 114 or 115 at high speed. Therefore, when an instruction to jump to a subroutine including a test pattern that is not stored in the pattern memory bank 114 or 115 is described in the pattern program, a situation occurs in which the test pattern cannot be generated without delay. End up.
[0020]
FIG. 7 is a diagram showing an example of a test pattern stored in a pattern memory 110 configured by a conventional DRAM. In order to avoid the above situation, as shown in FIG. 7, test patterns used in the test are sequentially stored in the pattern memory 110. For this reason, for example, even the same test pattern used for initialization processing is stored at a plurality of addresses, and there is a problem that a very large capacity DRAM must be used as the pattern memory 110. is there.
[0021]
SUMMARY OF THE INVENTION An object of the present invention is to provide a pattern generator, a pattern generation method, and a test apparatus that can reduce the capacity required for a pattern memory that stores a test pattern. This object is achieved by a combination of features described in the independent claims. The dependent claims define further advantageous specific examples of the present invention.
[0022]
[Means for Solving the Problems]
To achieve the above object, a pattern generator according to a first embodiment of the present invention is a pattern generator that generates a test pattern used for testing an electrical component, and associates a plurality of test patterns with addresses. A pattern memory to store, a plurality of memory banks to store test patterns read from the pattern memory, a vector memory to store vector instructions that define the order in which the test patterns are generated, and a vector read from the vector memory Based on the command, after jumping to the jump destination address when the jump detection unit detects whether or not the address on the pattern memory of the test pattern to be generated jumps, and the jump detection unit detects jumping An address that detects the jump destination address where the address jumps further in From the memory bank based on the vector command read from the vector memory and the transfer control unit that reads the test pattern after the address detected by the address detection unit from the pattern memory and transfers it to the memory bank. And a generator for generating the test pattern.
[0023]
The address detection unit may detect a jump destination address to which the address jumps next after jumping to the jump destination address.
Further, in the order specified by the vector instruction, the jump part where the address on the pattern memory of the test pattern to be generated jumps, and the jump destination where the address jumps further after jumping to the jump destination address of the jump part An address storage unit that stores association information for associating an address is further provided, and the address detection unit has an address corresponding to the jump portion detected by the jump detection unit based on the association information in the address storage unit. Further, a jump destination address for jumping may be detected.
[0024]
You may make it further provide the address setting part which sets matching information to an address memory | storage part. The address setting unit may set the association information based on an instruction from the user. The address setting unit may set the association information by analyzing the vector command. Further, the address setting unit may complete the analysis before the generating unit generates the test pattern.
In addition, the vector instruction includes a jump source address, a jump destination address,
It is associated with the address of the jump destination when the address jumps later,
The address detection unit may detect a jump destination address when the address jumps later from the vector instruction.
[0025]
The transfer control unit may transfer the test pattern after the address detected by the address detection unit to a memory bank different from the memory bank storing the test pattern of the jump destination address. Further, the transfer control unit may transfer the test pattern after the address detected by the address detection unit to a memory bank in which the test pattern of the jump source address is stored.
[0026]
The plurality of memory banks are divided into a plurality of memory groups, and the transfer control unit uses the memory bank storing the test pattern of the jump destination address as the test pattern after the address detected by the address detection unit. You may make it transfer to the memory bank of a memory group different from the memory group to which it belongs. The transfer control unit may transfer the test pattern after the address detected by the address detection unit to the memory bank of the memory group to which the memory bank storing the test pattern of the jump source address belongs. . A plurality of memory banks may belong to each memory group.
[0027]
The transfer control unit performs test patterns after the address detected by the address detection unit while the test unit stored in the memory bank in which the test pattern of the jump destination address is stored is generated by the generation unit. May be transferred from the pattern memory to the memory bank. Further, the transfer control unit may start to transfer the test pattern after the address detected by the address detection unit from the pattern memory to the memory bank almost simultaneously with the generation of the jump destination test pattern by the generation unit. . The memory bank may be a bipolar or metal oxide semiconductor (MOS) RAM.
[0028]
In order to achieve the above object, a pattern generator according to a second embodiment of the present invention is a pattern generator that generates a test pattern used for testing an electrical component, and associates a plurality of test patterns with addresses. A pattern memory to store, a plurality of memory banks to store test patterns read from the pattern memory, a vector memory to store vector instructions that define the order in which the test patterns are generated, and a vector read from the vector memory Based on the command, after jumping to the jump destination address when the jump detection unit detects whether or not the address on the pattern memory of the test pattern to be generated jumps, and the jump detection unit detects jumping An address detector for detecting the address of the test pattern to be generated; A transfer control unit that reads the test pattern after the address detected by the address detection unit from the memory and transfers it to the memory bank in which the test pattern of the jump source address is stored, and the vector instruction read from the vector memory And a generator for generating a test pattern from the memory bank.
The address detection unit may detect an address after a number that can be accommodated by one memory bank from the jump destination address.
[0029]
In order to achieve the above object, a test apparatus according to the present invention is a test apparatus for testing an electrical component, and an input test pattern applied to the electrical component for the test, and the input test pattern applied to the electrical component. A pattern memory that stores a test pattern including an expected value pattern that is sometimes expected to be output from an electrical component, a plurality of memory banks that store a test pattern read from the pattern memory, and a test pattern are generated A vector memory for storing a vector instruction for defining the order; and a jump detection unit for detecting whether or not an address on the pattern memory of the test pattern to be generated jumps based on the vector instruction read from the vector memory; Jump to the jump destination address when it is detected by the jump detector. An address detection unit for detecting a jump destination address where the address further jumps later, a transfer control unit for reading a test pattern after the address detected by the address detection unit from the pattern memory, and transferring the test pattern to the memory bank; and a vector memory Based on the vector command read out from the generator, the generation unit that generates the test pattern from the memory bank, and the pin data that rearranges the test pattern generated by the generation unit according to the pin arrangement of the electrical terminals of the electrical component The waveform shaper that shapes the waveform of the input test pattern included in the test pattern output from the selector and the pin data selector, and the input test pattern shaped by the waveform shaper is given to the electrical component and output from the electrical component A device plug-in that receives the output signal Characterized in that it comprises a comparator for comparing the expected pattern and the output signal plug portion is received.
[0030]
The address detection unit may detect a jump destination address to which the address jumps next after jumping to the jump destination address. Further, in the order specified by the vector instruction, the jump part where the address on the pattern memory of the test pattern to be generated jumps, and the jump destination where the address jumps further after jumping to the jump destination address of the jump part An address storage unit that stores association information for associating an address is further provided, and the address detection unit has an address corresponding to the jump portion detected by the jump detection unit based on the association information in the address storage unit. Further, a jump destination address for jumping may be detected.
[0031]
In order to achieve the above object, a pattern generation method according to the present invention is a pattern generation method for generating a test pattern used for testing an electrical component, and stores a plurality of test patterns in a pattern memory in association with addresses. A step of storing a vector instruction defining the order in which the test patterns are generated in the vector memory, and an address on the pattern memory of the test pattern to be generated based on the vector instruction read from the vector memory. A jump detection step for detecting whether or not to jump, and when it is detected that an address on the pattern memory of the test pattern to be generated jumps, after jumping to the jump destination address, the jump destination is further jumped. Address detection step for detecting addresses A test pattern from the memory bank based on a vector command read from the vector memory and a pattern transfer step for reading the test pattern after the address detected in the address detection step from the pattern memory and transferring it to the memory bank. And a generation step that is generated by taking out. The address detection step may detect a jump destination address to which the address jumps next after jumping to the jump destination address.
The above summary of the invention does not enumerate all the necessary features of the present invention, and sub-combinations of these feature groups can also be the invention.
[0032]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, the present invention will be described through embodiments of the invention. However, the following embodiments do not limit the claimed invention, and all combinations of features described in the embodiments are the solution of the invention. It is not always essential to the means.
FIG. 8 is a diagram showing the overall configuration of the test apparatus according to the present invention. This test apparatus includes a pattern generator 60 having a sequence controller 62 and a pattern generator 26, a pin data selector 66, a waveform shaper 72, and a device difference having an insertion port 78 into which an electrical component 76 can be inserted. And a comparator 84. The pattern generator 60 provides an input test pattern to the electrical component 76 for the electrical test 76 of the electrical component, and an expectation to be output from the electrical component 76 when the input test pattern is applied to the normal electrical component 76. A test pattern signal 28 (test pattern signal) having a value pattern is transferred to the pin data selector 66.
[0033]
Here, the “electric part” means a part that performs a predetermined action according to a current or a voltage. For example, a semiconductor part made of an active element such as an IC (Integrated Circuit) or an LSI (Large-Scale Integrated circuit). In addition to passive components, various sensors, and other components, these components are combined into a single package, and breadboards that implement these functions by mounting these components on a printed circuit board. This part is also included. An “input test pattern” refers to a temporal or spatial arrangement of digital signals input to an electrical component in order to perform an electrical test, and an “expected value pattern” refers to a predetermined test pattern as an electrical component. Is a temporal or spatial arrangement of digital signals predicted as an output when input to.
[0034]
The pin data selector 66 rearranges the physical position of the test pattern signal 28 transferred from the pattern generator 60 according to the arrangement of the electrical terminals of the electrical component 76, and waveforms the input test pattern 68 in the test pattern signal 28. While transferring to the shaper 72, the expected value pattern 70 is transferred to the comparator 84. The waveform shaper 72 shapes the waveform of the input test pattern 68 transferred from the pin data selector 66 and transfers it to the device insertion unit 80.
[0035]
The device insertion unit 80 supplies the input test pattern 74 transferred from the waveform shaper 72 to the input terminal of the electrical component 76 inserted into the insertion port 78. Thereby, the electrical component 76 outputs the output pattern according to the test pattern input from the input terminal to the device insertion unit 80 from the predetermined output terminal based on its own function. In addition, the device insertion unit 80 transfers the output pattern 82 input from the output terminal of the electrical component 76 inserted into the insertion port 78 to the comparator 84.
[0036]
The comparator 84 compares the output pattern 82 transferred from the device insertion unit 80 with the expected value pattern 70 transferred from the pin data selector 66, and if the output pattern 80 and the expected value pattern 70 match. For example, it is determined that the electrical component 76 operates normally. On the other hand, if they do not match, it is determined that the electrical component 76 does not operate normally.
[0037]
FIG. 9 is a diagram showing the configuration of the pattern generator according to the first embodiment of the present invention. The pattern generator 60 includes a sequence control unit 62 and a pattern generation unit 26. The sequence control unit 62 includes a vector memory 12, a read control unit 14, an address expansion unit 22, an address setting unit 23, an address memory 33, and a jump address transfer control unit 31. The pattern generation unit 26 includes a pattern memory 32, a transfer control unit 34, pattern memory multiplexers (MUX) 36, 37, 38, and 39, a pattern cache memory 54, and multiplexers (MUX) 44, 45, and 46. Have. Here, the jump detection unit referred to in the claims is mainly configured by the address expansion unit 22, and the address detection unit referred to in the claims is mainly configured by the jump transfer control unit 31. The generator is mainly composed of a transfer controller 34 and multiplexers 44-46.
The vector memory 12 is composed of, for example, a high-speed SRAM, and stores a pattern program that defines the order of test patterns.
[0038]
FIG. 10 is a diagram showing an example of a pattern program stored in the vector memory 12 of the pattern generator according to the first embodiment of the present invention. In the pattern program, “START # 11” is a command for starting a test from a test pattern corresponding to the address signal # 11. “REPEAT 2 # 13” is an instruction to output a test pattern corresponding to the next address signal after generating a test pattern corresponding to the address signal # 13 twice. “JUMP A (value of jump source address signal) B (value of jump destination address signal)” is an instruction for generating a test pattern corresponding to the address signal B next to the test pattern corresponding to the address signal A. is there.
[0039]
In the pattern program of the present embodiment, “NEXT C (address signal value)”, that is, an instruction to output the address signal C and advance the value of the address signal by 1 is omitted. In the pattern program shown in FIG. 9, for example, “NEXT # 12” is omitted between “START # 11” and “REPEAT 2 # 13”, and “REPEAT 2 # 13” and “JUMP # 1D # 31” are omitted. "NEXT # 14" to "NEXT # 1C" are omitted.
[0040]
Returning to FIG. 9, the read control unit 14 reads the pattern program instruction stored in the vector memory 12 from the head and transfers it to the address development unit 22.
The address expansion unit 22 performs address expansion based on the transferred instruction and outputs an address signal 24. Further, the address developing unit 22 detects whether or not the address signal 24 jumps, and when a jump is detected, outputs an LST signal of “1” indicating that a jump has occurred. In this embodiment, “1” is also output when pattern generation is started.
The address development unit 22 also outputs a BKSL signal 30 that selects a cache memory of the pattern generation unit 26 that outputs a test pattern to be generated. In this embodiment, the address developing unit 22 switches the BKSL signal between “1” or “0” and outputs it every time it detects that the address signal jumps.
[0041]
The address memory 33 is composed of, for example, a high-speed SRAM, and stores a jump destination address signal to which the address signal jumps in the order defined by the pattern program stored in the vector memory 12. When the pattern program shown in FIG. 10 is stored in the vector memory 12, # 31, # 51, and # 71 are stored in order from the top of the storage area.
The address setting unit 23 receives an address signal to be stored in the address memory 33 and stores it in the address memory 33. The address setting unit 23 may receive an address signal directly from an input device such as a mouse or a keyboard from a user of the pattern generator and store the address signal. The address setting unit 23 analyzes the pattern program stored in the vector memory 12 to analyze the address. A signal may be detected and stored in the address memory 33. In this embodiment, an address signal is set in the address memory 33 before a test process described later.
[0042]
When the LST signal “1” indicating that a jump has occurred is input from the address expansion unit 22, the jump transfer control unit 31 detects the jump destination address signal of the next jump and generates a pattern signal. Output to the device 26. In this embodiment, immediately after the test pattern is generated and when each jump is detected, the address is sequentially extracted from the head of the address memory 33, thereby acquiring the jump destination address signal of the next generated jump.
[0043]
The pattern memory 32 is composed of a DRAM and stores a plurality of test patterns. The pattern memory 32 outputs a test pattern of an address corresponding to the signal input from the transfer control unit 34 and its address.
The pattern cache memory 54 includes a first pattern cache memory 50 and a second pattern cache memory 52. The first pattern cache memory and the second pattern cache memory are composed of a RAM that can read and write data at high speed, for example, a bipolar or MOS RAM.
[0044]
The first pattern cache memory 50 includes two pattern memory banks 40 and 41 that form the same group for storing test patterns of consecutive addresses. The second pattern cache memory 52 has two pattern memory banks 42 and 43 that form the same group for storing test patterns of consecutive addresses. For example, when an R (READ: read instruction) signal is input from the transfer control unit 34, each pattern memory bank 40 to 43 receives a test pattern from its own area corresponding to the address input from the preceding multiplexers 36 to 39. Is read out to the subsequent multiplexers 44 and 45.
[0045]
In addition, each pattern memory bank 40 to 43 receives a / W (/ is inverted logic: WRITE: write instruction) signal in its own area corresponding to the address input from the preceding multiplexers 36 to 39. A test pattern input from the pattern memory 32 is written. In the present embodiment, each of the pattern memory banks 40 to 43 has, for example, four addresses, and one test pattern can be stored in each address.
[0046]
The transfer control unit 34 performs control to store the test pattern in the predetermined pattern memory banks 40 to 43 based on the address signal input from the address developing unit 22. In the present embodiment, the transfer control unit 34 outputs a test pattern from the pattern memory 32 based on the input address signal, and instructs the pattern memory banks 40 to 43 to be stored to perform a write operation / In addition to outputting the W signal, the SEL signal for selecting the address output from the pattern memory 32 is output to the preceding multiplexers 36 to 39 of the pattern memory bank.
[0047]
Further, based on the address signal input from the address development unit 22, the transfer control unit 34 performs control to read a test pattern corresponding to the address from the pattern memory banks 40 to 43. In the present embodiment, the transfer control unit 34 outputs an R signal instructing a read operation to the pattern memory banks 40 to 43 in which the test pattern to be read is stored based on the input address signal, A SEL signal for selecting the address signal output from the address developing unit 22 is output to the multiplexers 36 to 39 in the previous stage of the pattern memory bank.
[0048]
When the address signal of the jump destination of the next jump generated from the jump transfer control unit 31 is input to the transfer control unit 34, the pattern of a group different from the group of the pattern memory bank in which the previous jump destination test pattern is written. Control is performed to write the test pattern of the next jump destination address corresponding to the memory bank. In the present embodiment, the transfer control unit 34 outputs the test pattern of the corresponding address from the pattern memory 32, and the pattern memory banks 40 to 43 in a group different from the group of the pattern memory bank in which the previous jump destination test pattern is written. A / W signal for instructing the write operation is output to the multiplexor, and a SEL signal for selecting the address output from the pattern memory 32 is output to the preceding multiplexer of the pattern memory bank.
[0049]
Based on the SEL signal input from the transfer control unit 34, the multiplexers 36 to 39 convert either the address signal input from the address development unit 22 or the address signal input from the pattern memory 32 to the subsequent pattern memory bank 40. Transfer to ~ 43.
[0050]
The multiplexer 44 selects the test pattern read from the pattern memory bank 40 or the test pattern read from the pattern memory bank 41 based on the address input from the address developing unit 22 and outputs the selected test pattern to the multiplexer 46. The multiplexer 45 selects either the test pattern read from the pattern memory bank 42 or the test pattern read from the pattern memory bank 43 on the basis of the address input from the address development unit 22 to the multiplexer 46. Output.
[0051]
Based on the BKSL signal 30 input from the address expansion unit 22, the multiplexer 46 receives the test pattern of the first pattern cache memory 50 input from the multiplexer 44 or the test pattern of the second pattern cache memory 52 input from the multiplexer 45. Select one of these to output. In the present embodiment, when the BKSL signal is “0”, the test pattern of the first pattern cache memory 50 is selected, and when the BKSL signal is “1”, the test pattern of the second pattern cache memory 52 is selected. .
[0052]
FIG. 11 is a diagram illustrating an operation of the pattern generator according to the first embodiment of the present invention. FIG. 11 shows an operation when the pattern program shown in FIG. 10 is stored in the vector memory 12. First, initial processing for storing the test pattern in any one of the pattern memory banks is performed. In the initial processing, the read control unit 14 takes out the instruction “START # 11” from the vector memory 12 and transfers it to the address development unit 22. The address expanding unit 22 expands the instruction “START # 11” and outputs an address signal # 11. When the transfer control unit 34 receives the address signal # 11, the transfer control unit 34 reads the four test patterns PAT11 to PAT14 after the address # 11 from the pattern memory 32 and writes the test patterns in the pattern memory bank 40. Further, the transfer control unit 34 reads the test patterns PAT 15 to 18 of the address signals # 15 to # 18 from the pattern memory 32 and writes the test patterns to the pattern memory bank 41.
[0053]
When the initial process is completed, the test process is performed. In the test process, the read control unit 14 sequentially fetches instructions from the instruction “START # 11” from the vector memory 12 and transfers them to the address development unit 22. Upon receiving the instruction “START # 11”, the address expansion unit 22 expands the address and outputs the address signal # 11 and the BKSL signal of “0”, and outputs the LST signal of “1” to the jump transfer control unit 31. To do. Next, the address expansion unit 22 sequentially expands the subsequent instructions, outputs addresses # 12, # 13, # 13, # 14, # 15, # 16,..., And outputs a BKSL signal of “0”. At the same time, an LST signal of “0” is output. When the LST signal of “1” is input from the address expansion unit 22, the jump transfer control unit 31 extracts the address # 31 stored at the head from the address memory 33 and outputs it to the transfer control unit 34.
[0054]
When the transfer control unit 34 receives the address signal # 11 from the address developing unit 22, the transfer control unit 34 reads the PAT 11 corresponding to the address # 11 from the pattern memory bank 40, and then the address signal # 12 after # 11 from the address developing unit 22. , # 13, # 13, # 14, the test patterns PAT12, PAT13, PAT13, PAT14 corresponding to these address signals are read from the pattern memory bank 40 in the same manner. The test patterns PAT11, PAT12, etc. read in this way are selected by the multiplexers 44 and 46 and output to the pin data selector 66.
[0055]
When the transfer control unit 34 receives the address # 31 from the jump transfer control unit 31, in parallel with the above operation, the transfer control unit 34 reads the test pattern after the address # 31 from the pattern memory 32, and the pattern currently being read. These test patterns are written into a pattern cache memory other than the first pattern cache memory 50 including the memory bank 40, that is, the second pattern cache memory 52. Specifically, PATs 31 to 34 are written in the pattern memory bank 42, and PATs 35 to 38 are written in the pattern memory bank 43.
[0056]
When the transfer control unit 34 receives the address signal # 15 from the address developing unit 22, the transfer control unit 34 reads the PAT 15 corresponding to the address # 15 from the pattern memory bank 41. The transfer control unit 34 reads the test patterns PAT16, PAT17, and PAT18 corresponding to the address signals # 16, # 17, and # 18 received after the address signal # 15 from the address developing unit 22 from the pattern memory bank 41 in the same manner. Let it come out. When the transfer control unit 34 receives the address signal # 15 from the address developing unit 22, the transfer control unit 34 reads the test patterns from the pattern memory 32 to the addresses # 19 to # 1C in parallel with the above operation, and performs the current reading. The test patterns PAT19 to PAT1C are written to another pattern memory bank in the first pattern cache memory 50 including the pattern memory bank 41, that is, the pattern memory bank 40.
[0057]
If no address signal is input from the jump transfer control unit 31, the transfer control unit 34 is in the same group as the pattern memory bank reading the test pattern while reading the test pattern in the same manner as described above. Subsequent test patterns are written to another pattern memory bank.
[0058]
Here, when the address developing unit 22 detects that the address jumps such as outputting # 31 after outputting # 1D, it outputs the address # 31 and switches the BKSL signal to “1” and outputs it. Further, the LST signal “1” is output to the jump transfer control unit 31. When the LST signal of “1” is input from the address expansion unit 22, the jump transfer control unit 31 extracts the address # 51 next to the previously extracted address from the address memory 33 and outputs it to the transfer control unit 34.
[0059]
When the transfer control unit 34 receives the address signal # 31 from the address development unit 22, the transfer control unit 34 reads the PAT 31 corresponding to the address # 31 from the pattern memory bank 42, and then the address signal # 31 and subsequent addresses # 31 from the address development unit 22. When 32, # 33, and # 34 are received, the test patterns PAT32, PAT33, and PAT34 corresponding to these address signals are read from the pattern memory bank 42 in the same manner. The test patterns PAT31, PAT32, etc. read in this way are selected by the multiplexers 44 and 46 and output to the pin data selector 66.
[0060]
In addition, when the transfer control unit 34 receives the jump destination address # 51 of the next jump from the jump transfer control unit 31, in parallel with the above operation, the test pattern after the address # 51 is read from the pattern memory 32, These test patterns are written into a pattern cache memory other than the second pattern cache memory 52 including the pattern memory bank 42 currently being read, that is, the first pattern cache memory 50. Specifically, PATs 51 to 54 are written in the pattern memory bank 40, and PATs 55 to 58 are written in the pattern memory bank 41.
[0061]
In the present embodiment, the test pattern after the next jump destination # 51 is transferred to the other two in less than half the time during which the test pattern in the pattern memory bank 42 including the test pattern # 31 to be generated is generated. It is necessary to transfer to the two pattern memory banks 40 and 41. For this reason, it is desirable to start the transfer almost simultaneously with the time when the test pattern after the next jump destination can be written to the two pattern memory banks as soon as possible, for example, when the test pattern at the jump destination is generated. .
[0062]
As described above, the test pattern written in the pattern memory banks 40 and 41 is stored in the corresponding pattern memory bank by the transfer control unit 34 when the address signal of the test pattern is input from the address development unit 22 to the transfer control unit. The data is read out from 40 and 41, selected by the multiplexers 44 and 46, and output to the pin data selector 66 without delay.
[0063]
Such an operation is performed until an instruction stored in the vector memory 12 is executed.
As described above, according to the present pattern generator, the next test pattern stored at a distant address in the pattern memory 32 can be generated without delay, and the same test pattern is stored in the pattern memory 32 in duplicate. Therefore, the capacity required for the pattern memory 32 can be reduced.
[0064]
FIG. 12 is a diagram showing a configuration of a pattern generator according to the second embodiment of the present invention. The functional elements different from those of the pattern generator according to the first embodiment shown in FIG. 9 will be described in detail. The pattern generator includes a sequence control unit 62 and a pattern generation unit 26. The sequence control unit 62 includes a vector memory 12, a read control unit 14, and an address expansion unit 22. The pattern generation unit 26 includes a pattern memory 32, a transfer control unit 34, pattern memory multiplexers 36, 37, 38, and 39, a pattern cache memory 54, and multiplexers 44, 45, and 46.
[0065]
FIG. 13 is a diagram showing an example of a pattern program stored in the vector memory 12 of the pattern generator according to the second embodiment of the present invention. The pattern program according to the present embodiment differs from the pattern program according to the first embodiment in the description format of the “START” and “JUMP” instructions. “START AB” is a command for starting a test from a test pattern corresponding to the address signal A and reading the test pattern corresponding to the address signal B to the cache memory.
[0066]
“JUMP A (value of jump source address signal) B (value of jump destination address signal) C (value of jump destination address signal)” follows the test pattern corresponding to address signal A. , A command for generating a test pattern corresponding to the address signal B and reading the test pattern corresponding to the address signal C to the cache memory. For example, “JUMP # 39 # 51 # 71” generates a test pattern corresponding to the address signal # 51 next to the test pattern corresponding to the address signal # 39, and caches the test pattern corresponding to the address signal # 71. This is an instruction to read into the memory.
[0067]
The address expansion unit 22 detects whether or not the address signal 24 jumps in the address expansion unit 22 of the first embodiment, and when the jump is detected, the LST of “1” indicating that a jump has occurred When the start address described in the START instruction is output instead of the signal output function, the address of the test pattern to be read described in the START instruction is output, and the jump source address signal value of the JUMP instruction is set. After the output, the function of outputting the address signal value of the next jump destination to the transfer control unit 34 is provided.
The transfer control unit 34 operates based on the address input from the address expansion unit 22 in the transfer control unit 34 according to the first embodiment, based on the address signal input from the jump transfer control unit 31. It is what you do. The pattern generator according to the present embodiment can perform the same operation as that of the pattern generator according to the first embodiment shown in FIG.
[0068]
FIG. 14 is a diagram showing a configuration of a pattern generator according to the third embodiment of the present invention. The functional elements different from the pattern generator according to the first embodiment will be described in detail. The pattern generator includes a sequence control unit 62 and a pattern generation unit 26. The sequence control unit 62 includes a vector memory 12, a read control unit 14, and an address expansion unit 22. The pattern generation unit 26 includes a pattern memory 32, an address memory 56, a transfer control unit 34, pattern memory multiplexers (MUX) 36, 37, and 38, a pattern cache memory 54, and multiplexers (MUX) 44 and 46. Have
[0069]
FIG. 15 is a diagram showing an example of a pattern program stored in the vector memory 12 of the pattern generator according to the third embodiment of the present invention. The pattern program according to the present embodiment differs from the pattern program according to the first embodiment in the description format of the “JUMP” instruction. “JUMPA (jump destination address signal value) B (jump source address signal value)” is an instruction for generating a test pattern corresponding to the address signal A after the test pattern corresponding to the address signal B. In the present embodiment, the jump destination is only # 11 and only the instruction “JUMP11 B” is described.
The pattern cache memory 54 has three memory banks 40, 41 and 42. In the present embodiment, each of the memory banks 40 to 42 can store four test patterns.
[0070]
The address memory 56 stores addresses ahead of the number of test patterns that can be stored in one memory bank from the jump destination address. In the present embodiment, the jump destination address is always # 11, and each memory bank 40-42 can store four test patterns, so # 15 is stored.
The address expansion unit 22 detects whether or not the address signal 24 jumps in the address expansion unit 22 of the first embodiment, and when the jump is detected, the LST of “1” indicating that a jump has occurred Instead of the function of outputting a signal, after outputting the address signal value of the jump source of the JUMP instruction, it has a function of outputting a signal “1” indicating the jump to the transfer control unit 34. The address expansion unit 22 has a function of outputting a jump destination address that is a jump destination in the initial processing. Further, the address developing unit 22 outputs the BKSL signal as “1” when outputting addresses # 11 to # 14, and outputs the BKSL signal as “0” when outputting other addresses. .
[0071]
The transfer control unit 34 further has a function of extracting an address from the address memory 56 based on the signal input from the address development unit 22 in the transfer control unit 34 of the first embodiment. In the transfer control unit 34 according to the embodiment, the operation performed based on the address signal input from the jump transfer control unit 31 is performed based on the address taken out from the address memory 56.
[0072]
FIG. 16 is a diagram illustrating the operation of the pattern generator according to the third embodiment of the present invention. First, initial processing for storing the test pattern in any one of the pattern memory banks is performed. In the initial processing, the read control unit 14 takes out the instruction “START # 0” from the vector memory 12 and transfers it to the address development unit 22. The address expansion unit 22 expands the instruction “START # 0” to output an address signal # 0, and further outputs a JUMP destination address signal # 11 included in the instruction.
[0073]
When receiving the address signal # 0, the transfer control unit 34 reads out the four test patterns PAT0 to PAT3 after the address # 0 from the pattern memory 32 and writes the test patterns in the pattern memory bank 40. Furthermore, when the transfer control unit 34 receives the address # 11 from the pattern memory 32, the transfer control unit 34 reads the test patterns PAT 11 to 14 of the address signals # 11 to # 14 from the pattern memory 32 and writes the test pattern to the pattern memory bank 42. Make it.
[0074]
When the initial process is completed, the test process is performed. In the test process, the read control unit 14 sequentially fetches instructions from the instruction “START # 0” from the vector memory 12 and transfers them to the address development unit 22. Upon receiving the instruction “START # 0”, the address expansion unit 22 expands the address and outputs an address signal # 0 and a BKSL signal of “0”. Next, the address expansion unit 22 sequentially expands addresses of subsequent instructions and outputs addresses # 1, # 11, # 12. At this time, when a jump occurs, for example, when outputting # 11 immediately after # 1, the address developing unit 22 outputs an LST signal of “1” indicating that the jump is performed to the transfer control unit 34. .
[0075]
When the transfer control unit 34 receives the address signals # 0 and # 1 from the address developing unit 22, the transfer control unit 34 reads the PAT0 and PAT1 corresponding to the addresses # 0 and # 1 from the pattern memory bank 40, and sends the address signal from the address developing unit 22. When # 11, # 12,... Are received, the test patterns PAT11, PAT12, etc. corresponding to the addresses # 11, # 12,.
When the transfer control unit 34 receives the LST signal “1” indicating jump from the address development unit 22, the transfer control unit 34 reads the test pattern corresponding to the address # 11 from the address memory 56 in parallel with the operation of reading the test pattern. 15 is read out, and the test patterns PAT15, PAT16, PAT17, and PAT18 corresponding to the addresses # 15, # 16, # 17, and # 18 after the address are read from the pattern memory 32, and the test pattern is transferred to # 11. The pattern memory bank 40 in which # 1 of the jump source has been written is written.
[0076]
Thereafter, when no jump occurs, when the test pattern in the pattern memory bank 40 is being read, the subsequent test pattern is written in the pattern memory bank 41, and the test pattern in the pattern memory bank 41 is read out. At the same time, the subsequent test pattern is written in the pattern memory bank 40. On the other hand, when a jump occurs, the address # 15 is taken out from the address memory 56 in the same manner as described above, and the test patterns PAT15, PAT16, The PAT 17 and the PAT 18 are read from the pattern memory 32, and the test pattern is read into a pattern memory bank other than the pattern memory bank in which the jump destination test pattern is written, for example, the pattern memory bank in which the jump source address is written. Let it be written. Thereby, these test patterns can be generated later without delay. Note that the above test patterns PAT15, PAT16, PAT17, and PAT18 may be always written in the same pattern memory bank (for example, the pattern memory bank 40), and in this way, the pattern memory bank of the test pattern of the jump destination The test pattern to be read out next to the test pattern stored in is always stored in the same pattern memory bank, and the information for specifying the pattern memory bank in which the test pattern to be read out next is stored is grasped. There is no need for an arrangement, and the apparatus configuration is simplified.
[0077]
Such an operation is performed until the instruction stored in the vector memory 12 is completed.
As described above, according to the present pattern generator, the next test pattern stored at a separate address in the pattern memory 32 is delayed with a simpler configuration than the pattern generators according to the first and second embodiments described above. It is not necessary to store the same test pattern in the pattern memory 32 redundantly, and the capacity required for the pattern memory 32 can be reduced.
[0078]
The present invention is not limited to the above-described embodiment, and various modifications can be made. For example, in the first embodiment, when the address expansion unit 22 detects a jump in the address memory 33 in which the order from the head is associated with the jump destination address of the next jump, jump transfer is performed. The control unit 31 detects the jump destination address of the next jump from the beginning. However, the present invention is not limited to this. For example, in the address memory 33, the jump destination address and the next jump destination address. When the jump is detected by the address expansion unit 22, the jump destination address is output, and the jump transfer control unit 31 causes the next jump destination corresponding to the address from the address expansion unit 22 to be output. The address may be detected from the address memory 33. The point is that if a jump is detected, It is only necessary to detect the jump destination address.
[0079]
In the first and second embodiments, the test pattern after the jump destination address of the next jump is written to the pattern memory bank. However, the present invention is not limited to this, and the next jump destination You may make it write the test pattern of the jump destination address after an address to a pattern memory bank. In the first and second embodiments, the test pattern of the jump destination of the first jump is stored in the pattern memory bank after the test process is started. However, the present invention is not limited to this. In the initial processing, the first jump destination test pattern may be stored in the pattern memory bank.
[0080]
In the first and second embodiments, two groups are provided as the group of pattern memory banks. However, the present invention is not limited to this, and more groups may be provided. In the first and second embodiments, the number of pattern memory banks in one group is two. However, the present invention is not limited to this, and an arbitrary number of memory banks are provided in each group. May be.
[0081]
As mentioned above, although this invention was demonstrated using embodiment, the technical scope of this invention is not limited to the range as described in the said embodiment. It will be apparent to those skilled in the art that various modifications or improvements can be added to the above-described embodiment. It is apparent from the description of the scope of claims that embodiments with such changes or improvements can be included in the technical scope of the present invention.
[0082]
【The invention's effect】
As is clear from the above description, according to the pattern generator, pattern generation method, and test apparatus of the present invention, the capacity required for the pattern memory that stores the test pattern can be suppressed.
[Brief description of the drawings]
FIG. 1 is a diagram showing a configuration of a conventional pattern generator for storing a test pattern in an SRAM.
FIG. 2 is a diagram showing an example of a pattern program stored in a vector memory.
FIG. 3 is a diagram showing an example of a compressed pattern program stored in a vector memory.
FIG. 4 is a diagram illustrating an example of a test pattern stored in a pattern memory of a pattern signal generation unit.
FIG. 5 is a diagram illustrating the operation of a conventional pattern generator.
FIG. 6 is a diagram showing a configuration of a conventional pattern generator for storing a test pattern in a DRAM.
FIG. 7 is a diagram showing an example of a test pattern stored in a conventional pattern memory constituted by a DRAM.
FIG. 8 is a diagram showing an overall configuration of a test apparatus according to an embodiment of the present invention.
FIG. 9 is a diagram showing a configuration of a pattern generator according to the first embodiment of the present invention.
FIG. 10 is a diagram showing an example of a pattern program stored in a vector memory of the pattern generator according to the first embodiment of the present invention.
FIG. 11 is a diagram showing an operation of the pattern generator according to the first embodiment of the present invention.
FIG. 12 is a diagram showing a configuration of a pattern generator according to a second embodiment of the present invention. .
FIG. 13 is a diagram showing an example of a pattern program stored in a vector memory of a pattern generator according to the second embodiment of the present invention.
FIG. 14 is a diagram showing a configuration of a pattern generator according to a third embodiment of the present invention.
FIG. 15 is a diagram showing an example of a pattern program stored in a vector memory of a pattern generator according to the third embodiment of the present invention.
FIG. 16 is a diagram illustrating an operation of a pattern generator according to a third embodiment of the present invention.
[Explanation of symbols]
12 Vector memory
14 Read controller
22 Address expansion part
24 Address signal
26 Pattern generator
30 BKSL signal
31 Jump transfer controller
32 pattern memory
33, 56 address memory
34 Transfer control unit
36, 37, 38, 39 Multiplexer for pattern memory
40, 41, 42, 43 Pattern memory bank
44 First Pattern Multiplexer
45 Second Pattern Multiplexer
46 Multiplexer
50 First pattern cache memory
52 Second pattern cache memory
54 pattern cache memory
60 pattern generator
62 Sequence controller
66 pin data selector
72 Waveform Shaper
76 Electrical components
80 Device insertion part
84 Comparator

Claims (21)

電気部品の試験に用いる試験パターンを発生するパターン発生器であって、
複数の前記試験パターンをアドレスに対応付けて格納するパターンメモリと、
前記パターンメモリから読み出された前記試験パターンを格納する複数のメモリバンクと、
前記試験パターンを発生させる順序を規定するベクトル命令を格納するベクトルメモリと、
前記ベクトルメモリから読み出された前記ベクトル命令に基づいて、発生させるべき前記試験パターンの前記パターンメモリ上のアドレスがジャンプするか否かを検出するジャンプ検出部と、
前記ジャンプ検出部によりジャンプすると検出された場合に、ジャンプ先のアドレスにジャンプした後においてアドレスが更にジャンプするジャンプ先のアドレスを検出するアドレス検出部と、
前記パターンメモリから、前記アドレス検出部により検出された前記アドレス以降の前記試験パターンを読み出して前記メモリバンクに転送する転送制御部と、
前記ベクトルメモリから読み出された前記ベクトル命令に基づいて、前記メモリバンクから前記試験パターンを取り出して発生する発生部と
を備え
前記転送制御部は、前記発生部により、前記ジャンプ先のアドレスの試験パターンが格納されている前記メモリバンクに格納されている前記試験パターンが発生されている間に、前記アドレス検出部により検出された前記アドレス以降の前記試験パターンを、ジャンプ先のアドレスの試験パターンが格納されている前記メモリバンクと異なる前記メモリバンクに転送することを特徴とするパターン発生器。
A pattern generator for generating a test pattern used for testing an electrical component,
A pattern memory for storing a plurality of the test patterns in association with addresses;
A plurality of memory banks for storing the test patterns read from the pattern memory;
A vector memory for storing vector instructions defining the order in which the test patterns are generated;
A jump detection unit for detecting whether or not an address on the pattern memory of the test pattern to be generated jumps based on the vector instruction read from the vector memory;
An address detection unit for detecting a jump destination address to which the address further jumps after jumping to the jump destination address when it is detected by the jump detection unit;
A transfer control unit for reading out the test pattern after the address detected by the address detection unit from the pattern memory and transferring the test pattern to the memory bank;
A generation unit that generates the test pattern from the memory bank based on the vector instruction read from the vector memory ;
The transfer control unit is detected by the address detection unit while the test pattern stored in the memory bank storing the test pattern of the jump destination address is generated by the generation unit. A pattern generator for transferring the test pattern after the address to the memory bank different from the memory bank storing the test pattern of the jump destination address .
前記アドレス検出部は、ジャンプ先のアドレスにジャンプした後において次にアドレスがジャンプするジャンプ先のアドレスを検出する
ことを特徴とする請求項1に記載のパターン発生器。
2. The pattern generator according to claim 1, wherein the address detection unit detects a jump destination address to which the address jumps next after jumping to the jump destination address.
前記ベクトル命令により規定される順序において、発生させるべき前記試験パターンの前記パターンメモリ上のアドレスがジャンプするジャンプ部分と、当該ジャンプ部分のジャンプ先のアドレスにジャンプした後においてアドレスが更にジャンプするジャンプ先のアドレスとを対応付ける対応付け情報を記憶するアドレス記憶部を更に備え、
前記アドレス検出部は、前記アドレス記憶部の対応付け情報に基づいて、前記ジャンプ検出部によりジャンプすると検出されたジャンプ部分に対応する、アドレスが更にジャンプするジャンプ先のアドレスを検出する
ことを特徴とする請求項1又は2に記載のパターン発生器。
A jump portion where the address on the pattern memory of the test pattern to be generated jumps in the order specified by the vector instruction, and a jump destination where the address further jumps after jumping to the jump destination address of the jump portion An address storage unit for storing association information for associating addresses of
The address detecting unit detects a jump destination address corresponding to the jump portion detected when the jump is detected by the jump detecting unit, based on the association information in the address storage unit, to which the address further jumps. The pattern generator according to claim 1 or 2.
前記対応付け情報を前記アドレス記憶部に設定するアドレス設定部
を更に備えたことを特徴とする請求項3に記載のパターン発生器。
The pattern generator according to claim 3, further comprising an address setting unit that sets the association information in the address storage unit.
前記アドレス設定部は、使用者からの指示に基づいて前記対応付け情報を設定する
ことを特徴とする請求項4に記載のパターン発生器。
The pattern generator according to claim 4, wherein the address setting unit sets the association information based on an instruction from a user.
前記アドレス設定部は、前記ベクトル命令を解析することにより前記対応付け情報を設定する
ことを特徴とする請求項4に記載のパターン発生器。
The pattern generator according to claim 4, wherein the address setting unit sets the association information by analyzing the vector command.
前記アドレス設定部は、前記発生部が前記試験パターンを発生する前に解析を済ませる
ことを特徴とする請求項6に記載のパターン発生器。
The pattern generator according to claim 6, wherein the address setting unit performs an analysis before the generation unit generates the test pattern.
前記ベクトル命令には、ジャンプ元のアドレスと、ジャンプ先のアドレスと、後にアドレスがジャンプする際のジャンプ先のアドレスとが対応付けられており、
前記アドレス検出部は、ベクトル命令から、後にアドレスがジャンプする際のジャンプ先の前記アドレスを検出する
ことを特徴とする請求項7に記載のパターン発生器。
In the vector instruction, a jump source address, a jump destination address, and a jump destination address when the address jumps later are associated,
The pattern generator according to claim 7, wherein the address detection unit detects the jump destination address when the address jumps later from a vector instruction.
前記転送制御部は、前記アドレス検出部により検出された前記アドレス以降の前記試験パターンを、ジャンプ元のアドレスの試験パターンが格納されている前記メモリバンクに転送する
ことを特徴とする請求項1から8の何れかに記載のパターン発生器。
The transfer control unit, the test pattern of the address after detected by the address detection unit, from claim 1, wherein the forwarding to the memory banks test pattern jump source address is stored The pattern generator according to any one of 8 .
前記複数のメモリバンクは、複数のメモリグループに分けられており、
前記転送制御部は、前記アドレス検出部により検出された前記アドレス以降の前記試験パターンを、ジャンプ先のアドレスの試験パターンが格納されている前記メモリバンクが属する前記メモリグループと異なる前記メモリグループの前記メモリバンクに転送する
ことを特徴とする請求項1から8の何れかに記載のパターン発生器。
The plurality of memory banks are divided into a plurality of memory groups,
The transfer control unit is configured such that the test pattern after the address detected by the address detection unit is different from the memory group to which the memory bank in which the test pattern of the jump destination address is stored belongs to the memory group. 9. The pattern generator according to claim 1 , wherein the pattern generator is transferred to a memory bank.
前記転送制御部は、前記アドレス検出部により検出された前記アドレス以降の前記試験パターンを、ジャンプ元のアドレスの試験パターンが格納されている前記メモリバンクが属する前記メモリグループの前記メモリバンクに転送する
ことを特徴とする請求項1に記載のパターン発生器。
The transfer control unit transfers the test pattern after the address detected by the address detection unit to the memory bank of the memory group to which the memory bank in which the test pattern of the jump source address is stored belongs. pattern generator according to claim 1 0, characterized in that.
前記複数のメモリグループには、それぞれ複数のメモリバンクが属する
ことを特徴とする請求項1又は1に記載のパターン発生器。
Wherein the plurality of memory groups, the pattern generator according to claim 1 0 or 1 1, characterized in that each belong plurality of memory banks.
前記転送制御部は、前記発生部により前記ジャンプ先の試験パターンが発生されるとほぼ同時に、前記アドレス検出部により検出された前記アドレス以降の前記試験パターンを前記パターンメモリから前記メモリバンクに転送し始める
ことを特徴とする請求項1からのいずれかに記載のパターン発生器。
The transfer control unit transfers the test pattern after the address detected by the address detection unit from the pattern memory to the memory bank almost simultaneously with the generation of the jump destination test pattern by the generation unit. pattern generator according to claim 1 1 2, characterized in that to start.
前記メモリバンクは、バイポーラ系又はメタル・オキサイド・セミコンダクタ系のランダムアクセスメモリである
ことを特徴とする請求項1からのいずれかに記載のパターン発生器。
The memory bank pattern generator according to claim 1 1 3, characterized in that a bipolar system or a random access memory metal Oxide Semiconductor system.
電気部品の試験に用いる試験パターンを発生するパターン発生器であって、
複数の前記試験パターンをアドレスに対応付けて格納するパターンメモリと、
前記パターンメモリから読み出された前記試験パターンを格納する複数のメモリバンクと、
前記試験パターンを発生させる順序を規定するベクトル命令を格納するベクトルメモリと、
前記ベクトルメモリから読み出された前記ベクトル命令に基づいて、発生させるべき前記試験パターンの前記パターンメモリ上のアドレスがジャンプするか否かを検出するジャンプ検出部と、
前記ジャンプ検出部によりジャンプすると検出された場合に、ジャンプ先のアドレスにジャンプした後に生成されるべき前記試験パターンのアドレスを検出するアドレス検出部と、
前記パターンメモリから、前記アドレス検出部により検出された前記アドレス以降の前記試験パターンを読み出して、ジャンプ元のアドレスの試験パターンが格納されていた前記メモリバンクに転送する転送制御部と、
前記ベクトルメモリから読み出された前記ベクトル命令に基づいて、前記メモリバンクから前記試験パターンを取り出して発生する発生部と
を備えたことを特徴とするパターン発生器。
A pattern generator for generating a test pattern used for testing an electrical component,
A pattern memory for storing a plurality of the test patterns in association with addresses;
A plurality of memory banks for storing the test patterns read from the pattern memory;
A vector memory for storing vector instructions defining the order in which the test patterns are generated;
A jump detection unit for detecting whether or not an address on the pattern memory of the test pattern to be generated jumps based on the vector instruction read from the vector memory;
An address detection unit for detecting an address of the test pattern to be generated after jumping to a jump destination address when it is detected that the jump is detected by the jump detection unit;
A transfer control unit that reads the test pattern after the address detected by the address detection unit from the pattern memory, and transfers the test pattern to the memory bank in which the test pattern of the jump source address was stored;
A pattern generator comprising: a generation unit that extracts and generates the test pattern from the memory bank based on the vector instruction read from the vector memory.
前記アドレス検出部は、ジャンプ先のアドレスより1つの前記メモリバンクが収容可能な数後のアドレスを検出する
ことを特徴とする請求項1に記載のパターン発生器。
The pattern generator according to claim 15 , wherein the address detection unit detects an address after a number that can be accommodated by one memory bank from a jump destination address.
電気部品を試験する試験装置であって、
前記試験のために前記電気部品に与える入力試験パターンと、当該入力試験パターンを前記電気部品に与えたときに前記電気部品から出力されると期待される期待値パターンとを含む試験パターンを格納するパターンメモリと、
前記パターンメモリから読み出された前記試験パターンを格納する複数のメモリバンクと、
前記試験パターンを発生させる順序を規定するベクトル命令を格納するベクトルメモリと、
前記ベクトルメモリから読み出された前記ベクトル命令に基づいて、発生させるべき前記試験パターンの前記パターンメモリ上のアドレスがジャンプするか否かを検出するジャンプ検出部と、
前記ジャンプ検出部によりジャンプすると検出された場合に、ジャンプ先のアドレスにジャンプした後においてアドレスが更にジャンプするジャンプ先のアドレスを検出するアドレス検出部と、
前記パターンメモリから、前記アドレス検出部により検出された前記アドレス以降の前記試験パターンを読み出して前記メモリバンクに転送する転送制御部と、
前記ベクトルメモリから読み出された前記ベクトル命令に基づいて、前記メモリバンクから前記試験パターンを取り出して発生する発生部と、
前記発生部により発生された前記試験パターンを前記電気部品の電気的端子のピン配列に合わせて並べ替えるピンデータセレクタと、
前記ピンデータセレクタから出力された前記試験パターンに含まれる、前記入力試験パターンの波形を整形する波形整形器と、
前記波形整形器により整形された前記入力試験パターンを前記電気部品に与えるとともに、前記電気部品から出力された出力信号を受け取るデバイス差込部と、
前記デバイス差込部が受け取った出力信号と前記期待値パターンとを比較する比較器と
を備え
前記転送制御部は、前記発生部により、前記ジャンプ先のアドレスの試験パターンが格納されている前記メモリバンクに格納されている前記試験パターンが発生されている間に、前記アドレス検出部により検出された前記アドレス以降の前記試験パターンを、ジャンプ先のアドレスの試験パターンが格納されている前記メモリバンクと異なる前記メモリバンクに転送することを特徴とする試験装置。
A testing device for testing electrical components,
A test pattern including an input test pattern given to the electrical component for the test and an expected value pattern expected to be output from the electrical component when the input test pattern is given to the electrical component is stored. Pattern memory,
A plurality of memory banks for storing the test patterns read from the pattern memory;
A vector memory for storing vector instructions defining the order in which the test patterns are generated;
A jump detection unit for detecting whether or not an address on the pattern memory of the test pattern to be generated jumps based on the vector instruction read from the vector memory;
An address detection unit for detecting a jump destination address to which the address further jumps after jumping to the jump destination address when it is detected by the jump detection unit;
A transfer control unit for reading out the test pattern after the address detected by the address detection unit from the pattern memory and transferring the test pattern to the memory bank;
Based on the vector instruction read from the vector memory, a generating unit that generates the test pattern from the memory bank; and
A pin data selector for rearranging the test pattern generated by the generator according to the pin arrangement of the electrical terminals of the electrical component;
A waveform shaper for shaping the waveform of the input test pattern included in the test pattern output from the pin data selector;
A device insertion unit that gives the input test pattern shaped by the waveform shaper to the electrical component and receives an output signal output from the electrical component;
A comparator for comparing the output signal received by the device insertion unit with the expected value pattern ;
The transfer control unit is detected by the address detection unit while the test pattern stored in the memory bank storing the test pattern of the jump destination address is generated by the generation unit. A test apparatus for transferring the test pattern after the address to the memory bank different from the memory bank storing the test pattern of the jump destination address .
前記アドレス検出部は、ジャンプ先のアドレスにジャンプした後において次にアドレスがジャンプするジャンプ先のアドレスを検出する
ことを特徴とする請求項1に記載の試験装置。
The test apparatus according to claim 17 , wherein the address detection unit detects a jump destination address to which an address jumps next after jumping to the jump destination address.
前記ベクトル命令により規定される順序において、発生させるべき前記試験パターンの前記パターンメモリ上のアドレスがジャンプするジャンプ部分と、当該ジャンプ部分のジャンプ先のアドレスにジャンプした後においてアドレスが更にジャンプするジャンプ先のアドレスとを対応付ける対応付け情報を記憶するアドレス記憶部を更に備え、
前記アドレス検出部は、前記アドレス記憶部の対応付け情報に基づいて、前記ジャンプ検出部によりジャンプすると検出されたジャンプ部分に対応する、アドレスが更にジャンプするジャンプ先のアドレスを検出する
ことを特徴とする請求項1又は18に記載の試験装置。
A jump portion where the address on the pattern memory of the test pattern to be generated jumps in the order specified by the vector instruction, and a jump destination where the address further jumps after jumping to the jump destination address of the jump portion An address storage unit for storing association information for associating addresses of
The address detecting unit detects a jump destination address corresponding to the jump portion detected when the jump is detected by the jump detecting unit, based on the association information in the address storage unit, to which the address further jumps. The test apparatus according to claim 17 or 18 .
電気部品の試験に用いる試験パターンを発生するパターン発生方法であって、
複数の前記試験パターンをアドレスに対応付けてパターンメモリに格納するステップと、
前記試験パターンを発生させる順序を規定するベクトル命令をベクトルメモリに格納する命令格納ステップと、
前記ベクトルメモリから読み出された前記ベクトル命令に基づいて、発生させるべき前記試験パターンの前記パターンメモリ上のアドレスがジャンプするか否かを検出するジャンプ検出ステップと、
発生させるべき前記試験パターンの前記パターンメモリ上のアドレスがジャンプすると検出された場合に、ジャンプ先のアドレスにジャンプした後においてアドレスが更にジャンプするジャンプ先のアドレスを検出するアドレス検出ステップと、
前記パターンメモリから、前記アドレス検出ステップで検出された前記アドレス以降の前記試験パターンを読み出してメモリバンクに転送するパターン転送ステップと、
前記ベクトルメモリから読み出された前記ベクトル命令に基づいて、前記メモリバンクから前記試験パターンを取り出して発生する発生ステップと
を備え
前記ジャンプ先のアドレスの試験パターンが格納されている前記メモリバンクに格納されている前記試験パターンが発生されている間に、前記アドレス検出ステップで検出された前記アドレス以降の前記試験パターンを、ジャンプ先のアドレスの試験パターンが格納されている前記メモリバンクと異なる前記メモリバンクに転送することを特徴とするパターン発生方法。
A pattern generation method for generating a test pattern used for testing an electrical component,
Storing a plurality of the test patterns in a pattern memory in association with addresses;
An instruction storing step of storing in the vector memory a vector instruction defining the order in which the test patterns are generated;
A jump detection step for detecting whether an address on the pattern memory of the test pattern to be generated jumps based on the vector instruction read from the vector memory;
An address detecting step of detecting a jump destination address to which the address further jumps after jumping to the jump destination address when it is detected that the address on the pattern memory of the test pattern to be generated jumps;
A pattern transfer step of reading the test pattern after the address detected in the address detection step from the pattern memory and transferring it to a memory bank;
Generating the test pattern from the memory bank based on the vector instruction read from the vector memory ;
While the test pattern stored in the memory bank in which the test pattern of the jump destination address is stored is generated, the test pattern after the address detected in the address detection step is jumped. A pattern generation method comprising transferring to a memory bank different from the memory bank in which a test pattern of a previous address is stored .
前記アドレス検出ステップは、ジャンプ先のアドレスにジャンプした後において次にアドレスがジャンプするジャンプ先のアドレスを検出する
ことを特徴とする請求項2に記載のパターン発生方法。
It said address detection step, the pattern generation method of claim 2 0, characterized in that for detecting the address of the jump destination address is subsequently jumps in after jumping to a jump destination address.
JP01056599A 1999-01-19 1999-01-19 PATTERN GENERATOR, PATTERN GENERATION METHOD, AND TEST DEVICE Expired - Fee Related JP4285816B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP01056599A JP4285816B2 (en) 1999-01-19 1999-01-19 PATTERN GENERATOR, PATTERN GENERATION METHOD, AND TEST DEVICE

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP01056599A JP4285816B2 (en) 1999-01-19 1999-01-19 PATTERN GENERATOR, PATTERN GENERATION METHOD, AND TEST DEVICE

Publications (2)

Publication Number Publication Date
JP2000206210A JP2000206210A (en) 2000-07-28
JP4285816B2 true JP4285816B2 (en) 2009-06-24

Family

ID=11753783

Family Applications (1)

Application Number Title Priority Date Filing Date
JP01056599A Expired - Fee Related JP4285816B2 (en) 1999-01-19 1999-01-19 PATTERN GENERATOR, PATTERN GENERATION METHOD, AND TEST DEVICE

Country Status (1)

Country Link
JP (1) JP4285816B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4616434B2 (en) * 1998-11-10 2011-01-19 株式会社アドバンテスト PATTERN GENERATOR, PATTERN GENERATION METHOD, AND TEST DEVICE
JP4835386B2 (en) * 2006-10-27 2011-12-14 横河電機株式会社 Device tester
US7743305B2 (en) * 2007-03-20 2010-06-22 Advantest Corporation Test apparatus, and electronic device
US7725794B2 (en) 2007-03-21 2010-05-25 Advantest Corporation Instruction address generation for test apparatus and electrical device
US7603604B2 (en) 2007-04-09 2009-10-13 Advantest Corporation Test apparatus and electronic device

Also Published As

Publication number Publication date
JP2000206210A (en) 2000-07-28

Similar Documents

Publication Publication Date Title
USRE41659E1 (en) Methods and circuitry for built-in self-testing of content addressable memories
US7343533B2 (en) Hub for testing memory and methods thereof
JPWO2008114697A1 (en) Test apparatus and electronic device
KR20000028991A (en) Method and structure for testing embedded memories
US6769083B1 (en) Test pattern generator, a testing device, and a method of generating a plurality of test patterns
JP4947395B2 (en) Semiconductor test equipment
JP2008047243A (en) Integrated circuit
JP4285816B2 (en) PATTERN GENERATOR, PATTERN GENERATION METHOD, AND TEST DEVICE
JP2658958B2 (en) DMA controller
US6158036A (en) Merged memory and logic (MML) integrated circuits including built-in test circuits and methods
US9293226B2 (en) Memory test device and operating method thereof
TWI410977B (en) Testing module, testing apparatus and testing method
JP4334066B2 (en) Pattern generator and electrical component testing device
US7336558B2 (en) Semiconductor memory device with reduced number of pads
KR910014825A (en) Data processing system and memory array testing processing method
KR100882361B1 (en) Pattern generator and test device
US6647524B1 (en) Built-in-self-test circuit for RAMBUS direct RDRAM
JP4616434B2 (en) PATTERN GENERATOR, PATTERN GENERATION METHOD, AND TEST DEVICE
KR101543332B1 (en) Burst address generator and test apparatus having the same
JP2009301612A (en) Semiconductor memory device
JP2580999B2 (en) DMA controller
TW550392B (en) Method and device to generate digital signal-samples
CN117524287B (en) Memory chip self-test circuit and memory chip self-test method
US6950921B2 (en) Method for operating an integrated memory unit partitioned by an external control signal
KR20080026226A (en) Multi-port memory device and method for testing multi-port memory device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050928

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20081225

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090106

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090302

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: 20090317

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: 20090324

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

Free format text: PAYMENT UNTIL: 20120403

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20120403

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20130403

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130403

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130403

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20140403

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees