JPH08263544A - Logic simulation verification system - Google Patents

Logic simulation verification system

Info

Publication number
JPH08263544A
JPH08263544A JP7088871A JP8887195A JPH08263544A JP H08263544 A JPH08263544 A JP H08263544A JP 7088871 A JP7088871 A JP 7088871A JP 8887195 A JP8887195 A JP 8887195A JP H08263544 A JPH08263544 A JP H08263544A
Authority
JP
Japan
Prior art keywords
instruction
simulator
file
logic
result
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.)
Granted
Application number
JP7088871A
Other languages
Japanese (ja)
Other versions
JP3213792B2 (en
Inventor
Yutaka Kodama
豊 児玉
Keisuke Osakabe
啓介 刑部
Toshiya Kawakami
俊也 川上
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP08887195A priority Critical patent/JP3213792B2/en
Publication of JPH08263544A publication Critical patent/JPH08263544A/en
Application granted granted Critical
Publication of JP3213792B2 publication Critical patent/JP3213792B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE: To provide a batch comparison system which detects a comparison discrepancy of a RAM only when a real discrepancy is generated (when a defect in logic to be verified is detected). CONSTITUTION: A verifying program 100 is executed by a logic simulator 101 and an instruction simulator 102 and results are stored in a file 104 and a file 105 respectively, and the contents of the files are compared 107 at a time and the result is stored in a file 108. In the file 103, instructions which are executed by the logic simulator 101, but not executed by the instruction simulator 102 are cached by instruction prefetching, etc., the contents of a process corresponding to an instruct address accompanied by an updating process for the contents of a TBL are stored, and the instruction simulator 102 retrieves a condition file 103 with instruction addresses each time an instruction is executed, generates RAM update data including the prefetched instruction address, etc., on the basis of the contents of the corresponding process when the contents are taken out, and registers them in a file 106. When a discrepancy is detected as a result of the comparison, an alarm is displayed on condition that the discrepant contents are registered in the file 106, but an error display is made when not.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、論理検証プログラムを
論理シミュレータで実行した結果と、論理検証プログラ
ムを単一命令逐次実行型命令シミュレータで実行した結
果とを比較して論理シミュレータを検証する論理シミュ
レ−ション検証方式に関する。
The present invention relates to a logic for verifying a logic simulator by comparing the result of executing a logic verification program with a logic simulator and the result of executing the logic verification program with a single instruction sequential execution type instruction simulator. The present invention relates to a simulation verification method.

【0002】[0002]

【従来の技術】命令処理の高性能化を支える技術とし
て、命令実行を複数の処理ステップ(ステ−ジ)に分解
し、各装置(制御ユニット)が特定のステ−ジを1マシ
ンサイクル毎に処理するパイプライン処理方式が採用さ
れている。この先行制御機能とも呼ばれるパイプライン
処理は、複雑かつ大規模な論理により実現されており、
先行制御の度合いが非常に深くなっている。そのため、
命令フェッチ、デ−タアクセス時は、先行制御によりア
クセス対象のRAM(キャッシュ、TLB)の先取りが
働き、RAMの内容が頻繁に更新される。従来の結果確
認方式は、RAMの更新時期/単位が機種毎に異なるた
め各機種固有の結果比較機能を持つ検証プログラムを被
検証対象論理で実行し、その実行結果を検証プログラム
自身の結果比較機能により確認している。また、単一命
令遂次実行型命令シミュレータでの実行結果と被検証対
象論理での実行結果の一括コンペア方式では、発生した
不一致の原因が、単一命令遂次実行型命令シミュレータ
が1命令毎の逐次処理を行うものであるために、不一致
となったのか否かを人手介入により解析する事で実現し
ていた。関連するこの種の従来技術として、例えば、特
開平5−67966公報に記載された技術等がしられて
いる。
2. Description of the Related Art As a technique for improving the performance of instruction processing, instruction execution is decomposed into a plurality of processing steps (stages), and each device (control unit) executes a specific stage every machine cycle. A pipeline processing method for processing is adopted. The pipeline processing, which is also called the advanced control function, is realized by complex and large-scale logic.
The degree of advance control is very deep. for that reason,
At the time of instruction fetch or data access, the RAM (cache, TLB) to be accessed is prefetched by the advance control, and the contents of the RAM are updated frequently. In the conventional result confirmation method, since the RAM update timing / unit is different for each model, a verification program having a result comparison function unique to each model is executed by the logic to be verified, and the execution result is the result comparison function of the verification program itself. Have confirmed by. Moreover, in the batch compare method of the execution result in the single instruction sequential execution type instruction simulator and the execution result in the logic to be verified, the cause of the mismatch is that the single instruction sequential execution type instruction simulator Since it is a sequential processing of, it was realized by analyzing whether or not the disagreement occurred by manual intervention. As a related conventional technique of this type, for example, the technique described in Japanese Patent Laid-Open No. 5-67966 is known.

【0003】[0003]

【発明が解決しようとする課題】従来の技術では単一命
令遂次実行型命令シミュレータの実行結果(期待値)と
被検証論理の実行結果を結果比較処理ル−チンが一括コ
ンペアし、RAMの内容に不一致が生じた場合には、エ
ラ−メッセ−ジ等の情報に基づいて不一致の原因を人手
により追及していくことになる。しかし、この不一致が
被検証対象論理の先行制御によるRAMの先取りが原因
なのか、あるいは、被検証論理の不良なのかを命令トレ
−ス、論理実行トレ−ス等を調査し、判別する必要があ
る。このような不一致の発生は、先行制御を検証対象と
しない検証プログラム(単体の命令試験等)でも多発
し、RAMの一括コンペアを抑止せざるを得ない状況で
ある。そのため、RAMの更新制御を検証対象とした検
証プログラムで発生した不一致のみを人手介入で調査し
ていた。この調査においては、人手介入を伴うため、検
証内容(試験命令列、対象RAM状態等)、及び被検証
対象論理を把握しなければならず解析が困難であった。
また、これら一部の検証プログラムのみではRAMの更
新制御が妥当か否かを保証しきれず、論理不良の摘出を
困難とする一因となっていた。本発明の目的は、上記の
課題を解決し、RAMのコンペア不一致の発生を真の不
一致時(被検証論理の不良検出時)のみとした一括コン
ベア方式を、全ての検証プログラムにおいて使用するこ
とにより、高精度の検証方法を提供することにある。
In the prior art, the result comparison processing routine collectively compares the execution result (expected value) of the single instruction sequential execution type instruction simulator and the execution result of the verified logic, and When the contents do not match, the cause of the mismatch will be manually investigated based on information such as an error message. However, it is necessary to examine the instruction trace, the logic execution trace, etc. to determine whether this inconsistency is caused by the prefetch of the RAM by the preceding control of the logic to be verified or the logic to be verified is defective. is there. Such inconsistencies frequently occur even in a verification program (single instruction test or the like) that does not target the preceding control for verification, and it is unavoidable to prevent batch compare of RAMs. Therefore, only the inconsistency generated in the verification program in which the update control of the RAM is verified is investigated by manual intervention. In this investigation, since manual intervention is involved, it is difficult to analyze because the verification contents (test instruction sequence, target RAM state, etc.) and the logic to be verified have to be grasped.
Further, it is impossible to guarantee whether or not the RAM update control is appropriate only with some of these verification programs, which is one of the factors that make it difficult to extract a logic defect. An object of the present invention is to solve the above-mentioned problems and to use a batch conveyor method in which all RAM compare mismatches occur only when a true mismatch occurs (when a defective logic to be verified is detected) is used in all verification programs. , To provide a highly accurate verification method.

【0004】[0004]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、論理検証プログラムを夫々実行する論理
シミュレータと単一命令逐次実行型命令シミュレータ
と、前記論理シミュレータの実行結果を格納する結果値
ファイルと、前記単一命令逐次実行型命令シミュレータ
の実行結果を格納する期待値ファイルと、前記結果値フ
ァイルの格納内容と前記期待値ファイルの格納内容を比
較する一括コンペア手段と、該手段の出力を格納する一
括コンペア結果ファイルを備える論理シミュレーション
検証方式であり、前記論理シミュレータでは実行される
が前記単一命令逐次実行型命令シミュレータでは実行さ
れない命令の先取り、データのプリフェッチ、同一カラ
ムでのRAM競合等のキャッシュ、TLBの内容が更新
される処理が付随する命令の命令アドレスと対応する該
処理の内容を格納した先行処理条件ファイルを前記単一
命令逐次実行型命令シミュレータに接続し、該単一命令
逐次実行型命令シミュレータは、命令を実行する毎に命
令アドレスにより前記先行処理条件ファイルを検索し、
対応する前記処理の内容が取り出されたとき、該処理の
内容に基づき、先取りした命令アドレス、デ−タアクセ
ス時のタ−ゲットアドレス、更新対象デ−タキャッシュ
カラムの初期値等を含むRAM更新データを生成し、R
AM更新データファイルに登録するようにしている。さ
らに、前記一括コンペア手段の比較の結果、不一致とな
った場合、不一致内容が前記RAM更新データファイル
に登録されているとき、警告表示を行ない、登録されて
いないとき、エラー表示を行なうようにしている。ま
た、前記論理シミュレータを実データ処理装置とするよ
うにしている。
To achieve the above object, the present invention stores a logic simulator for executing a logic verification program, a single instruction sequential execution type instruction simulator, and an execution result of the logic simulator. A result value file, an expected value file for storing the execution result of the single instruction serial execution type instruction simulator, a batch compare means for comparing the stored content of the result value file and the stored content of the expected value file, and the means Is a logic simulation verification method that includes a batch compare result file that stores the output of the pre-fetching of instructions that are executed by the logic simulator but not executed by the single-instruction sequential execution type instruction simulator, data prefetch, and in the same column. It is accompanied by cache such as RAM competition, and processing to update the contents of TLB. The preceding processing condition file storing the contents of the processing corresponding to the instruction address of the instruction is connected to the single instruction sequential execution type instruction simulator, and the single instruction sequential execution type instruction simulator executes the instruction every time the instruction is executed. Search the preceding processing condition file by address,
When the content of the corresponding process is fetched, the RAM update including the prefetched instruction address, the target address at the time of data access, the initial value of the data cache column to be updated, etc. based on the content of the process Generate data, R
It is registered in the AM update data file. Further, if the result of the comparison by the batch compare means is that they do not match, a warning is displayed when the contents of the mismatch are registered in the RAM update data file, and an error is displayed when they are not registered. There is. Further, the logic simulator is used as an actual data processing device.

【0005】[0005]

【作用】上記手段により、従来は人手介入にて結果確認
していたRAMの内容更新の妥当性を自動的にチェック
することが可能となる。これより、従来よりも短時間で
の試験結果の確認を可能とし、全試験プログラムの走行
に適用することで検証精度を向上させることが可能にな
る。
By the above means, it becomes possible to automatically check the validity of the contents update of the RAM, which has been conventionally confirmed by manual intervention. As a result, it becomes possible to confirm the test results in a shorter time than before, and it is possible to improve the verification accuracy by applying it to the running of all test programs.

【0006】[0006]

【実施例】以下、本発明の一実施例を図面により詳細に
説明する。図1は、本発明の一実施例であるRAMの内
容更新の妥当性チェックをし、試験結果の一括コンペア
を実施する処理を示したブロック図である。 (1)論理シミュレ−タ(布線レベルの中間言語記述し
た開発中プロセッサ動作シミュレ−タ)101は、検証
プログラム100を実行し、実行結果を結果値ファイル
104に採取する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described in detail below with reference to the drawings. FIG. 1 is a block diagram showing a process for checking the validity of updating the contents of a RAM according to an embodiment of the present invention and executing a batch comparison of test results. (1) The logic simulator (development processor operation simulator described in wiring-level intermediate language) 101 executes the verification program 100 and collects the execution result in the result value file 104.

【0007】(2)単一命令遂次実行型命令シミュレー
タ102は、検証プログラムを実行し、実行結果を期待
値ファイル105に採取する。例えば、論理シミュレー
タ101がBranch命令を実行するとき、図2に示
されるように、該Branch命令に続く実行されるこ
とのない後続の8命令を命令キャッシュに先取りする処
理が既に行なわれている。しかし、単一命令遂次実行型
命令シミュレータ102は、1命令づつ読み出し実行を
するので、命令キャッシュへの命令の先取り処理はしな
い。そこで、先行処理条件ファイル103には、単一命
令遂次実行型命令シミュレータ102が実行する該Br
anch命令の命令アドレスと、該命令アドレスに対応
する論理シミュレータ101で実行される先取りの処理
内容aを事前に格納しておき、単一命令遂次実行型命令
シミュレータ102は実行する命令アドレスごとに先行
処理条件ファイル103を検索する。 処理内容a:Branch Code Cache=+
8 単一命令遂次実行型命令シミュレータ102が実行する
命令がBranch命令であり、その命令アドレスが先
行処理条件ファイル103に格納されている命令アドレ
スと一致するときには、先行処理条件ファイル103か
ら該命令アドレスに対応する処理内容aが読み出され
る。処理内容aが読み出されると、単一命令遂次実行型
命令シミュレータ102はBranch命令のアドレス
の次の命令アドレスを含む、例えば、次のようなRAM
更新データ Code CacheCLM=1,EV=1,ADR=
100,DATA=012F を生成し、RAM更新データファイル106に登録す
る。上記の処理は、論理シミュレータによる命令の先取
りの他に、データのプリフェッチ、同一カラムでのRA
M競合等のキャッシュ、TLBの内容が更新される処理
についても同様に行なわれる。
(2) The single instruction sequential execution type instruction simulator 102 executes the verification program and collects the execution result in the expected value file 105. For example, when the logic simulator 101 executes a Branch instruction, as shown in FIG. 2, a process of prefetching the following eight instructions that are not executed subsequent to the Branch instruction into the instruction cache is already performed. However, since the single-instruction successive execution type instruction simulator 102 reads and executes one instruction at a time, it does not prefetch the instruction to the instruction cache. Therefore, in the preceding processing condition file 103, the Br executed by the single instruction sequential execution type instruction simulator 102 is
The instruction address of the inch instruction and the prefetch processing content a to be executed by the logic simulator 101 corresponding to the instruction address are stored in advance, and the single instruction sequential execution type instruction simulator 102 stores each instruction address to be executed. The preceding processing condition file 103 is searched. Processing content a: Branch Code Cache = +
8 When the instruction executed by the single instruction sequential execution type instruction simulator 102 is a Branch instruction and the instruction address matches the instruction address stored in the preceding processing condition file 103, the instruction is read from the preceding processing condition file 103. The processing content a corresponding to the address is read. When the processing content a is read, the single instruction sequential execution instruction simulator 102 includes the instruction address next to the address of the Branch instruction, for example, the following RAM.
Update data Code CacheCLM = 1, EV = 1, ADR =
100, DATA = 012F is generated and registered in the RAM update data file 106. The above processing is performed by prefetching instructions by the logic simulator, prefetching data, and RA in the same column.
The process for updating the contents of the cache and TLB, such as M contention, is performed in the same manner.

【0008】(3)結果値ファイル104、及び、期待
値ファイル105を一括コンペア処理107する。
(3) The result value file 104 and the expected value file 105 are collectively compared 107.

【0009】この時、RAMの内容が不一致の場合、R
AM更新デ−タファイルを参照し、条件が登録されてい
る対象のRAMならば警告表示を、対象外のRAMなら
ばエラ−表示を一括コンペアの結果ファイル108上に
出力する。
At this time, if the contents of the RAMs do not match, R
By referring to the AM update data file, a warning display is output to the batch comparison result file 108 if it is the target RAM for which the conditions are registered, and an error display if it is the non-target RAM.

【0010】図3は、先行処理条件ファイル参照及びR
AM更新デ−タファイル登録処理を示すフロ−チャ−ト
である。以下、図3の各ステップについて詳細に説明す
る。単一命令遂次実行型命令シミュレータ102での期
待値生成時、命令実行シ−ケンスを命令実行トレ−スと
して採取する。この時、命令アドレスが分岐、割込み等
の発生により非連続となった場合には、先行制御が働き
命令キャッシュの先取りがおこなわれると想定され、非
連続アドレスを発生させた命令の後続アドレスもキャッ
シュに取り込まれている可能性がある。単一命令遂次実
行型命令シミュレータ102は実行する命令アドレスに
より先行処理条件ファイル103を検索、チェックする
(201)。非連続な命令アドレスの発生があれば、非
連続を発生させた命令アドレスの次の命令アドレスを含
むRAM更新データをRAM更新デ−タファイルに登録
する(202)。また、デ−タアクセス実行により最後
に実行した命令の実行結果がキャッシュに残らないこと
を想定し、デ−タキャッシュへのプリフェッチアクセス
(デ−タキャッシュへの先取り動作)等の前後の命令と
の実行順序性が保証されていない命令が実行された場合
には、実行する命令アドレスにより先行処理条件ファイ
ル103を検索、チェックする(203)。その結果、
一致があれば、デ−タアクセス時のタ−ゲットアドレス
を含むRAM更新をRAM更新デ−タファイルに登録す
る(204)。また、デ−タアクセス実行により更新す
べきデ−タキャッシュのカラムが競合し、デ−タアクセ
ス実行が無効化されることを想定し、デ−タアクセス実
行が他の連続するデ−タアクセス実行と同一キャッシュ
カラムを更新する場合には、実行する命令アドレスによ
り先行処理条件ファイル103を検索、チェックする
(205)。その結果、一致があれば、更新対象デ−タ
キャッシュカラムの初期値を含むRAM更新デ−タをR
AM更新デ−タファイルに登録する(206)。
FIG. 3 shows the preceding processing condition file reference and R
9 is a flowchart showing an AM update data file registration process. Hereinafter, each step of FIG. 3 will be described in detail. When an expected value is generated by the single instruction sequential execution type instruction simulator 102, the instruction execution sequence is sampled as an instruction execution trace. At this time, if the instruction address becomes non-contiguous due to branching or interruption, it is assumed that the advance control works and the instruction cache is prefetched, and the subsequent address of the instruction that generated the non-contiguous address is also cached. May have been taken into. The single instruction sequential execution type instruction simulator 102 searches and checks the preceding processing condition file 103 according to the instruction address to be executed (201). If non-contiguous instruction addresses are generated, the RAM update data including the instruction address next to the instruction address causing the non-contiguousness is registered in the RAM update data file (202). In addition, assuming that the execution result of the last executed instruction does not remain in the cache due to the data access execution, the instruction before and after the prefetch access to the data cache (prefetch operation to the data cache), etc. When an instruction whose execution order is not guaranteed is executed, the preceding processing condition file 103 is searched and checked by the instruction address to be executed (203). as a result,
If there is a match, the RAM update including the target address at the time of data access is registered in the RAM update data file (204). Further, assuming that the data cache columns to be updated conflict due to the data access execution and the data access execution is invalidated, the data access execution is performed by another continuous data access. When updating the same cache column as execution, the preceding processing condition file 103 is searched and checked by the instruction address to be executed (205). As a result, if there is a match, the RAM update data including the initial value of the update target data cache column is set to R.
It is registered in the AM update data file (206).

【0011】図4は、RAM更新デ−タファイル参照処
理を示すフロ−チャ−トである。以下、図4の各ステッ
プについて詳細に説明する。論理シミュレ−タ101が
作成した結果値ファイル104と、単一命令遂次実行型
命令シミュレータ102が作成した期待値ファイル10
5を比較し(301)、一致すれば正常と判定し、一括
コンペア結果を表示する(306)。不一致となった場
合は、不一致内容がRAM更新デ−タファイルに登録さ
れていれば(302)、警告表示とし(304)、コン
ペア結果でのエラ−扱いとしない。登録されているデ−
タ以外での不一致については、期待値不良(単一命令遂
次実行型命令シミュレータ側の不良)、または、結果値
不良(被検証論理側の不良)の何れかとし、エラ−表示
する(303)。この場合の付属情報としてRAM更新
デ−タ305を添付し、障害解析に利用する。
FIG. 4 is a flow chart showing the RAM update data file reference processing. Hereinafter, each step of FIG. 4 will be described in detail. The result value file 104 created by the logic simulator 101 and the expected value file 10 created by the single instruction sequential execution type instruction simulator 102.
5 are compared (301), and if they match, it is determined to be normal, and the batch comparison result is displayed (306). In the case of disagreement, if the content of the disagreement is registered in the RAM update data file (302), a warning is displayed (304) and the error is not treated as the compare result. Registered data
The mismatches other than the above are classified as either an expected value defect (a defect on the single instruction sequential execution type instruction simulator side) or a result value defect (a defect on the verified logic side), and an error display (303). ). RAM update data 305 is attached as attached information in this case and used for failure analysis.

