JPH09251061A - Test pattern generator - Google Patents
Test pattern generatorInfo
- Publication number
- JPH09251061A JPH09251061A JP8059473A JP5947396A JPH09251061A JP H09251061 A JPH09251061 A JP H09251061A JP 8059473 A JP8059473 A JP 8059473A JP 5947396 A JP5947396 A JP 5947396A JP H09251061 A JPH09251061 A JP H09251061A
- Authority
- JP
- Japan
- Prior art keywords
- test pattern
- failure
- list
- rtl
- fault
- 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
- Test And Diagnosis Of Digital Computers (AREA)
- Tests Of Electronic Circuits (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、テストパタン生成
装置に関し、特に、論理回路の故障を検出するためのテ
ストパタンを生成する装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a test pattern generation device, and more particularly to a device that generates a test pattern for detecting a failure in a logic circuit.
【0002】[0002]
【従来の技術】論理回路の故障を検査するためのテスト
パタンを自動的に生成する装置としてゲートレベルのハ
ードウェア記述言語(HDL)記述を用いたものが知ら
れている(D−algorithm,PODEM,FA
Nなど)。またゲートレベルの記述の一部をあらかじめ
ライブラリとして登録されている高位のレベルのセルで
置換し、ライブラリ中にある真理値表を用いることによ
りテストパタン生成の処理を行なうものもある。2. Description of the Related Art A device using a gate level hardware description language (HDL) description is known as a device for automatically generating a test pattern for checking a failure of a logic circuit (D-algorithm, PODEM). , FA
N etc.). There is also a method in which a part of the gate-level description is replaced with a high-level cell registered as a library in advance, and a test pattern generation process is performed by using a truth table in the library.
【0003】ここで、従来のテストパタン生成装置のブ
ロック図を図5に示す。このテストパタン生成装置は、
所定のRTレベルのHDL(RTL)1を入力して論理
合成を行いゲートレベルのHDL記述(GL)3を出力
する論理合成部2と、GL3を入力してテストを行うべ
き箇所を抽出し、故障リスト5を作成するGL故障抽出
部4と、GL故障リスト5を用いて与えられた故障を検
出するためのテストパタン7の生成GLを行うテストパ
タン生成部6とを備えて、GL3を用いてテストパタン
を生成する。Here, a block diagram of a conventional test pattern generation device is shown in FIG. This test pattern generator is
A logic synthesis unit 2 which inputs a predetermined RT level HDL (RTL) 1 to perform logic synthesis and outputs a gate level HDL description (GL) 3 and a location where a test should be performed by inputting GL 3 are extracted. The GL 3 is provided with a GL fault extractor 4 that creates a fault list 5 and a test pattern generator 6 that generates a test pattern 7 for detecting a given fault using the GL fault list 5. Generate a test pattern.
【0004】このように従来のテストパタン生成装置に
おいては、ゲートレベルのHDL記述を用いることによ
り、テストパタンの生成を行っていた。As described above, in the conventional test pattern generation device, the test pattern is generated by using the gate level HDL description.
【0005】[0005]
【発明が解決しようとする課題】しかしながら、近年の
微細加工技術の進歩にともない大規模複雑な論理回路が
設計されるようになり、ゲートレベルを用いたテストパ
タン生成装置では処理時間が膨大となり、また使用メモ
リ量が膨大となる等により問題となってきている。However, with the recent progress in microfabrication technology, large-scale and complex logic circuits have been designed, and a test pattern generator using a gate level requires a huge amount of processing time. In addition, the amount of memory used becomes enormous, which is becoming a problem.
【0006】これを解決する手法として、ゲートレベル
HDLの記述の一部を高位レベルのセル(例えば加算器
等)で置換することにより、処理時間を短縮し、また、
使用メモリ量を減少させることが可能である。しかし、
この手法ではあらかじめライブラリに登録されている高
位レベルのセルしか使用することができないため、高位
レベルのセルで置換されるものの数が限られてしまい、
あまり効果が期待できない。As a method of solving this, a part of the description of the gate level HDL is replaced with a cell of a higher level (for example, an adder or the like) to shorten the processing time, and
It is possible to reduce the amount of memory used. But,
With this method, only high-level cells registered in the library in advance can be used, so the number of high-level cells that can be replaced is limited,
I can't expect much effect.
【0007】本発明は上記事情に鑑みてなされたもので
あり、その目的とすることころは、テストパタン生成の
処理時間を短縮し、テストパタン生成装置にて用いられ
る使用メモリ量を削減することである。The present invention has been made in view of the above circumstances, and an object of the present invention is to shorten the processing time of test pattern generation and reduce the amount of memory used in the test pattern generation apparatus. Is.
【0008】[0008]
【課題を解決するための手段】上記目的を達成するた
め、本発明の特徴は、論理回路の故障を検出するために
用いられるテストパタンを生成する装置において、前記
論理回路を記述したRTレベルのHDL記述を入力して
論理合成を行いゲートレベルのHDL記述を出力する論
理合成部と、この論理合成部にて出力されたゲートレベ
ルのHDL記述を入力してテストを行うべき箇所を抽出
し、GL故障リストを作成するGL故障抽出部と、前記
論理回路を記述したRTレベルのHDL記述を入力し
て、テストを行うべき箇所のうち、RTレベルのHDL
記述にて故障リストが作成可能な箇所を抽出し、RTL
故障リストを作成するRTL故障抽出部と、前記GL故
障リスト及び前記RTL故障リストを入力し、これらの
差分を抽出して差分故障リストを作成する差分抽出部
と、この差分抽出部にて作成された差分故障リストに基
づいてテストパタンを生成するGLテストパタン生成部
と、前記RTL故障抽出部にて作成されたRTL故障リ
ストに基づいてテストパタンを生成するRTLテストパ
タン生成部と、を備え、前記GLテストパタン生成部及
び前記RTLテストパタン生成部にて生成されたテスト
パタンを前記論理回路の故障を検出するために用いるテ
ストパタンとすることである。In order to achieve the above object, a feature of the present invention is that in an apparatus for generating a test pattern used for detecting a failure of a logic circuit, an RT level describing the logic circuit is provided. A logic synthesizer for inputting an HDL description to perform logic synthesis and outputting a gate level HDL description, and a gate level HDL description outputted by the logic synthesizer for extracting a portion to be tested, The GL fault extractor that creates the GL fault list and the RT level HDL description that describes the logic circuit are input, and the RT level HDL is selected from among the points to be tested.
Extract the locations where a failure list can be created in the description, and use RTL
An RTL failure extraction unit that creates a failure list, a difference extraction unit that inputs the GL failure list and the RTL failure list, extracts the differences between them, and creates a differential failure list, and a difference extraction unit that creates the failure list. A GL test pattern generation unit that generates a test pattern based on the differential fault list, and an RTL test pattern generation unit that generates a test pattern based on the RTL fault list created by the RTL fault extraction unit, The test patterns generated by the GL test pattern generation unit and the RTL test pattern generation unit are used as test patterns used for detecting a failure in the logic circuit.
【0009】一般に、RTレベルのHDL記述をそれと
等価なゲートレベルのHDL記述に変換すると変換後の
ゲートレベルのHDL記述量は変換前のRTL記述の量
の10倍程度になるといわれている。また接続数もこれ
に合わせて増加する。従って、ゲートレベルのHDL記
述を用いたテストパタン生成の処理は使用メモリ量も大
量に必要で、処理時間も相当量必要であった。It is generally said that, when an RT level HDL description is converted into an equivalent gate level HDL description, the converted gate level HDL description amount is about 10 times the amount of the RTL description before conversion. The number of connections will also increase accordingly. Therefore, the test pattern generation process using the gate-level HDL description requires a large amount of memory to be used and a considerable amount of processing time.
【0010】本発明では、可能な限りRTレベルのHD
L記述を用いてテストパタン生成を行うようにすること
でGLテストパタン生成部における処理を低減すること
により使用メモリ量を低減させ、処理時間も短いするこ
とができるのである。In the present invention, the RT level HD is used as much as possible.
By generating the test pattern using the L description, the amount of memory used can be reduced by reducing the processing in the GL test pattern generation unit, and the processing time can be shortened.
【0011】[0011]
【発明の実施の形態】以下、本発明に係るテストパタン
生成装置の実施形態について図面を用いて説明する。図
1は本実施形態に係るテストパタン生成装置を示すブロ
ック図である。このテストパタン生成装置は、所定の論
理回路を記述したRTレベルのHDL記述(RTL)1
01を入力して論理合成を行いゲートレベルのHDL記
述(GL)103を出力する論理合成部102と、論理
合成部102にて出力されたGL103を入力してテス
トを行うべき箇所を抽出し、GL故障リスト105を作
成するGL故障抽出部104と、RTレベルのHDL記
述101を入力して、テストを行うべき箇所を抽出し、
RTL故障リスト112を作成するRTL故障抽出部1
11と、GL故障リスト105及びRTL故障リスト1
12を入力し、これらの差分を抽出して差分故障リスト
114を作成する差分抽出部113と、差分故障リスト
114に基づいてテストパタンを生成するGLテストパ
タン生成部106と、RTL故障リスト112に基づい
てテストパタンを生成するRTLテストパタン生成部1
15とを備え、GLテストパタン生成部106にて生成
されたテストパタン107及びRTLテストパタン生成
部115にて生成されたテストパタン116を前記所定
の論理回路の故障を検出するために用いるテストパタン
とするようにしてある。BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of a test pattern generation device according to the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a test pattern generation device according to this embodiment. This test pattern generation apparatus is an RT-level HDL description (RTL) 1 that describes a predetermined logic circuit.
01 is input to perform logic synthesis and a gate-level HDL description (GL) 103 is output, and the GL 103 output from the logic synthesis unit 102 is input to extract a portion to be tested, The GL fault extraction unit 104 that creates the GL fault list 105 and the RT-level HDL description 101 are input to extract a portion to be tested,
RTL failure extractor 1 for creating RTL failure list 112
11, GL failure list 105 and RTL failure list 1
12 is input, a difference extraction unit 113 that extracts the differences and creates a difference fault list 114, a GL test pattern generation unit 106 that generates a test pattern based on the difference fault list 114, and an RTL fault list 112. RTL test pattern generation unit 1 for generating a test pattern based on
15, a test pattern 107 generated by the GL test pattern generation unit 106 and a test pattern 116 generated by the RTL test pattern generation unit 115 are used for detecting a failure of the predetermined logic circuit. I am trying to.
【0012】ここで、論理合成部102は、論理回路の
機能を表すRTレベルのHDL記述を実際の論理回路の
構造を表すHDL記述へと変換するものである。一般
に、RTレベルのHDL記述をそれと等価なゲートレベ
ルのHDL記述に変換すると変換後のゲートレベルのH
DL記述量は変換前のRTL記述の量の10倍程度にな
るといわれている。また接続数もこれに合わせて増加す
る。従って、ゲートレベルのHDL記述を用いたテスト
パタン生成の処理に比してRTレベルのHDL記述を用
いたテストパタン生成の処理は使用メモリ量も少なく、
かつ、処理時間も短することができるという特徴があ
る。また、論理合成部102は、RTレベルのHDL記
述とゲートレベルのHDL記述の対応関係を表すデータ
を作成するようにしてもよい。これは例えば、RTレベ
ルの記述中の1つもしくは複数の文と、ゲートレベルの
HDL記述中の1つもしくは複数の文とが同一機能を表
す場合、これらの2つの文の集合間の対応関係を表すデ
ータを作成する。このデータを差分抽出部に与えること
により、差分の抽出をより効率的に行うことができる。Here, the logic synthesizing unit 102 converts the RT level HDL description representing the function of the logic circuit into an HDL description representing the actual structure of the logic circuit. Generally, if an RT level HDL description is converted into an equivalent gate level HDL description, the converted gate level H
It is said that the amount of DL description is about 10 times the amount of RTL description before conversion. The number of connections will also increase accordingly. Therefore, the test pattern generation process using the RT level HDL description uses less memory than the test pattern generation process using the gate level HDL description.
In addition, the processing time can be shortened. Further, the logic synthesis unit 102 may create data representing the correspondence relationship between the RT level HDL description and the gate level HDL description. This is, for example, when one or more statements in the RT level description and one or more statements in the gate level HDL description represent the same function, a correspondence relationship between a set of these two statements. Create data that represents. By providing this data to the difference extraction unit, the difference can be extracted more efficiently.
【0013】GL故障抽出部104は、ゲートレベルの
HDL記述を用いて所定の論理回路の故障リスト105
を作成する。このGL故障抽出部104は公知の技術を
用いて実施してもよい。The GL fault extractor 104 uses a gate-level HDL description to indicate a fault list 105 of a predetermined logic circuit.
Create The GL failure extraction unit 104 may be implemented using a known technique.
【0014】RTL故障抽出部111は、RTレベルの
HDL記述を用いて可能な限り故障リストを作成する。
従って所定の論理回路の一部の故障リストがRTL故障
リスト112に登録される。The RTL failure extraction unit 111 creates a failure list as much as possible using the RT level HDL description.
Therefore, a part of the failure list of a predetermined logic circuit is registered in the RTL failure list 112.
【0015】差分抽出部113は、GL故障リスト10
5に登録された故障リストのうち、RTL故障リスト1
12に登録された故障リストを除いた故障リストを差分
故障リストとして登録を行う。従って、この差分故障リ
スト114は、GL故障リスト105と比較して、RT
L故障リスト112と同一の故障リストの分だけ少なく
なっている。The difference extraction unit 113 uses the GL failure list 10
Of the failure lists registered in 5, RTL failure list 1
The fault list excluding the fault list registered in 12 is registered as the differential fault list. Therefore, this differential fault list 114 is compared with the GL fault list 105 by RT
It is reduced by the same failure list as the L failure list 112.
【0016】GLテストパタン生成部106は、差分故
障リスト114に登録されているもののみに対してテス
トパタン生成を行なうために用いる。従って、論理回路
全てのゲートレベル記述を用いる訳ではないので処理時
間および使用メモリ量をより低減することができる。The GL test pattern generator 106 is used to generate a test pattern for only those registered in the differential fault list 114. Therefore, since the gate level description of all logic circuits is not used, the processing time and the amount of memory used can be further reduced.
【0017】RTLテストパタン生成部115は、RT
レベルのHDL記述を用いて与えられた故障を検出する
ためのテストパタン生成を行なう。The RTL test pattern generation unit 115
Test pattern generation for detecting a given fault is performed using the level HDL description.
【0018】以上のようにして、GLテストパタン生成
部106にて生成されたGLテストパタン107及びR
TLテストパタン生成部115にて生成されたRTLテ
ストパタン116を前記論理回路の故障を検出するため
に用いる論理回路全体のテストパタン117を生成する
ことができる。As described above, the GL test pattern 107 and R generated by the GL test pattern generation unit 106 are generated.
The RTL test pattern 116 generated by the TL test pattern generation unit 115 can be used to generate a test pattern 117 for the entire logic circuit used to detect a failure in the logic circuit.
【0019】次に、本発明に係るテストパタン生成装置
の動作について、具体例を用いて説明する。まず、RT
レベルのHDL記述RDが論理合成部102によってゲ
ートレベルのHDL記述GDへと変換されたとする。こ
のとき、RDの部分とそれと等価な機能を持つGDの部
分との対応をつける。図2では、RDの部分Bi とGD
の部分Bi とは等価な機能を持つものとする。Next, the operation of the test pattern generation device according to the present invention will be described using a specific example. First, RT
It is assumed that the level HDL description RD is converted into the gate level HDL description GD by the logic synthesis unit 102. At this time, the RD portion is associated with the GD portion having a function equivalent to that. In FIG. 2, RD parts Bi and GD
The part Bi has the same function.
【0020】RTL故障抽出部111では、各Bi =
(i=0,…,n)の入出力の縮退故障および機能故障
を故障リストの要素とする故障リストを作成する。ま
た、GL故障抽出部104では、各Bi (i=0,…,
n)の結線の縮退故障を故障リストの要素とする故障リ
ストを作成する。In the RTL failure extraction section 111, each Bi =
A fault list having the input / output stuck-at fault and the functional fault of (i = 0, ..., N) as elements of the fault list is created. Further, in the GL failure extraction unit 104, each Bi (i = 0, ...,
A fault list in which the stuck-at fault of the connection of n) is an element of the fault list is created.
【0021】一般にRTレベルの故障とゲートレベルの
故障とが一対一に対応しない。従ってRTレベルの故障
だけでは不十分な場合がある。この様な場合、ゲートレ
ベルのテストパタン生成が必要となる。Generally, there is no one-to-one correspondence between RT level failures and gate level failures. Therefore, the RT level failure alone may not be sufficient. In such a case, gate level test pattern generation is required.
【0022】続いて、差分抽出部113において、生成
されたテストパタンに対して、RTレベルのHDL記述
を用いてRTレベルの故障リストに対して故障シミュレ
ーションを行なうことにより、検出可能なRTレベルの
故障を故障リストから取り除く処理を行なう。Subsequently, in the difference extracting unit 113, the generated test pattern is subjected to a failure simulation on the RT level failure list using the RT level HDL description, so that the RT level which can be detected is detected. Perform processing to remove the failure from the failure list.
【0023】続いて、GLテストパタン生成部106で
は、各Bi (i=0,…,n)に対して以下に示す処理
を行なう。Then, the GL test pattern generation unit 106 performs the following processing for each Bi (i = 0, ..., N).
【0024】1.得られたテストパタンに対しして、R
Tレベルの故障シミュレーションの結果検出可能なBi
の故障の集合をRF,Bi のゲートレベルの故障の集合
をGFとする 2.得られたテストパタンに対して、RTレベルのHD
L記述を用いてシミュレーションを行ない、Bi の入出
力の値を得る 3.RFの個々の故障に対して、RTレベルのBi の部
分の記述を用いて故障シミュレーションを行なう 4.GFの個々の故障に対して、ゲートレベルのBi の
部分の記述を用いて故障シミュレーションを行なう。3
で行なったBi に対するRTレベルの故障シミュレーシ
ョンの結果と一致する場合、ゲートレベルの故障リスト
から取り除く 例えば4ビット加算器の記述を含むRTレベルのHDL
記述を例にして説明を行なう。RTL記述の4ビット加
算器の部分は図4の様になり、ゲートレベルの4ビット
加算器の部分の記述を回路図で表現すると図5の様にな
る。1. R for the obtained test pattern
Bi that can be detected as a result of T-level failure simulation
2. Let RF be the set of faults and GF be the set of gate-level faults of Bi. RT level HD for the obtained test pattern
2. Perform a simulation using the L description to obtain the input / output values of Bi. 3. For each RF failure, perform a failure simulation using the description of the RT level Bi part. For each failure of GF, a failure simulation is performed using the description of the part of Bi at the gate level. 3
If it matches the result of the RT level fault simulation for Bi performed in the above step, it is removed from the gate level fault list. For example, an RT level HDL including a description of a 4-bit adder
The description will be given as an example. The 4-bit adder part of the RTL description is as shown in FIG. 4, and the description of the 4-bit adder part of the gate level is expressed in a circuit diagram as shown in FIG.
【0025】今、I0(0)の信号線の1縮退故障(s
−a−1)を検出するテストパタンを生成することを考
える。まず、RTレベルのHDL記述を用いた場合に
は、例えば、 I0(0:1)=00,I1(0:1)=00 という値になより故障差(1/0)がO(0)へ伝搬す
ることが図9に示す記述からすぐに判る。I0,I1が
入力でない場合は更にRTレベルのHDL記述を用いる
ことにより入力信号値を得ることができる。またO
(0)が出力でない場合には故障差を出力へ伝搬させる
ための入力値をRTレベルの記述を用いて求めることが
できる。Now, the stuck-at-1 fault (s) of the I0 (0) signal line is
Consider generating a test pattern that detects -a-1). First, when the RT-level HDL description is used, for example, the values of I0 (0: 1) = 00 and I1 (0: 1) = 00 result in a failure difference (1/0) of O (0). It is immediately apparent from the description shown in FIG. When I0 and I1 are not input, the input signal value can be obtained by further using the RT level HDL description. Also O
When (0) is not the output, the input value for propagating the fault difference to the output can be obtained using the RT level description.
【0026】同様のことをゲートレベルの記述を用いて
行なおうとすると、I0(0)のs−a−1より I(0)=0 が得られる。故障差(0/1)を伝搬させるためにG2
1の入力であるL16とI1(0)の値を、例えば L16=0,I1(0)=0 とすればよい。L16=0とするためには、 L9=1,L10=1,L11=1 更にL9=1とするためには、 7=0,L8=0 更にL7=0とするためには、例えば、 L2=0 とすれば良い。L2=0のとき L10=1,L11=1 となり矛盾しない。更にL2=0とするためには、例え
ば、 pI0(1)=0,I1(1)=0 またI0(1)=0のとき L8=0 となり矛盾しない。以上のことにより、 I0(0:1)=00,I1(0:1)=00 が得られる。このようにゲートレベルのHDL記述を用
いてテストパタン生成を行なおうとすると、RTレベル
のHDL記述を用いた場合に比べてかなりの手間がかか
ることが判る。If the same thing is attempted using the gate level description, I (0) = 0 can be obtained from s-a-1 of I0 (0). G2 in order to propagate the fault difference (0/1)
The values of L16 and I1 (0), which are inputs of 1, may be set to L16 = 0, I1 (0) = 0, for example. In order to set L16 = 0, L9 = 1, L10 = 1, L11 = 1, to further set L9 = 1, 7 = 0, L8 = 0, and to set L7 = 0, for example, L2 You can set = 0. When L2 = 0, L10 = 1 and L11 = 1, which are consistent. Further, in order to set L2 = 0, for example, pI0 (1) = 0, I1 (1) = 0 and when I0 (1) = 0, L8 = 0, which is consistent. From the above, I0 (0: 1) = 00 and I1 (0: 1) = 00 are obtained. It can be seen that it takes much time and effort to generate a test pattern using the gate level HDL description as compared with the case of using the RT level HDL description.
【0027】GLテストパタン生成部106についてさ
らに詳細な例を用いて説明を行なう。今RTレベルのテ
ストパタン生成によって得られたテストパタンTPによ
って4ビット加算器の入出力値が、 I0(0:3)=0000,I1(0:3)=000
0,CI=0,O(0:3)=0000 であったとする。またTPによって4ビット加算器の部
分のRTレベルの故障として、 RF={I0(0)1 ,I0(1)1 ,I0(2)1 ,
I0(3)1 ,I1(0)1 ,I1(1)1 ,I1
(2)1 ,I1(3)1 ,CI1 ,0(0)1 ,0
(1)1 ,0(2)1 ,0(3)1 } が検出可能であるとする。The GL test pattern generator 106 will be described using a more detailed example. The input / output values of the 4-bit adder are I0 (0: 3) = 0000 and I1 (0: 3) = 000 by the test pattern TP obtained by the RT-level test pattern generation.
It is assumed that 0, CI = 0, and O (0: 3) = 0000. Also, as a RT level failure of the 4-bit adder portion due to TP, RF = {I0 (0) 1, I0 (1) 1, I0 (2) 1,
I0 (3) 1, I1 (0) 1, I1 (1) 1, I1
(2) 1, I1 (3) 1, CI1, 0 (0) 1,0
It is assumed that (1) 1,0 (2) 1,0 (3) 1} can be detected.
【0028】[0028]
【表1】 4ビット加算器のゲートレベルの記述を用いて故障シミ
ュレーションを行なった結果は以下のようになる。[Table 1] The result of the fault simulation using the gate level description of the 4-bit adder is as follows.
【0029】[0029]
【表2】 この結果から、TPを用いて4ビット加算器のゲートレ
ベルの故障のうち、I0(0)1 ,I1(1)1 ,CI
1 ,O(0)1 ,L71 ,L81 ,L90 ,L100 ,
L110 ,L161 ,I0(0)1 ,I1(1)1 ,O
(1)1 ,L21 ,L130 ,L170 ,L181 ,I
0(2)1 ,I1(2)1 ,O(2)1,L00 ,L10
,L41 ,L190 ,L201 ,I0(3)1 ,I1
(3)1,O(3)1 ,L61 が検出可能であることが
判る。[Table 2] From this result, among the gate level failures of the 4-bit adder using TP, I0 (0) 1, I1 (1) 1, CI
1, O (0) 1, L71, L81, L90, L100,
L110, L161, I0 (0) 1, I1 (1) 1, O
(1) 1, L21, L130, L170, L181, I
0 (2) 1, I1 (2) 1, O (2) 1, L00, L10
, L41, L190, L201, I0 (3) 1, I1
It can be seen that (3) 1, O (3) 1 and L61 can be detected.
【0030】このように、本実施形態によれば、RTレ
ベルで設計を行なえば、どのようなRTレベルのHDL
記述に対しても、できる限りRTレベルの記述を用いて
テストパタン生成の処理を行なうことができる。従って
従来の手法に比べて、使用するメモリ量を押えることが
できる。また、従来の手法に比べて処理効率をあげるこ
とができる。As described above, according to this embodiment, if the RT level is designed, what kind of RT level HDL
As for the description, the test pattern generation process can be performed using the RT level description as much as possible. Therefore, the amount of memory used can be suppressed as compared with the conventional method. In addition, the processing efficiency can be improved as compared with the conventional method.
【0031】[0031]
【発明の効果】以上説明してきたように本発明に係るテ
ストパタン生成装置によれば、テストパタン生成の処理
時間を短縮し、テストパタン生成装置にて用いられる使
用メモリ量を削減することができる。As described above, according to the test pattern generation device of the present invention, the processing time for generating the test pattern can be shortened and the amount of memory used in the test pattern generation device can be reduced. .
【図1】本発明に係るテストパタン生成装置を示すブロ
ック図である。FIG. 1 is a block diagram showing a test pattern generation device according to the present invention.
【図2】RTレベルのHDL記述とゲートレベルのHD
L記述の対応関係を示した図である。FIG. 2 HDL description at RT level and HD at gate level
It is the figure which showed the correspondence of L description.
【図3】RTレベルのHDL記述の一部(4ビット加算
器)を示した図である。FIG. 3 is a diagram showing a part of an RT-level HDL description (4-bit adder).
【図4】ゲートレベルのHDL記述の一部を回路図(4
ビット加算器)で表した図である。FIG. 4 is a circuit diagram showing a part of a gate-level HDL description (4
It is the figure represented by the bit adder).
【図5】従来のテストパタン生成装置を示すブロック図
である。FIG. 5 is a block diagram showing a conventional test pattern generation device.
1,101 RTL(レジスタトランスファーレベルの
HDL記述) 1,102 論理合成部 3,103 GL(ゲートレベルのHDL記述) 4,104 GL故障抽出部 5,105 GL故障リスト 6,106 GLテストパタン生成部 7,107 GLテストパタン 111 RTL故障抽出部 112 RTL故障リスト 113 差分抽出部 114 差分故障リスト 115 RTLテストパタン生成部 116 RTLテストパタン 117 テストパタン1, 101 RTL (register transfer level HDL description) 1, 102 logic synthesis section 3, 103 GL (gate level HDL description) 4, 104 GL failure extraction section 5, 105 GL failure list 6, 106 GL test pattern generation section 7,107 GL test pattern 111 RTL failure extraction unit 112 RTL failure list 113 Difference extraction unit 114 Differential failure list 115 RTL test pattern generation unit 116 RTL test pattern 117 Test pattern
Claims (1)
るテストパタンを生成する装置において、 前記論理回路を記述したRTレベルのHDL記述を入力
して論理合成を行いゲートレベルのHDL記述を出力す
る論理合成部と、 この論理合成部にて出力されたゲートレベルのHDL記
述を入力してテストを行うべき箇所を抽出し、GL故障
リストを作成するGL故障抽出部と、 前記論理回路を記述したRTレベルのHDL記述を入力
して、テストを行うべき箇所のうち、RTレベルのHD
L記述にて故障リストが作成可能な箇所を抽出し、RT
L故障リストを作成するRTL故障抽出部と、 前記GL故障リスト及び前記RTL故障リストを入力
し、これらの差分を抽出して差分故障リストを作成する
差分抽出部と、 この差分抽出部にて作成された差分故障リストに基づい
てテストパタンを生成するGLテストパタン生成部と、 前記RTL故障抽出部にて作成されたRTL故障リスト
に基づいてテストパタンを生成するRTLテストパタン
生成部と、 を備え、前記GLテストパタン生成部及び前記RTLテ
ストパタン生成部にて生成されたテストパタンを前記論
理回路の故障を検出するために用いるテストパタンとす
ることを特徴とするテストパタン生成装置。1. An apparatus for generating a test pattern used to detect a failure of a logic circuit, wherein an RT level HDL description describing the logic circuit is input, logic synthesis is performed, and a gate level HDL description is output. A logic synthesizing unit, a GL fault extracting unit that inputs a gate-level HDL description output from the logic synthesizing unit, extracts a portion to be tested, and creates a GL fault list, and describes the logic circuit. Enter the RT-level HDL description that was written, and select the RT-level HD from among the areas to be tested.
Extract the place where the failure list can be created by L description, and RT
An RTL failure extraction unit that creates an L failure list, a difference extraction unit that inputs the GL failure list and the RTL failure list, extracts the differences between them, and creates a differential failure list, and a difference extraction unit A GL test pattern generation unit that generates a test pattern based on the generated differential fault list; and an RTL test pattern generation unit that generates a test pattern based on the RTL fault list created by the RTL fault extraction unit. A test pattern generation device, wherein the test patterns generated by the GL test pattern generation unit and the RTL test pattern generation unit are used as test patterns used for detecting a failure of the logic circuit.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8059473A JPH09251061A (en) | 1996-03-15 | 1996-03-15 | Test pattern generator |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8059473A JPH09251061A (en) | 1996-03-15 | 1996-03-15 | Test pattern generator |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH09251061A true JPH09251061A (en) | 1997-09-22 |
Family
ID=13114323
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP8059473A Pending JPH09251061A (en) | 1996-03-15 | 1996-03-15 | Test pattern generator |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH09251061A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20150242544A1 (en) * | 2012-09-14 | 2015-08-27 | Freescale Semiconductor, Inc. | Method of simulating a semiconductor integrated circuit, computer program product, and device for simulating a semiconductor integrated circuit |
-
1996
- 1996-03-15 JP JP8059473A patent/JPH09251061A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20150242544A1 (en) * | 2012-09-14 | 2015-08-27 | Freescale Semiconductor, Inc. | Method of simulating a semiconductor integrated circuit, computer program product, and device for simulating a semiconductor integrated circuit |
US9836567B2 (en) * | 2012-09-14 | 2017-12-05 | Nxp Usa, Inc. | Method of simulating a semiconductor integrated circuit, computer program product, and device for simulating a semiconductor integrated circuit |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6370675B1 (en) | Semiconductor integrated circuit design and evaluation system using cycle base timing | |
JP2002267719A (en) | Semiconductor integrated circuit, and testing method therefor | |
Tafertshofer et al. | Igraine-an implication graph-based engine for fast implication, justification, and propagation | |
JPH1038983A (en) | Method for locating failure | |
JP3088331B2 (en) | Failure simulation method | |
Wu et al. | An efficient diagnosis-aware ATPG procedure to enhance diagnosis resolution and test compaction | |
Pomeranz | Skewed-load tests for transition and stuck-at faults | |
KR100506769B1 (en) | High speed test pattern evaluation apparatus | |
Kung et al. | Generating single-and double-pattern tests for multiple CMOS fault models in one ATPG run | |
Ghosh et al. | Sequential test generation at the register-transfer and logic levels | |
JPH09251061A (en) | Test pattern generator | |
JPH1048300A (en) | Individual test program generation system | |
JPH11203158A (en) | Pipeline circuit having test circuit and automatic test pattern generating method for testing pipeline circuit have test circuit | |
Leenstra et al. | On scan path design for stuck-open and delay fault detection | |
Wehbeh et al. | Initialization of Sequential Circuits and its Application to ATPG | |
JP3373641B2 (en) | Test sequence generator | |
JPH0894714A (en) | Method for estimating failed part of lsi | |
Miroshnyk et al. | Testable design of control digital automatic machines | |
Mokhtarnia et al. | Automatic test pattern generation through boolean satisfiability for testing bridging faults | |
JP2658857B2 (en) | Equivalent fault extraction method and device | |
JP3340283B2 (en) | Hazard simulation device for logic circuits | |
JP3267258B2 (en) | Test group creation device and its creation method | |
Shkil et al. | Testable design of control digital automatic machines | |
Krstic et al. | Testable path delay fault cover for sequential circuits | |
JP3196735B2 (en) | Sequential circuit equivalency verification apparatus, method and recording medium |