JP2007107988A - Tester - Google Patents

Tester Download PDF

Info

Publication number
JP2007107988A
JP2007107988A JP2005298460A JP2005298460A JP2007107988A JP 2007107988 A JP2007107988 A JP 2007107988A JP 2005298460 A JP2005298460 A JP 2005298460A JP 2005298460 A JP2005298460 A JP 2005298460A JP 2007107988 A JP2007107988 A JP 2007107988A
Authority
JP
Japan
Prior art keywords
rate length
count value
timer
unit
pattern generation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2005298460A
Other languages
Japanese (ja)
Inventor
Hiroya Sato
博弥 佐藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2005298460A priority Critical patent/JP2007107988A/en
Priority to KR1020060078800A priority patent/KR100811666B1/en
Publication of JP2007107988A publication Critical patent/JP2007107988A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/28Testing of electronic circuits, e.g. by signal tracer
    • G01R31/317Testing of digital circuits
    • G01R31/3181Functional testing
    • G01R31/3183Generation of test inputs, e.g. test vectors, patterns or sequences
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/28Testing of electronic circuits, e.g. by signal tracer
    • G01R31/317Testing of digital circuits
    • G01R31/3181Functional testing
    • G01R31/3183Generation of test inputs, e.g. test vectors, patterns or sequences
    • G01R31/318307Generation of test inputs, e.g. test vectors, patterns or sequences computer-aided, e.g. automatic test program generator [ATPG], program translations, test program debugging
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/28Testing of electronic circuits, e.g. by signal tracer
    • G01R31/317Testing of digital circuits
    • G01R31/3181Functional testing
    • G01R31/319Tester hardware, i.e. output processing circuits
    • G01R31/3193Tester hardware, i.e. output processing circuits with comparison between actual response and known fault free response
    • G01R31/31932Comparators
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/28Testing of electronic circuits, e.g. by signal tracer
    • G01R31/317Testing of digital circuits
    • G01R31/3181Functional testing
    • G01R31/319Tester hardware, i.e. output processing circuits
    • G01R31/3193Tester hardware, i.e. output processing circuits with comparison between actual response and known fault free response
    • G01R31/31935Storing data, e.g. failure memory

Abstract

<P>PROBLEM TO BE SOLVED: To provide a tester capable of clocking a timer appropriately even if rate length varies. <P>SOLUTION: The timer 100 comprises a rate length acquisition means 101 for acquiring the rate length of a pattern generated by a pattern generation means 200; a count value calculation means 102 for calculating a current count value based on the rate length acquired by the rate length acquisition means 101; and an expiration detection means 103 for detecting expiration by comparing a count value calculated by the count value calculation means 102 with a fixed setting value. The tester can calculate the current count value based on the rate length, and can detect expiration by comparing the calculated count value with the fixed setting value, thus appropriately reflecting the rate length on the clocking time of the timer. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、被検査デバイス、例えばIC、LSI等に与える試験パターンの生成をタイマーにより制御するテスタに関する。   The present invention relates to a tester that controls generation of a test pattern to be applied to a device to be inspected, such as an IC or LSI, by a timer.

メモリIC等のデバイスを試験するためのテスタに用いられるパターン発生回路として、ALPG回路(アルゴリズミック・パターン・ジェネレータ回路)が用いられる。ALPG回路は、ある種の演算アルゴリズムに従ったテストパターン発生プログラムを用いて、各種のテストパターンを発生させる。   An ALPG circuit (algorithmic pattern generator circuit) is used as a pattern generation circuit used in a tester for testing a device such as a memory IC. The ALPG circuit generates various test patterns using a test pattern generation program according to a certain kind of arithmetic algorithm.

特開平9−288154号公報JP-A-9-288154