【0012】以上の処理により、コンペア結果での不一
致発生による障害解析時間の短縮、及び、全検証プログ
ラムに適用することにより検証精度の向上に貢献する。
以上、本発明の一実施例について説明したが、この一括
コンペア方式は論理シミュレ−ションの他にも実デ−タ
処理装置においても適用可能である。
The above processing contributes to shortening of failure analysis time due to occurrence of mismatch in the comparison result and improvement of verification accuracy when applied to all verification programs.
Although one embodiment of the present invention has been described above, the batch compare method can be applied to an actual data processing device as well as the logic simulation.

【0013】[0013]

【発明の効果】以上説明した様に本発明によれば、論理
検証対象となる論理シミュレ−タ、又は、実デ−タ処理
装置に対して、効率良く高精度の論理検証を実施する事
ができる。
As described above, according to the present invention, it is possible to efficiently and accurately perform logic verification on a logic simulator or an actual data processing device which is a logic verification target. it can.

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

【図1】RAMの内容更新の妥当性チェックをし、試験
結果の一括コンペアを実施する処理を示したブロック図
である。
FIG. 1 is a block diagram showing a process of performing a validity check of a content update of a RAM and executing a batch comparison of test results.

【図2】Branch命令実行時における論理シミュレ
ータによる命令の先取り状況を示す図である。
FIG. 2 is a diagram showing an instruction prefetch state by a logic simulator at the time of executing a Branch instruction.

