JP2016081397A - Design verification support device and design verification support method - Google Patents

Design verification support device and design verification support method Download PDF

Info

Publication number
JP2016081397A
JP2016081397A JP2014214010A JP2014214010A JP2016081397A JP 2016081397 A JP2016081397 A JP 2016081397A JP 2014214010 A JP2014214010 A JP 2014214010A JP 2014214010 A JP2014214010 A JP 2014214010A JP 2016081397 A JP2016081397 A JP 2016081397A
Authority
JP
Japan
Prior art keywords
information
value
cover
waveform
waveform information
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
JP2014214010A
Other languages
Japanese (ja)
Inventor
正人 大塚
Masato Otsuka
正人 大塚
美奈子 二階堂
Minako Nikaido
美奈子 二階堂
幸子 多田
Sachiko Tada
幸子 多田
桂司 西野
Keiji Nishino
桂司 西野
淳二 園田
Junji Sonoda
淳二 園田
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.)
Socionext Inc
Original Assignee
Socionext Inc
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 Socionext Inc filed Critical Socionext Inc
Priority to JP2014214010A priority Critical patent/JP2016081397A/en
Publication of JP2016081397A publication Critical patent/JP2016081397A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To facilitate debugging of coverage, and to enable increase in verification efficiency.SOLUTION: A design verification support device comprises an information control unit that displays waveform information 100 on a logic simulation result of a logic circuit description in which a coverage extraction description indicative of presence or absence of occurrence of a prescribed event of a verification object circuit is added, a signal name of the waveform information 100 and a signal value thereof on a display device, extract a cover point name 101 indicative of the presence or absence of the prescribed event of the object circuit, an obtainable value 102 by the cover point and non-obtainable value 103 from the waveform information 100, and display cover group waveform information generated by associating a time and the cover point with the obtainable value and the non-obtainable value at the same time axis as with the waveform information 100 on the display device.SELECTED DRAWING: Figure 1A

Description

本発明は、論理シミュレーション結果のデバッグを支援する設計検証支援装置および設計検証支援方法に関する。   The present invention relates to a design verification support apparatus and a design verification support method that support debugging of logic simulation results.

LSI開発では、設計仕様を基にレジスタ・トランスファ・レベル(RTL)と呼ばれる記述方法を用い、論理式を組合せて回路の論理を表現する。RTLで設計された論理回路が仕様どおりの機能・動作を実現できているかどうかを検証するために、計算機を用いて論理シミュレーションを実行する。また、対象LSIの仕様から機能や動作を検証項目として抽出し、検証項目表を作成する。作成した検証項目表を論理シミュレーションに適用し、機能や動作を実現できているか否かを検証する。このとき、検証の網羅性、すなわち、検証漏れがないことを確認する。   In LSI development, a description method called a register transfer level (RTL) is used based on design specifications, and logic of a circuit is expressed by combining logical expressions. In order to verify whether or not the logic circuit designed in the RTL can realize the function and operation as specified, a logic simulation is executed using a computer. Also, functions and operations are extracted from the specifications of the target LSI as verification items, and a verification item table is created. The created verification item table is applied to the logic simulation to verify whether the function or operation is realized. At this time, it is confirmed that the completeness of verification, that is, there is no verification omission.

検証の網羅性の尺度として、例えば、カバレッジを用いる。カバレッジとは、ある条件、動作、状態が発生したか否かを表す指標であり、カバーポイント名、各カバーポイントのとり得る値(bins値)およびとり得ない値(illegal_bins値)等を有する。カバレッジを用いることで、検証対象において、期待する条件、動作、状態が発生したか、あるいは、期待しない条件、動作、状態が発生していないかを確認できるようになる。検証の網羅性のカバレッジは、例えば、以下の手順で取得する。   For example, coverage is used as a measure of the completeness of verification. The coverage is an index indicating whether or not a certain condition, operation, or state has occurred, and includes a cover point name, a value that can be taken by each cover point (bins value), a value that cannot be taken (illegal_bins value), and the like. By using the coverage, it is possible to confirm whether an expected condition, operation, or state has occurred in the verification target, or whether an unexpected condition, operation, or state has not occurred. The coverage of the completeness of verification is acquired by the following procedure, for example.

1.検証項目を論理シミュレータに入力するために、SystemVerilog言語のカバーグループ(covergroup)記述を用いて検証項目を記述する。
2.上記1.の記述を入力として、論理シミュレーションを実行する。
3.上記2.のシミュレーション結果を入力として、カバレッジ解析ツールでカバレッジを取得する。
1. In order to input the verification item to the logic simulator, the verification item is described using a cover group description of the System Verilog language.
2. Above 1. The logic simulation is executed with the description of.
3. 2. The coverage is obtained with the coverage analysis tool using the simulation result of.

そして、取得したカバレッジを基に、上記1.カバーグループで記述した検証項目がカバーされたときの時刻や信号値の確認、カバーされるべきではない検証項目がカバーされた条件の確認、等のデバッグをすることがある。このとき、上記3.で用いるカバレッジ解析ツールでは、カバー時刻や信号値が表示されないため、これらカバー時刻や信号値を確認するときには、波形ビューアを使用する。   Based on the acquired coverage, the above 1. Debugging may be performed such as confirmation of time and signal value when a verification item described in a cover group is covered, confirmation of a condition where a verification item that should not be covered is covered, and the like. At this time, the above 3. In the coverage analysis tool used in, the cover time and signal value are not displayed. Therefore, when checking the cover time and signal value, a waveform viewer is used.

論理シミュレーション結果である波形の生成機能は、波形データベースとして検証支援(EDA:Electronic Design Automation)ツールの提供各社が実現している。また、波形表示(信号名と信号値)機能についても、波形ビューアとして検証支援ツールの提供各社が実現している。   The function of generating a waveform as a logical simulation result is realized by various companies that provide an EDA (Electronic Design Automation) tool as a waveform database. In addition, the waveform display (signal name and signal value) function is also realized by various companies that provide verification support tools as waveform viewers.

例えば、検証支援の技術として、シミュレーションの実行内容の違いを識別する識別番号を設定し、カバレッジ情報に、特定された条件を検証したシミュレーションの識別番号と、検証済みを表すフラグとを関連付ける技術がある。また、検証対象回路の信号に基づく回路動作を定義する情報と回路動作の制約条件が記述された制御ファイルを用いて動作シミュレーション中のイベントの発生を検証する項目と発生違反を検証する項目とを関連付けた項目表を生成し記憶する技術がある。また、時系列的に与えられた複数のテスト入力の組合せに関するカバレッジを測定する技術がある(例えば、下記特許文献1〜3参照。)。   For example, as a verification support technique, there is a technique for setting an identification number for identifying a difference in the execution contents of a simulation, and associating the identification number of the simulation for verifying the specified condition with the flag indicating the verified condition in the coverage information. is there. Also, items that verify the occurrence of events during operation simulation and items that verify occurrence violations using information that defines the circuit operation based on the signal of the circuit to be verified and the control file that describes the restrictions on the circuit operation There is a technique for generating and storing an associated item table. There is also a technique for measuring coverage related to a combination of a plurality of test inputs given in time series (for example, refer to Patent Documents 1 to 3 below).

特開2010−267209号公報JP 2010-267209 A 特開2013−206033号公報JP 2013-206033 A 特開2003−345855号公報JP 2003-345855 A

しかしながら、従来の技術では、波形ビューアにカバレッジ(カバーポイント名、各カバーポイントのとり得る値およびとり得ない値)を表示できない。また、複数のカバーポイントの組合せであるクロスカバレッジの埋まった時刻を波形上で簡単に見つけることができない。このように、従来は波形ビューア上で、信号名とカバーグループ内の情報を信号波形と関連付けて共に表示することができないため、波形ビューアとカバレッジ解析ツールとをそれぞれ操作確認する必要があった。これにより、カバーグループを使った際に簡単にカバレッジのデバッグを行えず、検証効率を向上させることができなかった。   However, according to the conventional technique, coverage (cover point name, possible value of each cover point, and impossible value) cannot be displayed on the waveform viewer. In addition, the time when the cross coverage that is a combination of a plurality of cover points is filled cannot be easily found on the waveform. As described above, conventionally, since the signal name and the information in the cover group cannot be displayed in association with the signal waveform on the waveform viewer, it is necessary to check the operation of the waveform viewer and the coverage analysis tool. As a result, coverage cannot be debugged easily when a cover group is used, and verification efficiency cannot be improved.

一つの側面では、本発明は、カバレッジのデバッグを簡単に行え、検証効率を向上できることを目的とする。   In one aspect, an object of the present invention is to easily perform coverage debugging and improve verification efficiency.

一つの案では、検証の対象回路の所定の事象発生の有無を示すカバレッジ抽出用の記述が付加された論理回路記述の論理シミュレーション結果の波形情報と、当該波形情報の信号名および信号値を表示装置に表示し、前記波形情報から前記対象回路で所定の事象の有無を示すカバーポイントと、前記カバーポイントのとり得る値およびとり得ない値を抽出し、時刻と前記カバーポイントと前記とり得る値およびとり得ない値とを結びつけて生成したカバーグループ波形情報を、前記波形情報と同一時間軸で前記表示装置に表示する情報制御部を備えたことを要件とする。   In one proposal, the waveform information of the logic simulation result of the logic circuit description with the description for coverage extraction indicating whether or not a predetermined event has occurred in the verification target circuit, and the signal name and signal value of the waveform information are displayed. A cover point that is displayed on a device and indicates the presence or absence of a predetermined event in the target circuit, and a value that can be taken and a value that cannot be taken are extracted from the waveform information, and a time, the cover point, and the value that can be taken And an information control unit that displays on the display device the cover group waveform information generated by combining the incapable values with the same time axis as the waveform information.

一つの実施の形態によれば、カバレッジのデバッグを簡単に行え、検証効率を向上できる。   According to one embodiment, coverage debugging can be easily performed, and verification efficiency can be improved.

図1Aは、実施の形態にかかる設計検証支援装置の表示出力例を示す図(その1)である。FIG. 1A is a diagram (part 1) illustrating a display output example of the design verification support apparatus according to the embodiment. 図1Bは、実施の形態にかかる設計検証支援装置の表示出力例を示す図(その2)である。FIG. 1B is a second diagram illustrating a display output example of the design verification support apparatus according to the embodiment. 図2は、実施の形態にかかる設計検証支援装置の機能的構成例を示すブロック図である。FIG. 2 is a block diagram of a functional configuration example of the design verification support apparatus according to the embodiment. 図3は、検証対象の記述例を示す図である。FIG. 3 is a diagram illustrating a description example of a verification target. 図4は、カバーグループの記述例を示す図である。FIG. 4 is a diagram illustrating a description example of a cover group. 図5は、クロスカバレッジ表にカバレッジ解析ツールの結果を反映した例を示す図表である。FIG. 5 is a chart showing an example in which the result of the coverage analysis tool is reflected in the cross coverage table. 図6は、論理シミュレーション結果の波形表示例を示す図である。FIG. 6 is a diagram illustrating a waveform display example of the logic simulation result. 図7は、カバーグループ情報の一例を示す図である。FIG. 7 is a diagram illustrating an example of cover group information. 図8Aは、カバーグループ波形情報の生成を説明する図(その1)である。FIG. 8A is a diagram (part 1) illustrating the generation of cover group waveform information. 図8Bは、カバーグループ波形情報の生成を説明する図(その2)である。FIG. 8B is a diagram (part 2) illustrating generation of cover group waveform information. 図9は、カバーされた検証項目の確認処理の例を示すフローチャートである。FIG. 9 is a flowchart illustrating an example of a confirmation process for a covered verification item. 図10は、項目表情報の生成を説明する図である。FIG. 10 is a diagram for explaining generation of item table information. 図11は、項目表の表示状態を示す図表である。FIG. 11 is a chart showing the display state of the item table. 図12は、波形情報と項目表の連携表示を説明する図(その1)である。FIG. 12 is a diagram (part 1) for explaining the cooperative display of the waveform information and the item table. 図13は、波形情報と項目表の連携表示を説明する図(その2)である。FIG. 13 is a diagram (part 2) illustrating the cooperative display of the waveform information and the item table. 図14は、カバーされた検証項目の確認処理の例を示すフローチャートである。FIG. 14 is a flowchart illustrating an example of confirmation processing for a covered verification item. 図15は、実施の形態にかかる設計検証支援装置のハードウェア構成例を示すブロック図である。FIG. 15 is a block diagram of a hardware configuration example of the design verification support apparatus according to the embodiment. 図16は、カバーグループ波形情報生成の処理内容を示すフローチャートである。FIG. 16 is a flowchart showing the processing contents of cover group waveform information generation. 図17は、カバーグループ波形表示制御の処理内容を示すフローチャートである。FIG. 17 is a flowchart showing the processing contents of the cover group waveform display control. 図18は、項目表情報生成の処理内容を示すフローチャートである。FIG. 18 is a flowchart showing the processing contents of item table information generation. 図19は、項目表表示制御の処理内容を示すフローチャートである。FIG. 19 is a flowchart showing the processing contents of the item table display control.

以下に添付図面を参照して、この発明にかかる設計検証支援装置および変換方法の実施の形態を詳細に説明する。   Exemplary embodiments of a design verification support apparatus and a conversion method according to the present invention will be explained below in detail with reference to the accompanying drawings.

(設計検証支援装置の表示出力例)
図1A,図1Bは、実施の形態にかかる設計検証支援装置の表示出力例を示す図である。実施の形態の設計検証支援装置は、図1Aに示すように、A.既存の論理シミュレーション実行結果の波形情報(信号波形)100と同一時間軸上に、カバーグループ(covergroup)内の情報であるカバーポイント名101を含み表示できるようにする。
(Display example of design verification support device)
FIG. 1A and FIG. 1B are diagrams illustrating display output examples of the design verification support apparatus according to the embodiment. As shown in FIG. 1A, the design verification support apparatus according to the embodiment includes: On the same time axis as the waveform information (signal waveform) 100 of the existing logic simulation execution result, the cover point name 101 which is information in the cover group is included and displayed.

また、図1Bに示すように、A.の波形情報100と、B.項目表110とを同一画面上に表示できるようにする。また、B.項目表110のクロスカバレッジ部が埋まった箇所を波形情報100上で確認できるようにする。   In addition, as shown in FIG. Waveform information 100; The item table 110 can be displayed on the same screen. B. The location where the cross coverage part of the item table 110 is buried can be confirmed on the waveform information 100.

図1Aに示すように、既存の信号名(clk,addr)と信号値の波形情報100が表示される。そして、この実施の形態では、さらに、カバーグループ(covergroup)で使用されるカバーポイント名(図1の例ではアドレスADDR)101と、各カバーポイントのとり得る値(bins値)102を表示する。また、各カバーポイントのとり得ない値(illegal_bins値)103を表示する。   As shown in FIG. 1A, an existing signal name (clk, addr) and waveform information 100 of signal values are displayed. In this embodiment, a cover point name (address ADDR in the example of FIG. 1) 101 used in a cover group (cover group) and values (bins values) 102 that each cover point can take are further displayed. In addition, a value (illegal_bins value) 103 that each cover point cannot take is displayed.

