JPH07319927A - System for measuring ratio of comprehension in logic verification - Google Patents

System for measuring ratio of comprehension in logic verification

Info

Publication number
JPH07319927A
JPH07319927A JP6108126A JP10812694A JPH07319927A JP H07319927 A JPH07319927 A JP H07319927A JP 6108126 A JP6108126 A JP 6108126A JP 10812694 A JP10812694 A JP 10812694A JP H07319927 A JPH07319927 A JP H07319927A
Authority
JP
Japan
Prior art keywords
file
branch
branch condition
combinations
condition
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP6108126A
Other languages
Japanese (ja)
Inventor
Akihiko Sakaguchi
明彦 坂口
美夫 ▲高▼嶺
Yoshio Takamine
Yasunari Yoshino
泰成 芳野
Toru Shonai
亨 庄内
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 JP6108126A priority Critical patent/JPH07319927A/en
Publication of JPH07319927A publication Critical patent/JPH07319927A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To provide a method for checking the operation of state transition in logical simulation and finding out a comprehension ratio, an operation part and an unoperation part. CONSTITUTION:A branch condition extracting part 1 inputs a source file 4, extracts a branch condition and outputs the extracted condition to a branch condition file 5. A branch condition dividing part 2 divides respective branch conditions read out from the file 5 into individual signals and prepares a branch condition signal file 6 together with signal values obtained when respective branch conditions are set up. A comprehension ratio measuring part 3 calculates the number of combinations capable of setting up individual signals of the branch conditions which are stored in the file 6, calculates the number of practically executed combinations out of the combinations read out from a simulation result file 9, prepares a list of unexecuted signals out of the calculated combinations, and outputs 'the number of executed combinations/the total number of combinations' as a comprehension ratio for logic verification to a comprehension ratio file 10 together with the list of unexecuted combinations.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は論理シミュレーションに
関し、特に論理検証においてテストパターンによるシミ
ュレーション結果からテストの網羅率を測定する手法に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to logic simulation, and more particularly to a method for measuring a test coverage rate from a simulation result based on a test pattern in logic verification.

【0002】[0002]

【従来の技術】従来、論理シミュレーションにおける網
羅率の測定手法としては、論理回路内の個々の信号のO
N/OFFのイベントの発生率を測定する手法が提案さ
れている。しかし、複雑な組合せ回路の場合、個々の信
号の動作確認をしても仕様として与えられた機能の動作
確認ができたとはいえず、網羅率を充分表現していると
は言い難い。
2. Description of the Related Art Conventionally, as a method of measuring a coverage rate in logic simulation, O of individual signals in a logic circuit is measured.
A method of measuring the occurrence rate of N / OFF events has been proposed. However, in the case of a complicated combinational circuit, it cannot be said that even if the operation of each signal is confirmed, the operation of the function given as the specification could not be confirmed, and it cannot be said that the coverage ratio is sufficiently expressed.

【0003】[0003]

【発明が解決しようとする課題】上記従来技術は、組合
せ回路において複数の信号の組合せを考慮していないた
め、仕様として与えられた機能とは直接結び付いておら
ず、網羅率の測定に適当であるとはいえない。組合せ回
路において機能の動作確認をするためには、状態遷移の
動作確認が必要である。
Since the above-mentioned conventional technique does not consider the combination of a plurality of signals in the combination circuit, it is not directly connected to the function given as the specification and is suitable for measuring the coverage rate. It cannot be said that there is. In order to confirm the operation of the function in the combinational circuit, it is necessary to confirm the operation of the state transition.

【0004】本発明の目的は論理シミュレーションにお
いて状態遷移の動作を確認し網羅率と測定部の実行,未
実行を求める手法を提示することである。
An object of the present invention is to present a method of confirming the operation of state transition in logic simulation and determining the coverage and the execution / non-execution of the measurement unit.

【0005】[0005]