例えば、メモリICに対し一定時間ごとにリフレッシュ動作をさせる場合、そのタイミングを管理するためのタイマーが使用される。パターン発生回路をタイマーにより制御することで、所定のタイミングでの割り込み処理等を実行することが可能となる。   For example, when the memory IC is refreshed at regular intervals, a timer for managing the timing is used. By controlling the pattern generation circuit with a timer, it is possible to execute interrupt processing at a predetermined timing.

一方、テスタに要求される1つの機能として、被試験デバイスに与えるテストパターンのレート長を可変する機能がある。レート長を可変とすることで、被試験デバイスの動作可能条件等を詳細に試験することが可能となる。   On the other hand, as one function required for the tester, there is a function of changing the rate length of the test pattern given to the device under test. By making the rate length variable, it becomes possible to test in detail the operable conditions of the device under test.

しかし、レート長を可変とする場合、タイマーでの正しい計時をテストパターン発生プログラムの記述によって実現することは困難であるという問題がある。つまり、レート長が常に一定の場合には、パターン発生回路でのパターン生成処理の処理単位の進行と、実際の経過時間とが比例関係にあるため、パターン生成処理の段階とタイマーの計時とを容易に対応付けることができる。しかし、レート長が可変とされる場合には、タイマーの計時時間とレート長とを新たに対応付けなければならず、このようなプログラムの作成には煩雑な作業が要求され現実的ではない。   However, when the rate length is variable, there is a problem that it is difficult to realize correct time measurement by a timer by describing a test pattern generation program. In other words, when the rate length is always constant, the progress of the pattern generation processing unit in the pattern generation circuit and the actual elapsed time are proportional to each other. It can be easily associated. However, when the rate length is variable, the timer time must be newly associated with the rate length, and the creation of such a program requires complicated work and is not practical.

本発明の目的は、レート長が変動する場合であっても、タイマーの計時を正しく行うことができるテスタを提供することにある。   An object of the present invention is to provide a tester capable of correctly measuring a timer even when the rate length varies.

本発明のテスタは、被検査デバイスに与える試験パターンを生成するパターン生成手段と、前記パターン生成手段の動作を制御するタイマーと、を備えるテスタにおいて、前記タイマーは、前記パターン生成手段により生成されるパターンのレート長を取得するレート長取得手段と、前記レート長取得手段により取得された前記レート長に基づいて現在のカウント値を算出するカウント値算出手段と、前記カウント値算出手段により算出された前記カウント値と既定の設定値とを比較することでタイムアップを検出するタイムアップ検出手段と、を備えることを特徴とする。   The tester according to the present invention includes a pattern generation unit that generates a test pattern to be applied to a device to be inspected, and a timer that controls the operation of the pattern generation unit. The timer is generated by the pattern generation unit. Calculated by the rate length acquisition means for acquiring the rate length of the pattern, the count value calculation means for calculating the current count value based on the rate length acquired by the rate length acquisition means, and the count value calculation means Time-up detecting means for detecting time-up by comparing the count value with a predetermined set value is provided.

前記カウント値算出手段は、前記レート長取得手段により取得された前記レート長を積算することで前記カウント値を算出してもよい。   The count value calculation unit may calculate the count value by integrating the rate lengths acquired by the rate length acquisition unit.

前記レート長取得手段、前記カウント値算出手段および前記タイムアップ検出手段は、前記パターン生成手段と同期して動作してもよい。   The rate length acquisition unit, the count value calculation unit, and the time-up detection unit may operate in synchronization with the pattern generation unit.

前記レート長取得手段、前記カウント値算出手段、前記タイムアップ検出手段および前記パターン生成手段における処理は、前記パターン生成手段により生成されるパターンのレート長に同期していてもよい。   The processing in the rate length acquisition unit, the count value calculation unit, the time-up detection unit, and the pattern generation unit may be synchronized with the rate length of the pattern generated by the pattern generation unit.

前記パターン生成手段は、レート長が変動する試験パターンを生成してもよい。   The pattern generation means may generate a test pattern whose rate length varies.