各カバーポイントのとり得ない値(illegal_bins値)103は、表示色を異ならせる等してハイライト表示(強調表示)させる。さらに、各カバーポイントのとり得ない値(illegal_bins値)の発生回数104を表示する。この強調表示により、カバーポイントのとり得ない値の発生時刻を簡単に確認できるようになる。   The value (illegal_bins value) 103 that each cover point cannot take is highlighted (highlighted) by changing the display color. Furthermore, the number of occurrences 104 of the value (illegal_bins value) that each cover point cannot take is displayed. This highlighting makes it possible to easily check the occurrence time of a value that cannot be taken by the cover point.

また、図1B(1)に示すように波形情報100の表示に加え、表示している波形情報100に対応する項目表110を表示する(波形と項目表の連携)。波形情報100は、図1Aの内容を表示する。項目表110は、クロスカバレッジ部が埋まった回数を表示する。例えば、図1B(2)に示す項目表110では、図1B(1)の波形の全時刻T0におけるクロスカバレッジ部が埋まった回数を表示する。   In addition to the display of the waveform information 100 as shown in FIG. 1B (1), an item table 110 corresponding to the displayed waveform information 100 is displayed (cooperation between waveform and item table). The waveform information 100 displays the contents of FIG. 1A. The item table 110 displays the number of times the cross coverage part is filled. For example, in the item table 110 shown in FIG. 1B (2), the number of times the cross-coverage part is filled at all times T0 of the waveform in FIG. 1B (1) is displayed.

また、図1B(3)に示す項目表110では、図1B(1)の所定(時刻)範囲T1を波形情報100上で指定した場合の値であり、時刻範囲の変更により項目表の値は図1B(2)から変化する。   In addition, the item table 110 shown in FIG. 1B (3) is a value when the predetermined (time) range T1 of FIG. 1B (1) is specified on the waveform information 100, and the value of the item table is changed by changing the time range. Changes from FIG. 1B (2).

(設計検証支援装置の機能的構成例)
図2は、実施の形態にかかる設計検証支援装置の機能的構成例を示すブロック図である。設計検証支援装置200は、カバーグループ情報取得部201と、カバーグループ情報(格納部)202と、表示操作入力部203と、表示操作入力情報(格納部)204と、カバーグループ情報制御部205と、を含む。
(Functional configuration example of design verification support device)
FIG. 2 is a block diagram of a functional configuration example of the design verification support apparatus according to the embodiment. The design verification support apparatus 200 includes a cover group information acquisition unit 201, cover group information (storage unit) 202, display operation input unit 203, display operation input information (storage unit) 204, cover group information control unit 205, ,including.

実施の形態の設計検証支援装置200は、論理シミュレーション結果の波形情報100の表示に加えて、既存のカバレッジ解析ツールで表示するカバレッジと、波形ビューアで表示する波形情報と、を含みいずれも表示し、かつ、カバレッジと波形情報とを互いに連携させて表示する機能を有する。   The design verification support apparatus 200 according to the embodiment displays not only the waveform information 100 of the logic simulation result but also the coverage displayed by the existing coverage analysis tool and the waveform information displayed by the waveform viewer. In addition, it has a function of displaying the coverage and the waveform information in cooperation with each other.

カバーグループ情報制御部205以外の構成部である、カバーグループ情報取得部201、カバーグループ情報(格納部)202、表示操作入力部203、表示操作入力情報(格納部)204は、既存の論理シミュレータが備える機能に相当する。   Components other than the cover group information control unit 205, which are a cover group information acquisition unit 201, a cover group information (storage unit) 202, a display operation input unit 203, and a display operation input information (storage unit) 204, are existing logic simulators. This corresponds to the function provided by.

実施の形態では、カバーグループ情報制御部205をさらに備える。カバーグループ情報制御部205は、カバーグループ波形情報生成部211と、カバーグループ波形情報(格納部)212と、カバーグループ波形表示制御部213と、項目表情報生成部214と、項目表情報(格納部)215と、項目表表示制御部216と、連携情報(格納部)217と、を含む。図1A,図1Bに示した波形情報100と、項目表110は、カバーグループ波形情報212と、項目表情報215の表示内容に相当する。   In the embodiment, a cover group information control unit 205 is further provided. The cover group information control unit 205 includes a cover group waveform information generation unit 211, a cover group waveform information (storage unit) 212, a cover group waveform display control unit 213, an item table information generation unit 214, and item table information (storage). Part) 215, item table display control part 216, and linkage information (storage part) 217. The waveform information 100 and the item table 110 shown in FIGS. 1A and 1B correspond to the display contents of the cover group waveform information 212 and the item table information 215.

対象LSIの検証で用いるSystemVerilog等の言語のソースコード222は、カバーグループ情報取得部201に入力される。カバーグループ情報取得部201は、ソースコード222に基づき、カバーグループの情報を取得し、格納部にカバーグループ情報202を格納する。   A source code 222 in a language such as SystemVerilog used for verification of the target LSI is input to the cover group information acquisition unit 201. The cover group information acquisition unit 201 acquires cover group information based on the source code 222 and stores the cover group information 202 in the storage unit.

カバーグループ情報制御部205は、検証対象回路の波形情報221と、格納部に格納されたカバーグループ情報202とに基づき、カバーグループ波形情報212と、項目表情報215を生成する。そして、カバーグループ情報制御部205は、これらカバーグループ波形情報212(波形情報100)と項目表情報215(項目表110)とを連携させて表示出力する。例えば、カバーグループ波形表示制御部213と項目表表示制御部216は、単一のディスプレイ232上の同一画面上に波形情報100と項目表110とを共に(例えば図1Bのように上下に並べて)表示させる表示信号を出力する。   The cover group information control unit 205 generates cover group waveform information 212 and item table information 215 based on the waveform information 221 of the verification target circuit and the cover group information 202 stored in the storage unit. Then, the cover group information control unit 205 displays and outputs the cover group waveform information 212 (waveform information 100) and the item table information 215 (item table 110) in cooperation with each other. For example, the cover group waveform display control unit 213 and the item table display control unit 216 have both the waveform information 100 and the item table 110 on the same screen on the single display 232 (for example, arranged vertically as shown in FIG. 1B). The display signal to be displayed is output.

カバーグループ波形情報生成部211は、波形情報221(上述した波形情報100)と、格納部に格納されたカバーグループ情報202とに基づき、カバーグループ波形情報212を生成し、格納部にカバーグループ波形情報212を格納する。   The cover group waveform information generation unit 211 generates cover group waveform information 212 based on the waveform information 221 (the waveform information 100 described above) and the cover group information 202 stored in the storage unit, and the cover group waveform information is stored in the storage unit. Information 212 is stored.

項目表情報生成部214は、論理シミュレーションの実行結果である波形情報221と、格納部202に格納されたカバーグループ情報とに基づき、項目表を生成し、格納部に項目表情報215を格納する。項目表情報215は、カバーグループにおけるカバレッジ取得タイミングの時刻と、各カバーポイントに対応する信号のカバレッジ取得タイミングにおける信号値とを含む。そして、各カバーポイントのとり得る値(bins値)102と、とり得ない値(illegal_bins値)103として生成される。   The item table information generation unit 214 generates an item table based on the waveform information 221 that is the execution result of the logic simulation and the cover group information stored in the storage unit 202, and stores the item table information 215 in the storage unit. . The item table information 215 includes the time of coverage acquisition timing in the cover group and the signal value at the coverage acquisition timing of the signal corresponding to each cover point. Then, a value (bins value) 102 that each cover point can take and a value (illegal_bins value) 103 that cannot be taken are generated.

カバーグループ波形表示制御部213は、格納部に格納されたカバーグループ波形情報212を波形情報100としてディスプレイ232等に表示するための表示制御を行う。また、項目表表示制御部216は、格納部に格納された項目表情報215を項目表110としてディスプレイ232等に表示する表示制御を行う。   The cover group waveform display control unit 213 performs display control for displaying the cover group waveform information 212 stored in the storage unit as the waveform information 100 on the display 232 or the like. The item table display control unit 216 performs display control for displaying the item table information 215 stored in the storage unit on the display 232 or the like as the item table 110.

キーボードやマウス等の表示操作部231の表示操作入力は、表示操作入力部203に入力され、設計検証支援装置200に対する表示操作入力情報として格納部に表示操作入力情報204として格納される。表示操作部231からは、カバレッジ項目選択、表示するカバーグループ名の指定、期間範囲(開始時刻および終了時刻等)の指定等が入力される。   Display operation input of the display operation unit 231 such as a keyboard and a mouse is input to the display operation input unit 203 and stored as display operation input information 204 in the storage unit as display operation input information for the design verification support apparatus 200. From the display operation unit 231, selection of a coverage item, designation of a cover group name to be displayed, designation of a period range (start time, end time, etc.), and the like are input.

カバーグループ波形表示制御部213と、項目表表示制御部216は、格納部に格納された表示操作入力情報204が示す表示操作入力情報にしたがい、カバーグループ波形情報212(波形情報100)と、項目表情報215(項目表110)とを表示出力する表示制御を行う。   The cover group waveform display control unit 213 and the item table display control unit 216 follow the display operation input information indicated by the display operation input information 204 stored in the storage unit, and cover group waveform information 212 (waveform information 100) and items Display control for displaying and outputting the table information 215 (item table 110) is performed.

この表示制御にあたり、カバーグループ波形表示制御部213と、項目表表示制御部216は、カバーグループ波形情報212と、項目表情報215との表示内容を連携させる連携情報217を格納部に格納する。そして、カバーグループ波形表示制御部213と、項目表表示制御部216は、連携情報217に基づき、カバーグループ波形情報212と、項目表情報215(項目表110)の表示内容とを同一画面上で互いに連携させて表示させる。   In this display control, the cover group waveform display control unit 213 and the item table display control unit 216 store, in the storage unit, linkage information 217 that links display contents of the cover group waveform information 212 and the item table information 215. Then, the cover group waveform display control unit 213 and the item table display control unit 216 display the cover group waveform information 212 and the display contents of the item table information 215 (item table 110) on the same screen based on the cooperation information 217. Display them in cooperation with each other.

図2に示した構成では、複数の格納部にそれぞれ異なる情報(カバーグループ情報202〜連携情報217)を格納する構成としたが、1つの格納部の領域を区分けしてこれら複数の情報を格納する構成としてもよい。   In the configuration shown in FIG. 2, different information (cover group information 202 to linkage information 217) is stored in a plurality of storage units. However, a plurality of pieces of information are stored by dividing an area of one storage unit. It is good also as composition to do.

(既存のデバッグ例)
既存の論理シミュレーションによるデバッグ例を図3〜図6を用いて簡単に説明しておく。
(Existing debug example)
A debugging example based on an existing logic simulation will be briefly described with reference to FIGS.

図3は、検証対象の記述例を示す図である。この図3には、RTLを対象とした既存の検証用論理回路記述のソースコード300の例を示している。3行目と4行目に記載されたaddr,cmdに基づき、addrとcmdの波形が表示されることになる。   FIG. 3 is a diagram illustrating a description example of a verification target. FIG. 3 shows an example of a source code 300 of an existing verification logic circuit description for RTL. Based on the addr and cmd described in the third and fourth lines, the waveforms of addr and cmd are displayed.

図4は、カバーグループの記述例を示す図である。ここで、各用語についてその意味を記載しておく。「カバレッジ取得タイミング」は、カバレッジを取得するタイミングである。図4の例では、7行目の「@(posedge clk)」が「カバレッジ取得タイミング」にあたる。「カバーポイント名」は、ある条件、動作、状態を表す1アイテムの名前である。図4の例では、8行目と15行目の「:coverpoint」の前に記述したADDRとCMDが「カバーポイント名」にあたる。   FIG. 4 is a diagram illustrating a description example of a cover group. Here, the meaning of each term is described. “Coverage acquisition timing” is a timing at which coverage is acquired. In the example of FIG. 4, “@ (positioned clk)” on the seventh line corresponds to “coverage acquisition timing”. The “cover point name” is a name of one item representing a certain condition, operation, and state. In the example of FIG. 4, ADDR and CMD described before “: coverpoint” on the 8th and 15th lines correspond to the “cover point name”.

「bins値」は、各カバーポイントのとり得る値である。図4の例では、9行目〜11行目、および16行目〜18行目のbinsと=の間の記述が「bins値」にあたる。「illegal_bins値」は、各カバーポイントのとり得ない値である。図4の例では、12行目および19行目のillegal_binsと=の間の記述が「illegal_bins値」にあたる。   The “bins value” is a value that each cover point can take. In the example of FIG. 4, the description between bins and = in the 9th to 11th lines and the 16th to 18th lines corresponds to the “bins value”. “Illegal_bins value” is a value that each cover point cannot take. In the example of FIG. 4, the description between illegal_bins and = in the 12th and 19th lines corresponds to the “illegal_bins value”.

「クロス名」は、複数のカバーポイントを組合せたクロスカバレッジの名前である。図4の例では、23行目の「:cross」の前のCRS_ADDR_CMDが「クロス名」にあたる。「クロス・カバレッジ」は、複数のカバーポイントの値の組合せのカバレッジである。   The “cross name” is a name of a cross coverage obtained by combining a plurality of cover points. In the example of FIG. 4, CRS_ADDR_CMD before “: cross” on the 23rd line corresponds to “cross name”. “Cross coverage” is coverage of a combination of values of a plurality of cover points.

そして、一例として以下の手順で、カバレッジ取得/デバッグを行う。
1.検証項目を洗い出す。この処理は、人手により行う。例えば、以下a)〜c)を検証項目として挙げる。
a)アドレス(信号addr)が、とり得る全てのアドレス値に変化していること。
b)コマンド(信号cmd)が、とり得る全てのコマンド値に変化していること。
c)コマンドとアドレスが、とり得る全ての組合せをとっていること。
As an example, coverage acquisition / debugging is performed according to the following procedure.
1. Identify verification items. This process is performed manually. For example, a) to c) are listed as verification items below.
a) The address (signal addr) has changed to all possible address values.
b) The command (signal cmd) has changed to all possible command values.
c) The command and address take all possible combinations.

2.次に、SystemVerilogのカバーグループ(covergroup)記述を使って、上記1.で抽出した検証項目を論理シミュレータに入力可能な記述として、検証対象の論理回路記述に追加する。この処理は、人手による手動操作や表計算アプリケーションを用いた設定入力により行う。図4の7〜26行目が追加した記述である。 2. Next, using the cover group description of SystemVerilog, the above 1. The verification items extracted in (1) are added to the logic circuit description to be verified as descriptions that can be input to the logic simulator. This process is performed by manual operation by hand or setting input using a spreadsheet application. Lines 7 to 26 in FIG. 4 are descriptions added.