【課題を解決するための手段】本発明による網羅率測定
方式は、ハードウェアの機能を記述したハードウェア記
述言語のソースファイルを入力とし、入力ファイルから
分岐文を検出し分岐条件を抽出する分岐条件抽出部と、
分岐条件抽出部で抽出された分岐条件を、それを構成す
る個々の信号に分割し、その信号の成立時の値とともに
記録する分岐条件分割部と、分岐条件分割部で分割され
た個々の信号が成立するかの組合せ数を計算し、シミュ
レーションの結果からその網羅率と個々の組合せが実行
されたかを出力する網羅率測定部とで構成される。
According to the coverage measuring method of the present invention, a source file of a hardware description language that describes hardware functions is input, a branch statement is detected from the input file, and a branch condition is extracted. A condition extraction unit,
A branch condition dividing unit that divides the branch condition extracted by the branch condition extracting unit into individual signals that compose the branch condition and records the value together with the value when the signal is satisfied, and an individual signal that is divided by the branch condition dividing unit. It is composed of a coverage number measuring unit which calculates the number of combinations of whether or not is satisfied, and outputs from the result of the simulation the coverage ratio and whether each combination is executed.

【0006】[0006]

【作用】論理回路においてハードウェアの機能を記述し
たハードウェア記述言語では、状態遷移を分岐文で表現
している。本発明では、分岐文の実行率を測定している
ために状態遷移の動作確認が容易に可能である。特に、
分岐文をその内部の個々の信号に分割しているため、通
常動作と異なる異常動作に対しても有効である。
In the hardware description language in which the function of hardware is described in the logic circuit, the state transition is expressed by a branch statement. In the present invention, since the execution rate of branch statements is measured, it is possible to easily confirm the operation of state transition. In particular,
Since the branch sentence is divided into individual signals inside it, it is also effective for abnormal operations that differ from normal operations.

【0007】[0007]

【実施例】図1は本発明の実施例の構成を示すブロック
図で、特に点線で囲んだ部分が本発明に係る部分であ
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a block diagram showing the construction of an embodiment of the present invention. Particularly, the portion surrounded by a dotted line is a portion relating to the present invention.

【0008】分岐条件抽出部1では、ソースファイル4
を入力として、分岐条件ファイル5を作成する。分岐条
件分割部2では、分岐条件ファイル5から分岐条件信号
ファイル6を作成する。網羅率測定部3では、分岐条件
信号ファイル6と、論理シミュレータ8によって作成さ
れたシミュレーション結果ファイル9とから網羅率ファ
イル10を作成する。
In the branch condition extraction unit 1, the source file 4
Is input and the branch condition file 5 is created. The branch condition dividing unit 2 creates a branch condition signal file 6 from the branch condition file 5. The coverage rate measuring unit 3 creates a coverage rate file 10 from the branch condition signal file 6 and the simulation result file 9 created by the logic simulator 8.

【0009】図2は、ソースファイル4の一例である。
本例にはifブロック(401〜405)とcaseブロック
(406〜413)の二つの分岐ブロックがある。ifブ
ロックでは成立時動作401,402と不成立時動作4
03,404の2通りに分岐、caseブロックでは条件1
成立407,408、条件2成立409,410、共に
不成立411,412の3通りに分岐している。このソ
ースファイル4は分岐条件抽出部1の入力となる。な
お、本実施例ではハードウェア記述言語VHDLを用いてい
るが、本発明はVHDLに限らず、例えばVerilog とい
ったその他のハードウェア記述言語や図面によるハード
ウェア記述に対しても同業他社であれば、容易に適用可
能である。
FIG. 2 shows an example of the source file 4.
In this example, there are two branch blocks, if blocks (401 to 405) and case blocks (406 to 413). In if block, operations 401 and 402 when satisfied and operation 4 when not satisfied
Branch in two ways 03 and 404, condition 1 in case block
There are three branches, that is, 407 and 408 are satisfied, 409 and 410 are satisfied, and 411 and 412 are not satisfied. The source file 4 is input to the branch condition extraction unit 1. Although the hardware description language VHDL is used in the present embodiment, the present invention is not limited to VHDL, and other hardware description languages such as Verilog and hardware description using drawings may be used by other companies in the same industry. It is easily applicable.

【0010】図3は、分岐条件抽出部1の動作を説明す
るフローチャートである。分岐条件抽出部1では、ソー
スファイル4が入力されると、まず分岐抽出を行い抽出
された分岐に識別名を与え(101)、次に抽出された
分岐文内の各分岐条件を抽出し識別名を与える(10
2)。それぞれを分岐条件ファイル5に出力する。
FIG. 3 is a flow chart for explaining the operation of the branch condition extraction unit 1. When the source file 4 is input, the branch condition extraction unit 1 first performs branch extraction, gives an identification name to the extracted branch (101), and then extracts and identifies each branch condition in the extracted branch statement. Give a name (10
2). Each is output to the branch condition file 5.