【図3】単一命令逐次実行型命令シミュレータでのRA
M更新デ−タファイルの生成、及び登録処理のフロ−チ
ャ−トを示す図である。
FIG. 3 RA in a single instruction sequential execution instruction simulator
It is a figure which shows the flowchart of generation of an M update data file, and registration processing.

【図4】結果比較モジュ−ルでの一括コンペア処理とR
AMの比較結果が不一致時のRAM更新デ−タファイル
の参照方法と妥当性チェックの処理のフロ−チャ−トを
示す図である。
[FIG. 4] Batch compare processing and R in the result comparison module
It is a figure which shows the flowchart of the reference method of the RAM update data file and the process of validity check when the comparison result of AM does not match.

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

100 検証プログラムファイル 101 論理シミュレ−タ 102 単一命令遂次実行型命令シミュレータ 103 先行処理条件ファイル 104 結果値ファイル 105 期待値ファイル 106 RAM更新デ−タファイル 107 コンペア処理 108 一括コンペア結果ファイル 100 Verification Program File 101 Logic Simulator 102 Single Instruction Sequential Execution Type Instruction Simulator 103 Preceding Processing Condition File 104 Result Value File 105 Expected Value File 106 RAM Update Data File 107 Compare Processing 108 Batch Compare Result File

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 論理検証プログラムを夫々実行する論理
シミュレータと単一命令逐次実行型命令シミュレータ
と、前記論理シミュレータの実行結果を格納する結果値
ファイルと、前記単一命令逐次実行型命令シミュレータ
の実行結果を格納する期待値ファイルと、前記結果値フ
ァイルの格納内容と前記期待値ファイルの格納内容を比
較する一括コンペア手段と、該手段の出力を格納する一
括コンペア結果ファイルを備える論理シミュレーション
検証方式であって、 前記論理シミュレータでは実行されるが前記単一命令逐
次実行型命令シミュレータでは実行されない命令の先取
り、データのプリフェッチ、同一カラムでのRAM競合
等のキャッシュ、TLBの内容が更新される処理が付随
する命令の命令アドレスと対応する該処理の内容を格納
した先行処理条件ファイルを前記単一命令逐次実行型命
令シミュレータに接続し、 該単一命令逐次実行型命令シミュレータは、命令を実行
する毎に命令アドレスにより前記先行処理条件ファイル
を検索し、対応する前記処理の内容が取り出されたと
き、該処理の内容に基づき、先取りした命令アドレス、
デ−タアクセス時のタ−ゲットアドレス、更新対象デ−
タキャッシュカラムの初期値等を含むRAM更新データ
を生成し、RAM更新データファイルに登録することを
特徴とする論理シミュレーション検証方式。
1. A logic simulator for executing a logic verification program, a single-instruction sequential execution type instruction simulator, a result value file for storing execution results of the logic simulator, and execution of the single-instruction sequential execution type instruction simulator. According to the logic simulation verification method, an expected value file for storing a result, a batch compare means for comparing the stored content of the result value file with the stored content of the expected value file, and a batch compare result file for storing the output of the means. Therefore, prefetching of instructions executed by the logic simulator but not executed by the single instruction serial execution type instruction simulator, data prefetch, cache such as RAM conflict in the same column, and processing for updating the contents of TLB are performed. Stores the contents of the process corresponding to the instruction address of the accompanying instruction The preceding processing condition file is connected to the single instruction serial execution type instruction simulator, and the single instruction serial execution type instruction simulator searches the preceding processing condition file by an instruction address every time an instruction is executed, and responds. When the content of the processing is fetched, based on the content of the processing, the prefetched instruction address,
Target address during data access, update target data
A logic simulation verification method characterized in that RAM update data including initial values of data cache columns is generated and registered in a RAM update data file.
【請求項2】 請求項1記載の論理シミュレーション検
証方式において、 前記一括コンペア手段の比較の結果、不一致となった場
合、不一致内容が前記RAM更新データファイルに登録
されているとき、警告表示を行ない、登録されていない
とき、エラー表示を行なうことを特徴とする論理シミュ
レーション検証方式。
2. The logic simulation verification method according to claim 1, wherein when the result of the comparison of the batch compare means is a mismatch, a warning is displayed when the content of the mismatch is registered in the RAM update data file. , A logic simulation verification method characterized by displaying an error when it is not registered.
【請求項3】 請求項1または請求項2記載の論理シミ
ュレーション検証方式において、 前記論理シミュレータを実データ処理装置とすることを
特徴とする論理シミュレーション検証方式。
3. The logic simulation verification method according to claim 1, wherein the logic simulator is an actual data processing device.
JP08887195A 1995-03-22 1995-03-22 Logic simulation verification method Expired - Fee Related JP3213792B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP08887195A JP3213792B2 (en) 1995-03-22 1995-03-22 Logic simulation verification method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP08887195A JP3213792B2 (en) 1995-03-22 1995-03-22 Logic simulation verification method