3.次に、図4に示した記述を論理シミュレータに入力し、論理シミュレーションを実行する。
4.シミュレーション結果を、カバレッジ解析ツールに入力して、カバレッジを得る。カバレッジ解析ツールで得られる情報は、図4で追加したカバーグループ(covergroup)記述内のカバーポイント名に対する各bins値およびillegal_bins値がカバーされた回数だけである。
3. Next, the description shown in FIG. 4 is input to the logic simulator, and a logic simulation is executed.
4). The simulation result is input to a coverage analysis tool to obtain coverage. The information obtained by the coverage analysis tool is only the number of times each bins value and illegal_bins value for the cover point name in the cover group description added in FIG. 4 is covered.

図5は、クロスカバレッジ表にカバレッジ解析ツールの結果を反映した例を示す図表である。図5の結果表示により、ADDRのbins値と、CMDのbins値の組合せ(クロス)の値が1以上の場合、その組合せ(クロス)が発生したと判断できる。ADDRのbins値と、CMDのbins値の組合せ(クロス)の値が0の場合には、その組合せ(クロス)は発生しなかったと判断できる。しかし、既存の技術では、組合せがいつ発生したか(時刻)は、図5からはわからない。また、bins値が信号の複数の値を含む(例えば、addr1_5)場合は、どの信号値(3’b001〜3’b101)で組合せ(クロス)が発生したかはわからない。   FIG. 5 is a chart showing an example in which the result of the coverage analysis tool is reflected in the cross coverage table. From the result display of FIG. 5, when the combination (cross) value of the ADDR bins value and the CMD bins value is 1 or more, it can be determined that the combination (cross) has occurred. When the combination (cross) value of the ADDR bins value and the CMD bins value is 0, it can be determined that the combination (cross) has not occurred. However, in the existing technology, it is not known from FIG. 5 when the combination occurs (time). In addition, when the bins value includes a plurality of signal values (for example, addr1_5), it is not known which signal value (3'b001 to 3'b101) causes the combination (cross).

5.この後、デバッグのために波形を表示して、組合せの発生時刻や信号値を確認する。図6は、論理シミュレーション結果の波形表示例を示す図である。既存技術の波形ビューアでは、信号名(CLK,addr,cmd)とその値(信号値)を表示できる。 5. Thereafter, a waveform is displayed for debugging, and the generation time and signal value of the combination are confirmed. FIG. 6 is a diagram illustrating a waveform display example of the logic simulation result. The waveform viewer of the existing technology can display the signal name (CLK, addr, cmd) and its value (signal value).

以上のように、既存の技術を用いた場合、カバレッジ解析ツールでカバレッジを表示させ、同時に波形ビューアで波形を表示させる。しかし、現状では、これら表示させたカバレッジと波形の両方を観測して、デバッグを行っており、デバッグに手間がかかった。   As described above, when the existing technology is used, the coverage is displayed by the coverage analysis tool and the waveform is simultaneously displayed by the waveform viewer. However, at present, debugging was performed by observing both the displayed coverage and waveform, and it took time and effort to debug.

カバーされた検証項目のデバッグは、人手により行っている。この確認処理を簡単に説明すると、はじめに、カバレッジ解析ツールの結果から、カバーされた検証項目のカバーポイント名とbins値を抽出する(処理1)。この後、論理回路記述からカバーポイント名に相当する信号名を取得する(処理2)。次に、波形ビューアに信号名に対する波形を表示させる(処理3)。クロスカバレッジの場合、全てのカバーポイントに対して処理1以下を行う(処理4)。   The covered verification items are debugged manually. The confirmation process will be briefly described. First, the cover point name and bins value of the covered verification item are extracted from the result of the coverage analysis tool (process 1). Thereafter, a signal name corresponding to the cover point name is acquired from the logic circuit description (processing 2). Next, the waveform viewer displays the waveform corresponding to the signal name (processing 3). In the case of cross coverage, processing 1 and the following are performed for all cover points (processing 4).

次に、論理回路記述からbins値に相当する信号値を取得する(処理5)。次に、波形ビューア上で信号値が一致する箇所を検索し、意図どおりかどうか確認する(処理6)。クロスカバレッジの場合、全ての信号値が一致する箇所を検索し、意図どおりかどうか確認する(処理7)。確認が終了していなければ処理2以下を再度実行し、確認が終了すれば処理8を行う。   Next, a signal value corresponding to the bins value is acquired from the logic circuit description (process 5). Next, a part where the signal values match is searched on the waveform viewer, and it is confirmed whether it is as intended (process 6). In the case of cross coverage, a part where all signal values match is searched to check whether it is as intended (process 7). If the confirmation is not completed, the process 2 and subsequent steps are executed again, and if the confirmation is completed, the process 8 is performed.

処理8では、全ての検証項目の確認が終了したか確認する(処理8)。全ての検証項目の確認が終了していなければ処理1以下を再度実行し、全ての検証項目の確認が終了すれば、以上の確認処理を終了する。   In process 8, it is confirmed whether or not all the verification items have been confirmed (process 8). If all the verification items have not been confirmed, the process 1 and the subsequent steps are executed again. If all the verification items have been confirmed, the above confirmation process is terminated.

このような既存技術では、以下の原因で、デバッグに時間がかかっていた。
原因1:波形ビューアでは、カバーポイント名/bins(illegal_bins)名を表示できない。波形は、信号名とその信号値で表示され、カバレッジは、カバーポイント名/bins名で表示される。
原因2:クロスカバレッジが波形上のどこで埋まったかを簡単に見つけることができない。
In such an existing technology, it took time to debug for the following reasons.
Cause 1: The waveform viewer cannot display the cover point name / bins (illegal_bins) name. The waveform is displayed with the signal name and its signal value, and the coverage is displayed with the cover point name / bins name.
Cause 2: It is not possible to easily find where the cross coverage is buried on the waveform.

さらに、以下のような場合は、クロスカバレッジを見つけるのに時間がかかった。
クロスカバレッジを構成するカバーポイントが多い場合。
各カバーポイントのとりうる値の種類(bins)が多い場合(例えば、図5のaddr0〜addr7)。
カバーポイントの1つのbins値が、複数の信号値から構成されている場合(例えば、図5のaddr1_5の3’b001〜3’b101)。
In addition, it took time to find cross coverage in the following cases.
When there are many cover points that make up the cross coverage.
When there are many kinds of values (bins) that each cover point can take (for example, addr0 to addr7 in FIG. 5).
When one bins value of the cover point is composed of a plurality of signal values (for example, 3′b001 to 3′b101 of addr1_5 in FIG. 5).

上述したが、既存技術では、波形ビューアにカバレッジ(カバーポイント名、各カバーポイントのとり得る値bins値およびとり得ない値illegal_bins値)を表示できない。また、クロスカバレッジの埋まった時刻を波形上で簡単に見つけることができない。一般的にカバレッジは、その事象が発生したか/あるいは発生しなかったか、という事象の有無(回数含む)に着目した情報である。   As described above, the existing technology cannot display the coverage (cover point name, possible value bins value of each cover point and impossible value illegal_bins value) on the waveform viewer. Also, the time when the cross coverage is filled cannot be easily found on the waveform. In general, coverage is information focusing on the presence / absence (including the number of times) of an event indicating whether or not the event has occurred.

(A.カバーグループ内の情報と波形情報を共に表示する処理内容)
実施の形態の設計検証支援装置200は、A.カバーグループ内の情報を、既存の論理シミュレーション結果の波形情報と同一時間軸上で表示するために、事象の有無(回数を含む)と時刻を結び付けて管理する。
(A. Processing contents for displaying both information in the cover group and waveform information)
The design verification support apparatus 200 according to the embodiment includes: In order to display the information in the cover group on the same time axis as the waveform information of the existing logic simulation result, the presence / absence of the event (including the number of times) and the time are managed.

具体的には、まず、波形データを基に、カバーポイント名毎に、変化情報(時刻と信号値)を抽出し、“信号値”を各カバーポイントのとり得る値(bins値)102、および各カバーポイントのとり得ない値(illegal_bins値)103に置き換えた波形データを生成する。   Specifically, first, change information (time and signal value) is extracted for each cover point name based on the waveform data, and a “signal value” is a value (bins value) 102 that each cover point can take, and Waveform data replaced with a value (illegal_bins value) 103 that each cover point cannot take is generated.

次に、上記で生成した波形データを基に、各カバーポイントのとり得ない値(illegal_bins値)103の出現回数をカウントし、その結果(カウンタ値)を各カバーポイントのとり得ない値(illegal_bins値)103毎の固有名に対応付けて、上記1.で生成した波形データに付加する。   Next, based on the waveform data generated above, the number of occurrences of a value (illegal_bins value) 103 that each cover point cannot take is counted, and the result (counter value) is a value (illegal_bins) that each cover point cannot take. Value) In association with the unique name for each 103, the above 1. It is added to the waveform data generated in.

これにより、図1Aに示したように、カバーグループ(covergroup)内の情報101,102,103を既存の波形情報100と同一時間軸で波形表示できる。   As a result, as shown in FIG. 1A, the information 101, 102, and 103 in the cover group can be displayed on the same time axis as the existing waveform information 100.

図7は、カバーグループ情報の一例を示す図である。図7(1)は、SystemVerilog等のソースコード222の一例を示す。この図7(1)には、上述したカバレッジ、およびクロスカバレッジが記述されている。   FIG. 7 is a diagram illustrating an example of cover group information. FIG. 7A shows an example of the source code 222 such as SystemVerilog. In FIG. 7A, the above-described coverage and cross coverage are described.

また、図7(2)は、図7(1)のソースコード222に基づき、カバーグループ情報202の格納部に格納されるカバーグループ情報(構文木)を示す。例えば、カバーポイントがADDR,CMDであり、これら各カバーポイントの信号名と値(bins値,illegal_bins値)、クロスカバレッジがADDRとCMDである例が示されている。   FIG. 7B shows cover group information (syntax tree) stored in the storage unit of the cover group information 202 based on the source code 222 of FIG. For example, an example is shown in which the cover points are ADDR and CMD, the signal names and values (bins value and illegal_bins value) of these cover points, and the cross coverage is ADDR and CMD.

そして、カバーグループ波形情報生成部211は、以下の処理A1.〜A5.を順次実行する。はじめに、A1.ユーザ操作により、図7(2)に示すカバーポイントのADDR(cover_point_identifier)701を波形表示対象として取り出す。また、A2.ADDR701に対応する信号名addr702を取り出す。   Then, the cover group waveform information generation unit 211 performs the following processing A1. -A5. Are executed sequentially. First, A1. By the user operation, the cover point ADDR (cover_point_identifier) 701 shown in FIG. 7B is taken out as a waveform display target. A2. A signal name addr 702 corresponding to ADDR 701 is taken out.

図8A,図8Bは、カバーグループ波形情報の生成を説明する図である。図8Aの下端部分の記述に図8Bの上端部分の記述がつながり、便宜上別図とした。カバーグループ波形情報生成部211は、波形情報221とカバーグループ情報202とに基づき、カバーグループ波形情報212を生成する。   8A and 8B are diagrams for explaining generation of cover group waveform information. The description of the upper end portion of FIG. 8B is connected to the description of the lower end portion of FIG. The cover group waveform information generation unit 211 generates cover group waveform information 212 based on the waveform information 221 and the cover group information 202.

図8A,図8Bに示すように、波形情報221は、信号が変化した時刻(変化時刻)、信号名、変化した後の値(信号値)を有する。そして、カバーグループ波形情報生成部211は、次に、A3.波形情報221から、波形情報221の信号名、addrの信号変化情報(変化時刻と信号値)を抽出し、抽出したカバーグループ波形情報212aを生成する。   As shown in FIGS. 8A and 8B, the waveform information 221 includes a time when the signal changes (change time), a signal name, and a value after the change (signal value). Then, the cover group waveform information generation unit 211 next performs A3. From the waveform information 221, the signal name of the waveform information 221 and the signal change information of addr (change time and signal value) are extracted, and the extracted cover group waveform information 212a is generated.

次に、カバーグループ波形情報生成部211は、A4.抽出したカバーグループ波形情報212aの信号値をbins_identifier/あるいはillegal_bins_identifierに置き換え、置き換えたカバーグループ波形情報212bを生成する。例えば、図7(2)に対応して変化時刻100の信号値3’b000をbins_identifier addr0に置き換える。また、変化時刻800の信号値3’b111をillegal_bins_identifier addr7に置き換える。   Next, the cover group waveform information generation unit 211 performs A4. The signal value of the extracted cover group waveform information 212a is replaced with bins_identifier / or illegal_bins_identifier to generate the replaced cover group waveform information 212b. For example, the signal value 3'b000 at the change time 100 is replaced with bins_identifier addr0 corresponding to FIG. Also, the signal value 3'b111 at the change time 800 is replaced with illegal_bins_identifier addr7.

次に、A5.置き換えたカバーグループ波形情報212bのうち、とり得る値bins_identifier/あるいはとり得ない値illegal_bins_identifierが変化している時刻だけを用いて、カバーグループ波形情報212cを生成する。例えば、置き換えたカバーグループ波形情報212bのうちbins_identifierに変化がない変化時刻300〜600の情報は削除される。生成したカバーグループ波形情報212cをカバーポイント名(ADDR)と共に、カバーグループ波形情報(格納部)212に格納する。   Next, A5. Of the replaced cover group waveform information 212b, the cover group waveform information 212c is generated using only the time when the possible value bins_identifier / or the impossible value illegal_bins_identifier changes. For example, information of change times 300 to 600 in which bins_identifier is not changed in the replaced cover group waveform information 212b is deleted. The generated cover group waveform information 212c is stored in the cover group waveform information (storage unit) 212 together with the cover point name (ADDR).

このようにして生成されたカバーグループ波形情報212は、事象の有無(変化)と変化時刻を含んでいる。このカバーグループ波形情報212を用いることで表示に必要なデータ数を削減でき処理を効率化でき、カバーポイント(アドレスADDR)101の表示処理を簡単に行えるようになる。   The cover group waveform information 212 generated in this way includes the presence / absence (change) of the event and the change time. By using the cover group waveform information 212, the number of data necessary for display can be reduced, the processing efficiency can be improved, and the display processing of the cover point (address ADDR) 101 can be easily performed.

この後、カバーグループ波形表示制御部213は、A6.カバーグループ波形情報212を波形情報100とともに波形表示する。この際、カバーグループ波形表示制御部213は、図1Aに示したように、カバーグループ(covergroup)で使用されるカバーポイント名(アドレスADDR)101、各カバーポイントのとり得る値(bins値)102を表示する。また、illegal_bins(addr7)はハイライト表示し、カバーポイントのとり得ない値(illegal_bins値)103を視認しやすくする。   Thereafter, the cover group waveform display control unit 213 performs A6. The cover group waveform information 212 is displayed together with the waveform information 100. At this time, the cover group waveform display control unit 213, as shown in FIG. 1A, covers a cover point name (address ADDR) 101 used in the cover group (cover group) and values (bins values) 102 that each cover point can take. Is displayed. In addition, illegal_bins (addr7) is highlighted to make it easy to visually recognize the value (illegal_bins value) 103 that the cover point cannot take.