【0011】図4は、実施例の場合の分岐条件ファイル
5である。分岐条件ファイル5は、分岐名テーブル50
1,分岐条件名テーブル502,分岐条件テーブル50
3から構成されている。分岐名テーブル501には分岐
抽出101によって付けられた分岐の識別名が、分岐条
件名テーブル502には分岐条件抽出102によって付
けられた分岐条件の識別名が、分岐条件テーブル503
にはそれぞれの分岐条件名に対応した分岐条件が格納さ
れている。実施例の場合、if文とcase文の二つの分岐文
が存在する。したがって、それぞれにC1,C2の分岐
名が付けられる。さらに分岐C1の分岐条件「a=
‘1’or b=‘1’or c=‘0’」にC1−1が、
分岐C2の分岐条件「X=‘STAT1’」にC2−
1,「X=‘STAT2’」にC2−2が分岐条件名と
して付けられる。この分岐条件ファイル5は分岐条件分
割部2の入力となる。
FIG. 4 shows a branch condition file 5 in the case of the embodiment. The branch condition file 5 is the branch name table 50.
1, branch condition name table 502, branch condition table 50
It consists of three. The branch name table 501 contains the branch identification names assigned by the branch extraction 101, and the branch condition name table 502 contains the branch condition identification names assigned by the branch condition extraction 102.
Stores the branch condition corresponding to each branch condition name. In the case of the embodiment, there are two branch statements, if statement and case statement. Therefore, the branch names of C1 and C2 are given to each. Furthermore, the branch condition “a =
"1-1" or b = "1" or c = "0""has C1-1,
The branch condition “X = 'STAT1'” of the branch C2 is C2-
1, C2-2 is added to "X = 'STAT2'" as a branch condition name. The branch condition file 5 is input to the branch condition dividing unit 2.

【0012】図5は、分岐条件分割部2の動作を説明す
るフローチャートである。分岐条件分割部2では、分岐
条件ファイル5が入力されると、各分岐条件を個々の信
号へと分割し(201)、さらに分岐条件が成立すると
きの各信号の値を抽出し(202)、それぞれ分岐条件
信号ファイル6に出力する。
FIG. 5 is a flow chart for explaining the operation of the branch condition dividing unit 2. When the branch condition file 5 is input, the branch condition dividing unit 2 divides each branch condition into individual signals (201), and further extracts the value of each signal when the branch condition is satisfied (202). , And output to the branch condition signal file 6, respectively.

【0013】図6は、実施例の場合の分岐条件信号ファ
イル6である。分岐条件信号ファイル6は分岐名テーブ
ル501,分岐条件名テーブル502,信号名テーブル
601,成立信号値テーブル602から構成される。分岐
条件分割部2において算出された個々の信号を信号名6
01に、成立時の各信号の値を成立信号値テーブル60
2に格納する。実施例の場合、分岐条件C1−1は信号
(a,b,c)が(1,1,0)の時成立し、分岐条件
C2−1は信号Xが‘STAT1’の時、C2−2は信
号Xが‘STAT2’の時成立する。それぞれの情報を
分岐条件ファイル6に格納する。この分岐条件信号ファ
イル6はシミュレーション結果ファイル9とともに網羅
率測定部3の入力となる。
FIG. 6 is a branch condition signal file 6 in the case of the embodiment. The branch condition signal file 6 includes a branch name table 501, a branch condition name table 502, and a signal name table.
601 and the establishment signal value table 602. The individual signals calculated by the branch condition division unit 2 are designated as signal names 6
In 01, the value of each signal at the time of establishment is set to the establishment signal value table 60.
Store in 2. In the case of the embodiment, the branch condition C1-1 is satisfied when the signals (a, b, c) are (1, 1, 0), and the branch condition C2-1 is C2-2 when the signal X is'STAT1 '. Holds when signal X is'STAT2 '. The respective information is stored in the branch condition file 6. The branch condition signal file 6 is input to the coverage rate measuring unit 3 together with the simulation result file 9.

