JPH0575985B2 - - Google Patents

Info

Publication number
JPH0575985B2
JPH0575985B2 JP58005361A JP536183A JPH0575985B2 JP H0575985 B2 JPH0575985 B2 JP H0575985B2 JP 58005361 A JP58005361 A JP 58005361A JP 536183 A JP536183 A JP 536183A JP H0575985 B2 JPH0575985 B2 JP H0575985B2
Authority
JP
Japan
Prior art keywords
address
instruction
test
order information
pattern
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 - Lifetime
Application number
JP58005361A
Other languages
Japanese (ja)
Other versions
JPS59132376A (en
Inventor
Shuji Kikuchi
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP58005361A priority Critical patent/JPS59132376A/en
Publication of JPS59132376A publication Critical patent/JPS59132376A/en
Publication of JPH0575985B2 publication Critical patent/JPH0575985B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/26Functional testing
    • G06F11/263Generation of test inputs, e.g. test vectors, patterns or sequences ; with adaptation of the tested hardware for testability with external testers

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Tests Of Electronic Circuits (AREA)

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は、集積回路(IC,LSI),メモリ,マ
イクロコンピユータ等のデイジタル回路に論理試
験パターンを入力し、その論理出力の期待値パタ
ーンと合致するかどうかの比較試験を行い、被試
験回路の良否を判定する試験装置(例えば、ロジ
ツクテスタ,メモリテスタ)において、数多くの
試験パターンをも効率よく読出し・発生させうる
ためのパターン読出し試験装置に関するものであ
る。
[Detailed Description of the Invention] [Field of Application of the Invention] The present invention involves inputting a logic test pattern into a digital circuit such as an integrated circuit (IC, LSI), memory, microcomputer, etc., and testing the resultant logic output to match an expected value pattern. Related to pattern readout test equipment that can efficiently read and generate a large number of test patterns in test equipment (e.g., logic testers, memory testers) that performs comparison tests to determine whether the circuit under test is good or bad. It is.

〔従来技術〕[Prior art]

一般に、この種の試験装置においては、パター
ンメモリに格納されている試験パターンを何回も
繰り返して被試験回路に入力して試験が行われる
が、パターンメモリの有効活用をするため、試験
パターンとともに、その読出し順序を規定する順
序情報をパターンメモリに格納しておき、その順
序情報に従つて次に読み取すべきパターンメモリ
の番地を発生するようにしている。
Generally, in this type of test equipment, tests are performed by repeatedly inputting the test pattern stored in the pattern memory into the circuit under test, but in order to make effective use of the pattern memory, the test pattern is , order information defining the reading order is stored in the pattern memory, and the address of the pattern memory to be read next is generated in accordance with the order information.

以下、図面に従つて従来技術を更に説明する。 The prior art will be further explained below with reference to the drawings.

第1図は、従来の試験パターン読出し制御方式
の一例の方式構成図である。
FIG. 1 is a system configuration diagram of an example of a conventional test pattern readout control system.

まず、アドレスカウンタの値が#0番地を指示
していたとすると、パターンメモリの#0番地に
格納されている試験パターン“01010100”が読み
出されて被試験回路に与えられる。
First, if the value of the address counter indicates address #0, the test pattern "01010100" stored at address #0 of the pattern memory is read out and applied to the circuit under test.

一方、制御部は、上記試験パターンの読出しと
ともに、対応する順序情報の読出し・解読を行
い、アドレスカウンタに当該動作指示を与える。
On the other hand, the control section reads out the test pattern, reads out and decodes the corresponding order information, and gives the address counter the relevant operation instruction.

第2図は、順序情報・動作内容の対応図であ
る。
FIG. 2 is a correspondence diagram of order information and operation contents.

これによると、第1図の#0番地は順序情報
「NOP」であるので、制御部は、アドレスカウン
タに対して単に+1指示をする。
According to this, since address #0 in FIG. 1 has order information "NOP", the control section simply instructs the address counter by +1.

これにより、次のサイクルでアドレスカウンタ
は#1番地を指示し、そこに格納されている試験
パターン“00010100”とともに順序情報
「LOOP3回」が読み出される。
As a result, in the next cycle, the address counter points to address #1, and the test pattern "00010100" stored there as well as the sequence information "LOOP 3 times" are read out.

この順序情報「LOOP3回」は、順序情報
「LOOPEND」が読み出されるまでの順序情報の
区間を3回まで繰り返すことを意味している。
This order information "LOOP 3 times" means that the section of the order information until the order information "LOOPEND" is read out is repeated up to three times.

更に、制御部がアドレスカウンタに対して+1
指示をすると、次のサイクルでアドレスは#2番
地に更新され、その順序情報「SUB#6番地」
に従つて#6番地に分岐する。
Furthermore, the control unit adds +1 to the address counter.
When the instruction is given, the address will be updated to address #2 in the next cycle, and the order information "SUB #6 address" will be updated.
According to this, the program branches to address #6.

#6番地は順序情報「NOP」となつているの
で、次のサイクルではアドレスが#7番地に進め
られる。
Since address #6 has the order information "NOP", the address is advanced to address #7 in the next cycle.

#7番地では順序情報「RET」に従い、次の
サイクルでは#3番地に復帰し、その順序情報
「LOOPEND」によつて再度ループの先頭アドレ
ス#1番地に戻る。
At address #7, according to the order information "RET", in the next cycle it returns to address #3, and in response to the order information "LOOPEND", it returns again to the start address #1 of the loop.

以下、同様にして順序情報に従つてアドレスを
順次に更新し、そこに格納されている試験パター
ンの読出しを行うようにしている。
Thereafter, the addresses are sequentially updated in the same manner according to the order information, and the test patterns stored there are read out.

ところが、近年、被試験回路の高速化,複雑化
に伴ない、数多くの試験パターンの高速発生が厳
しく要求されている。
However, in recent years, as circuits under test have become faster and more complex, there has been a strict requirement to generate a large number of test patterns at high speed.

しかしながら、上述の従来方式では、順序情報
の読出し・解読、その結果に応じたアドレス指示
およびアドレス更新などを1サイクル内に行わな
ければならず、動作速度を上げるには順序情報の
メモリ速度を極めて高くすることが必要である。
However, in the above-mentioned conventional method, reading and decoding of sequential information, address instruction according to the result, address update, etc. must be performed within one cycle, and in order to increase operation speed, the memory speed of sequential information must be extremely high. It is necessary to make it higher.

また、パターンメモリにおいて順序情報,試験
パターンが1対1で対応しているので、多数の試
験パターンを格納するには、それに応じた長大な
深さをもつた順序情報メモリ容量が必要となる。
Furthermore, since there is a one-to-one correspondence between sequence information and test patterns in the pattern memory, storing a large number of test patterns requires a sequence information memory capacity with a correspondingly large depth.

したがつて、上述のような従来方式は、高価な
高速メモリを多量に使用しなければならないので
装置価格が高くなるばかりでなく、現在、高速メ
モリは大容量のものがなく、多数の高速メモリを
実装しなければならないので、その配線による信
号遅延の問題も解決しなければならない。このよ
うに、従来方式では試験パターンの多数化と同発
生速度の高速化とが相反する条件となつており、
これらを同時に実現するのは困難であつた。
Therefore, the conventional method described above not only requires the use of a large amount of expensive high-speed memory, which increases the cost of the device. Since it is necessary to implement this, the problem of signal delay due to the wiring must also be solved. In this way, in the conventional method, increasing the number of test patterns and increasing the speed of pattern generation are contradictory conditions.
It was difficult to achieve these simultaneously.

〔発明の目的〕[Purpose of the invention]

本発明の目的は、上述した従来技術の欠点をな
くし、多数の試験パターンを効率よく高速に読出
し・発生せしめうる経済的なパターン読出し試験
装置を提供することにある。
SUMMARY OF THE INVENTION It is an object of the present invention to provide an economical pattern reading test device that eliminates the drawbacks of the prior art described above and can efficiently read and generate a large number of test patterns at high speed.

〔発明の概要〕[Summary of the invention]

本発明に係るパターン読出し試験装置の構成
は、各種の試験パターンおよび同読出しの順序情
報と、上記各試験パターンに対応する期待値パタ
ーンとを記憶しておき、上記順序情報に従つて当
該試験パターンを読み出して被試験回路に入力
し、これによる該被試験回路の出力と試験パター
ンに対応する期待値パターンとを比較して該被試
験回路の良否を判定する機能を有する試験装置に
おいて、上記各試験パターンを予め格納しておく
第1の記憶手段と、該第1の記憶手段の読出しア
ドレスを生成・指定する第1のアドレス指定手段
と、該第1のアドレス指定手段に対する制御内容
および次に実行すべき命令の格納箇所に関する命
令を含むプログラム命令を格納する第2の記憶手
段と、該第2の記憶手段に対してプログラム命令
の読み出しアドレスを指定する第2のアドレス指
定手段と、該第2の記憶手段より読出した命令が
ノーオペレーシヨンに相当する命令のとき、上記
第1のアドレス指定手段の指定するアドレスが、
該ノーオペレーシヨンに相当する命令により示さ
れるアドレス値に一致するまで上記第2のアドレ
ス指定手段の指定するアドレスを固定し、上記読
出したプログラム命令がノーオペレーシヨンに相
当する命令以外の命令のとき、上記第1および第
2のアドレス指定手段の指定するアドレスの更新
を同一クロツクサイクル内において行うように制
御・処理するものである。
The configuration of the pattern readout test device according to the present invention is such that various test patterns, readout order information, and expected value patterns corresponding to each test pattern are stored, and the test pattern is read out according to the order information. In a test device that has a function of reading and inputting the above-mentioned circuit into the circuit under test and comparing the output of the circuit under test with the expected value pattern corresponding to the test pattern to determine the quality of the circuit under test, each of the above-mentioned A first storage means that stores a test pattern in advance, a first addressing means that generates and specifies a read address of the first storage means, control contents for the first addressing means, and the following: a second storage means for storing a program instruction including an instruction regarding a storage location of an instruction to be executed; a second addressing means for specifying a read address of the program instruction with respect to the second storage means; When the instruction read from the second storage means corresponds to a no-operation, the address specified by the first addressing means is
fixing the address specified by the second addressing means until it matches the address value indicated by the instruction corresponding to the no-operation, and when the read program instruction is an instruction other than the instruction corresponding to the no-operation; , the addresses designated by the first and second address designating means are controlled and processed so as to be updated within the same clock cycle.

なお、その補足説明をすれば次のとおりであ
る。
The supplementary explanation is as follows.

前述の従来方式によれば、試験パターン格納用
のパターンメモリと、その読出し用の順序情報を
格納するメモリ(順序情報メモリ)とは、同一容
量(同一深さ)を持たなければならなかつた。
According to the conventional method described above, the pattern memory for storing test patterns and the memory for storing order information for reading out the test patterns (sequence information memory) must have the same capacity (same depth).

ところが、上記順序情報は、大部分のものが無
効的な命令である順序情報「NOP」(第2図参
照)であるので、順序情報メモリ容量には無駄が
あつた。
However, since most of the above order information is the order information "NOP" (see FIG. 2), which is an invalid instruction, the order information memory capacity was wasted.

そこで、本発明の方式においては、試験パター
ンの番地を次々と発生させるのに必要な情報だけ
を圧縮アドレス形の順序情報として順序情報メモ
リに記憶させておくようにする。
Therefore, in the method of the present invention, only the information necessary to successively generate test pattern addresses is stored in the sequence information memory as compressed address type sequence information.

これを第3図の圧縮アドレス形の順序情報の一
例のメモリ構成図で説明をする。
This will be explained using FIG. 3, which is a memory configuration diagram of an example of compressed address type order information.

第3図aは、従来方式に対するものであり、そ
の順序情報のアドレスは試験パターンのアドレス
と1対1で対応している。
FIG. 3a shows the conventional method, in which the addresses of the order information correspond one-to-one with the addresses of the test pattern.

これに対して、第3図bは、圧縮アドレス形の
ものであり、例えば連続する順序情報「NOP」
を単一の順序情報「NOP until〜」によつて代表
させている。
On the other hand, FIG. 3b shows a compressed address type, for example, continuous order information
is represented by a single order information ``NOP until~''.

したがつて、この圧縮アドレス形の順序情報の
メモリ容量が従来に比べて大幅に減少するので、
順序情報メモリは、小容量,高速のメモリを用
い、試験パターン格納用メモリと分離が可能とな
り、高速性とともに経済性も得られる。
Therefore, the memory capacity for sequential information in this compressed address format is significantly reduced compared to the conventional method.
The sequence information memory uses a small-capacity, high-speed memory, and can be separated from the memory for storing test patterns, thereby achieving high speed and economical efficiency.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明の実施例を図に基づいて説明す
る。
Embodiments of the present invention will be described below based on the drawings.

第4図は、本発明に係る試験パターン読出し制
御方式の一実施例の方式構成図である。
FIG. 4 is a system configuration diagram of an embodiment of the test pattern readout control system according to the present invention.

ここで、1は、試験パターン格納(記憶)用の
パターンメモリ、2は、そのアドレス指示をする
アドレスカウンタ、3は、試験パターンの読出し
の順序情報を格納(記憶)する順序情報メモリ、
4は、そのアドレス指示をするプログラムカウン
タ、5は、読み出された順序情報に従つてアドレ
スカウンタ2,プログラムカウンタ4に対して各
制御信号を与え、またループ命令の際にはループ
カウンタ6に対して指示を与えるとともに、全体
の制御を司る制御部、7は、「NOT until〜」命
令の際に、そのオペランドとアドレスカウンタ2
の値とを比較し、一致していれば制御部5に対し
て一致信号を送る比較器、8は、全体の動作タイ
ミング用のクロツクを作り出すクロツク発生器、
9は、被試験回路である。
Here, 1 is a pattern memory for storing (storing) test patterns, 2 is an address counter for specifying the address thereof, 3 is an order information memory for storing (memory) order information for reading test patterns,
4 is a program counter that instructs the address; 5 is a program counter that provides each control signal to the address counter 2 and program counter 4 according to the read order information; and in the case of a loop instruction, a program counter 6 The control unit 7, which gives instructions to the ``NOT until~'' command and also controls the entire operation, inputs the operand and the address counter 2 at the time of the ``NOT until~'' instruction.
a comparator which compares the values with the values of and sends a match signal to the control unit 5 if they match; 8 is a clock generator which generates a clock for the overall operation timing;
9 is a circuit under test.

第4図では、本方式の試験パターン,順序情報
ともに、一例として、その一部しか記載していな
いが、以下、その動作を第4図に記載されている
順序情報に従つて説明する。
In FIG. 4, only a part of the test pattern and order information of this method are shown as an example, but the operation thereof will be explained below according to the order information shown in FIG.

まず、初期状態において、プログラムカウンタ
4とアドレスカウンタ2とが、ともに#0番地を
指示していたとする。
First, assume that in the initial state, both the program counter 4 and the address counter 2 indicate address #0.

このとき、比較器7は、その順序情報「NOP
until〜」のオペランドである“2”とアドレス
カウンタ2の値である“0”とを比較して制御部
5に不一致を知らせる。
At this time, the comparator 7 outputs its order information “NOP
The operand "2" of "until~" is compared with the value "0" of the address counter 2, and the control unit 5 is notified of the mismatch.

制御部5は、比較器7の出力が不一致を示して
いるので、プログラムカウンタ4に当該値を保持
するように指示するとともに、アドレスカウンタ
2に対してはカウントアツプするように指示す
る。
Since the output of the comparator 7 indicates a mismatch, the control unit 5 instructs the program counter 4 to hold the value, and instructs the address counter 2 to count up.

この状態では、パターンメモリ1の#0番地に
格納してあるパターンが試験パターン
(“10101001”)として読み出され、被試験回路9
に与えられる。
In this state, the pattern stored at address #0 of pattern memory 1 is read out as a test pattern (“10101001”) and
given to.

次のクロツクにより、プログラムカウンタ4
は、その値を変えずに#0番地を指示したまま
で、アドレスカウンタ2は、カウントアツプして
#1番地を指示する。
The next clock causes program counter 4
remains pointing to address #0 without changing its value, and address counter 2 counts up and points to address #1.

比較器7は、その順序情報「NOP unil〜」の
オペランドである“#2”とアドレスカウンタ2
の値である“#1”とを比較し、再び制御部5に
不一致を知らせる。
The comparator 7 receives the operand “#2” of the order information “NOP unil~” and the address counter 2.
is compared with "#1", which is the value of "#1", and again notifies the control unit 5 of the mismatch.

制御部5は、比較器7の出力が不一致を示して
いるので、プログラムカウンタ4に再び当該値を
保持するように指示するとともに、アドレスカウ
ンタ2に対してはカウントアツプを指示する。
Since the output of the comparator 7 indicates a mismatch, the control unit 5 instructs the program counter 4 to hold the value again, and instructs the address counter 2 to count up.

これらの動作と並行してメモリ1の#1番地か
ら試験パターン(“11001010”)が読み出される。
In parallel with these operations, a test pattern (“11001010”) is read from address #1 of memory 1.

更に、次のクロツクで、プログラムカウンタ4
は値を保持して#0番地を指示したままである
が、アドレスカウンタ2はカウントアツプして
#2番地を指示する。
Furthermore, at the next clock, program counter 4
continues to hold its value and point to address #0, but address counter 2 counts up and points to address #2.

再び、比較器15は、上記オペランド“#2”
とアドレスカウンタ2の値“#2”とを比較し、
一致しているので一致信号を制御部5に送る。
Again, the comparator 15 selects the operand “#2”
and the value “#2” of address counter 2,
Since they match, a match signal is sent to the control section 5.

制御部5は、その一致信号により、プログラム
カウンタ4にカウントアツプを指示するととも
に、アドレスカウンタ2にもカウントアツプを指
示する。
Based on the coincidence signal, the control section 5 instructs the program counter 4 to count up, and also instructs the address counter 2 to count up.

これらと並行して試験パターン(“00011011”)
がパターンメモリ1の#2番地から読み出され、
被試験回路9に与えられる。
In parallel with these, the test pattern (“00011011”)
is read from address #2 of pattern memory 1,
The signal is applied to the circuit under test 9.

その次のクロツクでは、プログラムカウンタ4
は#1番地を示し、アドレスカウンタ2は#3番
地を指示することになる。
At the next clock, program counter 4
indicates address #1, and address counter 2 indicates address #3.

制御部5は、その順序情報「LOOP」がルー
プ命令であることを認識すると、ループ回数オペ
ランドの“”をロードするようにループカウン
タ6に対して指示する。また、プログラムカウン
タ4にカウントアツプを指示するとともに、アド
レスカウンタ2にもカウントアツプを指示する。
When the control unit 5 recognizes that the order information "LOOP" is a loop instruction, it instructs the loop counter 6 to load "" of the loop number operand. It also instructs the program counter 4 to count up and also instructs the address counter 2 to count up.

そのまた次のクロツクでは、プログラムカウン
タ4は#2番地を指示し、アドレスカウンタ2は
#4番地を指示することになる。以後、前述した
と同様に、アドレスカウンタ2の値が#6番地を
指示するまでプログラムカウンタ4の値を#2番
地のまま保持し、NOP動作(第2図参照)を繰
り返す。
At the next clock, program counter 4 will point to address #2, and address counter 2 will point to address #4. Thereafter, as described above, the value of the program counter 4 is held at address #2 until the value of address counter 2 indicates address #6, and the NOP operation (see FIG. 2) is repeated.

アドレスカウンタ2の値が#6番地を指示する
ようになると、これはNOP命令のオペランド
“#6”と一致し、比較器7から一致信号が送出
されるので、制御器5の指示により、次のクロツ
クでプログラムカウンタ4は#3番地を示し、ア
ドレスカウンタ2は#7番地を示す。
When the value of address counter 2 indicates address #6, this matches the operand "#6" of the NOP instruction, and a match signal is sent from comparator 7. Therefore, according to the instruction from controller 5, the next At this clock, the program counter 4 indicates address #3, and the address counter 2 indicates address #7.

ここで、順序情報「LOOPEND」(ループ終了
命令)により、制御器5は、ループカウンタ6か
らのゼロ信号の検証をするが、この場合、ループ
カウンタ6のカウント結果が0でないので、ルー
プカウンタ6に対してはカウントダウンを指示
し、プログラムカウンタ4に対しては#1番地の
ロードを指定し、またアドレスカウンタ2に対し
ては#3番地のロードを指定し、次のクロツク
で、ループの先頭に分岐するようにする。
Here, the controller 5 verifies the zero signal from the loop counter 6 based on the order information "LOOPEND" (loop end command), but in this case, since the count result of the loop counter 6 is not 0, the loop counter 6 is instructed to count down, program counter 4 is specified to load address #1, and address counter 2 is specified to load address #3, and at the next clock, the start of the loop is specified. Make it branch to .

この際、ループの先頭位置を示す#1番地およ
び#3番地というデータはループ終了命令がオペ
ランドとして持つていてもよいし、またはループ
命令があつた時点でプログラムカウンタ6の値と
アドレスカウンタ2の値とを制御部5で一時記憶
するようにしてもよい。これ以後、上述と同様の
動作を繰り返す。
At this time, the data #1 address and #3 address indicating the start position of the loop may be held as operands by the loop end instruction, or the data of the program counter 6 and address counter 2 may be stored as operands at the time the loop instruction is issued. The control unit 5 may temporarily store the value. After this, the same operation as described above is repeated.

このように、順序情報として圧縮アドレス形の
ものを格納した小容量の順序情報メモリ3を用い
ても、第3図aに示す圧縮前の順序情報をそのま
ま実現することができるので、試験装置のハード
ウエア量を減少させ、その経済化とともに高速化
も可能となる。
In this way, even if the small-capacity order information memory 3 that stores compressed address-type order information is used, the order information before compression shown in FIG. The amount of hardware can be reduced, making it more economical and faster.

なお、このような試験パターン読出し制御方式
は、メモリテスタにおけるパターン発生のシーケ
ンス制御およびロジツクテスタにおけるパターン
発生にも利用することができるのは明らかであ
る。
It is clear that such a test pattern readout control system can also be used for pattern generation sequence control in a memory tester and pattern generation in a logic tester.

〔発明の効果〕〔Effect of the invention〕

以上、詳述したように本発明によれば、試験パ
ターンの読出しの順序情報を通常の場合で従来の
数十分の一程度に圧縮することができ、高速性を
必要とされる順序情報メモリは小容量のものを使
用することが可能となるので、この種の試験装置
の効率化,高速化,経済化に顕著な効果が得られ
る。
As described in detail above, according to the present invention, the order information for reading test patterns can be compressed to about a few tenths of that in the conventional case in normal cases, and the order information memory that requires high speed can be compressed. Since it is possible to use a small-capacity device, this type of test equipment can be significantly improved in efficiency, speed, and economy.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は、従来のパターン読出し試験装置の一
例の方式構成図、第2図は、順序情報・動作内容
の対応図、第3図は、圧縮アドレス形の順序情報
の一例のメモリ構成図、第4図は、本発明に係る
パターン読出し試験装置の一実施例の方式構成図
である。 1……パターンメモリ、2……アドレスカウン
タ、3……順序情報メモリ、4……プログラムカ
ウンタ、5……制御部、6……ループカウンタ、
7……比較器、8……クロツク発生器、9……被
試験回路。
FIG. 1 is a system configuration diagram of an example of a conventional pattern reading test device, FIG. 2 is a correspondence diagram of order information and operation contents, and FIG. 3 is a memory configuration diagram of an example of compressed address type order information. FIG. 4 is a system configuration diagram of an embodiment of the pattern reading test device according to the present invention. 1...Pattern memory, 2...Address counter, 3...Sequence information memory, 4...Program counter, 5...Control unit, 6...Loop counter,
7... Comparator, 8... Clock generator, 9... Circuit under test.

Claims (1)

【特許請求の範囲】[Claims] 1 各種の試験パターンおよび同読出しの順序情
報と、上記各試験パターンに対応する期待値パタ
ーンとを記憶しておき、上記順序情報に従つて当
該試験パターンを読み出して被試験回路に入力
し、これによる該被試験回路の出力と試験パター
ンに対応する期待値パターンとを比較して該被試
験回路の良否を判定する機能を有する試験装置に
おいて、上記各試験パターンを予め格納しておく
第1の記憶手段と、該第1の記憶手段の読出しア
ドレスを生成・指定する第1のアドレス指定手段
と、該第1のアドレス指定手段に対する制御内容
および次に実行すべき命令の格納箇所に関する命
令を含むプログラム命令を格納する第2の記憶手
段と、該第2の記憶手段に対してプログラム命令
の読み出しアドレスを指定する第2のアドレス指
定手段と、該第2の記憶手段より読出した命令が
ノーオペレーシヨンに相当する命令のとき、上記
第1のアドレス指定手段の指定するアドレスが、
該ノーオペレーシヨンに相当する命令により示さ
れるアドレス値に一致するまで上記第2のアドレ
ス指定手段の指定するアドレスを固定し、上記読
出したプログラム命令がノーオペレーシヨンに相
当する命令以外の命令のとき、上記第1および第
2のアドレス指定手段の指定するアドレスの更新
を同一クロツクサイクル内において行うよう制御
する制御手段を有することを特徴とするパターン
読出し試験装置。
1. Store various test patterns, their readout order information, and expected value patterns corresponding to each of the above test patterns, read out the test patterns according to the above order information, input them to the circuit under test, and then In a test device having a function of determining the acceptability of the circuit under test by comparing the output of the circuit under test with the expected value pattern corresponding to the test pattern, a first It includes a storage means, a first addressing means for generating and specifying a read address of the first storage means, and an instruction regarding control contents for the first addressing means and a storage location of an instruction to be executed next. a second storage means for storing program instructions; a second addressing means for specifying a read address of the program instructions with respect to the second storage means; When the instruction corresponds to Yon, the address specified by the first addressing means is
fixing the address specified by the second addressing means until it matches the address value indicated by the instruction corresponding to the no-operation, and when the read program instruction is an instruction other than the instruction corresponding to the no-operation; . A pattern reading test device comprising: control means for controlling the addresses specified by the first and second address specifying means to be updated within the same clock cycle.
JP58005361A 1983-01-18 1983-01-18 Test pattern reading control system Granted JPS59132376A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58005361A JPS59132376A (en) 1983-01-18 1983-01-18 Test pattern reading control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58005361A JPS59132376A (en) 1983-01-18 1983-01-18 Test pattern reading control system

Publications (2)

Publication Number Publication Date
JPS59132376A JPS59132376A (en) 1984-07-30
JPH0575985B2 true JPH0575985B2 (en) 1993-10-21

Family

ID=11609030

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58005361A Granted JPS59132376A (en) 1983-01-18 1983-01-18 Test pattern reading control system

Country Status (1)

Country Link
JP (1) JPS59132376A (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61274280A (en) * 1985-05-30 1986-12-04 Hitachi Electronics Eng Co Ltd Pattern generator
US4696005A (en) * 1985-06-03 1987-09-22 International Business Machines Corporation Apparatus for reducing test data storage requirements for high speed VLSI circuit testing
JPH0599985A (en) * 1991-10-08 1993-04-23 Mitsubishi Electric Corp Test pattern generating apparatus of semiconductor testing apparatus

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5552967A (en) * 1978-10-13 1980-04-17 Advantest Corp Pattern signal generator

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5552967A (en) * 1978-10-13 1980-04-17 Advantest Corp Pattern signal generator

Also Published As

Publication number Publication date
JPS59132376A (en) 1984-07-30

Similar Documents

Publication Publication Date Title
JP2673298B2 (en) Semiconductor integrated circuit with self-test function
US4402081A (en) Semiconductor memory test pattern generating apparatus
JPH10171676A (en) Test facilitation circuit for microprocessor
JPH0269685A (en) Ic testing device
US4759021A (en) Test pattern generator
KR950013265B1 (en) Address genesator is memory test device
JP2602997B2 (en) Pattern generator
JPH0575985B2 (en)
KR100277770B1 (en) Sequence control circuit
RU2138075C1 (en) Microcomputer with developed support facilities
EP0142562B1 (en) Pipeline system for microprogram control unit
KR100297224B1 (en) Microcomputer loaded with prom and data read-out testing method for same
JP2673602B2 (en) Control device
JP2653648B2 (en) LSI test pattern generator
JPH0311435B2 (en)
JPH08327703A (en) Memory architecture for automatic testing device using vector module table
US6996755B2 (en) Squence control circuit
JP2824853B2 (en) Pattern data writing method
JP2604203B2 (en) Debug device for one-chip digital signal processor
JPS6015969B2 (en) Microinstruction address generation method
JPH0862303A (en) High speed pattern generator
JPS592584Y2 (en) Microprogram expansion test equipment
JPS6030977B2 (en) pattern generator
JPS62259145A (en) Generating device for algorithmic pattern
JPH07280893A (en) Semiconductor memory test system