さらに、カバーグループ波形情報生成部211は、A7.抽出した波形情報202aのうち、illegal_binsの_bins_identifier毎に、カウンタ信号を作る。そして、カバーグループ波形情報生成部211は、各カバーポイントのとり得ない値(illegal_bins値)の発生回数104を波形表示と同じ画面上に表示する。これにより、カバーポイントのとり得ない値(illegal_bins値)103の時刻を探しやすくなり、デバッグを効率的に行えるようになる。   Further, the cover group waveform information generation unit 211 performs A7. Of the extracted waveform information 202a, a counter signal is created for each _bins_identifier of illegal_bins. Then, the cover group waveform information generation unit 211 displays the number of occurrences 104 of the value (illegal_bins value) that each cover point cannot take on the same screen as the waveform display. As a result, it becomes easier to find the time of the value (illegal_bins value) 103 that the cover point cannot take, and debugging can be performed efficiently.

図9は、カバーされた検証項目の確認処理の例を示すフローチャートである。上述した設計検証支援装置200が行うA.カバーグループ内の情報と波形情報の表示に基づいて、人手により行うデバッグ処理の一例を示す。   FIG. 9 is a flowchart illustrating an example of a confirmation process for a covered verification item. A. Performed by the design verification support apparatus 200 described above. An example of the debugging process performed manually based on the information in the cover group and the display of the waveform information is shown.

はじめに、上述したA.カバーグループ内の情報と波形情報を同一時間軸上に表示した結果から、カバーされた検証項目のカバーポイント名とbins値を抽出する(ステップS901)。次に、設計検証支援装置200の波形ビューアにカバーポイント名に対する波形(値はbins値)を表示させる(ステップS902)。次に、波形ビューア上でbins値が一致する箇所を検索する(ステップS903)。この処理は、波形ビューアが有する機能を用いることができる。   First, A. mentioned above. From the result of displaying the information in the cover group and the waveform information on the same time axis, the cover point name and bins value of the covered verification item are extracted (step S901). Next, the waveform (value is a bins value) for the cover point name is displayed on the waveform viewer of the design verification support apparatus 200 (step S902). Next, a part where the bins values match on the waveform viewer is searched (step S903). This processing can use the function of the waveform viewer.

次に、クロスカバレッジの場合、全てのカバーポイントの確認が終了したか確認する(ステップS904)。全てのカバーポイントの確認が終了していなければ(ステップS904:No)、ステップS902に戻り、全てのカバーポイントの確認が終了すれば(ステップS904:Yes)、ステップS905に移行する。ステップS905では、全ての検証項目の確認が終了していなければ(ステップS905:No)、ステップS901に戻り、全ての検証項目の確認が終了すれば(ステップS905:Yes)、以上の処理を終了する。   Next, in the case of cross coverage, it is confirmed whether or not all cover points have been confirmed (step S904). If the confirmation of all cover points has not been completed (step S904: No), the process returns to step S902. If the confirmation of all cover points has been completed (step S904: Yes), the process proceeds to step S905. In step S905, if all the verification items have not been confirmed (step S905: No), the process returns to step S901, and if all the verification items have been confirmed (step S905: Yes), the above processing ends. To do.

(B.クロスカバレッジ部が埋まった箇所を波形上で確認できる処理内容)
次に、この実施の形態の設計検証支援装置200が行う波形と項目表の連携表示について説明する。上述した図1Bに示した波形情報100の表示と、波形に対応する項目表110を同一画面上に表示する(波形と項目表の連携)処理内容について説明する。
(B. Contents of processing that can confirm on the waveform where the cross-coverage part is buried)
Next, cooperative display of waveforms and item tables performed by the design verification support apparatus 200 of this embodiment will be described. The processing contents of displaying the waveform information 100 shown in FIG. 1B and displaying the item table 110 corresponding to the waveform on the same screen (cooperation between the waveform and the item table) will be described.

設計検証支援装置200は、項目表110については、波形情報100上でクロスカバレッジ部が埋まった回数を表示する。上述したように、例えば、図1B(1)の波形情報100の全時刻T0の指定時には、クロスカバレッジ部が埋まった回数は図1B(2)のように表示する。さらに、図1B(2)のように選択された状態で所定範囲T1を波形上で指定した場合、項目表110に出力される値は図1B(3)となる。   For the item table 110, the design verification support apparatus 200 displays the number of times that the cross coverage portion is filled in the waveform information 100. As described above, for example, when all the times T0 of the waveform information 100 in FIG. 1B (1) are designated, the number of times the cross coverage portion is filled is displayed as shown in FIG. 1B (2). Furthermore, when the predetermined range T1 is designated on the waveform in the selected state as shown in FIG. 1B (2), the value output to the item table 110 is FIG. 1B (3).

図10は、項目表情報の生成を説明する図である。項目表情報生成部214は、波形情報221とカバーグループ情報202とに基づき、項目表情報215を生成する。図10に示す波形情報221は、図8A,図8Bと同じである。カバーグループ情報202は、図7に示すとおり、カバレッジ取得タイミング、カバーポイント情報(カバーポイント名、信号名、bins値とそれに対応する信号値、illegal_bins値とそれに対応する信号値)を含んでいる。   FIG. 10 is a diagram for explaining generation of item table information. The item table information generation unit 214 generates item table information 215 based on the waveform information 221 and the cover group information 202. The waveform information 221 shown in FIG. 10 is the same as that in FIGS. 8A and 8B. As shown in FIG. 7, the cover group information 202 includes coverage acquisition timing and cover point information (cover point name, signal name, bins value and corresponding signal value, illegal_bins value and corresponding signal value).

項目表情報生成部214は、B.波形と項目表の連携表示のために、以下の処理B1.〜B2.を順次実行する。
B1.カバレッジ取得タイミングのカバーポイント名に対する信号名とその信号値を抽出する。
この例では、カバレッジ取得タイミングとしてクロックがposedgeのときのカバーポイント名に対する信号名とその信号値を抽出する。ただし、カバレッジ取得タイミングに信号変化がない場合は、カバレッジ取得タイミングに最も近い信号変化時刻の信号値を抽出する。
The item table information generating unit 214 is configured to display the B.B. For linked display of waveforms and item tables, the following processing B1. -B2. Are executed sequentially.
B1. The signal name and the signal value for the cover point name at the coverage acquisition timing are extracted.
In this example, as the coverage acquisition timing, the signal name and the signal value for the cover point name when the clock is “possed” are extracted. However, if there is no signal change at the coverage acquisition timing, the signal value at the signal change time closest to the coverage acquisition timing is extracted.

具体的には、カバーグループ情報202から、カバレッジ取得タイミング、カバーポイント名、信号名、bins値とそれに対応する信号値、illegal_bins値とそれに対応する信号値)を抽出する。波形情報221の中から、カバレッジ取得タイミングにおける、信号名に対応する信号値を抽出する(抽出情報221a)。   Specifically, coverage acquisition timing, cover point name, signal name, bins value and corresponding signal value, illegal_bins value and corresponding signal value) are extracted from the cover group information 202. A signal value corresponding to the signal name at the coverage acquisition timing is extracted from the waveform information 221 (extraction information 221a).

例えば、図7では、カバレッジ取得タイミングは、clkの1’b1(立ち上がり)である。変化時刻100のとき、clkの信号値が1’b1(立ち上がり)であるので、カバレッジ取得タイミングと判断し、カバーポイント名に対応する信号の信号値を抽出する。   For example, in FIG. 7, the coverage acquisition timing is 1′b1 (rise) of clk. Since the signal value of clk is 1'b1 (rising) at the change time 100, it is determined as the coverage acquisition timing, and the signal value of the signal corresponding to the cover point name is extracted.

ただし、カバレッジ取得タイミングと同時刻に信号変化のない信号については、カバレッジ取得タイミングの直前の変化時刻の信号値をカバレッジ取得タイミングでの信号値とする。例えば、抽出情報221aでは、カバレッジ取得タイミング200のとき、信号addrは変化しているが、信号cmdは変化していないため、信号cmdの信号値は変化時刻100のときの信号値2'b00で補完する。   However, for a signal having no signal change at the same time as the coverage acquisition timing, the signal value at the change time immediately before the coverage acquisition timing is set as the signal value at the coverage acquisition timing. For example, in the extraction information 221a, the signal addr is changed at the coverage acquisition timing 200, but the signal cmd is not changed. Therefore, the signal value of the signal cmd is the signal value 2′b00 at the change time 100. Complement.

B2.次に、抽出情報221aに対して、信号名をカバーポイント名に、信号値をbins値、または、illegal_bins値に置き換えて項目表情報215を生成する。 B2. Next, for the extracted information 221a, the item table information 215 is generated by replacing the signal name with the cover point name and the signal value with the bins value or the illegal_bins value.

これにより、項目表情報生成部214は、項目表情報215として、カバレッジ取得タイミング毎に、クロスカバレッジのカバーポイント状態(ADDR,CMD)をペアで管理することができる。項目表情報生成部214は、項目表情報215を格納部に格納する。項目表表示制御部216は、格納部から項目表情報215を読み出し、ディスプレイ232等に項目表110を表示出力する。   Thereby, the item table information generation unit 214 can manage the cover point state (ADDR, CMD) of the cross coverage as a pair for each coverage acquisition timing as the item table information 215. The item table information generation unit 214 stores the item table information 215 in the storage unit. The item table display control unit 216 reads the item table information 215 from the storage unit, and displays and outputs the item table 110 on the display 232 or the like.

図11は、項目表の表示状態を示す図表である。この後、項目表表示制御部216は、項目表情報215を順に検索(走査)していき、カバーポイントのbins値またはillegal_bins値がクロスする箇所をカウントし、図11に示す項目表110の該当マス部分(検証項目のクロス情報)にカウント値を順に設定していく。図11の例では、カバレッジ取得時刻の場合のカウント値が設定された状態を示したものである。   FIG. 11 is a chart showing the display state of the item table. Thereafter, the item table display control unit 216 sequentially searches (scans) the item table information 215, counts the points where the bins value of the cover point or the illegal_bins value crosses, and corresponds to the item table 110 shown in FIG. Count values are sequentially set in the square portion (cross information of verification items). The example of FIG. 11 shows a state in which a count value is set in the case of coverage acquisition time.

ここで、項目表110の各表示項目についてカバーグループ情報202との関連を説明しておく。項目表110の縦横軸に表示する表示項目名は、既存の技術を用いて表示設定される。例えば、ADDRは、図7に記載した構文木のカバーグループ情報202のcover_cross−list_of_coverpoints−ADDRに基づき表示設定される。項目表110のCMDは、カバーグループ情報202のcover_cross−list_of_coverpoints−CMDに基づき表示設定される。   Here, the relationship between the display items of the item table 110 and the cover group information 202 will be described. Display item names to be displayed on the vertical and horizontal axes of the item table 110 are displayed and set using existing technology. For example, ADDR is displayed and set based on cover_cross-list_of_coverpoints-ADDR of the cover group information 202 of the syntax tree shown in FIG. The CMD of the item table 110 is displayed and set based on cover_cross-list_of_coverpoints-CMD of the cover group information 202.

また、項目表110のADDRのaddr0は、カバーグループ情報202のbins_or_empty−bin_identifier−addr0に基づき表示設定される。項目表110のADDRのaddr0の値3’b000は、addr0に対応するopen_range_list−3’b000に基づき表示設定される。   Also, the ADDR addr0 of the item table 110 is set based on bins_or_empty-bin_identifier-addr0 of the cover group information 202. The value 3'b000 of ADDR addr0 in the item table 110 is set based on open_range_list-3'b000 corresponding to addr0.

また、CMDのUNKNOWNは、cover_point_identifier−CMDに属するbin_identifier−UNKNOWNに基づき表示設定される。CMDのUNKNOWNの値2’b11は、UNKNOWNに対応するopen_range_list−2’b11に基づき表示設定される。   Also, UNKNOWN of CMD is displayed and set based on bin_identifier-UNKNOWN belonging to cover_point_identifier-CMD. The value 2'b11 of the CMD UNKNOWN is displayed and set based on the open_range_list-2'b11 corresponding to the UNKNOWN.

(波形情報と項目表の連携)
図12および図13は、波形情報と項目表の連携表示を説明する図である。上述した波形情報100(カバーグループ波形情報212)と項目表110(項目表情報215)の連携表示について説明する。
(Linkage between waveform information and item table)
12 and 13 are diagrams for explaining the cooperative display of the waveform information and the item table. The cooperative display of the waveform information 100 (cover group waveform information 212) and the item table 110 (item table information 215) will be described.

まず、図12を用いて区間に応じたカバレッジ状態の連携表示について説明する。図12(1)は項目表情報215であり、図12(2)は全時刻T0(図1B参照)に対応する項目表110である。図12(3)は所定(時刻)範囲T1(図1B参照)に対応する項目表110である。   First, the cooperative display of the coverage state according to the section will be described with reference to FIG. FIG. 12 (1) is item table information 215, and FIG. 12 (2) is an item table 110 corresponding to all times T0 (see FIG. 1B). FIG. 12 (3) is an item table 110 corresponding to a predetermined (time) range T1 (see FIG. 1B).

表示操作部231を表示操作し、カバレッジとして確認したい任意の期間の開始時刻と終了時刻を入力することで、入力した任意の期間に応じたカバレッジ状態を項目表110として表示させることができる。この任意の期間は、論理シミュレーション実行期間ではない。そして、期間が異なることで図12(2),(3)に示すように項目表110のマス(クロス情報)の値は期間に対応した値に変化する。   By operating the display operation unit 231 and inputting the start time and end time of an arbitrary period to be confirmed as coverage, the coverage state corresponding to the input arbitrary period can be displayed as the item table 110. This arbitrary period is not a logic simulation execution period. When the period is different, the value of the square (cross information) in the item table 110 changes to a value corresponding to the period as shown in FIGS. 12 (2) and 12 (3).

この連携表示制御は、カバーグループ波形表示制御部213と、項目表表示制御部216が連携情報217の格納部にアクセスして行う。連携情報217は、例えば、項目表110として表示するカバレッジ表示対象時間(開始時刻と終了時刻)、カバーポイント名、カバレッジをカウントしたカバレッジ取得タイミングの時刻(マーキング指示時刻)等を含む。   This cooperation display control is performed by the cover group waveform display control unit 213 and the item table display control unit 216 accessing the storage unit of the cooperation information 217. The linkage information 217 includes, for example, the coverage display target time (start time and end time) displayed as the item table 110, the cover point name, the time of coverage acquisition timing when the coverage is counted (marking instruction time), and the like.