本発明のテスタによれば、レート長に基づいて現在のカウント値を算出し、算出されたカウント値と既定の設定値とを比較することでタイムアップを検出するので、タイマーの計時時間にレート長を正しく反映させることができる。   According to the tester of the present invention, the current count value is calculated based on the rate length, and a time-up is detected by comparing the calculated count value with a predetermined set value. The length can be correctly reflected.

図1は本発明によるテスタを機能的に示すブロック図である。   FIG. 1 is a functional block diagram of a tester according to the present invention.

図1において、タイマー100は、パターン生成手段200により生成されるパターンのレート長を取得するレート長取得手段101と、レート長取得手段101により取得されたレート長に基づいて現在のカウント値を算出するカウント値算出手段102と、カウント値算出手段102により算出されたカウント値と既定の設定値とを比較することでタイムアップを検出するタイムアップ検出手段103と、を備える。   In FIG. 1, the timer 100 calculates a current count value based on the rate length acquisition unit 101 that acquires the rate length of the pattern generated by the pattern generation unit 200 and the rate length acquired by the rate length acquisition unit 101. Count value calculating means 102, and a time-up detecting means 103 for detecting time-up by comparing the count value calculated by the count value calculating means 102 with a preset set value.

以下、図2〜図4を参照して、本発明によるテスタの一実施形態について説明する。   Hereinafter, an embodiment of a tester according to the present invention will be described with reference to FIGS.

図2は本実施形態のテスタの構成を示すブロック図、図3はタイマーの構成を示すブロック図である。   FIG. 2 is a block diagram showing the configuration of the tester of this embodiment, and FIG. 3 is a block diagram showing the configuration of the timer.

図2に示すように、本実施形態のテスタは、テストパターンの発生シーケンスを制御するシーケンス制御部1と、テストパターン発生プログラムを格納するコントロールメモリ4と、テストパターン発生プログラムに従う演算を実行し、被試験デバイスに向けてテストパターンを出力する演算部5と、を備える。本実施形態のテスタは、テストパターン発生プログラムに従ってテストパターンを生成する。   As shown in FIG. 2, the tester of the present embodiment executes a sequence control unit 1 that controls a test pattern generation sequence, a control memory 4 that stores a test pattern generation program, and an operation according to the test pattern generation program. And an arithmetic unit 5 that outputs a test pattern toward the device under test. The tester of this embodiment generates a test pattern according to a test pattern generation program.

図2に示すように、シーケンス制御部1はシーケンス制御回路2と、シーケンス制御回路2を制御するタイマー3とを備える。   As shown in FIG. 2, the sequence control unit 1 includes a sequence control circuit 2 and a timer 3 that controls the sequence control circuit 2.

図3に示すように、タイマー3は、コントロールメモリ4に格納されたテストパターン発生プログラムから取得したレート長設定値を積算する積算部31と、積算部31における積算値と、タイマー設定値とを比較する比較部32と、を備える。レート長設定値については後述する。   As shown in FIG. 3, the timer 3 includes an integration unit 31 that integrates the rate length setting value acquired from the test pattern generation program stored in the control memory 4, an integration value in the integration unit 31, and a timer setting value. A comparison unit 32 for comparison. The rate length setting value will be described later.

図4は本実施形態のテスタの動作の概念を示すタイミングチャートである。   FIG. 4 is a timing chart showing the concept of operation of the tester of this embodiment.

図4に示すように、本実施形態のテスタでは、シーケンス番号で規定される処理単位を順次実行する。図2に示すように、本実施形態のテスタでは、基本的にはシーケンス制御部1から、コントロールメモリ4、演算部5に、順次、信号を受け渡すことで、最終的に被試験デバイスにテストパターンを与える回路構成を採る。このため、シーケンス制御部1における動作開始からテストパターンの出力までの間、一定の処理単位数に相当する時間差が存在する。   As shown in FIG. 4, in the tester of the present embodiment, processing units defined by sequence numbers are sequentially executed. As shown in FIG. 2, in the tester according to the present embodiment, basically, a signal is sequentially transferred from the sequence control unit 1 to the control memory 4 and the calculation unit 5 to finally test the device under test. A circuit configuration that gives a pattern is adopted. For this reason, there is a time difference corresponding to a certain number of processing units from the start of operation in the sequence controller 1 to the output of the test pattern.