【0014】図7は、シミュレーション結果ファイル9
の一例である。シミュレーション結果ファイル9は、ソ
ースファイル4とテストデータファイル7を入力とした
論理シミュレータ8の出力として得られ、分岐条件信号
の各サイクルにおける値が記されている。なお、論理シ
ミュレータ8は従来使われているものであり本発明では
特に言及しない。また、シミュレーション結果ファイル
9は、図7のような分岐条件信号の各サイクルにおける
値のみが記述されているものである必要は無く、分岐条
件信号のとった値が情報として含まれていれば、同業他
社であれば容易に適用できる。
FIG. 7 shows a simulation result file 9
Is an example. The simulation result file 9 is obtained as an output of the logic simulator 8 with the source file 4 and the test data file 7 as input, and the value of each branch condition signal in each cycle is described. The logic simulator 8 is conventionally used and will not be mentioned in the present invention. Further, the simulation result file 9 does not need to describe only the value in each cycle of the branch condition signal as shown in FIG. 7, and if the value taken by the branch condition signal is included as information, It can be easily applied by other companies in the same industry.

【0015】図8は網羅率測定部3の動作を説明するフ
ローチャートである。網羅率測定部3では、分岐条件信
号ファイル6から分岐条件の個々の信号が成立するかの
組合せ数を算出し(301)、シミュレーション結果フ
ァイル9からその組合せのうち実際に実行された数の算
出(302)と実行されていない組合せのリスト作成
(303)を行う。さらに、論理検証の網羅率として
「実行された組合せ数/全組合せ数」を求め(30
4)、未実行組合せリストと共に網羅率ファイル10に
出力する。
FIG. 8 is a flow chart for explaining the operation of the coverage ratio measuring unit 3. The coverage measurement unit 3 calculates the number of combinations from the branch condition signal file 6 as to whether or not each signal of the branch condition is satisfied (301), and calculates the number of the combinations actually executed from the simulation result file 9. (302) and a list of combinations that have not been executed (303) are created. Furthermore, “the number of executed combinations / the total number of combinations” is calculated as the coverage of the logic verification (30
4) Output to the coverage rate file 10 together with the unexecuted combination list.

【0016】図6の分岐条件信号ファイル6の場合、分
岐C1では信号a,b,cが成立、不成立の2通りずつ
で、組合せ数は2×2×2=8通り、分岐C2では信号
XがSTAT1,STAT2、その他の3通りである。
本発明では、複数の分岐を独立に考えるため、全組合せ
数は、8+3=11通りである。
In the case of the branch condition signal file 6 of FIG. 6, there are two combinations of the signals a, b, and c in the branch C1 and there are two combinations of the combinations, and the number of combinations is 2 × 2 × 2 = 8. Are STAT1, STAT2, and other three types.
In the present invention, since a plurality of branches are considered independently, the total number of combinations is 8 + 3 = 11.

【0017】また図7のシミュレーション結果ファイル
9の場合、分岐C1では(0,0,0),(0,1,
1),(0,1,0),(0,0,1),(1,0,1)の5
通りを、分岐C2ではSTAT0,STAT1,STA
T2の3通りを実行している。したがって、この場合の
論理検証の網羅率は(5+3)/(8+3)=72.7%
である。また、未実行組合せは、分岐C1では(1,
0,0),(1,1,0),(1,1,1)の3通りで
あり、分岐C2では存在しない。
Further, in the case of the simulation result file 9 of FIG. 7, in branch C1 (0,0,0), (0,1,)
1), (0,1,0), (0,0,1), (1,0,1) 5
At the branch C2, STAT0, STAT1, STA
Three types of T2 are executed. Therefore, the coverage of logic verification in this case is (5 + 3) / (8 + 3) = 72.7%
Is. In addition, the unexecuted combination is (1,
0,0), (1,1,0), (1,1,1), and there is no branch C2.

【0018】以上、本実施例では網羅率測定処理と論理
シミュレーションとの間のインターフェイスにシミュレ
ーション結果ファイルを用いているので、既存の論理シ
ミュレータからこのシミュレーション結果ファイルのみ
出力できれば、既存の論理シミュレータにこの網羅率測
定処理を結合するだけで使える。
As described above, in this embodiment, since the simulation result file is used as the interface between the coverage measurement processing and the logic simulation, if only the simulation result file can be output from the existing logic simulator, the simulation result file can be output to the existing logic simulator. It can be used only by combining the coverage measurement processing.

【0019】また、上記実施例の変形例としてシミュレ
ーション結果ファイルを用いない実例形態も可能であ
り、同業他社ならば容易に構成可能である。すなわち、
分岐条件抽出部1と分岐条件分割部2はそのままに、網
羅率測定部3をシミュレータに組み込み、分岐条件信号
ファイル6をその際のインターフェイスファイルとす
る。この実施例の変形例では、シミュレーション結果フ
ァイルを用いないのでディスク等のメモリ容量が少なく
て済み、かつ、シミュレーション実行中に網羅率の測定
ができるので処理も高速である。
Further, as a modified example of the above embodiment, an actual form without using a simulation result file is also possible, and can be easily constructed by other companies in the same industry. That is,
The branching condition extracting unit 1 and the branching condition dividing unit 2 are left as they are, the coverage ratio measuring unit 3 is incorporated into the simulator, and the branching condition signal file 6 is used as an interface file at that time. In the modified example of this embodiment, since the simulation result file is not used, the memory capacity of the disk or the like is small, and the coverage rate can be measured during the execution of the simulation, so that the processing is also fast.

【0020】[0020]

【発明の効果】本発明によれば、分岐文の実行率として
網羅率の測定を行っているため、論理回路における状態
遷移のテストの進捗具合を容易に把握することができ、
論理検証の時間の短縮と充分性の確保が可能という効果
がある。特に、分岐文をその内部の個々の信号に分割し
ているため、予期しない信号値の組合せに対しても動作
確認が可能である。
According to the present invention, since the coverage rate is measured as the branch statement execution rate, it is possible to easily grasp the progress of the state transition test in the logic circuit.
This has the effect of reducing the time required for logic verification and ensuring sufficientness. In particular, since the branch sentence is divided into the individual signals inside the branch sentence, it is possible to confirm the operation even for an unexpected combination of signal values.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例の構成を示すブロック図。FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【図2】シミュレーション対象のソースファイルの一例
を示す図。
FIG. 2 is a diagram showing an example of a source file to be simulated.

【図3】分岐条件抽出部の動作を示すフローチャート。FIG. 3 is a flowchart showing the operation of a branch condition extraction unit.

【図4】実施例の場合の分岐条件ファイルの説明図。FIG. 4 is an explanatory diagram of a branch condition file in the case of the embodiment.

【図5】分岐条件分割部の動作を示すフローチャート。FIG. 5 is a flowchart showing the operation of a branch condition dividing unit.

【図6】実施例の場合の分岐条件信号ファイルの説明
図。
FIG. 6 is an explanatory diagram of a branch condition signal file in the case of the embodiment.

【図7】シミュレーション結果ファイルの一例の説明
図。
FIG. 7 is an explanatory diagram of an example of a simulation result file.

【図8】網羅率測定部の動作を示すフローチャート。FIG. 8 is a flowchart showing the operation of the coverage measuring unit.

【符号の説明】[Explanation of symbols]

1…分岐条件抽出部、2…分岐条件分割部、3…網羅率
測定部。
1 ... Branch condition extracting unit, 2 ... Branch condition dividing unit, 3 ... Coverage rate measuring unit.

フロントページの続き (72)発明者 庄内 亨 東京都国分寺市東恋ケ窪1丁目280番地 株式会社日立製作所中央研究所内Continued Front Page (72) Inventor Toru Shonai 1-280 Higashi Koikekubo, Kokubunji, Tokyo Inside the Central Research Laboratory, Hitachi, Ltd.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】論理シミュレーションにおいて、ハードウ
ェアの機能を記述したハードウェア記述言語のソースフ
ァイルを入力とし、入力ファイルから分岐文を検出し分
岐条件を抽出する分岐条件抽出部と、分岐条件抽出部で
抽出された分岐条件を、それを構成する個々の信号に分
割し、その信号の成立時の値とともに記録する分岐条件
分割部と、分岐条件分割部で分割された個々の信号が成
立するかの組合せ数を計算し、シミュレーションの結果
からその網羅率と個々の組合せが実行されたかを出力す
る網羅率測定部とを有することを特徴とする論理検証の
網羅率測定方式。
1. In a logic simulation, a source file of a hardware description language that describes hardware functions is input, a branch condition extraction unit that detects a branch statement from the input file and extracts a branch condition, and a branch condition extraction unit. Divide the branch condition extracted in step 1 into the individual signals that compose it, and record with the value when the signal was established, and whether the individual signals divided by the branch condition divider are satisfied. The method of measuring the coverage of logic verification, comprising: calculating the number of combinations of the above, and providing from the result of the simulation the coverage and a coverage measuring unit that outputs whether each combination has been executed.
JP6108126A 1994-05-23 1994-05-23 System for measuring ratio of comprehension in logic verification Pending JPH07319927A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6108126A JPH07319927A (en) 1994-05-23 1994-05-23 System for measuring ratio of comprehension in logic verification

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6108126A JPH07319927A (en) 1994-05-23 1994-05-23 System for measuring ratio of comprehension in logic verification

Publications (1)

Publication Number Publication Date
JPH07319927A true JPH07319927A (en) 1995-12-08

Family

ID=14476604

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6108126A Pending JPH07319927A (en) 1994-05-23 1994-05-23 System for measuring ratio of comprehension in logic verification

Country Status (1)

Country Link
JP (1) JPH07319927A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7464015B2 (en) 2005-01-07 2008-12-09 Fujitsu Limited Method and apparatus for supporting verification, and computer product
JP2010003281A (en) * 2008-05-19 2010-01-07 Fujitsu Ltd Verification support program, verification support device and verification support method
JP2010066787A (en) * 2008-09-08 2010-03-25 Fujitsu Ltd Verification support program, verification support device and verification support method
JP2010079727A (en) * 2008-09-26 2010-04-08 Fujitsu Ltd Verification support program, verification support device, and verification support method
JP2011237890A (en) * 2010-05-06 2011-11-24 Fujitsu Ltd Verification support program, verification support device and verification support method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7464015B2 (en) 2005-01-07 2008-12-09 Fujitsu Limited Method and apparatus for supporting verification, and computer product
JP2010003281A (en) * 2008-05-19 2010-01-07 Fujitsu Ltd Verification support program, verification support device and verification support method
JP2010066787A (en) * 2008-09-08 2010-03-25 Fujitsu Ltd Verification support program, verification support device and verification support method
JP2010079727A (en) * 2008-09-26 2010-04-08 Fujitsu Ltd Verification support program, verification support device, and verification support method
JP2011237890A (en) * 2010-05-06 2011-11-24 Fujitsu Ltd Verification support program, verification support device and verification support method

Similar Documents

Publication Publication Date Title
US5815655A (en) Device for generating error path list and method of extracting the worst paths
JPH04101274A (en) Logic design processing device and timing adjusting method
JPS63145549A (en) Simulation method for logic circuit
JPH07319927A (en) System for measuring ratio of comprehension in logic verification
US6321173B1 (en) System and method for efficient verification of functional equivalence between design models
US6442738B1 (en) RTL back annotator
JPS61262856A (en) Testing circuit
JP3135357B2 (en) Delay simulation device
JP3267258B2 (en) Test group creation device and its creation method
JPH07262263A (en) Device and method for simulation for semiconductor integrated circuit
JP2913678B2 (en) Delay simulation device
JPH06162131A (en) Fault simulation system for large-scale integrated circuit
US6618838B1 (en) Method and apparatus for processing an output of a design tool
JP2785708B2 (en) Logic simulation method
JPH02224070A (en) Analyzing device for delay time of logic circuit
JP3087319B2 (en) Timing verification system
JP3930622B2 (en) Delay value derivation method for static timing verification
JP2894106B2 (en) Delay analysis method
US20050086042A1 (en) Parallel instances of a plurality of systems on chip in hardware emulator verification
JP2000338184A (en) Fault simulator
JPH02231646A (en) Delay analysis system for logic circuit
JPH029370B2 (en)
JPH0773232A (en) Circuit information extractor in hdl analysis
JPH0520387A (en) Circuit design supporting system
JPH08297593A (en) Stepwise test data generating method