カバーグループ波形表示制御部213は、連携情報217にマーキング指示時刻があれば、波形情報100上で指示時刻の対応位置に開始時刻と終了時刻のマーカー(図1BのT0またはT1の開始時刻と終了時刻)をライン表示させる。   If there is a marking instruction time in the linkage information 217, the cover group waveform display control unit 213 starts and ends a marker of the start time and the end time (corresponding to the instruction time on the waveform information 100 (the start time and end of T0 or T1 in FIG. 1B). (Time) is displayed in a line.

また、カバーグループ波形表示制御部213は、表示操作入力情報204の中に項目表カバレッジ表示対象時間が設定されていれば、この項目表カバレッジ表示対象時間の開始時刻と終了時刻を連携情報217に保存する(一部期間T1に相当)。   Also, if the item table coverage display target time is set in the display operation input information 204, the cover group waveform display control unit 213 sets the start time and end time of this item table coverage display target time in the linkage information 217. Save (corresponding to part period T1).

項目表表示制御部216は、連携情報217に項目表カバレッジ表示対象時間の開始時刻と終了時刻(一部期間T1に相当)が設定されていれば、この項目表カバレッジ表示対象時間の開始時刻〜終了時刻までのカバレッジをカウントし項目表110として表示する。一方、連携情報217に項目表カバレッジ表示対象時間の開始時刻と終了時刻(T1に相当)が設定されていなければ、全ての時間(全時刻T0に相当)のカバレッジをカウントし項目表110として表示する。   If the start time and end time (corresponding to a partial period T1) of the item table coverage display target time are set in the linkage information 217, the item table display control unit 216 starts the start time of the item table coverage display target time. The coverage up to the end time is counted and displayed as the item table 110. On the other hand, if the start time and end time (corresponding to T1) of the item table coverage display target time are not set in the linkage information 217, the coverage of all times (corresponding to all times T0) is counted and displayed as the item table 110. To do.

次に、図13を用いて、カバーグループ波形表示と項目表表示の連携表示について説明する。図13(1)は項目表情報215である。図13(2)は項目表情報215を基に、項目表表示制御部216が表示した項目表110である。図13(3)はカバーグループ波形情報212を基に、カバーグループ波形表示制御部213が表示した波形情報100である。図13(2)と図13(3)は、同一画面232に表示されている状態である。   Next, the cooperative display of the cover group waveform display and the item table display will be described with reference to FIG. FIG. 13 (1) is item table information 215. FIG. 13B is an item table 110 displayed by the item table display control unit 216 based on the item table information 215. FIG. 13 (3) shows the waveform information 100 displayed by the cover group waveform display control unit 213 based on the cover group waveform information 212. FIG. 13 (2) and FIG. 13 (3) are states displayed on the same screen 232.

この状態でユーザが表示操作部231を操作して項目表110内の所定のマス(カバーされた検証項目のクロス情報)110aを選択すると、項目表表示制御部216は、該当するカバレッジ取得タイミングを項目表情報215から検索する。図13(2)の例では、マス110aの値が2であり、該当するカバレッジ取得が2回あることを示している。   In this state, when the user operates the display operation unit 231 to select a predetermined square (cross information of the covered verification item) 110a in the item table 110, the item table display control unit 216 sets the corresponding coverage acquisition timing. The item table information 215 is searched. In the example of FIG. 13 (2), the value of the square 110a is 2, indicating that there are two corresponding coverage acquisitions.

項目表表示制御部216は、ユーザが選択したマスに相当するカバーポイント名を、波形表示指示カバーポイントとして連携情報217に格納する。さらに、項目表情報215から、ユーザが選択したマスに相当するカバーポイント名とbins値またはillegal_bins値を含むカバレッジ取得タイミングを抽出し、マーキング指示時刻として連携情報217に格納する。   The item table display control unit 216 stores the cover point name corresponding to the square selected by the user in the cooperation information 217 as the waveform display instruction cover point. Further, the coverage acquisition timing including the cover point name corresponding to the square selected by the user and the bins value or the illegal_bins value is extracted from the item table information 215 and stored in the linkage information 217 as the marking instruction time.

図13では、カバーポイント名ADDRとCMDを波形表示指示カバーポイントとして連携情報217に格納する。さらに、カバーポイント名ADDRのbins値がaddr1_5で、かつ、カバーポイント名CMDのbins値がREADであるとき(215aと215b)のカバレッジ取得タイミング(200と1000)を抽出し、マーキング指示時刻として連携情報217に格納する。   In FIG. 13, the cover point names ADDR and CMD are stored in the cooperation information 217 as waveform display instruction cover points. Furthermore, the coverage acquisition timing (200 and 1000) when the bins value of the cover point name ADDR is addr1_5 and the bins value of the cover point name CMD is READ (215a and 215b) is extracted and linked as the marking instruction time Stored in information 217.

カバーグループ波形表示制御部213は、連携情報217に格納された波形表示指示カバーポイントをカバーグループ波形情報212から検索し、みつかったカバーポイント名とbins値およびillegal_bins値を波形表示する。さらに、カバーグループ波形表示制御部213は、連携情報217に格納されたマーキング指示時刻に基づきマーカーを表示する。図13(3)では、taとtbがその例である。   The cover group waveform display control unit 213 searches the cover group waveform information 212 for a waveform display instruction cover point stored in the cooperation information 217, and displays the found cover point name, bins value, and illegal_bins value in a waveform. Further, the cover group waveform display control unit 213 displays a marker based on the marking instruction time stored in the cooperation information 217. In FIG. 13 (3), ta and tb are examples.

これにより、項目表110上でクロスカバレッジが埋まった(生じた)時刻を選択すると、波形情報100上でマーカーを表示することにより、選択したクロスカバレッジが埋まった時刻を明示することができる。   Accordingly, when the time when the cross coverage is filled (occurred) on the item table 110 is selected, the time when the selected cross coverage is filled can be clearly indicated by displaying the marker on the waveform information 100.

図14は、カバーされた検証項目の確認処理の例を示すフローチャートである。上述した設計検証支援装置200が行うB.項目表110のクロスカバレッジ部が埋まった箇所を波形上で表示された状態を人手により確認するデバッグ処理の一例を示す。   FIG. 14 is a flowchart illustrating an example of confirmation processing for a covered verification item. B. Performed by the design verification support apparatus 200 described above. An example of the debugging process which checks manually the state by which the location where the cross coverage part of the item table | surface 110 was buried was displayed on the waveform is shown.

はじめに、表示されたカバレッジの項目表110の中のカバーされた検証項目の1つを選択する(ステップS1401)。これにより、設計検証支援装置200は、選択した検証項目に相当するカバーポイントのカバーグループ名とそのbins値をディスプレイ232上に表示する。また、この表示されたカバー時刻にマーカーを表示する。   First, one of the covered verification items in the displayed coverage item table 110 is selected (step S1401). As a result, the design verification support apparatus 200 displays the cover group name of the cover point corresponding to the selected verification item and its bins value on the display 232. A marker is displayed at the displayed cover time.

ユーザは、このマーカー部分の情報(時刻等)を確認すればよい(ステップS1402)。この後、全ての検証項目の確認が終了したかを確認し、終了していなければ(ステップS1403:No)、ステップS1402に戻り、終了すれば(ステップS1403:Yes)、確認処理を終了する。   The user only has to confirm information (time etc.) of this marker part (step S1402). Thereafter, it is confirmed whether or not all the verification items have been confirmed. If not completed (step S1403: No), the process returns to step S1402, and if completed (step S1403: Yes), the confirmation process is terminated.

(設計検証支援装置のハードウェア構成例)
図15は、実施の形態にかかる設計検証支援装置のハードウェア構成例を示すブロック図である。図15において、設計検証支援装置1500は、CPU(Central Processing Unit)1501と、RAM(Random Access Memory)1502と、HDD(Hard Disk Drive)1503と、を有する。また、設計検証支援装置1500は、グラフィック処理装置1504と、入力インタフェース1505と、通信インタフェース1506と、を有する。また、各部1501〜1506はバス1507によってそれぞれ接続されている。
(Example of hardware configuration of design verification support device)
FIG. 15 is a block diagram of a hardware configuration example of the design verification support apparatus according to the embodiment. In FIG. 15, the design verification support apparatus 1500 includes a CPU (Central Processing Unit) 1501, a RAM (Random Access Memory) 1502, and an HDD (Hard Disk Drive) 1503. The design verification support apparatus 1500 includes a graphic processing apparatus 1504, an input interface 1505, and a communication interface 1506. Each unit 1501 to 1506 is connected by a bus 1507.

ここで、CPU1501は、設計検証支援装置1500の全体の制御を司る。RAM1502は、CPU1501のワークエリアとして使用される。HDD1503は、CPU1501の制御にしたがってデータのリード/ライトを制御し、該制御で書き込まれたデータを記憶する。HDD1503としては、磁気ディスク、光ディスクなどが挙げられる。   Here, the CPU 1501 governs overall control of the design verification support apparatus 1500. The RAM 1502 is used as a work area for the CPU 1501. The HDD 1503 controls the reading / writing of data according to the control of the CPU 1501 and stores the data written by the control. Examples of the HDD 1503 include a magnetic disk and an optical disk.

通信インタフェース1506は、通信回線1508を通じてLAN(Local Area Network)、WAN(Wide Area Network)、インターネットなどのネットワークNETWORKに接続され、このネットワークを介して他の装置に接続される。そして、通信インタフェース1506は、ネットワークと内部のインタフェースを司り、外部装置からのデータの入出力を制御する。通信インタフェース1506には、例えばモデムやLANアダプタなどを採用することができる。   The communication interface 1506 is connected to a network NETWORK such as a LAN (Local Area Network), a WAN (Wide Area Network), and the Internet through a communication line 1508, and is connected to other devices via this network. A communication interface 1506 controls an internal interface with the network and controls data input / output from an external device. As the communication interface 1506, for example, a modem or a LAN adapter can be employed.

入力インタフェース1505は、キーボード、マウス、タッチパネルなどに接続され、利用者の操作により、各種データの入力を行うインタフェースである。また、入力インタフェース1505は、カメラから画像や動画を取り込むこともできる。また、入力インタフェース1505は、マイクから音声を取り込むこともできる。グラフィック処理装置1504は、CPU1501の指示により、データを出力するインタフェースである。グラフィック処理装置1504は、例えば、ディスプレイに接続され、データをディスプレイに出力する。   The input interface 1505 is an interface that is connected to a keyboard, a mouse, a touch panel, and the like, and inputs various data by a user operation. The input interface 1505 can also capture images and moving images from the camera. The input interface 1505 can also capture audio from a microphone. The graphic processing device 1504 is an interface that outputs data in accordance with an instruction from the CPU 1501. The graphic processing device 1504 is connected to a display, for example, and outputs data to the display.

入力インタフェース1505、あるいは通信インタフェース1506を介して、波形情報221とソースコード222と、設計検証支援にかかる表示操作入力情報204が入力される。そして、CPU1501が入力情報をデータ処理して、各種情報(カバーグループ情報202、カバーグループ波形情報212、項目表情報215、連携情報217等)を生成し、HDD1503に格納する。このHDD1503に格納された情報を用いて波形情報100と項目表110とを連携して表示させる表示データをグラフィック処理装置1504に出力する。   Through the input interface 1505 or the communication interface 1506, the waveform information 221, the source code 222, and the display operation input information 204 for design verification support are input. Then, the CPU 1501 processes the input information to generate various types of information (cover group information 202, cover group waveform information 212, item table information 215, linkage information 217, etc.) and store them in the HDD 1503. Using the information stored in the HDD 1503, display data for displaying the waveform information 100 and the item table 110 in cooperation with each other is output to the graphic processing device 1504.

カバーグループ情報取得部201、表示操作入力部203、カバーグループ情報制御部205の処理は、例えば、図15に示すCPU1501がアクセス可能なRAM1502、HDD1503などの記憶装置に記憶されたプログラムにコーディングされている。そして、CPU1501が記憶装置から該プログラムを読み出して、プログラムにコーディングされている処理を実行する。これにより、図2に記載の各機能部の処理が実現され、処理結果(例えば図2に記載の各情報(カバーグループ情報202〜連携情報217))は、RAM1502、HDD1503などの記憶装置に記憶される。   The processing of the cover group information acquisition unit 201, the display operation input unit 203, and the cover group information control unit 205 is coded in a program stored in a storage device such as the RAM 1502 and the HDD 1503 that can be accessed by the CPU 1501 shown in FIG. Yes. Then, the CPU 1501 reads the program from the storage device and executes the process coded in the program. Accordingly, the processing of each functional unit illustrated in FIG. 2 is realized, and the processing result (for example, each information (cover group information 202 to cooperation information 217) illustrated in FIG. 2) is stored in a storage device such as the RAM 1502 or the HDD 1503. Is done.

(カバーグループ情報制御部が行う処理例)
以下、上述したカバーグループ情報制御部205が有するカバーグループ波形情報生成部211、項目表情報生成部214、カバーグループ波形表示制御部213、項目表表示制御部216の各機能部の処理例を説明する。
(Example of processing performed by the cover group information control unit)
Hereinafter, processing examples of the functional units of the cover group waveform information generation unit 211, the item table information generation unit 214, the cover group waveform display control unit 213, and the item table display control unit 216 included in the cover group information control unit 205 described above will be described. To do.

図16は、カバーグループ波形情報生成の処理内容を示すフローチャートである。カバーグループ波形情報生成部211が行うカバーグループ波形情報212の生成処理を説明する。はじめに、カバーグループ波形情報生成部211は、カバーグループ情報202の中に未だカバーグループ波形情報212を生成していないカバーポイントがあれば(ステップS1601:Yes)、ステップS1602以下の処理を行う。一方、全てのカバーグループ波形情報を作成済みであれば(ステップS1601:No)、処理を終了する。   FIG. 16 is a flowchart showing the processing contents of cover group waveform information generation. A generation process of the cover group waveform information 212 performed by the cover group waveform information generation unit 211 will be described. First, if there is a cover point in the cover group information 202 that has not yet generated the cover group waveform information 212 (step S1601: Yes), the cover group waveform information generation unit 211 performs the processing from step S1602 onward. On the other hand, if all cover group waveform information has been created (step S1601: No), the process ends.

ステップS1602では、カバーグループ波形情報生成部211は、未だカバーグループ波形情報212を生成していないカバーポイント名の1つに対応する信号名をカバーグループ情報202から取り出す(ステップS1602)。   In step S1602, the cover group waveform information generation unit 211 extracts from the cover group information 202 a signal name corresponding to one of the cover point names for which the cover group waveform information 212 has not yet been generated (step S1602).

次に、カバーグループ波形情報生成部211は、波形情報221から、取り出した信号の変化情報(変化時刻と変化後の信号値)を抽出する(ステップS1603)。そして、抽出した信号値を対応するbins値またはillegal_bins値に置き換える(ステップS1604)。   Next, the cover group waveform information generation unit 211 extracts change information (change time and changed signal value) of the extracted signal from the waveform information 221 (step S1603). Then, the extracted signal value is replaced with the corresponding bins value or illegal_bins value (step S1604).

次に、カバーグループ波形情報生成部211は、変化時刻が異なっても、bins値およびillegal_bins値が変化していない情報(変化時刻と変化後のbins値およびillegal_bins値)は、変化時刻が大きい方を破棄する(ステップS1605)。   Next, the cover group waveform information generation unit 211 has information that the bins value and the illegal_bins value are not changed even when the change times are different (the change time and the bins value and the illegal_bins value after the change) with the larger change time. Is discarded (step S1605).

次に、カバーグループ波形情報生成部211は、未だカウンタ信号情報を生成していないillegal_bins値があれば(ステップS1606:Yes)、ステップS1607に移行し、なければ(ステップS1606:No)、ステップS1601に戻る。   Next, if there is an illegal_bins value for which counter signal information has not been generated yet (step S1606: Yes), the cover group waveform information generation unit 211 proceeds to step S1607, otherwise (step S1606: No), step S1601. Return to.

ステップS1607では、未だカウンタ信号情報を生成していないillegal_bins値の1つに対して、カウンタ信号名を生成し、その変化情報(変化時刻とカウント値)を保存し(ステップS1607)、ステップS1606に戻る。   In step S1607, a counter signal name is generated for one of the illegal_bins values for which counter signal information has not yet been generated, and the change information (change time and count value) is stored (step S1607). Return.

図17は、カバーグループ波形表示制御の処理内容を示すフローチャートである。カバーグループ波形表示制御部213が行うカバーグループ波形情報212の表示制御の内容を説明する。   FIG. 17 is a flowchart showing the processing contents of the cover group waveform display control. The contents of display control of the cover group waveform information 212 performed by the cover group waveform display control unit 213 will be described.

はじめに、カバーグループ波形表示制御部213は、表示操作部231の操作に基づく表示操作入力情報204、または連携情報217の中に波形表示指示されたカバーポイントがあるか判断する(ステップS1701)。波形表示指示されたカバーポイントがなければ(ステップS1701:No)、ステップS1708に移行する。波形表示指示されたカバーポイントがあれば(ステップS1701:Yes)、波形表示指示カバーポイントを、カバーグループ波形情報212から検索する(ステップS1702)。   First, the cover group waveform display control unit 213 determines whether there is a cover point instructed to display a waveform in the display operation input information 204 based on the operation of the display operation unit 231 or the linkage information 217 (step S1701). If there is no cover point instructed to display the waveform (step S1701: No), the process proceeds to step S1708. If there is a cover point for which waveform display is instructed (step S1701: Yes), a waveform display instruction cover point is searched from the cover group waveform information 212 (step S1702).

次に、カバーグループ波形表示制御部213は、検索により見つかったカバーポイントは波形表示済みか判断する(ステップS1703)。波形表示済みであれば(ステップS1703:Yes)、ステップS1708に移行する。波形表示していなければ(ステップS1703:No)、カバーグループ波形表示制御部213は、見つかったカバーポイントを波形表示する(ステップS1704)。   Next, the cover group waveform display control unit 213 determines whether the waveform of the cover point found by the search has already been displayed (step S1703). If the waveform has been displayed (step S1703: YES), the process proceeds to step S1708. If the waveform is not displayed (step S1703: No), the cover group waveform display control unit 213 displays the waveform of the found cover point (step S1704).

次に、カバーグループ波形表示制御部213は、表示したカバーポイントは、illegal_bins値を含むか判断する(ステップS1705)。カバーポイントがillegal_bins値を含まない場合(ステップS1705:No)、ステップS1708に移行する。カバーポイントがillegal_bins値を含む場合(ステップS1705:Yes)、カバーグループ波形表示制御部213は、波形上のillegal_bins値をハイライト表示(強調表示)する(ステップS1706)。   Next, the cover group waveform display control unit 213 determines whether the displayed cover point includes an illegal_bins value (step S1705). When the cover point does not include the illegal_bins value (step S1705: NO), the process proceeds to step S1708. When the cover point includes the illegal_bins value (step S1705: YES), the cover group waveform display control unit 213 highlights (highlights) the illegal_bins value on the waveform (step S1706).

次に、カバーグループ波形表示制御部213は、ハイライト表示したillegal_bins値に対応するカウンタ信号を波形表示する(ステップS1707)。   Next, the cover group waveform display control unit 213 displays a waveform of the counter signal corresponding to the highlighted illegal_bins value (step S1707).

次に、カバーグループ波形表示制御部213は、連携情報217の中にマーキング指示時刻があるか判断する(ステップS1708)。マーキング指示時刻がなければ(ステップS1708:No)、ステップS1710に移行する。マーキング指示時刻があれば(ステップS1708:Yes)、連携情報217のマーキング指示時刻で波形上にマーカーを表示する(ステップS1709)。   Next, the cover group waveform display control unit 213 determines whether there is a marking instruction time in the cooperation information 217 (step S1708). If there is no marking instruction time (step S1708: No), the process proceeds to step S1710. If there is a marking instruction time (step S1708: Yes), a marker is displayed on the waveform at the marking instruction time of the cooperation information 217 (step S1709).

次に、カバーグループ波形表示制御部213は、表示操作入力情報204の中に項目表カバレッジ表示対象時間があるか判断する(ステップS1710)。項目表カバレッジ表示対象時間がなければ(ステップS1710:No)、ステップS1712に移行する。項目表カバレッジ表示対象時間があれば(ステップS1710:Yes)、カバーグループ波形表示制御部213は、項目表カバレッジ表示対象時間(開始時刻と終了時刻)を連携情報217に保存する(ステップS1711)。   Next, the cover group waveform display control unit 213 determines whether there is an item table coverage display target time in the display operation input information 204 (step S1710). If there is no item table coverage display target time (step S1710: No), the process proceeds to step S1712. If the item table coverage display target time is present (step S1710: Yes), the cover group waveform display control unit 213 stores the item table coverage display target time (start time and end time) in the linkage information 217 (step S1711).

そして、カバーグループ波形表示制御部213は、波形表示が終了したか判断し(ステップS1712)、終了していなければ(ステップS1712:No)、ステップS1701に戻り、終了していれば(ステップS1712:Yes)、以上の処理を終了する。   Then, the cover group waveform display control unit 213 determines whether the waveform display is completed (step S1712). If not completed (step S1712: No), the process returns to step S1701, and if completed (step S1712: Yes), the above process ends.

図18は、項目表情報生成の処理内容を示すフローチャートである。項目表情報生成部214が行う項目表情報215の生成処理を説明する。はじめに、項目表情報生成部214は、カバーグループ情報202の中に未だ項目表情報215を生成していないカバーグループがあるか判断する(ステップS1801)。項目表情報215を生成していないカバーグループがなければ(ステップS1801:No)、処理を終了する。   FIG. 18 is a flowchart showing the processing contents of item table information generation. A process for generating the item table information 215 performed by the item table information generation unit 214 will be described. First, the item table information generation unit 214 determines whether there is a cover group that has not yet generated the item table information 215 in the cover group information 202 (step S1801). If there is no cover group for which item table information 215 has not been generated (step S1801: No), the process ends.

一方、項目表情報215を生成していないカバーグループがあれば(ステップS1801:Yes)、未だ項目表情報215を生成していない1つのカバーグループに対応する情報をカバーグループ情報202から取り出す(ステップS1802)。   On the other hand, if there is a cover group for which item table information 215 has not been generated (step S1801: Yes), information corresponding to one cover group for which item table information 215 has not yet been generated is extracted from cover group information 202 (step S1801: Yes). S1802).