Publications (2)

Publication Number Publication Date
JPH08263544A true JPH08263544A (en) 1996-10-11
JP3213792B2 JP3213792B2 (en) 2001-10-02

Family

ID=13955082

Family Applications (1)

Application Number Title Priority Date Filing Date
JP08887195A Expired - Fee Related JP3213792B2 (en) 1995-03-22 1995-03-22 Logic simulation verification method

Country Status (1)

Country Link
JP (1) JP3213792B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010061473A (en) * 2008-09-04 2010-03-18 Fujitsu Ltd Apparatus, method and program for cache logic verification

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010061473A (en) * 2008-09-04 2010-03-18 Fujitsu Ltd Apparatus, method and program for cache logic verification

Also Published As

Publication number Publication date
JP3213792B2 (en) 2001-10-02

Similar Documents

Publication Publication Date Title
US5347647A (en) Method of predicting the performance of an emulated computer system
US4984239A (en) Automatic verification system for maintenance/diagnosis facility in computer system
JPH0552968B2 (en)
CN111104335A (en) C language defect detection method and device based on multi-level analysis
JPH0748182B2 (en) Program error detection method
JPH08263544A (en) Logic simulation verification system
US10970197B2 (en) Breakpoint value-based version control
JPH10240575A (en) Inspecting method for batch update processing program for large-amount data file
US7885806B2 (en) Simulation method and simulation system of instruction scheduling
JP2001256270A (en) Verified result comparing system
US6986110B1 (en) Automated method and system for backtracing of instruction parameters from specified instruction in test cases
JP3608446B2 (en) Compiler device and processor
JPH0713809A (en) Program evaluation system
US20210406160A1 (en) Verification device and verification method
JP2525393B2 (en) Logic simulation test coverage method
CN115828840A (en) Method and system for SOC automatic simulation verification
CN117171741A (en) Code defect analysis method and device
JP2795332B2 (en) Loop processing error detection device
JPH11203160A (en) Testing method for data processor
JPH0561935A (en) Logical simulation system
JP3012618B1 (en) Debugging method of inspected program and its debugging method
JP2001051864A (en) Test conducting system for data processor
JPS63170739A (en) Branch forecast test system
JPH07306809A (en) Verifying method of data processor
JP2001022610A (en) Logic simulation system for data processor

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070727

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080727

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080727

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090727

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090727

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100727

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees