JPH063420A - Test pattern generation method for combinational logic circuit - Google Patents
Test pattern generation method for combinational logic circuitInfo
- Publication number
- JPH063420A JPH063420A JP4158228A JP15822892A JPH063420A JP H063420 A JPH063420 A JP H063420A JP 4158228 A JP4158228 A JP 4158228A JP 15822892 A JP15822892 A JP 15822892A JP H063420 A JPH063420 A JP H063420A
- Authority
- JP
- Japan
- Prior art keywords
- signal line
- test pattern
- combinational logic
- logic circuit
- circuit
- 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
Links
Landscapes
- Tests Of Electronic Circuits (AREA)
- Test And Diagnosis Of Digital Computers (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、組み合わせ論理回路の
故障検査に使用されるテストパタン生成方法に係り、特
に共有BDDを用いた組み合わせ論理回路のテストパタ
ン生成方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a test pattern generation method used for fault inspection of a combinational logic circuit, and more particularly to a test pattern generation method for a combinational logic circuit using a shared BDD.
【0002】[0002]
【従来の技術】一般に、製造後のLSI(集積回路)の
故障を検査する場合、特定のテストパタンを入力して出
力の状態をモニタする方法がとられる。このような故障
検査に使用されるテストパタンの生成は、回路の大規模
化・複雑化と共に計算に長時間を要し、コストもかかる
ものとなっている。2. Description of the Related Art Generally, when inspecting a failure of an LSI (integrated circuit) after manufacturing, a method of inputting a specific test pattern and monitoring an output state is adopted. Generation of a test pattern used for such a fault inspection requires a long time for calculation as well as an increase in the size and complexity of a circuit, and also a cost.
【0003】特に、組み合わせ論理回路の故障検査のた
めのテストパタンの生成をDアルゴリズムやPODEM
(path−oriented decision marking )アルゴリズムな
どの木探索に基づく決定的テストパタン生成アルゴリズ
ムで行うと、バックトラックの回数が非常に多くなり、
故障によっては現実的な時間内ではテストパタンが求ま
らないことがある。このため故障検出率が十分に得られ
なかったり、故障検出率を上げるために膨大な計算時間
を必要とするという問題が起こっている。In particular, generation of a test pattern for fault inspection of a combinational logic circuit is performed by a D algorithm or PODEM.
(Path-oriented decision marking) When using a deterministic test pattern generation algorithm based on a tree search, the number of backtracks becomes very large,
Depending on the failure, the test pattern may not be found within a realistic time. For this reason, there have been problems that a sufficient fault coverage cannot be obtained or that a huge amount of calculation time is required to increase the fault coverage.
【0004】一方、このような木探索に基づくアルゴリ
ズムでは非常に時間がかかるような冗長故障を効率よく
処理できる可能性を持ったテストパタン生成アルゴリズ
ムとして、共有BDDを用いたアルゴリズムが知られて
いる。共有BDDを説明する前に、文献 [1]:R.E.Brya
nt,Graph-Based Algolithms for Boolean FunctionMani
pulation,IEEE Trans.on Computers,Vol.C-35,No.8,Aug
ust,1985,pp.677-691.に記載されているBDD(Binary
Decision Diagram :二分決定図)について説明する。
BDDは論理関数をDAG(Directed Acyclic Graph:
有向非循環図)で表現したものであり、それに対する各
種の操作を効率的に行おうとするものである。On the other hand, an algorithm using a shared BDD is known as a test pattern generation algorithm capable of efficiently processing a redundant fault which takes a very long time in such an algorithm based on tree search. . Before explaining shared BDD, reference [1]: REBrya
nt, Graph-Based Algolithms for Boolean FunctionMani
pulation, IEEE Trans.on Computers, Vol.C-35, No.8, Aug
ust, 1985, pp.677-691., BDD (Binary
Decision Diagram: A binary decision diagram will be explained.
BDD uses logical functions as DAG (Directed Acyclic Graph:
It is intended to efficiently perform various operations on it.
【0005】まず、BDDを構成する前に、BDDが表
現しようとする論理関数(fとする)の変数に対して順
番を定める。この論理関数fに対して、予め定められた
変数の順番に従って二分決定木を作る。図5(a) に、f
=X1 ・X2 +X3 なる論理関数に対する二分決定木の
例を示す。変数の順番は、X1 →X2 →X3 のように定
められている。この二分決定木においては、図5(a) に
示すように同型のサブグラフを含んでおり、◎を付した
ノードは他のノードと同型のサブグラフを共有してい
る。そこで、◎を付したノードを冗長なノードとして削
除すると、DAGは図5(b) に示すようになり、これが
論理関数fを表すBDDとなる。このとき変数の順番が
定められていることにより、一つの論理関数に対してB
DDは一意に定まる。First, before constructing a BDD, the order of variables of a logical function (denoted by f) to be expressed by the BDD is determined. For this logical function f, a binary decision tree is created according to a predetermined variable order. In Fig. 5 (a), f
An example of a binary decision tree for a logical function of = X 1 · X 2 + X 3 will be shown. The order of variables is defined as X 1 → X 2 → X 3 . This binary decision tree includes isomorphic subgraphs as shown in FIG. 5 (a), and the nodes marked with ⊚ share the isomorphic subgraphs with other nodes. Therefore, if the node marked with ⊚ is deleted as a redundant node, the DAG becomes as shown in FIG. 5 (b), which becomes the BDD representing the logical function f. At this time, since the order of variables is defined, B is set for one logical function.
DD is uniquely determined.
【0006】共有BDDは、BDDと同様の考えを異な
る複数の論理関数に対して適用し、それらの論理関数の
間でも同型のサブグラフを共有することにより、複数の
論理関数を少ないメモリ量で表現しようとするものであ
る。図5(c) に、f=X1 ・X2 +X3 ,g=X1 ・X
2 +X1 ・X3 ,h=X2 +X3 なる3つの論理関数を
同時に表現した共有BDDの例を示す。The shared BDD expresses a plurality of logical functions with a small amount of memory by applying the same idea as the BDD to a plurality of different logical functions and sharing the same type of subgraph among the logical functions. Is what you are trying to do. In FIG. 5 (c), f = X 1 .X 2 + X 3 , g = X 1 .X
An example of a shared BDD in which three logical functions of 2 + X 1 · X 3 and h = X 2 + X 3 are simultaneously expressed will be shown.
【0007】文献 [2]:井置、石浦、矢島「共有二分決
定図を用いた組み合わせ論理回路のテスト生成」、第3
8回情報処理学会全国大会論文集、2S-5,Mar.1983,pp.1
137-1144.には、上述した共有BDDを用いて、通常仮
定する各信号線の0,1縮退故障(信号線上の値が0ま
たは1に固定される故障)に対するテストパタンを生成
する方法が記載されている。Reference [2]: Ioki, Ishiura, Yajima “Test Generation of Combinatorial Logic Circuits Using Shared Binary Decision Diagrams”, No. 3
Proceedings of the 8th Annual Conference of IPSJ, 2S-5, Mar.1983, pp.1
137-1144. Describes a method of generating a test pattern for a 0,1 stuck-at fault (a fault in which the value on the signal line is fixed at 0 or 1) of each signal line that is normally assumed, using the shared BDD described above. .
【0008】この方法においては、まず対象とする組み
合わせ論理回路内の各信号線がとる論理関数を共有BD
Dで表し、メモリに記憶しておく。そして縮退故障を仮
定した信号線に対して、その信号線上の縮退故障による
固定値を表すBDD(0または1)を割り当て、これを
組み合わせ論理回路内に伝搬させることにより、故障回
路(故障のある組み合わせ論理回路)の各信号線がとる
論理関数を次々と求めてゆく。伝搬させた結果が正常回
路(故障のない組み合わせ論理回路)のとる論理関数と
等しい場合には、故障の影響が消えたと判断して、それ
以降の伝搬を止める。[0008] In this method, first, a shared BD shares a logical function taken by each signal line in a target combinational logic circuit.
It is represented by D and stored in the memory. Then, a BDD (0 or 1) that represents a fixed value due to the stuck-at fault on the signal line is assigned to the signal line assuming the stuck-at fault, and the BDD (0 or 1) is propagated in the combinational logic circuit, whereby the failed circuit The logic function of each signal line of the combinational logic circuit) is successively obtained. If the propagated result is equal to the logic function of the normal circuit (combinational logic circuit without failure), it is determined that the effect of the failure has disappeared, and the subsequent propagation is stopped.
【0009】このようにして故障の影響を伝搬させてゆ
き、故障がある外部出力線まで達した場合に、その故障
を検査できるテストパタンが存在すると判定する。この
とき故障が伝搬された外部出力線の正常回路での論理関
数と故障回路での論理関数との排他的論理和(XOR)
をとった論理関数を求め、この関数の値が1となるよう
な入力変数(組み合わせ論理回路の外部入力線に割り当
てた変数)の値を求めれば、それがその故障に対するテ
ストパタンとなる。故障の影響が全て外部出力線に達す
る前に消えてしまった場合には、その故障は冗長故障で
あるということになる。In this way, the influence of the fault is propagated, and when the fault reaches the external output line, it is determined that there is a test pattern capable of inspecting the fault. At this time, the exclusive OR (XOR) of the logical function in the normal circuit of the external output line to which the fault is propagated and the logical function in the fault circuit
If the value of the input variable (the variable assigned to the external input line of the combinational logic circuit) is calculated such that the value of this function is 1, the test pattern for the failure is obtained. If all the effects of a fault disappear before reaching the external output line, then the fault is a redundant fault.
【0010】以上の操作は回路内で記号シミュレーショ
ンを行っていることになるが、共有BDDを用いれば、
それらを効率的に行うことができる。以下、文献 [2]の
方法によるテストパタン生成の具体例を説明する。組み
合わせ論理回路として、図6(a) に示す回路を考える。
外部入力線P1 ,P2 ,P3 に対して、X1 ,X2 ,X
3 なる入力変数が与えられたとすると、正常回路では各
信号線のとる論理関数は図6(a) 中に示すようになる。
これらの論理関数を共有BDDとしてメモリに記憶して
おく。The above operation means that the symbol simulation is performed in the circuit, but if the shared BDD is used,
They can be done efficiently. Hereinafter, a specific example of test pattern generation by the method of reference [2] will be described. As a combinational logic circuit, consider the circuit shown in FIG.
For the external input lines P 1 , P 2 , P 3 , X 1 , X 2 , X
Assuming that 3 input variables are given, the logic function of each signal line in the normal circuit is as shown in FIG. 6 (a).
These logical functions are stored in the memory as shared BDD.
【0011】次に、例えば信号線P4 の0縮退故障を検
出するテストパタンを求める場合を考える。このため
に、図6(b) に示すように信号線P4 に対して故障時の
論理関数として0を設定しメモリに記憶しておく。この
信号線P4 上の値を信号線P5に伝搬させると、故障時
のP5 上の論理関数は0+X2 =X2 となる。次に、こ
の信号線P5 上の値を信号線P6 へ伝搬させると、故障
時のP6 上の論理関数はX1 +X2 となって正常時の論
理関数と等しくなり、信号線P6 上で信号線P4に仮定
した故障の影響は消えてしまう。そこで、信号線P5 上
の値を別の信号線P7 へ伝搬させると、故障時の該信号
線P7 上の論理関数はX2 +X3 となり、これは正常時
の該信号線P7 上の論理関数である/X1 +X2 +X3
とは異なったものとなる。なお、/Xi (i=1,2,…)な
る表記は、Xi の否定を表すものとする。Next, let us consider a case where a test pattern for detecting a stuck-at-0 fault on the signal line P 4 is obtained. For this reason, as shown in FIG. 6 (b), 0 is set as a logical function at the time of failure for the signal line P 4 and stored in the memory. When the value on the signal line P 4 is propagated to the signal line P 5 , the logical function on P 5 at the time of failure is 0 + X 2 = X 2 . Next, when the value on the signal line P 5 is propagated to the signal line P 6 , the logic function on P 6 at the time of failure becomes X 1 + X 2 and becomes equal to the logic function at the normal time, and the signal line P 6 The effect of the fault assumed on the signal line P 4 on 6 disappears. Therefore, when the value on the signal line P 5 is propagated to another signal line P 7 , the logical function on the signal line P 7 at the time of failure becomes X 2 + X 3 , which is the signal line P 7 at the normal time. Is the above logical function / X 1 + X 2 + X 3
Will be different from. The notation / X i (i = 1,2, ...) Indicates the negation of X i .
【0012】ここで、信号線P7 は外部出力線であるの
で、正常時の信号線P7 上の論理関数/X1 +X2 +X
3 と、故障時の信号線P7 上の論理関数X2 +X3 との
XORをとる。これにより、図6(c) に示すBDDが新
たに共有BDDの一部として生成される。このXORを
とった論理関数が1となる入力変数は(X1 ,X2 ,X
3 )=(0,0,0)であり、これが当該故障(信号線
P4 の0縮退故障)に対するテストパタンとして生成さ
れる。Since the signal line P 7 is an external output line, the logical function / X 1 + X 2 + X on the signal line P 7 in a normal state is used.
3, takes the XOR of the logic function X 2 + X 3 on failure time of the signal line P 7. As a result, the BDD shown in FIG. 6C is newly generated as a part of the shared BDD. The input variables for which the logical function taking this XOR is 1 are (X 1 , X 2 , X
3 ) = (0,0,0), which is generated as a test pattern for the fault (0 stuck-at fault of the signal line P 4 ).
【0013】上述のような共有BDDを用いたテストパ
タン生成方法は、一般的な傾向として木探索に基づく決
定的テストパタン生成方法ではバックトラックの回数が
増えて時間のかかる可能性のある冗長故障に対して有効
と考えられる。冗長故障の場合は、故障の影響を伝搬さ
せていっても、それらは必ず外部出力線に至る前に消え
てしまい、その時点で故障の冗長性を証明できるからで
ある。従って、木探索による方法では打ち切り故障とな
ってしまうような故障に対処するために有効な方法であ
ると考えられる。In the test pattern generation method using the shared BDD as described above, a general tendency is that in the deterministic test pattern generation method based on the tree search, the number of backtracks increases and a redundant fault may take time. Considered to be effective against. This is because, in the case of a redundant failure, even if the effects of the failure are propagated, they always disappear before reaching the external output line, and the redundancy of the failure can be proved at that point. Therefore, it is considered that the tree search method is an effective method for dealing with a failure that causes a truncation failure.
【0014】しかし、従来の共有BDDを用いたテスト
パタン生成方法においては、大規模で複雑な組み合わせ
論理回路のテストパタンを生成する場合、入力変数の順
番や論理関数の性質などによって、組み合わせ論理回路
内の各信号線がとる論理関数を表現する共有BDDのノ
ード数が極めて多くなる。このため、共有BDDを記憶
するためのメモリの必要な容量が増大し、またテストパ
タン生成における各種操作の実行時間が長くかかるとい
う問題がある。However, in the conventional test pattern generation method using the shared BDD, when a test pattern of a large-scale and complex combinational logic circuit is generated, the combinational logic circuit is generated depending on the order of input variables and the nature of the logic function. The number of nodes in the shared BDD that expresses the logical function of each signal line in the inside becomes extremely large. Therefore, there is a problem that the required capacity of the memory for storing the shared BDD is increased and that the execution time of various operations in the test pattern generation is long.
【0015】[0015]
【発明が解決しようとする課題】上述したように、従来
の共有BDDを用いたアルゴリズムによって組み合わせ
論理回路のテストパタンを生成する方法では、対象とす
る組み合わせ論理回路が大規模化・複雑化すると、生成
される共有BDDのノード数が多くなるため、共有BD
Dを記憶するために大容量メモリを必要とし、また各種
操作の実行時間が長くなり、テストパタン生成に時間が
かかるという問題があった。As described above, in the conventional method of generating the test pattern of the combinational logic circuit by the algorithm using the shared BDD, when the target combinational logic circuit becomes large and complicated, Since the number of nodes in the generated shared BDD is large, the shared BD is
There is a problem that a large capacity memory is required to store D, the execution time of various operations becomes long, and it takes time to generate a test pattern.
【0016】本発明は、生成される共有BDDのノード
数を減らして、必要なメモリ容量を削減するとともに、
短時間で効率的にテストパタンを生成できる組み合わせ
論理回路のテストパタン生成方法を提供することを目的
とする。The present invention reduces the required memory capacity by reducing the number of nodes of the generated shared BDD, and
An object of the present invention is to provide a test pattern generation method for a combinational logic circuit that can efficiently generate a test pattern in a short time.
【0017】[0017]
【課題を解決するための手段】上記の課題を解決するた
め、本発明は共有BDDを用いてテストパタンを生成す
る際、組み合わせ論理回路内の先頭信号線を外部入力線
の一部と見なして、これに論理関数の入力変数の少なく
とも一部を割り当て、組み合わせ論理回路の正常時にお
ける各信号線上の論理関数を共有BDDとして生成する
ことを基本的な特徴とする。そして、組み合わせ論理回
路の信号線上の故障の影響を組み合わせ論理回路の任意
の外部出力線へ伝搬させた時の該外部出力線上の論理関
数と、共有BDDとして記憶されている該外部出力線上
の論理関数とから、該故障に対するテストパタンを生成
する。In order to solve the above problems, the present invention considers the head signal line in a combinational logic circuit as a part of an external input line when generating a test pattern using a shared BDD. The basic feature is that at least a part of the input variables of the logic function is assigned to this and the logic function on each signal line in the normal state of the combinational logic circuit is generated as a shared BDD. Then, the logic function on the external output line when the influence of the failure on the signal line of the combinational logic circuit is propagated to any external output line of the combinational logic circuit, and the logic on the external output line stored as the shared BDD. A test pattern for the fault is generated from the function and.
【0018】テストパタン生成に際しては、例えばこれ
ら二つの論理関数の排他的論理和をとり、この排他的論
理和をとった論理関数が1となるような入力変数をテス
トパタンすればよい。In generating the test pattern, for example, the exclusive OR of these two logical functions is taken, and the input variable such that the logical function obtained by the exclusive OR becomes 1 is subjected to the test pattern.
【0019】また、本発明ではより具体的には、組み合
わせ論理回路を先頭信号線より入力側に位置する第1の
回路部分とそれ以外の第2の回路部分とに分け、該第2
の回路部分の外部入力線および先頭信号線に論理関数の
入力変数を割り当てて、組み合わせ論理回路の正常時に
おける第2の回路部分に含まれる信号線上の論理関数を
共有BDDとして生成する。In the present invention, more specifically, the combinational logic circuit is divided into a first circuit portion located on the input side of the head signal line and a second circuit portion other than the first signal line, and the second circuit portion is divided into the second circuit portion and the second circuit portion.
The input variable of the logic function is assigned to the external input line and the head signal line of the circuit part of 1 to generate the logic function on the signal line included in the second circuit part of the combinational logic circuit in the normal state as the shared BDD.
【0020】そして、第2の回路部分に含まれる信号線
および先頭信号線上の故障に対しては、まず該故障を第
2の回路部分の外部出力線上に伝搬させた時の該外部出
力線上の論理関数と、共有BDDとして既に記憶されて
いる該外部出力線上の論理関数とから、該故障に対する
局部テストパタンを生成する。次に、こうして生成され
た局部テストパタンにおける先頭信号線上の値を満たす
第1の回路部分の外部入力線上の値と、局部テストパタ
ンのうちの前記第2の回路部分の外部入力線上の値を組
み合わせることで、第2の回路部分に含まれる信号線ま
たは先頭信号線上の故障に対する組み合わせ論理回路全
体のテストパタンを求める。Then, with respect to a failure on the signal line and the head signal line included in the second circuit portion, first, on the external output line when the failure is propagated to the external output line of the second circuit portion. A local test pattern for the fault is generated from the logic function and the logic function on the external output line already stored as the shared BDD. Next, the value on the external input line of the first circuit portion that satisfies the value on the first signal line in the local test pattern thus generated and the value on the external input line of the second circuit portion of the local test pattern are set. By combining them, the test pattern of the entire combinational logic circuit for the failure on the signal line or the first signal line included in the second circuit portion is obtained.
【0021】一方、第1の回路部分に含まれる信号線に
対しては、先頭信号線上の故障に対して上記のようにし
て生成されたテストパタンが既に存在していることを条
件として、第1の回路部分に含まれる信号線上の故障の
影響が先頭信号線に現れるような第1の回路部分の外部
入力線上の値と、先頭信号線上の故障に対するテストパ
タンのうちの第2の回路部分の外部入力線上の値とを組
み合わせることで、第1の回路部分に含まれる信号線上
の故障に対する組み合わせ論理回路全体のテストパタン
を求める。On the other hand, with respect to the signal line included in the first circuit portion, on the condition that the test pattern generated as described above with respect to the failure on the head signal line already exists, The value on the external input line of the first circuit portion such that the influence of the fault on the signal line included in the first circuit portion appears on the head signal line, and the second circuit portion of the test pattern for the fault on the head signal line. And the value on the external input line are combined to obtain the test pattern of the entire combined logic circuit for the failure on the signal line included in the first circuit portion.
【0022】[0022]
【作用】通常、組み合わせ論理回路に対して、記号シミ
ュレーションを行いながら共有BDDを生成してゆく場
合、まず最初に全ての外部入力線に対するBDDを生成
し、それらを出力線側へ伝搬させてゆくという方法がと
られる。In general, when a shared BDD is generated for a combinational logic circuit while performing symbolic simulation, BDDs for all external input lines are first generated and propagated to the output line side. The method is taken.
【0023】これに対して、本発明のテストパタン生成
の手順では、組み合わせ論理回路に先頭信号線(例え
ば、その信号線に0または1の値を割り当てたとき、こ
の信号線の入力側に位置する外部入力線上の値が一意に
決まるような信号線)がある場合には、その先頭信号線
に入力変数の少なくとも一部を割り当てて共有BDDを
生成する。On the other hand, in the procedure for generating the test pattern of the present invention, when the first signal line (for example, a value of 0 or 1 is assigned to the signal line is assigned to the combinational logic circuit, the position on the input side of this signal line is set. If there is a signal line whose value on the external input line is uniquely determined, a shared BDD is generated by allocating at least a part of the input variable to the first signal line.
【0024】このように先頭信号線に入力変数を割り当
て、また先頭信号線の入力側に位置しない外部入力線が
ある場合には、その外部入力線にも入力変数を割り当て
るようにすると、組み合わせ論理回路の全ての外部入力
端子に入力変数を割り当てるよりも、共有BDDに必要
な入力変数の数が減ることによって、生成される共有B
DDのノード数は大幅に削減される。これにより、共有
BDDを記憶するためのメモリの容量が小さくて済み、
またテストパタン生成のための各種操作に要する実行時
間も短縮される。In this way, when an input variable is assigned to the head signal line, and if there is an external input line that is not located on the input side of the head signal line, the input variable is also assigned to that external input line. Shared BDDs generated by reducing the number of input variables required for shared BDDs, rather than assigning input variables to all external input terminals of the circuit
The number of DD nodes is greatly reduced. This allows a small amount of memory to store the shared BDD,
Also, the execution time required for various operations for generating the test pattern is shortened.
【0025】[0025]
【実施例】以下、本発明の実施例を図面を参照して説明
する。図1および図2は、本発明の一実施例に係るテス
トパタン生成の手順を示すフローチャートである。Embodiments of the present invention will be described below with reference to the drawings. 1 and 2 are flowcharts showing the procedure of test pattern generation according to an embodiment of the present invention.
【0026】本実施例でのテストパタン生成の具体例と
して、図3に示す組み合わせ論理回路のテストパタン生
成を考える。この組み合わせ論理回路において、信号線
HLを先頭信号線とする。さらに、この組み合わせ論理
回路を先頭信号線HLより入力側の部分(以下、第1の
回路部分という)Aと、その他の部分(以下、第2の回
路部分という)Bとに分けて考える。As a concrete example of the test pattern generation in this embodiment, consider the test pattern generation of the combinational logic circuit shown in FIG. In this combinational logic circuit, the signal line HL is the head signal line. Further, this combinational logic circuit will be considered by dividing it into a portion (hereinafter, referred to as a first circuit portion) A on the input side of the head signal line HL and another portion (hereinafter, referred to as a second circuit portion) B.
【0027】まず、前処理として、先頭信号線HLに0
または1を割り当てるような第1の回路部分Aの外部入
力線A1 ,A2 ,A3 上の値を求め、それをメモリに記
憶しておく。この処理は、Dアルゴリズムにおける後方
操作(一致操作ともいう)などの公知の操作を用いて容
易に実現することができる。First, as preprocessing, 0 is applied to the head signal line HL.
Alternatively, a value on the external input lines A 1 , A 2 , A 3 of the first circuit portion A which assigns 1 is obtained and stored in the memory. This process can be easily realized by using a known operation such as a backward operation (also referred to as a matching operation) in the D algorithm.
【0028】第2の回路部分Bに含まれる内部信号線B
3 ,B4 (先頭信号線HLから外部入力線へ至る信号経
路上にない信号線)および先頭信号線HL上の各縮退故
障に対するテストパタン生成は、図1に示すフローチャ
ートに従って行われる。Internal signal line B included in the second circuit portion B
Generation of test patterns for the stuck-at faults on B 3 , B 4 (the signal line not on the signal path from the head signal line HL to the external input line) and the head signal line HL is performed according to the flowchart shown in FIG.
【0029】まず、先頭信号線HLを外部入力線の一種
と見なして、第2の回路部分Bの外部入力線B1 ,B2
および先頭信号線HLに論理関数の入力変数を割り当て
て共有BDDを生成し、メモリに記憶する(S11)。
すなわち、外部入力線B1 ,B2 および先頭信号線HL
に割り当てた入力変数に対して、第2の回路部分Bの各
信号線B3 ,B4 ,B5 ,B6 がそれぞれとる複数の論
理関数を共有BDDとしてメモリに記憶する。First, the first signal line HL is regarded as a kind of external input line, and the external input lines B 1 and B 2 of the second circuit portion B are considered.
And the input variable of the logic function is assigned to the head signal line HL to generate the shared BDD, which is stored in the memory (S11).
That is, the external input lines B 1 and B 2 and the head signal line HL
With respect to the input variable assigned to the above, the plurality of logical functions respectively taken by the signal lines B 3 , B 4 , B 5 , and B 6 of the second circuit portion B are stored in the memory as shared BDDs.
【0030】ここで、先頭信号線HLは例えば文献
[3]:H.Fujiwara and T.Shimono," Onthe Acceleration
of Test Generation Algolithms,"IEEE Trans.on Comp
uters,Vol.C-32,December 1983,pp.1137-1144 .に開示
されているFANアルゴリズム(fan-out-oriented tes
t generation algolithm)において用いられるような先
頭信号線であり、これに0または1の値を割り当てたと
き、これより入力側に位置する外部入力線上の値が一意
に決まるような信号線である。Here, the head signal line HL is, for example, a document
[3]: H. Fujiwara and T. Shimono, "Onthe Acceleration
of Test Generation Algolithms, "IEEE Trans.on Comp
uters, Vol. C-32, December 1983, pp. 1137-1144. FAN algorithm (fan-out-oriented test
The signal line is a signal line that is used as a signal line on the external input line located on the input side from this when the value 0 or 1 is assigned to the signal line.
【0031】このようにして生成された共有BDDは、
外部入力線B1 ,B2 および先頭信号線HL上に与えら
れる変数を入力変数としており、組み合わせ論理回路の
全ての外部入力線(図3の例では、A1 ,A2 ,A3 ,
B1 ,B2 )に入力変数を割り当てる従来の場合に比較
して、入力変数の数が少ない。従って、共有BDDに含
まれるノード数が大幅に減少し、共有BDDを記憶する
ためのメモリの容量が小さくなる。The shared BDD generated in this way is
Variables given to the external input lines B 1 and B 2 and the head signal line HL are used as input variables, and all the external input lines of the combinational logic circuit (in the example of FIG. 3, A 1 , A 2 , A 3 ,
The number of input variables is smaller than in the conventional case where input variables are assigned to B 1 and B 2 ). Therefore, the number of nodes included in the shared BDD is significantly reduced, and the capacity of the memory for storing the shared BDD is reduced.
【0032】このように共有BDDを生成してメモリに
記憶した後、図2(b)(c)で説明したような手順に従っ
て、第2の回路部分Bの内部信号線B3 ,B4 および先
頭信号線HL上の縮退故障に対するテストパタン生成処
理を開始する(S12)。After the shared BDD is generated and stored in the memory in this way, the internal signal lines B 3 , B 4 and B of the second circuit portion B are processed in accordance with the procedure described with reference to FIGS. The test pattern generation process for the stuck-at fault on the head signal line HL is started (S12).
【0033】すなわち、例えば信号線B3 上の縮退故障
に対するテストパタンを生成する場合を例にとると、信
号線B3 について仮定した縮退故障が外部出力線B5 ま
で伝搬されたかどうかを調べ(S13)、伝搬されなか
ったと判定された場合、その故障は冗長故障であると判
定する(S14)。That is, for example, taking the case of generating a test pattern for the stuck-at fault on the signal line B 3 as an example, it is checked whether the stuck-at fault assumed for the signal line B 3 has been propagated to the external output line B 5 ( S13), when it is determined that it has not been propagated, it is determined that the failure is a redundant failure (S14).
【0034】一方、信号線B3 について仮定した縮退故
障が外部出力線B5 まで伝搬された場合には、信号線B
3 上の正常時と故障時それぞれの場合の外部出力線B5
上の論理関数のXORを求め、このXORをとった論理
関数が1となるような入力変数(この場合、第2の回路
部分Bの外部入力線B1 ,B2 および先頭信号線HL上
の値)をテストパタンとして求める(S15)。このよ
うにして、先頭信号線HLを外部入力線の一部と見なし
た時のテストパタン(これを局部テストパタンという)
が求まる。On the other hand, when the stuck-at fault assumed for the signal line B 3 is propagated to the external output line B 5 , the signal line B 3
External output line B 5 in case of normal and above 3
An XOR of the above logical function is obtained, and an input variable for which the logical function obtained by this XOR is 1 (in this case, the external input lines B 1 and B 2 of the second circuit portion B and the head signal line HL are The value) is obtained as a test pattern (S15). In this way, the test pattern when the head signal line HL is regarded as a part of the external input line (this is called a local test pattern)
Is required.
【0035】ステップS15において局部テストパタン
が形成されると、次に該局部テストパタンにおける先頭
信号線HLの値を満たすような第1の回路部分Aの外部
入力線A1 ,A2 ,A3 上の値を求め、これらと局部テ
ストパタンのうちの第2の回路部分Bの外部入力線
B1 ,B2 上の値を組み合わせて、信号線B3 の縮退故
障に対する図3の組み合わせ論理回路全体のテストパタ
ンを求める(S16)。第2の回路部分に含まれる他の
内部信号線b4 等や、先頭信号線HLの縮退故障に対す
るテストパタンも、上述と同様の手順によって求めるこ
とができる。When the local test pattern is formed in step S15, the external input lines A 1 , A 2 and A 3 of the first circuit portion A that satisfy the value of the head signal line HL in the local test pattern are next. The above values are obtained, and these values are combined with the values on the external input lines B 1 and B 2 of the second circuit portion B of the local test pattern to obtain the combinational logic circuit of FIG. 3 for the stuck-at fault of the signal line B 3 . The overall test pattern is obtained (S16). The test pattern for the stuck-at fault of the other internal signal line b 4 and the like included in the second circuit portion and the head signal line HL can also be obtained by the same procedure as described above.
【0036】次に、第1の回路部分Aに含まれる内部信
号線A4 ,A5 (先頭信号線HLから外部入力線へ至る
信号経路上にある信号線)上の縮退故障に対するテスト
パタン生成は、図2に示すフローチャートに従って行わ
れる。まず、図1に示したフローチャートに従って先頭
信号線HLの(0,1)縮退故障に対するテストパタン
生成処理が終わっているかどうかを判定する(S2
1)。ここで、先頭信号線HLの縮退故障に対するテス
トパタン生成処理が終わっていなければ、内部信号線A
4 またはA5 上の縮退故障に対して、先頭信号線HLの
縮退故障に対するテストパタン生成が終わった後に処理
するためのフラグを付ける(S22)。Next, test pattern generation for stuck-at faults on the internal signal lines A 4 and A 5 (the signal lines on the signal path from the head signal line HL to the external input line) included in the first circuit portion A is generated. Is performed according to the flowchart shown in FIG. First, according to the flow chart shown in FIG. 1, it is judged whether or not the test pattern generation processing for the (0, 1) stuck-at fault of the head signal line HL is completed (S2).
1). Here, if the test pattern generation processing for the stuck-at fault of the head signal line HL is not completed, the internal signal line A
For the stuck-at fault on 4 or A 5 , a flag is added for processing after the test pattern generation for the stuck-at fault on the head signal line HL is completed (S22).
【0037】一方、先頭信号線HL上の縮退故障に対す
るテストパタン生成処理が終わっていれば、引き続いて
先頭信号線HL上の縮退故障に対するテストパタンが存
在しているかどうかを判定し(S23)、このテストパ
タンが存在しない場合、すなわち先頭信号線HL上の縮
退故障が冗長故障である場合は、第1の回路部分Aに含
まれる全ての信号線A4 ,A5 上の縮退故障は冗長故障
であると判定する(S24)。On the other hand, if the test pattern generation processing for the stuck-at fault on the head signal line HL is completed, it is subsequently determined whether or not the test pattern for the stuck-at fault on the head signal line HL exists (S23). When this test pattern does not exist, that is, when the stuck-at fault on the head signal line HL is a redundant fault, the stuck-at faults on all the signal lines A 4 and A 5 included in the first circuit portion A are redundant faults. (S24).
【0038】また、信号線HLの縮退故障に対するテス
トパタンが存在する場合には、第1の回路部分Aに含ま
れる内部信号線A4 ,A5 上の縮退故障の影響が先頭信
号線HLに現れるような(すなわち信号線A4 ,A5 の
正常時と故障時との差が先頭信号線HLに現れるよう
な)、第1の回路部分Aの外部入力線A1 ,A2 ,A3
(先頭信号線HLに通じる外部入力線)上の値を求める
(S25)。このステップS25の処理も、例えばDア
ルゴリズムにおける後方操作などの各種操作を用いて容
易に実現できる。When a test pattern for the stuck-at fault of the signal line HL exists, the influence of the stuck-at fault on the internal signal lines A 4 and A 5 included in the first circuit portion A affects the head signal line HL. The external input lines A 1 , A 2 , A 3 of the first circuit portion A appearing (that is, the difference between the normal state and the defective state of the signal lines A 4 and A 5 appears on the head signal line HL).
The value on (the external input line leading to the head signal line HL) is obtained (S25). The processing in step S25 can also be easily realized by using various operations such as backward operation in the D algorithm.
【0039】最後に、ステップS25で求められた外部
入力線A1 ,A2 ,A3 の値と、既に求められている先
頭信号線HL上の0,1縮退故障に対するテストパタン
のうちの第2の回路部分Bの外部入力線B1 ,B2 上の
値とを組み合わせて、第1の回路部分Aに含まれる内部
信号線A4 ,A5 上の縮退故障に対する図3の組み合わ
せ論理回路全体のテストパタンを求める(S26)。Finally, the values of the external input lines A 1 , A 2 and A 3 obtained in step S25 and the test pattern for the 0 and 1 stuck-at faults on the head signal line HL which have already been obtained are selected. The combinational logic circuit of FIG. 3 for the stuck-at fault on the internal signal lines A 4 , A 5 included in the first circuit part A by combining the values on the external input lines B 1 , B 2 of the second circuit part B. The overall test pattern is obtained (S26).
【0040】なお、以上の実施例では組み合わせ論理回
路の先頭信号線(HL)と、先頭信号線HLの入力側に
位置しない外部入力線(図3の例ではB1 ,B2 )に共
有BDDにおける論理関数の入力変数を割り当てたが、
仮に先頭信号線の入力側に位置しない外部入力線がない
場合には、先頭信号線のみに入力変数を割り当ててもよ
い。In the above embodiment, the shared BDD is used for the head signal line (HL) of the combinational logic circuit and the external input lines (B 1 and B 2 in the example of FIG. 3) not located on the input side of the head signal line HL. Assigned the input variable of the logic function in
If there is no external input line that is not located on the input side of the head signal line, input variables may be assigned only to the head signal line.
【0041】図4に、上述したテストパタン生成方法を
用いたテストパタン生成部を含む自動テストパタン生成
システムの一例を示す。このシステムは、組み合わせ論
理回路の回路データ1を入力とし、ランダム法によるテ
ストパタン生成部2、決定的アルゴリズムテストパタン
生成部3および共有BDDを用いたテストパタン生成部
4を通して組み合わせ論理回路のテストを行い、テスト
に関する各種データ5を得る構成となっている。FIG. 4 shows an example of an automatic test pattern generation system including a test pattern generation section using the above-mentioned test pattern generation method. This system receives the circuit data 1 of the combinational logic circuit as an input, and tests the combinational logic circuit through a test pattern generation unit 2 using a random method, a deterministic algorithm test pattern generation unit 3 and a test pattern generation unit 4 using a shared BDD. It is configured to perform various kinds of data 5 regarding the test.
【0042】共有BDDを用いたテストパタン生成部4
に、上述した本発明によるテストパタン生成方法を適用
することにより、共有BDDの記憶に必要なメモリの容
量が小さくて済み、かつそれに伴いテストパタン生成に
おける各種操作の実行時間が短くなり、テストパタン生
成を迅速に効率よく行うことができる。Test pattern generation unit 4 using shared BDD
By applying the above-described test pattern generation method according to the present invention to the above, the memory capacity required for storing the shared BDD can be small, and the execution time of various operations in the test pattern generation can be shortened accordingly. Generation can be performed quickly and efficiently.
【0043】[0043]
【発明の効果】以上説明したように、本発明によれば組
み合わせ論理回路内の先頭信号線に共有BDDに使用さ
れる論理関数における入力変数の一部を割り当てて、入
力変数の数を減らすことにより、共有BDDのノード数
を大幅に削減できる。従って、共有BDDを記憶するメ
モリの容量が小さくて済み、同時にテストパタン生成手
順における各種操作の実行時間を短縮でき、効率のよい
テストパタン生成を行うことが可能となる。As described above, according to the present invention, the number of input variables can be reduced by allocating a part of the input variables in the logic function used for the shared BDD to the head signal line in the combinational logic circuit. As a result, the number of shared BDD nodes can be significantly reduced. Therefore, the capacity of the memory for storing the shared BDD can be small, the execution time of various operations in the test pattern generation procedure can be shortened at the same time, and the efficient test pattern generation can be performed.
【図1】本発明の一実施例に係るテストパタン生成方法
における第2の回路部内の信号線の縮退故障に対するテ
ストパタン生成手順を示すフローチャートFIG. 1 is a flowchart showing a test pattern generation procedure for a stuck-at fault of a signal line in a second circuit section in a test pattern generation method according to an embodiment of the present invention.
【図2】同実施例に係るテストパタン生成方法における
第1の回路部内の信号線の縮退故障に対するテストパタ
ン生成手順を示すフローチャートFIG. 2 is a flowchart showing a test pattern generation procedure for a stuck-at fault of a signal line in the first circuit section in the test pattern generation method according to the embodiment.
【図3】テストパタン生成対象の組み合わせ論理回路の
具体例を示す図FIG. 3 is a diagram showing a specific example of a combinational logic circuit for test pattern generation.
【図4】本発明に係るテストパタン生成方法を用いたテ
ストパタン生成部を組み込んだ自動テストパタン生成シ
ステムの構成を示すブロック図FIG. 4 is a block diagram showing the configuration of an automatic test pattern generation system incorporating a test pattern generation unit that uses the test pattern generation method according to the present invention.
【図5】共有BDDを説明するための図FIG. 5 is a diagram for explaining shared BDD.
【図6】共有BDDを用いた従来のテストパタン生成方
法を説明するための図FIG. 6 is a diagram for explaining a conventional test pattern generation method using shared BDD.
A…第1の回路部分 B…第2の回
路部分 A1 〜A3 ,B1 ,B2 …外部入力線 HL…先頭信
号線 A4 ,A5 ,B3 ,B4 …内部信号線 B5 ,B6 …
外部出力線A ... first circuit portion B ... second circuit portions A 1 ~A 3, B 1, B 2 ... external input line HL ... head signal line A 4, A 5, B 3 , B 4 ... internal signal line B 5 , B 6 ...
External output line
Claims (5)
時における各信号線上の論理関数を共有BDDとして生
成し、この共有BDDを用いて前記組み合わせ論理回路
の故障を検査するためのテストパタンを生成するテスト
パタン生成方法において、 前記組み合わせ論理回路内の先頭信号線に前記入力変数
の少なくとも一部を割り当てることを特徴とする組み合
わせ論理回路のテストパタン生成方法。1. A shared BDD is used to generate a logical function on each signal line in a normal state of a combinational logic circuit with respect to an input variable, and a test pattern for inspecting a failure of the combinational logic circuit is generated using this shared BDD. The test pattern generation method for a combinational logic circuit according to claim 1, wherein at least a part of the input variable is assigned to a head signal line in the combinational logic circuit.
のテストパタンを生成するテストパタン生成方法におい
て、 前記組み合わせ論理回路内の先頭信号線に論理関数の入
力変数の少なくとも一部を割り当てて、前記組み合わせ
論理回路の正常時における各信号線上の論理関数を共有
BDDとして生成する共有BDD生成ステップと、 前記組み合わせ論理回路の信号線上の故障の影響を該組
み合わせ論理回路の任意の外部出力線へ伝搬させた時の
該外部出力線上の論理関数と前記共有BDDとして記憶
されている該外部出力線上の論理関数とから、該故障に
対するテストパタンを生成するテストパタン生成ステッ
プとを備えたことを特徴とする組み合わせ論理回路のテ
ストパタン生成方法。2. A test pattern generating method for generating a test pattern for inspecting a failure of a combinational logic circuit, wherein at least a part of an input variable of a logic function is allocated to a head signal line in the combinational logic circuit, A shared BDD generation step of generating a logical function on each signal line in a normal state of the combinational logic circuit as a shared BDD, and propagating the influence of a failure on the signal line of the combinational logic circuit to an arbitrary external output line of the combinational logic circuit. A test pattern generation step of generating a test pattern for the fault from the logic function on the external output line when the fault occurs and the logic function on the external output line stored as the shared BDD. Test pattern generation method for combinational logic circuits.
み合わせ論理回路の信号線上の故障の影響を該組み合わ
せ論理回路の任意の外部出力線へ伝搬させた時の該外部
出力線上の論理関数と前記共有BDDとして記憶されて
いる該外部出力線上の論理関数との排他的論理和をと
り、この排他的論理和をとった論理関数が1となる前記
入力変数を前記テストパタンとして生成することを特徴
とする請求項2記載の組み合わせ論理回路のテストパタ
ン生成方法。3. The test pattern generating step shares the effect of a failure on a signal line of the combinational logic circuit with a logic function on the external output line when the influence of a failure on the signal line of the combinational logic circuit is propagated to the external output line. An exclusive OR is taken with a logical function on the external output line stored as BDD, and the input variable whose logical function is 1 is generated as the test pattern. 3. The method for generating a test pattern for a combinational logic circuit according to claim 2.
のテストパタンを生成するテストパタン生成方法におい
て、 前記組み合わせ論理回路を該組み合わせ論理回路内の先
頭信号線より入力側に位置する第1の回路部分とそれ以
外の第2の回路部分とに分け、該第2の回路部分の外部
入力線および前記先頭信号線に論理関数の入力変数を割
り当てて、前記組み合わせ論理回路の正常時における該
第2の回路部分に含まれる信号線上の論理関数を共有B
DDとして生成する共有BDD生成ステップと、 前記第2の回路部分に含まれる信号線または前記先頭信
号線上の故障を第2の回路部分の外部出力線上に伝搬さ
せた時の該外部出力線上の論理関数と前記共有BDDと
して記憶されている該外部出力線上の論理関数とから、
該故障に対する局部テストパタンを生成する局部テスト
パタン生成ステップと、 前記局部テストパタンにおける前記先頭信号線上の値を
満たす前記第1の回路部分の外部入力線上の値と、前記
局部テストパタンのうちの前記第2の回路部分の外部入
力線上の値を組み合わせて、前記第2の回路部分に含ま
れる信号線または先頭信号線上の故障に対する前記組み
合わせ論理回路全体のテストパタンを求めるテストパタ
ン生成ステップとを備えたことを特徴とする組み合わせ
論理回路のテストパタン生成方法。4. A test pattern generating method for generating a test pattern for inspecting a failure of a combinational logic circuit, wherein the combinational logic circuit is located on an input side of a head signal line in the combinational logic circuit. And a second circuit portion other than that portion, and an input variable of a logic function is assigned to the external input line and the head signal line of the second circuit portion so that the second logic circuit in the normal state of the combinational logic circuit Shared logic function on the signal line included in the circuit part of B
A shared BDD generation step of generating as a DD, and a logic on the external output line when a fault on the signal line included in the second circuit portion or the head signal line is propagated to the external output line of the second circuit portion. From the function and the logical function on the external output line stored as the shared BDD,
A local test pattern generation step of generating a local test pattern for the fault; A test pattern generating step of combining values on the external input lines of the second circuit portion to obtain a test pattern of the entire combined logic circuit for a failure on a signal line or a head signal line included in the second circuit portion. A method for generating a test pattern of a combinational logic circuit, which is characterized by being provided.
のテストパタンを生成するテストパタン生成方法におい
て、 前記組み合わせ論理回路を該組み合わせ論理回路内の先
頭信号線より入力側に位置する第1の回路部分とそれ以
外の第2の回路部分とに分け、該第2の回路部分の外部
入力線および前記先頭信号線に論理関数の入力変数を割
り当てて、前記組み合わせ論理回路の正常時における該
第2の回路部分に含まれる信号線上の論理関数を共有B
DDとして生成する共有BDD生成ステップと、 前記第2の回路部分に含まれる信号線または前記先頭信
号線上の故障を第2の回路部分の外部出力線上に伝搬さ
せた時の該外部出力線上の論理関数と前記共有BDDと
して記憶されている該外部出力線上の論理関数とから、
該故障に対する局部テストパタンを生成する局部テスト
パタン生成ステップと、 前記局部テストパタンにおける前記先頭信号線上の値を
満たす前記第1の回路部分の外部入力線上の値と、前記
局部テストパタンのうちの前記第2の回路部分の外部入
力線上の値を組み合わせて、前記第2の回路部分に含ま
れる信号線または先頭信号線上の故障に対する前記組み
合わせ論理回路全体のテストパタンを求める第1のテス
トパタン生成ステップと、 前記第1のテストパタン生成ステップにおいて生成され
た前記先頭信号線上の故障に対するテストパタンが存在
していることを条件として、前記第1の回路部分に含ま
れる信号線上の故障の影響が前記先頭信号線に現れるよ
うな第1の回路部分の外部入力線上の値と、前記先頭信
号線上の故障に対するテストパタンのうちの前記第2の
回路部分の外部入力線上の値とを組み合わせて、前記第
1の回路部分に含まれる信号線上の故障に対する前記組
み合わせ論理回路全体のテストパタンを求める第2のテ
ストパタン生成ステップとを備えたことを特徴とする組
み合わせ論理回路のテストパタン生成方法。5. A test pattern generation method for generating a test pattern for inspecting a failure of a combinational logic circuit, wherein the combinational logic circuit is a first circuit located on an input side of a head signal line in the combinational logic circuit. And a second circuit portion other than the above portion, and an input variable of a logical function is assigned to the external input line and the head signal line of the second circuit portion so that the second logical circuit in the normal state of the combinational logic circuit is allocated. Shared logic function on the signal line included in the circuit part of B
A shared BDD generation step of generating as a DD, and a logic on the external output line when a fault on the signal line included in the second circuit portion or the head signal line is propagated to the external output line of the second circuit portion From the function and the logical function on the external output line stored as the shared BDD,
A local test pattern generating step of generating a local test pattern for the failure; a value on the external input line of the first circuit portion that satisfies a value on the first signal line in the local test pattern; First test pattern generation for combining the values on the external input lines of the second circuit portion to obtain a test pattern of the entire combined logic circuit for a failure on a signal line or a head signal line included in the second circuit portion. And the effect of the fault on the signal line included in the first circuit portion, provided that a test pattern for the fault on the head signal line generated in the first test pattern generation step exists. For the value on the external input line of the first circuit portion that appears on the head signal line and for the failure on the head signal line A second test for obtaining a test pattern of the entire combinational logic circuit for a fault on a signal line included in the first circuit portion by combining the value on the external input line of the second circuit portion of the test pattern. A test pattern generation method for a combinational logic circuit, comprising: a pattern generation step.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4158228A JPH063420A (en) | 1992-06-17 | 1992-06-17 | Test pattern generation method for combinational logic circuit |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4158228A JPH063420A (en) | 1992-06-17 | 1992-06-17 | Test pattern generation method for combinational logic circuit |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH063420A true JPH063420A (en) | 1994-01-11 |
Family
ID=15667082
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4158228A Pending JPH063420A (en) | 1992-06-17 | 1992-06-17 | Test pattern generation method for combinational logic circuit |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH063420A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006126027A (en) * | 2004-10-29 | 2006-05-18 | System Jd:Kk | Extraction method |
KR100902051B1 (en) * | 2007-07-12 | 2009-06-15 | 주식회사 하이닉스반도체 | Apparatus and method for generating error detection code |
CN104515950A (en) * | 2015-01-12 | 2015-04-15 | 华南师范大学 | Built-in self-testing method and application of integrated circuit |
-
1992
- 1992-06-17 JP JP4158228A patent/JPH063420A/en active Pending
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006126027A (en) * | 2004-10-29 | 2006-05-18 | System Jd:Kk | Extraction method |
JP4565965B2 (en) * | 2004-10-29 | 2010-10-20 | 株式会社システム・ジェイディー | Extraction apparatus, extraction method and program |
KR100902051B1 (en) * | 2007-07-12 | 2009-06-15 | 주식회사 하이닉스반도체 | Apparatus and method for generating error detection code |
US8060813B2 (en) | 2007-07-12 | 2011-11-15 | Hynix Semiconductor Inc. | Apparatus and method for generating error detection codes |
CN104515950A (en) * | 2015-01-12 | 2015-04-15 | 华南师范大学 | Built-in self-testing method and application of integrated circuit |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4028107B2 (en) | Method of hardware verification and expression by decomposition and division | |
US9436565B2 (en) | Non-intrusive monitoring and control of integrated circuits | |
Zhao et al. | Static logic implication with application to redundancy identification | |
US8856602B2 (en) | Multi-core processor with internal voting-based built in self test (BIST) | |
US6415430B1 (en) | Method and apparatus for SAT solver architecture with very low synthesis and layout overhead | |
US10476740B1 (en) | Data generation for streaming networks in circuits | |
KR100337696B1 (en) | Method for automatically generating behavioral environment for model checking | |
US20050149837A1 (en) | Directed falsification of a circuit | |
US6751767B1 (en) | Test pattern compression method, apparatus, system and storage medium | |
Hsu et al. | A new path-oriented effect-cause methodology to diagnose delay failures | |
US11293980B2 (en) | Customer-transparent logic redundancy for improved yield | |
US5586125A (en) | Method for generating test vectors for characterizing and verifying the operation of integrated circuits | |
JP4482622B2 (en) | Conversion device, conversion method, program capable of causing computer to execute conversion method, and recording medium recording this program | |
JP2001022820A (en) | Verifying method of sequential circuit | |
US8117502B2 (en) | Bisectional fault detection system | |
JPH1062494A (en) | Estimation of trouble place of sequence circuit | |
US20170003347A1 (en) | Encoding of fault scenarios of a manycore processor | |
JP2000329831A (en) | Test pattern set compressor, method therefor, and recording medium | |
JPH063420A (en) | Test pattern generation method for combinational logic circuit | |
Feng et al. | A new diagnosis approach for short faults in interconnects | |
JPH063419A (en) | Test pattern generation method for combinational logic circuit | |
CN115176233A (en) | Performing tests in deterministic order | |
JP2000214906A (en) | System and method for solving test generation problem | |
JPH03120485A (en) | Fault location estimating system for semiconductor integrated circuit | |
US20060069972A1 (en) | Methods and computer program products for debugging clock-related scan testing failures of integrated circuits |