この際に取り出す情報は、カバレッジ取得タイミング(coverage_event)、カバーポイント名とそれに対応する信号名およびbins値、illegal_bins値である。   Information extracted at this time is a coverage acquisition timing (coverage_event), a cover point name, a corresponding signal name, bins value, and illegal_bins value.

次に、項目表情報生成部214は、取り出した情報を基に、波形情報221から所定の情報を抽出し、項目表情報215として保存する(ステップS1803)。この際に抽出する情報は、カバレッジ取得タイミングの時刻、各カバーポイントに対応する信号のカバレッジ取得タイミングにおける信号値である。また、カバレッジ取得タイミングの時刻に信号が変化していない場合はその直前の変化時刻の信号値を用いて補完する。   Next, the item table information generation unit 214 extracts predetermined information from the waveform information 221 based on the extracted information, and stores it as item table information 215 (step S1803). Information extracted at this time is the time of coverage acquisition timing and the signal value at the coverage acquisition timing of the signal corresponding to each cover point. If the signal does not change at the time of coverage acquisition timing, the signal value at the change time immediately before is complemented.

次に、項目表情報生成部214は、保存した信号値をbins値またはillegal_bins値に置き換え(ステップS1804)、ステップS1801に戻る。   Next, the item table information generation unit 214 replaces the stored signal value with a bins value or an illegal_bins value (step S1804), and returns to step S1801.

図19は、項目表表示制御の処理内容を示すフローチャートである。項目表表示制御部216が行う項目表カバーグループ波形表示の制御内容を説明する。はじめに、項目表表示制御部216は、表示操作入力情報204の中に項目表表示を指示されたカバーグループがあるか判断する(ステップS1901)。項目表表示を指示されたカバーグループがなければ(ステップS1901:No)、ステップS1908に移行する。項目表表示を指示されたカバーグループがあれば(ステップS1901:Yes)、項目表表示制御部216は、表示指示されたカバーグループを項目表情報215から検索する(ステップS1902)。   FIG. 19 is a flowchart showing the processing contents of the item table display control. The control contents of the item table cover group waveform display performed by the item table display control unit 216 will be described. First, the item table display control unit 216 determines whether there is a cover group instructed to display the item table in the display operation input information 204 (step S1901). If there is no cover group instructed to display the item table (step S1901: NO), the process proceeds to step S1908. If there is a cover group instructed to display the item table (step S1901: Yes), the item table display control unit 216 searches the item table information 215 for the cover group instructed to display (step S1902).

次に、項目表表示制御部216は、見つかったカバーグループは項目表110として表示済みか判断する(ステップS1903)。表示済みであれば(ステップS1903:Yes)、ステップS1908に移行する。表示済みでなければ(ステップS1903:No)、項目表表示制御部216は、見つかったカバーグループのカバーポイント名とbins値、illegal_bins値を項目表110に表示する(ステップS1904)。   Next, the item table display control unit 216 determines whether the found cover group is already displayed as the item table 110 (step S1903). If already displayed (step S1903: Yes), the process proceeds to step S1908. If not displayed (step S1903: No), the item table display control unit 216 displays the cover point name, bins value, and illegal_bins value of the found cover group in the item table 110 (step S1904).

次に、項目表表示制御部216は、連携情報217の中に項目表カバレッジ表示対象時間(開始時刻と終了時刻)があるかを判断する(ステップS1905)。項目表カバレッジ表示対象時間がなければ(ステップS1905:No)、ステップS1907に移行する。項目表カバレッジ表示対象時間があれば(ステップS1905:Yes)、項目表表示制御部216は、項目表情報215から項目表カバレッジ表示対象時間内のカバレッジをカウントし、項目表110に表示し(ステップS1906)、ステップS1908に移行する。ステップS1907では、項目表情報215から全ての時間のカバレッジをカウントし、項目表110に表示し(ステップS1907)、ステップS1908に移行する。   Next, the item table display control unit 216 determines whether there is an item table coverage display target time (start time and end time) in the cooperation information 217 (step S1905). If there is no item table coverage display target time (step S1905: No), the process proceeds to step S1907. If the item table coverage display target time is present (step S1905: Yes), the item table display control unit 216 counts the coverage within the item table coverage display target time from the item table information 215 and displays it in the item table 110 (step S1905). S1906), the process proceeds to step S1908. In step S1907, the coverage of all times is counted from the item table information 215, displayed on the item table 110 (step S1907), and the process proceeds to step S1908.

ステップS1908では、項目表表示制御部216は、表示操作入力情報204の中に、表示中の項目表110の特定のカバレッジに対する、波形表示指示があるか判断する(ステップS1908)。波形表示指示がなければ(ステップS1908:No)、ステップS1910に移行する。波形表示指示があれば(ステップS1908:Yes)、項目表表示制御部216は、波形表示指示されたカバレッジについて、所定の情報を連携情報217として保存する(ステップS1909)。   In step S1908, the item table display control unit 216 determines whether there is a waveform display instruction for the specific coverage of the item table 110 being displayed in the display operation input information 204 (step S1908). If there is no waveform display instruction (step S1908: No), the process proceeds to step S1910. If there is a waveform display instruction (step S1908: Yes), the item table display control unit 216 stores predetermined information as linkage information 217 for the coverage instructed to display the waveform (step S1909).

この際、保存する情報は、カバーポイント名、カバレッジをカウントしたカバレッジ取得タイミングの時刻(マーキング指示時刻)である。   At this time, the information to be stored is the cover point name and the time of coverage acquisition timing (marking instruction time) counting the coverage.

この後、項目表110の表示が終了したか判断し(ステップS1910)、終了していなければ(ステップS1910:No)、ステップS1901に戻り、終了していれば(ステップS1910:Yes)、以上の処理を終了する。   Thereafter, it is determined whether the display of the item table 110 has been completed (step S1910). If not completed (step S1910: No), the process returns to step S1901, and if completed (step S1910: Yes), The process ends.

以上説明した実施の形態によれば、カバーポイントと、カバーポイントのとり得る値およびとり得ない値を含むカバーグループ波形情報を、既存のシミュレーション結果の波形情報(信号波形)と共に表示することができ、カバーグループで記述した検証項目がカバーされたときの時刻や信号値の確認、カバーされるべきではない検証項目がカバーされた条件の確認、等のデバッグを容易かつ効率的に行えるようになる。   According to the embodiment described above, it is possible to display the cover point and the cover group waveform information including the values that the cover point can and cannot take together with the waveform information (signal waveform) of the existing simulation result. Debugging such as confirmation of time and signal values when verification items described in a cover group are covered, confirmation of conditions that cover verification items that should not be covered, etc. can be performed easily and efficiently. .

また、カバーグループ波形情報は、入力される波形情報から抽出して簡単に生成することができる。この際、信号の信号値を各カバーポイントのとり得る値およびとり得ない値に置き換え、とり得る値およびとり得ない値が変化している時刻だけを残してカバーグループ波形情報を生成することで、必要なデータ数を削減でき、処理を効率化でき、カバーポイントの表示処理を簡単に行えるようになる。   The cover group waveform information can be easily generated by extracting from the input waveform information. At this time, the signal value of the signal is replaced with a value that each cover point can and cannot take, and only the time when the value that can be taken and the value that cannot be taken is changed to generate cover group waveform information. The number of necessary data can be reduced, the processing efficiency can be improved, and the cover point display processing can be easily performed.