図4では、処理単位数として50段数分の回路が存在する場合を例示しており、シーケンス番号の発行が、被試験デバイスへのテストパターンの出力よりも、常に50段分先行している。このような段数を先行段数と呼んでいる。図4に示すように、被試験デバイスに対し、シーケンス番号「0」の処理に対応するテストパターンが与えられる時、シーケンス制御部1において先行して実行されている処理は、シーケンス番号「−50」の処理である。   FIG. 4 exemplifies a case where there are 50 stages of circuits as the number of processing units, and the issue of the sequence number always precedes the output of the test pattern to the device under test by 50 stages. Such a stage number is called a preceding stage number. As shown in FIG. 4, when a test pattern corresponding to the process of the sequence number “0” is given to the device under test, the process executed in advance in the sequence control unit 1 is the sequence number “−50”. Is the process.

次に、本実施形態のテスタでは、被試験デバイスに与えられるテストパターンのレート長を可変できる。レート長はコントロールメモリ4に格納されたテストパターン発生プログラムのレート長設定値として規定される。レート長設定値はシーケンス番号ごとに定めることができる。   Next, in the tester of the present embodiment, the rate length of the test pattern given to the device under test can be varied. The rate length is defined as the rate length setting value of the test pattern generation program stored in the control memory 4. The rate length setting value can be determined for each sequence number.

シーケンス制御部1、コントロールメモリ4および演算部5の動作は互いに同期しており、その処理レートは、被試験デバイスに与えられるテストパターンの実レート長に一致している。すなわち、テスタ全体の動作は、被試験デバイスに与えられるテストパターンの出力タイミングに同期しており、テスタ全体の動作は実レート長に応じて、その処理レートが変動する。   The operations of the sequence control unit 1, the control memory 4 and the calculation unit 5 are synchronized with each other, and the processing rate thereof matches the actual rate length of the test pattern given to the device under test. That is, the operation of the entire tester is synchronized with the output timing of the test pattern given to the device under test, and the processing rate of the operation of the entire tester varies depending on the actual rate length.

次に、本実施形態のテスタ各部の動作を説明する。   Next, the operation of each part of the tester of this embodiment will be described.

シーケンス制御回路2は、順次シーケンス番号を発行する。シーケンス番号を受け取ったコントロールメモリ4は、格納されたテストパターン発生プログラムに基づき、そのシーケンス番号に対応する演算指令を演算部5に出力する。演算部5は演算指令に従った演算処理を実行し、所定のテストパターンを、順次、被試験デバイスに向けて出力する。演算指令には、レート長設定値が含まれており、図4に示すように、レート長設定値は被試験デバイス基準での実レート長に反映される。   The sequence control circuit 2 issues sequence numbers sequentially. Upon receiving the sequence number, the control memory 4 outputs a calculation command corresponding to the sequence number to the calculation unit 5 based on the stored test pattern generation program. The calculation unit 5 executes calculation processing according to the calculation command, and sequentially outputs a predetermined test pattern toward the device under test. The calculation command includes a rate length setting value. As shown in FIG. 4, the rate length setting value is reflected in the actual rate length based on the device under test.

一方、図3に示すように、シーケンス番号を受けたコントロールメモリ4は、テストパターン発生プログラムに基づき、所定のタイミングでタイマースタートの指令をタイマー3に向けて出力する。タイマースタートの指令を受けたタイマー3は、計時動作をスタートする。   On the other hand, as shown in FIG. 3, the control memory 4 that has received the sequence number outputs a timer start command to the timer 3 at a predetermined timing based on the test pattern generation program. Upon receiving the timer start command, the timer 3 starts a time measuring operation.