また、カバーポイントのとり得ない値の出現回数をカウントし、カバーポイントのとり得ない値の名で表示するため、カバーポイントのとり得ない値の発生と出現回数を容易に把握できるようになる。また、強調表示により、カバーポイントのとり得ない値の発生時刻を簡単に確認できるようになる。   In addition, the number of occurrences of values that cover points cannot take is counted and displayed as the name of values that cover points cannot take, making it easy to understand the occurrences and occurrences of values that cover points cannot take. . In addition, it becomes possible to easily check the generation time of a value that cannot be covered by the highlighting.

また、カバーグループ波形情報と、検証項目表とを表示出力することで、これらカバーグループ波形情報と、検証項目表とを用いたデバッグ作業を効率的に行えるようになる。そして、カバーグループ波形情報を表示した画面上で指定した時刻範囲に対応して検証項目表のカウント値を変更することで、カバーグループ波形情報の表示内容と検証項目表の表示内容を連携させることができ、デバッグ作業を効率的に行えるようになる。   Further, by displaying and outputting the cover group waveform information and the verification item table, it becomes possible to efficiently perform debugging work using the cover group waveform information and the verification item table. Then, by changing the count value of the verification item table corresponding to the time range specified on the screen displaying the cover group waveform information, the display content of the cover group waveform information and the display content of the verification item table can be linked. Can be debugged efficiently.

また、検証項目表は、波形情報に基づきカバレッジ取得タイミングの信号名と信号値を各カバーポイントのとり得る値およびとり得ない値に置き換えることでカバレッジ取得タイミング毎にクロスカバレッジのカバーポイントを簡単に管理できるようになる。また、置き換え時に、カバレッジ取得タイミングの時刻に信号値が変化していない場合は、直前の変化時刻の信号値を用いて補完できる。   Also, the verification item table makes it easy to change the cross-coverage cover points at each coverage acquisition timing by replacing the signal name and signal value of the coverage acquisition timing with the values that each cover point can and cannot take based on the waveform information. It becomes possible to manage. Further, when the signal value does not change at the time of coverage acquisition timing at the time of replacement, it can be complemented using the signal value at the immediately previous change time.

また、表示された検証項目表上でクロスポイントを選択することで、該当する時刻を波形情報上でマーカー表示でき、検証項目表上の操作で波形情報上のクロスポイントの時刻を容易に確認できるようになる。   In addition, by selecting a crosspoint on the displayed verification item table, the corresponding time can be displayed as a marker on the waveform information, and the time of the crosspoint on the waveform information can be easily confirmed by operation on the verification item table. It becomes like this.

したがって、取得したカバレッジを基に、カバーグループで記述した検証項目がカバーされたときの時刻や信号値の確認、カバーされるべきではない検証項目がカバーされた条件の確認、等のデバッグを簡単に行えるようになる。この際、同一画面上にカバーグループ波形情報と、検証項目表とを表示できるため、既存のカバレッジ解析ツールと波形ビューアを併用したデバッグ作業を不要にでき、デバッグの際の画面確認作業を簡単に行え、検証効率および検証品質を向上できるようになる。   Therefore, based on the acquired coverage, debugging such as confirmation of the time and signal value when the verification item described in the cover group is covered, confirmation of the condition that covered the verification item that should not be covered, etc. is easy. Will be able to do. At this time, since the cover group waveform information and the verification item table can be displayed on the same screen, the debugging work using the existing coverage analysis tool and waveform viewer can be eliminated, and the screen checking work at the time of debugging can be done easily. It is possible to improve verification efficiency and verification quality.

ところで、上記実施の形態では、波形情報100と項目表110を単一のディスプレイ232の同一画面上に表示させる例を説明した。これに限らず、これら波形情報100と項目表110とがデータ連携されているため、単一のディスプレイ232の異なる画面上に波形情報100と項目表110を表示させることとしてもよい。また、異なるディスプレイ232の画面上にそれぞれ波形情報100と項目表110を連携して表示させることもできる。   In the above embodiment, the example in which the waveform information 100 and the item table 110 are displayed on the same screen of the single display 232 has been described. Not limited to this, the waveform information 100 and the item table 110 are linked to each other. Therefore, the waveform information 100 and the item table 110 may be displayed on different screens of the single display 232. Further, the waveform information 100 and the item table 110 can be displayed in cooperation with each other on the screens of different displays 232.

なお、本実施の形態で説明した設計検証支援方法は、予め用意された波形データ変換プログラムをパーソナル・コンピュータやワークステーション等のコンピュータで実行することにより実現することができる。本波形データ変換プログラムは、磁気ディスク、光ディスク、USB(Universal Serial Bus)フラッシュメモリなどのコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行される。また、波形データ変換プログラムは、インターネット等のネットワークを介して配布してもよい。   The design verification support method described in the present embodiment can be realized by executing a waveform data conversion program prepared in advance on a computer such as a personal computer or a workstation. The waveform data conversion program is recorded on a computer-readable recording medium such as a magnetic disk, an optical disk, or a USB (Universal Serial Bus) flash memory, and is executed by being read from the recording medium by the computer. Further, the waveform data conversion program may be distributed via a network such as the Internet.

上述した実施の形態に関し、さらに以下の付記を開示する。   The following additional notes are disclosed with respect to the embodiment described above.

(付記1)検証の対象回路の所定の事象発生の有無を示すカバレッジ抽出用の記述が付加された論理回路記述の論理シミュレーション結果の波形情報と、当該波形情報の信号名および信号値を表示装置に表示し、
前記波形情報から前記対象回路で所定の事象の有無を示すカバーポイントと、前記カバーポイントのとり得る値およびとり得ない値を抽出し、時刻と前記カバーポイントと前記とり得る値およびとり得ない値とを結びつけて生成したカバーグループ波形情報を、前記波形情報と同一時間軸で前記表示装置に表示する情報制御部、
を備えたことを特徴とする設計検証支援装置。
(Supplementary Note 1) Display device for displaying waveform information of logic simulation result of logic circuit description to which description for coverage extraction indicating presence / absence of predetermined event occurrence in verification target circuit is added, signal name and signal value of the waveform information Displayed on the
A cover point indicating the presence / absence of a predetermined event in the target circuit, a value that the cover point can take and a value that cannot be taken are extracted from the waveform information, and a time, the cover point, the value that can be taken, and a value that cannot be taken An information control unit for displaying the cover group waveform information generated by linking to the display device on the same time axis as the waveform information,
A design verification support apparatus characterized by comprising:

(付記2)前記情報制御部は、
前記波形情報に基づき、前記カバーポイントのカバーポイント名毎に対応する信号名と、当該信号名に対応する信号の変化した信号値および変化時刻を抽出し、前記カバーグループ波形情報を生成することを特徴とする付記1に記載の設計検証支援装置。
(Appendix 2) The information control unit
Based on the waveform information, extracting a signal name corresponding to each cover point name of the cover point, a changed signal value and a change time of the signal corresponding to the signal name, and generating the cover group waveform information The design verification support apparatus according to Supplementary Note 1, which is a feature.

(付記3)前記情報制御部は、
前記波形情報の前記カバーポイント名毎に、前記信号の変化した信号値および変化時刻を抽出し、前記信号の信号値を前記各カバーポイントの前記とり得る値およびとり得ない値に置き換えた波形情報を生成し、
前記置き換えた波形情報のうち、前記とり得る値およびとり得ない値が変化している時刻だけを残して前記カバーグループ波形情報を生成することを特徴とする付記2に記載の設計検証支援装置。
(Supplementary Note 3) The information control unit
For each cover point name of the waveform information, the signal value and the change time at which the signal has changed are extracted, and the signal value of the signal is replaced with the possible value and the impossible value of each cover point. Produces
3. The design verification support apparatus according to appendix 2, wherein the cover group waveform information is generated leaving only the time when the possible value and the impossible value of the replaced waveform information are changed.

(付記4)前記情報制御部は、
前記カバーポイントのとり得ない値の出現回数をカウントし、カウンタ値を前記各カバーポイントのとり得ない値毎の固有名に対応付けて、前記置き換えた波形情報に付加することを特徴とする付記3に記載の設計検証支援装置。
(Supplementary Note 4) The information control unit
The number of occurrences of the value that cannot be taken by the cover point is counted, and the counter value is associated with a unique name for each value that cannot be taken by each cover point and added to the replaced waveform information. 3. The design verification support apparatus according to 3.

(付記5)前記情報制御部は、
前記カバーポイントのとり得ない値を前記表示装置に強調表示することを特徴とする付記1〜4のいずれか一つに記載の設計検証支援装置。
(Supplementary Note 5) The information control unit
The design verification support apparatus according to any one of appendices 1 to 4, wherein a value that cannot be taken by the cover point is highlighted on the display apparatus.

(付記6)前記情報制御部は、
前記カバーグループ波形情報と、前記対象回路の検証項目を示す複数の前記カバーポイントを組み合わせた検証項目表のクロスポイントのカウント値とを対応付けた項目表情報と、を前記表示装置に表示出力することを特徴とする付記1〜5のいずれか一つに記載の設計検証支援装置。
(Appendix 6) The information control unit
The cover table waveform information and item table information in which a cross point count value of a verification item table in which a plurality of the cover points indicating the verification items of the target circuit are combined are displayed on the display device. The design verification support apparatus according to any one of appendices 1 to 5, characterized in that:

(付記7)前記情報制御部は、
前記カバーグループ波形情報を表示した前記表示装置上で指定した時刻範囲に対応して前記検証項目表のカウント値を変更することを特徴とする付記6に記載の設計検証支援装置。
(Appendix 7) The information control unit
7. The design verification support apparatus according to appendix 6, wherein the count value of the verification item table is changed corresponding to a time range specified on the display apparatus that displays the cover group waveform information.

(付記8)前記情報制御部は、
前記検証項目表の作成時に、前記波形情報に基づきクロックが立ち上がりのときの信号名と信号値を抽出し、
前記波形情報からカバレッジ取得タイミングの時刻と、前記各カバーポイントに対応する前記信号の前記カバレッジ取得タイミングにおける信号値とを抽出し、
前記信号値を前記各カバーポイントの前記とり得る値およびとり得ない値に置き換えて前記項目表情報を生成することを特徴とする付記6または7に記載の設計検証支援装置。
(Appendix 8) The information control unit
When creating the verification item table, based on the waveform information, extract the signal name and signal value when the clock rises,
Extracting the time of coverage acquisition timing from the waveform information and the signal value at the coverage acquisition timing of the signal corresponding to each cover point,
The design verification support apparatus according to appendix 6 or 7, wherein the item table information is generated by replacing the signal value with the possible value and the impossible value of each cover point.

(付記9)前記情報制御部は、
前記置き換え時に、前記カバレッジ取得タイミングの時刻に前記信号が変化していない場合は、直前の変化時刻の信号値を用いて補完することを特徴とする付記8に記載の設計検証支援装置。
(Supplementary note 9) The information control unit
9. The design verification support apparatus according to appendix 8, wherein when the signal does not change at the time of the coverage acquisition timing at the time of replacement, the signal is complemented by using the signal value at the immediately previous change time.

(付記10)前記情報制御部は、
前記表示装置に表示された前記検証項目表上の任意の前記クロスポイントの選択時には、該当するカバレッジが埋まった時刻を前記項目表情報から検索し、該当する時刻を前記波形情報上で前記表示装置にマーカー表示することを特徴とする付記8または9に記載の設計検証支援装置。
(Supplementary Note 10) The information control unit
When an arbitrary cross point on the verification item table displayed on the display device is selected, a time at which the corresponding coverage is filled is searched from the item table information, and the corresponding time is displayed on the waveform information on the display device. The design verification support apparatus according to appendix 8 or 9, wherein a marker is displayed on the display.

(付記11)前記情報制御部は、
前記表示装置に表示出力する一方の前記カバーグループ波形情報あるいは他方の前記項目表情報に対するデータ変更時の情報を連携情報として保持し、いずれか一方の情報のデータ変更時に前記連携情報を参照し、他方の情報のデータ変更に用いることを特徴とする付記6〜10のいずれか一つに記載の設計検証支援装置。
(Supplementary Note 11) The information control unit
The information at the time of data change for one of the cover group waveform information or the other item table information to be displayed and output on the display device is held as linkage information, referring to the linkage information at the time of data change of either one of the information, The design verification support apparatus according to any one of appendices 6 to 10, wherein the design verification support apparatus is used for changing data of the other information.

(付記12)前記情報制御部は、
前記カバーグループ波形情報と、前記検証項目表とを前記表示装置の同一画面上に表示させる表示信号を出力することを特徴とする付記6〜11のいずれか一つに記載の設計検証支援装置。
(Supplementary Note 12) The information control unit
The design verification support apparatus according to any one of appendices 6 to 11, wherein a display signal for displaying the cover group waveform information and the verification item table on the same screen of the display apparatus is output.

(付記13)コンピュータが、
検証の対象回路の所定の事象発生の有無を示すカバレッジ抽出用の記述が付加された論理回路記述の論理シミュレーション結果の波形情報と、当該波形情報の信号名および信号値を表示装置に表示させる処理と、
前記波形情報から前記対象回路で所定の事象の有無を示すカバーポイントと、前記カバーポイントのとり得る値およびとり得ない値を抽出し、時刻と前記カバーポイントと前記とり得る値およびとり得ない値とを結びつけて生成したカバーグループ波形情報を、前記波形情報と同一時間軸で前記表示装置に表示させる処理と、
を実行することを特徴とする設計検証支援方法。
(Supplementary note 13)
Processing for displaying on the display device the waveform information of the logic simulation result of the logic circuit description to which a description for coverage extraction indicating whether or not a predetermined event has occurred in the verification target circuit is added, and the signal name and signal value of the waveform information When,
A cover point indicating the presence / absence of a predetermined event in the target circuit, a value that the cover point can take and a value that cannot be taken are extracted from the waveform information, and a time, the cover point, the value that can be taken, and a value that cannot be taken Processing to display the cover group waveform information generated by linking to the display device on the same time axis as the waveform information;
A design verification support method characterized by executing

(付記14)前記カバーグループ波形情報と、前記対象回路の検証項目を示す複数の前記カバーポイントを組み合わせた検証項目表のクロスポイントのカウント値とを対応付けた項目表情報と、を前記表示装置に表示出力する処理、
をさらに含むことを特徴とする付記13に記載の設計検証支援方法。
(Supplementary note 14) Item table information in which the cover group waveform information is associated with count values of cross points of a verification item table in which a plurality of the cover points indicating verification items of the target circuit are combined with each other. Processing to display and output to
The design verification support method according to supplementary note 13, further comprising:

(付記15)検証の対象回路の所定の事象発生の有無を示すカバレッジ抽出用の記述が付加された論理回路記述の論理シミュレーション結果の波形情報と、当該波形情報の信号名および信号値を表示装置に表示させ、
前記波形情報から前記対象回路で所定の事象の有無を示すカバーポイントと、前記カバーポイントのとり得る値およびとり得ない値を抽出し、時刻と前記カバーポイントと前記とり得る値およびとり得ない値とを結びつけて生成したカバーグループ波形情報を、前記波形情報と同一時間軸で前記表示装置に表示させる、
処理をコンピュータに実行させることを特徴とする設計検証支援プログラム。
(Supplementary Note 15) Display device for displaying waveform information of logic simulation result of logic circuit description to which description for coverage extraction indicating presence / absence of predetermined event occurrence in verification target circuit is added, signal name and signal value of the waveform information Displayed on the
A cover point indicating the presence / absence of a predetermined event in the target circuit, a value that the cover point can take and a value that cannot be taken are extracted from the waveform information, and a time, the cover point, the value that can be taken, and a value that cannot be taken And display the cover group waveform information generated by linking to the display device on the same time axis as the waveform information,
A design verification support program characterized by causing a computer to execute processing.

(付記16)前記カバーグループ波形情報と、前記対象回路の検証項目を示す複数の前記カバーポイントを組み合わせた検証項目表のクロスポイントのカウント値とを対応付けた項目表情報と、を前記表示装置に表示出力する処理、
をコンピュータに実行させることを特徴とする付記15に記載の設計検証支援プログラム。
(Supplementary Note 16) Item table information in which the cover group waveform information is associated with count values of cross points of a verification item table in which a plurality of the cover points indicating the verification items of the target circuit are combined with each other. Processing to display and output to
The design verification support program according to appendix 15, wherein the program is executed by a computer.

100,221 波形情報
110 項目表
200,1500 設計検証支援装置
201 カバーグループ情報取得部
202 カバーグループ情報
203 表示操作入力部
204 表示操作入力情報
205 カバーグループ情報制御部
211 カバーグループ波形情報生成部
212 カバーグループ波形情報
213 カバーグループ波形表示制御部
214 項目表情報生成部
215 項目表情報
216 項目表表示制御部
217 連携情報
222 ソースコード
231 表示操作部
232 ディスプレイ(表示装置)
1501 CPU
1502 RAM
1503 HDD
1504 グラフィック処理装置
1505 入力インタフェース
1506 通信インタフェース
1507 バス
1508 通信回線
100, 221 Waveform information 110 Item table 200, 1500 Design verification support device 201 Cover group information acquisition unit 202 Cover group information 203 Display operation input unit 204 Display operation input information 205 Cover group information control unit 211 Cover group waveform information generation unit 212 Cover Group waveform information 213 Cover group waveform display control unit 214 Item table information generation unit 215 Item table information 216 Item table display control unit 217 Cooperation information 222 Source code 231 Display operation unit 232 Display (display device)
1501 CPU
1502 RAM
1503 HDD
1504 Graphic processing device 1505 Input interface 1506 Communication interface 1507 Bus 1508 Communication line

Claims (13)

検証の対象回路の所定の事象発生の有無を示すカバレッジ抽出用の記述が付加された論理回路記述の論理シミュレーション結果の波形情報と、当該波形情報の信号名および信号値を表示装置に表示し、
前記波形情報から前記対象回路で所定の事象の有無を示すカバーポイントと、前記カバーポイントのとり得る値およびとり得ない値を抽出し、時刻と前記カバーポイントと前記とり得る値およびとり得ない値とを結びつけて生成したカバーグループ波形情報を、前記波形情報と同一時間軸で前記表示装置に表示する情報制御部、
を備えたことを特徴とする設計検証支援装置。
Display on the display device the waveform information of the logic simulation result of the logic circuit description to which the description for coverage extraction indicating the presence or absence of the predetermined event occurrence of the verification target circuit is added, the signal name and the signal value of the waveform information,
A cover point indicating the presence / absence of a predetermined event in the target circuit, a value that the cover point can take and a value that cannot be taken are extracted from the waveform information, and a time, the cover point, the value that can be taken, and a value that cannot be taken An information control unit for displaying the cover group waveform information generated by linking to the display device on the same time axis as the waveform information,
A design verification support apparatus characterized by comprising:
前記情報制御部は、
前記波形情報に基づき、前記カバーポイントのカバーポイント名毎に対応する信号名と、当該信号名に対応する信号の変化した信号値および変化時刻を抽出し、前記カバーグループ波形情報を生成することを特徴とする請求項1に記載の設計検証支援装置。
The information control unit
Based on the waveform information, extracting a signal name corresponding to each cover point name of the cover point, a changed signal value and a change time of the signal corresponding to the signal name, and generating the cover group waveform information The design verification support apparatus according to claim 1, wherein
前記情報制御部は、
前記波形情報の前記カバーポイント名毎に、前記信号の変化した信号値および変化時刻を抽出し、前記信号の信号値を前記各カバーポイントの前記とり得る値およびとり得ない値に置き換えた波形情報を生成し、
前記置き換えた波形情報のうち、前記とり得る値およびとり得ない値が変化している時刻だけを残して前記カバーグループ波形情報を生成することを特徴とする請求項2に記載の設計検証支援装置。
The information control unit
For each cover point name of the waveform information, the signal value and the change time at which the signal has changed are extracted, and the signal value of the signal is replaced with the possible value and the impossible value of each cover point. Produces
3. The design verification support apparatus according to claim 2, wherein the cover group waveform information is generated by leaving only the time when the possible value and the impossible value of the replaced waveform information are changed. .
前記情報制御部は、
前記カバーポイントのとり得ない値の出現回数をカウントし、カウンタ値を前記各カバーポイントのとり得ない値毎の固有名に対応付けて、前記置き換えた波形情報に付加することを特徴とする請求項3に記載の設計検証支援装置。
The information control unit
The number of occurrences of a value that cannot be taken by the cover point is counted, and a counter value is associated with a unique name for each value that cannot be taken by each cover point and added to the replaced waveform information. Item 4. The design verification support apparatus according to Item 3.
前記情報制御部は、
前記カバーポイントのとり得ない値を前記表示装置に強調表示することを特徴とする請求項1〜4のいずれか一つに記載の設計検証支援装置。
The information control unit
The design verification support apparatus according to claim 1, wherein a value that cannot be taken by the cover point is highlighted on the display device.
前記情報制御部は、
前記カバーグループ波形情報と、前記対象回路の検証項目を示す複数の前記カバーポイントを組み合わせた検証項目表のクロスポイントのカウント値とを対応付けた項目表情報と、を前記表示装置に表示出力することを特徴とする請求項1〜5のいずれか一つに記載の設計検証支援装置。
The information control unit
The cover table waveform information and item table information in which a cross point count value of a verification item table in which a plurality of the cover points indicating the verification items of the target circuit are combined are displayed on the display device. The design verification support apparatus according to any one of claims 1 to 5, wherein
前記情報制御部は、
前記カバーグループ波形情報を表示した前記表示装置上で指定した時刻範囲に対応して前記検証項目表のカウント値を変更することを特徴とする請求項6に記載の設計検証支援装置。
The information control unit
The design verification support apparatus according to claim 6, wherein the count value of the verification item table is changed in correspondence with a time range designated on the display device displaying the cover group waveform information.
前記情報制御部は、
前記検証項目表の作成時に、前記波形情報に基づきクロックが立ち上がりのときの信号名と信号値を抽出し、
前記波形情報からカバレッジ取得タイミングの時刻と、前記各カバーポイントに対応する前記信号の前記カバレッジ取得タイミングにおける信号値とを抽出し、
前記信号値を前記各カバーポイントの前記とり得る値およびとり得ない値に置き換えて前記項目表情報を生成することを特徴とする請求項6または7に記載の設計検証支援装置。
The information control unit
When creating the verification item table, based on the waveform information, extract the signal name and signal value when the clock rises,
Extracting the time of coverage acquisition timing from the waveform information and the signal value at the coverage acquisition timing of the signal corresponding to each cover point,
8. The design verification support apparatus according to claim 6, wherein the item table information is generated by replacing the signal value with the possible value and the impossible value of each cover point.
前記情報制御部は、
前記置き換え時に、前記カバレッジ取得タイミングの時刻に前記信号が変化していない場合は、直前の変化時刻の信号値を用いて補完することを特徴とする請求項8に記載の設計検証支援装置。
The information control unit
9. The design verification support apparatus according to claim 8, wherein when the signal does not change at the time of the coverage acquisition timing at the time of the replacement, the design verification support apparatus is complemented by using a signal value at the immediately previous change time.
前記情報制御部は、
前記表示装置に表示された前記検証項目表上の任意の前記クロスポイントの選択時には、該当するカバレッジが埋まった時刻を前記項目表情報から検索し、該当する時刻を前記波形情報上で前記表示装置にマーカー表示することを特徴とする請求項8または9に記載の設計検証支援装置。
The information control unit
When an arbitrary cross point on the verification item table displayed on the display device is selected, a time at which the corresponding coverage is filled is searched from the item table information, and the corresponding time is displayed on the waveform information on the display device. 10. The design verification support apparatus according to claim 8, wherein a marker is displayed on the display.
前記情報制御部は、
前記表示装置に表示出力する一方の前記カバーグループ波形情報あるいは他方の前記項目表情報に対するデータ変更時の情報を連携情報として保持し、いずれか一方の情報のデータ変更時に前記連携情報を参照し、他方の情報のデータ変更に用いることを特徴とする請求項6〜10のいずれか一つに記載の設計検証支援装置。
The information control unit
The information at the time of data change for one of the cover group waveform information or the other item table information to be displayed and output on the display device is held as linkage information, referring to the linkage information at the time of data change of either one of the information, The design verification support apparatus according to claim 6, wherein the design verification support apparatus is used to change data of the other information.
コンピュータが、
検証の対象回路の所定の事象発生の有無を示すカバレッジ抽出用の記述が付加された論理回路記述の論理シミュレーション結果の波形情報と、当該波形情報の信号名および信号値を表示装置に表示させる処理と、
前記波形情報から前記対象回路で所定の事象の有無を示すカバーポイントと、前記カバーポイントのとり得る値およびとり得ない値を抽出し、時刻と前記カバーポイントと前記とり得る値およびとり得ない値とを結びつけて生成したカバーグループ波形情報を、前記波形情報と同一時間軸で前記表示装置に表示させる処理と、
を実行することを特徴とする設計検証支援方法。
Computer
Processing for displaying on the display device the waveform information of the logic simulation result of the logic circuit description to which a description for coverage extraction indicating whether or not a predetermined event has occurred in the verification target circuit is added, and the signal name and signal value of the waveform information When,
A cover point indicating the presence / absence of a predetermined event in the target circuit, a value that the cover point can take and a value that cannot be taken are extracted from the waveform information, and a time, the cover point, the value that can be taken, and a value that cannot be taken Processing to display the cover group waveform information generated by linking to the display device on the same time axis as the waveform information;
A design verification support method characterized by executing
前記カバーグループ波形情報と、前記対象回路の検証項目を示す複数の前記カバーポイントを組み合わせた検証項目表のクロスポイントのカウント値とを対応付けた項目表情報と、を前記表示装置に表示出力する処理、
をさらに含むことを特徴とする請求項12に記載の設計検証支援方法。
The cover table waveform information and item table information in which a cross point count value of a verification item table in which a plurality of the cover points indicating the verification items of the target circuit are combined are displayed on the display device. processing,
The design verification support method according to claim 12, further comprising:
JP2014214010A 2014-10-20 2014-10-20 Design verification support device and design verification support method Pending JP2016081397A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014214010A JP2016081397A (en) 2014-10-20 2014-10-20 Design verification support device and design verification support method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014214010A JP2016081397A (en) 2014-10-20 2014-10-20 Design verification support device and design verification support method

Publications (1)

Publication Number Publication Date
JP2016081397A true JP2016081397A (en) 2016-05-16

Family

ID=55958796

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014214010A Pending JP2016081397A (en) 2014-10-20 2014-10-20 Design verification support device and design verification support method

Country Status (1)

Country Link
JP (1) JP2016081397A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018197745A (en) * 2017-04-24 2018-12-13 テクトロニクス・インコーポレイテッドTektronix,Inc. Computing device, method for interpreting physical input signal and computer program for the method
CN109711057A (en) * 2018-12-28 2019-05-03 深圳忆联信息系统有限公司 A kind of method and its system for proofing chip environment completeness
US11048844B1 (en) 2020-06-26 2021-06-29 Graphcore Limited System and method for use in design verification

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018197745A (en) * 2017-04-24 2018-12-13 テクトロニクス・インコーポレイテッドTektronix,Inc. Computing device, method for interpreting physical input signal and computer program for the method
JP7237457B2 (en) 2017-04-24 2023-03-13 テクトロニクス・インコーポレイテッド computing equipment
CN109711057A (en) * 2018-12-28 2019-05-03 深圳忆联信息系统有限公司 A kind of method and its system for proofing chip environment completeness
US11048844B1 (en) 2020-06-26 2021-06-29 Graphcore Limited System and method for use in design verification

Similar Documents

Publication Publication Date Title
CN100583920C (en) Method and apparatus for generating testing script, testing method, apparatus and system
EP0433066A2 (en) Common symbol library architecture
US10019337B2 (en) Class object handle tracking
EP2575047A1 (en) Test support program, test support method, and test support apparatus
CN108763091A (en) Method, apparatus and system for regression test
CN108074033A (en) Processing method, system, electronic equipment and the storage medium of achievement data
CN109933803B (en) Idiom information display method, idiom information display device, electronic equipment and storage medium
CN111522741A (en) Interface test code generation method and device, electronic equipment and readable storage medium
JP2016081397A (en) Design verification support device and design verification support method
CN114328278B (en) Distributed simulation test method, system, readable storage medium and computer equipment
Goli et al. Automated analysis of virtual prototypes at electronic system level
CN109408502A (en) A kind of data standard processing method, device and its storage medium
CN113822002B (en) Data processing method, device, computer equipment and storage medium
CN114115831A (en) Data processing method, device, equipment and storage medium
Santos et al. Test-based SPL extraction: an exploratory study
WO2015145556A1 (en) Device for verifying dependencies between software specifications, and method for verifying dependencies between software specifications
JP4387324B2 (en) Property conversion device
JP2005122398A (en) Dynamic document generating program, recording medium thereof, dynamic document generating device, and dynamic document generating method
KR101513056B1 (en) Requirement Traceability Management System and its Method
JP6146224B2 (en) Determination method, determination program, and determination apparatus
CN113656305A (en) Method for automatically generating test suite and related device
JP7155636B2 (en) Generation program, generation method and information processing device
JP2008204187A (en) Information processor and information processing method
JP2008112277A (en) Timing chart generation device
CN117077592A (en) Regression data monitoring method, monitoring device and monitoring system