また、シーケンス番号を受けたコントロールメモリ4は、テストパターン発生プログラムに基づき、そのシーケンス番号に対応するレート長設定値をタイマー3に向けて出力する。タイマー3の積算部31ではコントロールメモリ4から送信されたレート長設定値を順次、積算する。計時動作をスタートしている場合、タイマー3の比較部32では、積算部31における積算値と、タイマー設定値とを比較し、積算値がタイマー設定値に到達すると、シーケンス制御回路2に向けてタイムアップ信号を出力し、計時動作をストップする。   The control memory 4 that has received the sequence number outputs a rate length setting value corresponding to the sequence number to the timer 3 based on the test pattern generation program. The integration unit 31 of the timer 3 sequentially integrates the rate length setting values transmitted from the control memory 4. When the timekeeping operation is started, the comparison unit 32 of the timer 3 compares the integration value in the integration unit 31 with the timer set value. When the integration value reaches the timer set value, the comparison unit 32 moves toward the sequence control circuit 2. Outputs a time-up signal and stops timing operation.

タイムアップ信号を受けると、シーケンス制御回路2は所定の処理を実行する。シーケンス制御回路2は、例えば、コントロールメモリ4に対し、割り込み処理への切り替えを指令し、コントロールメモリ4はテストパターン発生プログラムに基づき、演算部5に向けて所定の割り込み処理の実行を指令する。   When the time-up signal is received, the sequence control circuit 2 executes a predetermined process. For example, the sequence control circuit 2 instructs the control memory 4 to switch to interrupt processing, and the control memory 4 instructs the arithmetic unit 5 to execute predetermined interrupt processing based on the test pattern generation program.

図4では、タイマー設定値が100nsの場合を例示している。タイマー3はシーケンス番号「0」において計時動作を開始している。シーケンス番号「0」〜「5」の処理において、レート長設定値を積算し、積算値が100nsに到達したため、タイムアップ信号が出力されている。また、図4の例では、タイマー3はシーケンス番号「50」において計時動作を開始している。シーケンス番号「50」〜「53」の処理において、レート長設定値を積算し、積算値が100nsに到達したため、タイムアップ信号が出力されている。このように、先行するタイマー3の動作には、被試験デバイス基準での実レート長が反映される。   FIG. 4 illustrates a case where the timer set value is 100 ns. The timer 3 starts timing operation at the sequence number “0”. In the processing of sequence numbers “0” to “5”, the rate length set value is integrated, and the integrated value has reached 100 ns, so a time-up signal is output. In the example of FIG. 4, the timer 3 starts a time measuring operation at the sequence number “50”. In the processing of sequence numbers “50” to “53”, the rate length set value is integrated, and the integrated value has reached 100 ns, so a time-up signal is output. Thus, the actual rate length based on the device under test is reflected in the operation of the preceding timer 3.

図4に示すように、本実施形態のテスタによれば、レート長設定値を積算することでタイムアップ判定を実行しているので、被試験デバイス基準の実レート長の下で、テストパターン発生プログラムに従った正しい計時時間に即したタイマー動作が実現できる。ただし、タイマー3における処理自体である程度の段数を消費するため、タイムアップの判定はシーケンス番号の発行からの遅れを伴っている。したがって、実際の計時時間にはタイマー3の段数分に相当する誤差が含まれる。しかし、タイマー3の段数はテスタにおけるテストパターン発生に要する段数よりも大幅に少なくて済むため、その誤差を小さな値に抑えることができる。   As shown in FIG. 4, according to the tester of the present embodiment, the time-up determination is executed by integrating the rate length set value, so that a test pattern is generated under the actual rate length of the device under test. Timer operation in accordance with the correct timekeeping time according to the program can be realized. However, since a certain number of stages are consumed in the processing in the timer 3, the determination of time-up is accompanied by a delay from the issue of the sequence number. Therefore, the actual time measurement time includes an error corresponding to the number of stages of the timer 3. However, since the number of stages of the timer 3 is significantly smaller than the number of stages required for test pattern generation in the tester, the error can be suppressed to a small value.

以上のように、本実施形態のテスタによれば、被試験デバイス基準の実レート長となるレート長設定値を積算し、積算値とタイマー設定値とを比較することで、タイムアップの判断をしている。このためレート長が変動しても、被試験デバイスに与えられるテストパターンに対し、正確な計時時間を反映させることができる。   As described above, according to the tester of the present embodiment, the rate length setting value that is the actual rate length of the device under test is integrated, and the integrated value and the timer setting value are compared to determine whether the time is up. is doing. For this reason, even if the rate length fluctuates, the accurate time measurement can be reflected in the test pattern given to the device under test.

本実施形態において、「パターン生成手段」はシーケンス制御部1、コントロールメモリ4および演算部5に、「レート長取得手段」はコントロールメモリ4に、「カウント値算出手段」はレート長積算部31に、「タイムアップ検出手段」は比較部32に、それぞれ相当する。   In the present embodiment, the “pattern generation means” is in the sequence control section 1, the control memory 4 and the calculation section 5, the “rate length acquisition means” is in the control memory 4, and the “count value calculation means” is in the rate length integration section 31. “Time-up detection means” corresponds to the comparison unit 32.

本発明の適用範囲は上記実施形態に限定されることはない。タイマー設定値は固定ではなく、コントロールメモリ4から任意に値を設定し、変更する構成でもよい。例えば、1回目は、タイマー設定値を100usとし、タイムアップ後、1msで2回目を実施するというように変更を行う。また、本発明は、被検査デバイスに与える試験パターンの生成をタイマーにより制御するテスタに対し、広く適用することができる。被試験デバイスの種類は限定されない。   The scope of application of the present invention is not limited to the above embodiment. The timer set value is not fixed, and a value may be arbitrarily set from the control memory 4 and changed. For example, in the first time, the timer setting value is set to 100 us, and after the time is up, the second time is changed in 1 ms. Further, the present invention can be widely applied to a tester that controls generation of a test pattern to be given to a device to be inspected by a timer. The type of device under test is not limited.

本発明によるテスタを機能的に示すブロック図。The block diagram which shows the tester by this invention functionally. 本実施形態のテスタの構成を示すブロック図。The block diagram which shows the structure of the tester of this embodiment. タイマーの構成を示すブロック図。The block diagram which shows the structure of a timer. 本実施形態のテスタの動作の概念を示すタイミングチャート。The timing chart which shows the concept of operation | movement of the tester of this embodiment.

符号の説明Explanation of symbols

1 シーケンス制御部(パターン生成手段)
4 コントロールメモリ(パターン生成手段、レート長取得手段)
5 演算部(パターン生成手段)
31 レート長積算部(カウント値算出手段)
32 比較部(タイムアップ検出手段)
100 タイマー
101 レート長取得手段
102 カウント値算出手段
103 タイムアップ検出手段
1 Sequence control unit (pattern generation means)
4 Control memory (pattern generation means, rate length acquisition means)
5. Calculation unit (pattern generation means)
31 Rate length integration unit (count value calculation means)
32 comparison unit (time-up detection means)
DESCRIPTION OF SYMBOLS 100 Timer 101 Rate length acquisition means 102 Count value calculation means 103 Time-up detection means

Claims (5)

被検査デバイスに与える試験パターンを生成するパターン生成手段と、前記パターン生成手段の動作を制御するタイマーと、を備えるテスタにおいて、
前記タイマーは、
前記パターン生成手段により生成されるパターンのレート長を取得するレート長取得手段と、
前記レート長取得手段により取得された前記レート長に基づいて現在のカウント値を算出するカウント値算出手段と、
前記カウント値算出手段により算出された前記カウント値と既定の設定値とを比較することでタイムアップを検出するタイムアップ検出手段と、
を備えることを特徴とするテスタ。
In a tester comprising pattern generation means for generating a test pattern to be applied to a device to be inspected, and a timer for controlling the operation of the pattern generation means,
The timer is
Rate length acquisition means for acquiring a rate length of a pattern generated by the pattern generation means;
Count value calculation means for calculating a current count value based on the rate length acquired by the rate length acquisition means;
Time-up detection means for detecting time-up by comparing the count value calculated by the count value calculation means with a predetermined set value;
A tester comprising:
前記カウント値算出手段は、前記レート長取得手段により取得された前記レート長を積算することで前記カウント値を算出することを特徴とする請求項1に記載のテスタ。 The tester according to claim 1, wherein the count value calculation unit calculates the count value by integrating the rate lengths acquired by the rate length acquisition unit. 前記レート長取得手段、前記カウント値算出手段および前記タイムアップ検出手段は、前記パターン生成手段と同期して動作することを特徴とする請求項1または2に記載のテスタ。 The tester according to claim 1, wherein the rate length acquisition unit, the count value calculation unit, and the time-up detection unit operate in synchronization with the pattern generation unit. 前記レート長取得手段、前記カウント値算出手段、前記タイムアップ検出手段および前記パターン生成手段における処理は、前記パターン生成手段により生成されるパターンのレート長に同期していることを特徴とする請求項3に記載のテスタ。 The processing in the rate length acquisition unit, the count value calculation unit, the time-up detection unit, and the pattern generation unit is synchronized with the rate length of the pattern generated by the pattern generation unit. 3. The tester according to 3. 前記パターン生成手段は、レート長が変動する試験パターンを生成することを特徴とする請求項1〜4のいずれか1項に記載のテスタ。
The tester according to any one of claims 1 to 4, wherein the pattern generation unit generates a test pattern whose rate length varies.
JP2005298460A 2005-10-13 2005-10-13 Tester Pending JP2007107988A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2005298460A JP2007107988A (en) 2005-10-13 2005-10-13 Tester
KR1020060078800A KR100811666B1 (en) 2005-10-13 2006-08-21 Tester

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005298460A JP2007107988A (en) 2005-10-13 2005-10-13 Tester

Publications (1)

Publication Number Publication Date
JP2007107988A true JP2007107988A (en) 2007-04-26

Family

ID=38033963

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005298460A Pending JP2007107988A (en) 2005-10-13 2005-10-13 Tester

Country Status (2)

Country Link
JP (1) JP2007107988A (en)
KR (1) KR100811666B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102176964B1 (en) * 2019-05-13 2020-11-11 하이윈 테크놀로지스 코포레이션 Device for testing system functions

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0422220A (en) * 1990-05-16 1992-01-27 Matsushita Electric Ind Co Ltd Synchronous output circuit
JPH08129057A (en) * 1994-10-31 1996-05-21 Ando Electric Co Ltd Sequence control circuit with timer interruption function
JPH10125095A (en) * 1996-10-18 1998-05-15 Advantest Corp Semiconductor memory testing apparatus
JP2002278849A (en) * 2001-03-15 2002-09-27 Toshiba Microelectronics Corp Semiconductor testing device
JP2003057318A (en) * 2001-08-10 2003-02-26 Advantest Corp Testing device for semiconductor
JP2003156533A (en) * 2001-11-20 2003-05-30 Yokogawa Electric Corp Test-supporting system
JP2003185715A (en) * 2001-12-18 2003-07-03 Hitachi Ltd Inspection device, inspection method, and method of manufacturing semiconductor device
JP2003315414A (en) * 2002-04-19 2003-11-06 Hitachi Ltd Apparatus and method for testing semiconductor
JP2004139422A (en) * 2002-10-18 2004-05-13 Sony Corp Information processor, information storage device, information processing method and information processing program
JP2004157079A (en) * 2002-11-08 2004-06-03 Renesas Technology Corp Semiconductor test device with built-in chip
JP2004340789A (en) * 2003-05-16 2004-12-02 Toshiba Microelectronics Corp Integrated circuit testing system
JP2004361343A (en) * 2003-06-06 2004-12-24 Advantest Corp Testing arrangement

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3447638B2 (en) * 1999-12-24 2003-09-16 日本電気株式会社 Semiconductor device test method and system, and recording medium

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0422220A (en) * 1990-05-16 1992-01-27 Matsushita Electric Ind Co Ltd Synchronous output circuit
JPH08129057A (en) * 1994-10-31 1996-05-21 Ando Electric Co Ltd Sequence control circuit with timer interruption function
JPH10125095A (en) * 1996-10-18 1998-05-15 Advantest Corp Semiconductor memory testing apparatus
JP2002278849A (en) * 2001-03-15 2002-09-27 Toshiba Microelectronics Corp Semiconductor testing device
JP2003057318A (en) * 2001-08-10 2003-02-26 Advantest Corp Testing device for semiconductor
JP2003156533A (en) * 2001-11-20 2003-05-30 Yokogawa Electric Corp Test-supporting system
JP2003185715A (en) * 2001-12-18 2003-07-03 Hitachi Ltd Inspection device, inspection method, and method of manufacturing semiconductor device
JP2003315414A (en) * 2002-04-19 2003-11-06 Hitachi Ltd Apparatus and method for testing semiconductor
JP2004139422A (en) * 2002-10-18 2004-05-13 Sony Corp Information processor, information storage device, information processing method and information processing program
JP2004157079A (en) * 2002-11-08 2004-06-03 Renesas Technology Corp Semiconductor test device with built-in chip
JP2004340789A (en) * 2003-05-16 2004-12-02 Toshiba Microelectronics Corp Integrated circuit testing system
JP2004361343A (en) * 2003-06-06 2004-12-24 Advantest Corp Testing arrangement

Also Published As

Publication number Publication date
KR100811666B1 (en) 2008-03-11
KR20070041316A (en) 2007-04-18

Similar Documents

Publication Publication Date Title
JP2009008681A (en) Measuring device for improving performance of standard cell library
JP2013243606A5 (en)
JP3413342B2 (en) Jitter measurement method and semiconductor test apparatus
JP2007107988A (en) Tester
JP4139226B2 (en) Method for operating a position measuring device and a position measuring device suitable for this method
US20080240328A1 (en) Jitter detection circuit and jitter detection method
JP2006308488A (en) Testing device
KR100241648B1 (en) Apparatus and method for timing self-timed circuitry
JP2008058275A (en) Measuring system and measuring method
JP3934384B2 (en) Semiconductor device test equipment
US7389449B2 (en) Edge selecting triggering circuit
JP2000206201A (en) Semiconductor integrated circuit
JP2003107135A (en) Burn-in device
KR100582391B1 (en) Delay detecting apparatus of delay component in semiconductor device and its method
JP2008187370A (en) Clock output control circuit, device, clock output control method
JP2004325228A (en) Delay failure correction device and image formation device
KR101768035B1 (en) Device for aging detecting using a pair ring oscillator
JP2005331376A (en) Ic tester
JPH11202020A (en) Latch-up tester
JP2011217244A (en) Circuit simulation apparatus, circuit simulation method and program
JP2011095079A (en) Semiconductor testing apparatus
JP2007043622A (en) Clock generating apparatus
JPH08129057A (en) Sequence control circuit with timer interruption function
JP2008157881A (en) Timing inspection device
JP2007170940A (en) Test method of semiconductor element and semiconductor test device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080702

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090814

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090824

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090924

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100715

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100910

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110714

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110825

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120507