JP3144617B2 - Logic circuit verification method - Google Patents

Logic circuit verification method

Info

Publication number
JP3144617B2
JP3144617B2 JP09465195A JP9465195A JP3144617B2 JP 3144617 B2 JP3144617 B2 JP 3144617B2 JP 09465195 A JP09465195 A JP 09465195A JP 9465195 A JP9465195 A JP 9465195A JP 3144617 B2 JP3144617 B2 JP 3144617B2
Authority
JP
Japan
Prior art keywords
logic circuit
simulation
architecture
signal
logic
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.)
Expired - Fee Related
Application number
JP09465195A
Other languages
Japanese (ja)
Other versions
JPH08287134A (en
Inventor
良人 溝上
佳明 木下
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 JP09465195A priority Critical patent/JP3144617B2/en
Publication of JPH08287134A publication Critical patent/JPH08287134A/en
Application granted granted Critical
Publication of JP3144617B2 publication Critical patent/JP3144617B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、論理回路の検証方法に
関し、特に、論理回路シミュレーションとアーキテクチ
ャシミュレーションによって論理回路を検証する論理回
路の検証方法に適用して有効な技術に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for verifying a logic circuit, and more particularly to a technique effective when applied to a method for verifying a logic circuit by verifying the logic circuit by logic circuit simulation and architecture simulation.

【0002】[0002]

【従来の技術】従来の計算機に用いられているマイクロ
プロセッサ等の機能は、論理回路から成るハードウェア
と前記論理回路上で実行されるソフトウェアによって実
現されている。
2. Description of the Related Art The functions of a microprocessor and the like used in a conventional computer are realized by hardware comprising a logic circuit and software executed on the logic circuit.

【0003】前記論理回路を設計する場合には、CAD
(Computer AidedDesign)システ
ムが用いられ、前記論理回路の設計仕様に基づいて前記
論理回路の動作を記述した論理回路データを前記CAD
システムに入力し、前記論理回路データを使用して前記
論理回路を検証した後、前記論理回路データに基づいて
前記論理回路の製造を行っている。
When designing the logic circuit, CAD
(Computer Aided Design) system is used, and the logic circuit data describing the operation of the logic circuit based on the design specification of the logic circuit is converted to the CAD data.
After input to a system and verifying the logic circuit using the logic circuit data, the logic circuit is manufactured based on the logic circuit data.

【0004】前記論理回路の検証では、前記論理回路デ
ータに対して論理回路シミュレーションを行っており、
前記論理回路シミュレーションは、入力されたCADシ
ステム内の論理回路データを構成する論理素子の動作を
シミュレートし、ある論理回路の入力端子に「0」或い
は「1」のデジタル信号を入力したときに、当該論理回
路の出力端子に出力される信号値を計算し、前記の計算
された出力信号値が当該設計仕様を満たすものであるか
を検証するものである。
In the verification of the logic circuit, a logic circuit simulation is performed on the logic circuit data.
The logic circuit simulation simulates the operation of the logic elements constituting the logic circuit data in the input CAD system, and when a digital signal of “0” or “1” is input to an input terminal of a certain logic circuit. , Calculating the signal value output to the output terminal of the logic circuit, and verifying whether the calculated output signal value satisfies the design specification.

【0005】前記マイクロプロセッサの機能は、前記論
理回路であるハードウェアだけでなく、前記論理回路上
で実行されるソフトウェアと共に実現されており、前記
ソフトウェアで実現される機能に相当する論理回路デー
タは存在しないので、前記論理回路全体の機能について
は、論理回路シミュレーションだけでは検証することが
できない。
[0005] The functions of the microprocessor are realized not only with the hardware that is the logic circuit, but also with software executed on the logic circuit. Logic circuit data corresponding to the function realized by the software includes: Since it does not exist, the function of the entire logic circuit cannot be verified only by logic circuit simulation.

【0006】また、前記マイクロプロセッサのある機能
が論理回路であるハードウェアによって実現される場合
であっても、当該論理回路の設計が完了していないとき
には当該論理回路の論理回路データが入力されていない
ので、当該論理回路の論理回路シミュレーションを実行
することができない。
Further, even when a certain function of the microprocessor is realized by hardware which is a logic circuit, if the design of the logic circuit is not completed, logic circuit data of the logic circuit is input. Therefore, a logic circuit simulation of the logic circuit cannot be performed.

【0007】そこで、前記のソフトウェアで実現される
機能及び設計の完了していない論理回路の機能について
はアーキテクチャシミュレーションを行い、設計の完了
した論理回路については論理回路シミュレーションを行
って、前記論理回路全体の検証を行っている。
Therefore, an architecture simulation is performed for the functions realized by the software and a function of a logic circuit whose design has not been completed, and a logic circuit simulation is performed for the logic circuit whose design has been completed. Has been verified.

【0008】前記アーキテクチャシミュレーションは、
前記のソフトウェアで実現される機能や設計の完了して
いない論理回路の機能を、C言語等のプログラム言語で
記述し、前記のプログラムを実行することによって当該
機能のシミュレーションを行うものであり、前記論理回
路シミュレーションを実行中に必要に応じて実行されて
いる。
[0008] The architecture simulation includes:
A function realized by the software or a function of a logic circuit whose design has not been completed is described in a program language such as C language, and the function is simulated by executing the program. It is executed as needed during execution of the logic circuit simulation.

【0009】前記論理回路シミュレーションとアーキテ
クチャシミュレーションを併用する論理シミュレーショ
ン装置については、特開平2−268341号に記載さ
れている。
A logic simulation apparatus using both the logic circuit simulation and the architecture simulation is described in Japanese Patent Application Laid-Open No. 2-268341.

【0010】その概要は、CADシステムに入力された
論理回路の機能について論理回路シミュレーションを行
うと同時に、ソフトウェアで実現される機能をプログラ
ム言語で記述したアーキテクチャシミュレーションを実
行して、論理回路全体の機能のシミュレーションを行う
ものである。
The outline is that a logic circuit simulation is performed on the function of the logic circuit input to the CAD system, and at the same time, an architecture simulation in which the function realized by software is described in a program language is executed, and the function of the entire logic circuit is performed. Is performed.

【0011】例えば、初期設定部、試験部、結果判定部
から成るある機能のうち、初期設定部と結果判定部がソ
フトウェアによって実現され、試験部が論理回路によっ
て実現される場合、初期設定部と結果判定部の機能をプ
ログラム言語で記述して初期設定部にアーキテクチャシ
ミュレーションを行い、前記アーキテクチャシミュレー
ションの結果を試験部の論理回路シミュレーションの入
力として前記論理回路シミュレーションを行い、前記論
理回路シミュレーションの結果を結果判定部のアーキテ
クチャシミュレーションの入力として前記アーキテクチ
ャシミュレーションを行うことで前記機能全体の検証を
行う。
For example, among certain functions including an initial setting section, a test section, and a result determining section, when the initial setting section and the result determining section are realized by software and the testing section is realized by a logic circuit, The function of the result determination unit is described in a programming language, an architecture simulation is performed in the initial setting unit, the result of the architecture simulation is performed as an input of a logic circuit simulation in the test unit, and the logic circuit simulation is performed. The entire function is verified by performing the architecture simulation as an input of the architecture simulation of the result determination unit.

【0012】前記論理シミュレーション装置では、前記
論理回路から論理回路シミュレーション結果を取り出し
て、入力データとしてアーキテクチャシミュレータに渡
す為の回路である検証用回路を前記論理回路データに付
加している。
In the logic simulation apparatus, a logic circuit simulation result is extracted from the logic circuit, and a verification circuit, which is a circuit to be passed to an architecture simulator as input data, is added to the logic circuit data.

【0013】前記検証用回路が付加された論理回路デー
タは、設計仕様を記述した論理回路データとは異なる論
理回路データになるので、アーキテクチャシミュレーシ
ョンを行う場合には、論理回路シミュレーション用の論
理回路データとは別にアーキテクチャシミュレーション
用の論理回路データを作成している。
The logic circuit data to which the verification circuit is added is different from the logic circuit data in which the design specification is described. Therefore, when performing the architecture simulation, the logic circuit data for the logic circuit simulation is required. Separately, logic circuit data for architecture simulation is created.

【0014】前記CADシステムに入力された論理回路
データを使用し、前記の様な論理回路の検証を行った後
に、前記論理回路データに基づいて論理回路の作成が行
われ、前記の作成された論理回路が前記設計仕様を満た
すものであるかどうかの検証が行われる。
After verifying the logic circuit as described above using the logic circuit data input to the CAD system, a logic circuit is created based on the logic circuit data. It is verified whether the logic circuit satisfies the design specification.

【0015】前記の作成された論理回路の検証は、前記
論理回路データに基づいて作成された論理回路の各部の
電気信号を測定し、前記論理回路の設計仕様から定まる
前記論理回路の各部の電気信号の設計値である診断デー
タと、前記論理回路の各部の電気信号の測定値を比較し
て、前記の作成された論理回路がその設計仕様を満たす
ものであるかどうかを検証している。
In the verification of the created logic circuit, an electric signal of each part of the logic circuit created based on the logic circuit data is measured, and an electric signal of each part of the logic circuit determined from the design specification of the logic circuit is measured. The diagnostic data, which is the design value of the signal, is compared with the measured value of the electric signal of each part of the logic circuit to verify whether the created logic circuit satisfies the design specifications.

【0016】[0016]

【本発明が解決しようとする課題】本発明者は、前記従
来技術を検討した結果、以下の問題点を見い出した。
SUMMARY OF THE INVENTION The present inventor has found the following problems as a result of studying the above prior art.

【0017】すなわち、従来の論理回路シミュレーショ
ンとアーキテクチャシミュレーションを併用した論理回
路の検証方法では、論理回路データを二重に作成してい
た為、前記の二重の論理回路データから成る設計ファイ
ルの管理や、不良解析及び不良対策に伴う前記の二重の
論理回路データの修正等の作業に要する負担が多大なも
のとなるという問題があった。
That is, in the conventional logic circuit verification method using both the logic circuit simulation and the architecture simulation, since the logic circuit data is created twice, the management of the design file composed of the above-mentioned double logic circuit data is performed. In addition, there is a problem that the load required for the work of correcting the above-described double logic circuit data accompanying the failure analysis and the failure countermeasure becomes large.

【0018】また、複雑な論理回路では論理の組み合わ
せの数が膨大なものとなる為、診断データの作成に多く
の時間がかかるという問題があった。
Further, in a complicated logic circuit, the number of combinations of logics becomes enormous, so that there is a problem that it takes much time to create diagnostic data.

【0019】本発明の目的は、論理回路の検証を効率良
く行うことが可能な技術を提供することにある。
An object of the present invention is to provide a technique capable of efficiently verifying a logic circuit.

【0020】本発明の他の目的は、論理回路を記述した
論理回路データを二重化することなく論理回路の検証を
行うことが可能な技術を提供することにある。
It is another object of the present invention to provide a technique capable of verifying a logic circuit without duplicating logic circuit data describing the logic circuit.

【0021】本発明の他の目的は、論理回路の診断デー
タを高速に作成することが可能な技術を提供することに
ある。
Another object of the present invention is to provide a technique capable of generating diagnostic data of a logic circuit at high speed.

【0022】本発明の前記並びにその他の目的と新規な
特徴は、本明細書の記述及び添付図面によって明かにな
るであろう。
The above and other objects and novel features of the present invention will become apparent from the description of the present specification and the accompanying drawings.

【0023】[0023]

【課題を解決するための手段】本願において開示される
発明のうち、代表的なものの概要を簡単に説明すれば、
下記のとおりである。
SUMMARY OF THE INVENTION Among the inventions disclosed in the present application, the outline of a representative one will be briefly described.
It is as follows.

【0024】すなわち、論理回路の動作をシミュレート
する論理回路シミュレーションと前記論理回路上で実行
されるソフトウェアの処理をシミュレートするアーキテ
クチャシミュレーションを行って前記論理回路がその設
計仕様を満たしているかどうかを検証する論理回路の検
証方法であって、前記アーキテクチャシミュレーション
の実行条件を定義した制御定義を作成し、前記論理回路
のある論理回路部分について前記論理回路部分を構成す
る論理素子の動作をシミュレートして前記論理回路シミ
ュレーションを実行し、前記論理回路シミュレーション
の結果が前記制御定義中の前記実行条件を満たすときに
前記アーキテクチャシミュレーションを実行し、前記論
理回路シミュレーション及び前記アーキテクチャシミュ
レーションの結果と前記論理回路の設計仕様を比較して
前記論理回路全体の検証を行うものである。
That is, a logic circuit simulation for simulating the operation of the logic circuit and an architecture simulation for simulating the processing of software executed on the logic circuit are performed to determine whether the logic circuit satisfies the design specifications. A method of verifying a logic circuit to be verified, wherein a control definition defining execution conditions of the architecture simulation is created, and for a certain logic circuit portion of the logic circuit, an operation of a logic element constituting the logic circuit portion is simulated. Executing the logic circuit simulation, and executing the architecture simulation when the result of the logic circuit simulation satisfies the execution condition in the control definition, and executing the logic circuit simulation and the result of the architecture simulation. The one in which by comparing the design specification of the logic circuit verifies the entire logic circuit.

【0025】また、論理回路の動作をシミュレートする
論理回路シミュレーションと前記論理回路上で実行され
るソフトウェアの処理をシミュレートするアーキテクチ
ャシミュレーションを行って前記論理回路がその設計仕
様を満たしているかどうかを検証する論理回路の検証方
法であって、前記アーキテクチャシミュレーションの実
行条件を定義した制御定義を前記論理回路の記述を変更
することなく作成し、前記論理回路のある論理回路部分
について前記論理回路部分を構成する論理素子の動作を
シミュレートして前記論理回路シミュレーションを実行
し、前記論理回路シミュレーションの結果が前記制御定
義中の前記実行条件を満たすときに前記アーキテクチャ
シミュレーションを実行し、前記論理回路シミュレーシ
ョン及び前記アーキテクチャシミュレーションの結果と
前記論理回路の設計仕様を比較して前記論理回路全体の
検証を行うものである。
Further, a logic circuit simulation for simulating the operation of the logic circuit and an architecture simulation for simulating the processing of software executed on the logic circuit are performed to determine whether the logic circuit satisfies the design specifications. A method of verifying a logic circuit to be verified, wherein a control definition defining execution conditions of the architecture simulation is created without changing a description of the logic circuit, and the logic circuit portion is included in a logic circuit portion of the logic circuit. Simulating the operation of the constituent logic elements to execute the logic circuit simulation; executing the architecture simulation when the result of the logic circuit simulation satisfies the execution condition in the control definition; The ar Compared results of Te Kucha simulation and design specifications of the logic circuit performs a validation of the entire logic circuit.

【0026】また、論理回路上の電気信号を測定して前
記論理回路がその設計仕様を満たしているかどうかを検
証する論理回路の検証方法において、前記論理回路の動
作をシミュレートする論理回路シミュレーションと前記
論理回路上で実行されるソフトウェアの処理をシミュレ
ートするアーキテクチャシミュレーションを実行し、前
記論理回路シミュレーション及び前記アーキテクチャシ
ミュレーションの結果から前記論理回路の診断データを
作成し、前記診断データと前記論理回路上の電気信号の
測定値を比較して前記論理回路の検証を行うものであ
る。
Also, in a logic circuit verification method for measuring whether or not the logic circuit satisfies the design specification by measuring an electric signal on the logic circuit, a logic circuit simulation for simulating the operation of the logic circuit is provided. Executing an architecture simulation for simulating software processing executed on the logic circuit, creating diagnostic data of the logic circuit from the result of the logic circuit simulation and the architecture simulation; To verify the logic circuit by comparing the measured values of the electric signals.

【0027】[0027]

【作用】上述した手段によれば、本発明の論理回路の検
証方法では、まず、前記アーキテクチャシミュレーショ
ンの実行条件を定義した制御定義を作成する。
According to the above-described means, in the logic circuit verification method of the present invention, first, a control definition defining execution conditions of the architecture simulation is created.

【0028】前記制御定義は、当該論理回路を記述した
論理回路データを使用した論理回路シミュレーションに
よって決定される前記論理回路データの信号値の値に応
じて前記アーキテクチャシミュレーションを実行するこ
とを定義したものである。
The control definition defines executing the architecture simulation in accordance with a signal value of the logic circuit data determined by a logic circuit simulation using logic circuit data describing the logic circuit. It is.

【0029】次に、前記論理回路データの入力部分を構
成する論理素子に入力信号値を設定し、前記論理素子の
動作をシミュレートして前記論理回路データの出力信号
値を計算することにより、前記論理回路シミュレーショ
ンを実行する。
Next, an input signal value is set to a logic element constituting an input portion of the logic circuit data, and an output signal value of the logic circuit data is calculated by simulating the operation of the logic element. The logic circuit simulation is performed.

【0030】前記論理回路シミュレーションを行った後
に、前記制御定義を参照し、前記論理回路シミュレーシ
ョンによって決定された前記論理回路データの出力信号
値が前記アーキテクチャシミュレーションの実行条件を
満たすときに、前記出力信号値をアーキテクチャシミュ
レーションの入力信号値として入力し、前記アーキテク
チャシミュレーションを実行する。
After performing the logic circuit simulation, referring to the control definition, when the output signal value of the logic circuit data determined by the logic circuit simulation satisfies the execution condition of the architecture simulation, the output signal The value is input as an input signal value of the architecture simulation, and the architecture simulation is executed.

【0031】前記論理回路シミュレーション及び前記ア
ーキテクチャシミュレーションを前記論理回路データ全
てに行って、その結果が当該論理回路の設計仕様を満た
すものであるかを検証する。
The logic circuit simulation and the architecture simulation are performed on all the logic circuit data to verify whether the result satisfies the design specifications of the logic circuit.

【0032】以上の様に、本発明の論理回路の検証方法
では、前記制御定義を参照することにより、前記論理回
路シミュレーション中に前記アーキテクチャシミュレー
ションを実行するので、論理回路の検証を効率良く行う
ことが可能である。
As described above, in the logic circuit verification method of the present invention, the architecture simulation is executed during the logic circuit simulation by referring to the control definition , so that the logic circuit can be efficiently verified. Is possible.

【0033】また、本発明の論理回路の検証方法では、
前記アーキテクチャシミュレーションの実行条件を定義
した制御定義を、前記論理回路を記述した論理回路デー
タ中に作成するのではなく、前記論理回路データとは別
に作成する。
In the method for verifying a logic circuit according to the present invention,
The control definition defining the execution condition of the architecture simulation is not created in the logic circuit data describing the logic circuit, but is created separately from the logic circuit data.

【0034】前記制御定義は、前記論理回路を記述した
論理回路データを使用した論理回路シミュレーションに
よって決定される前記論理回路データの信号値の値に応
じて前記アーキテクチャシミュレーションを実行するこ
とを定義したものであり、また、前記実行条件を判定す
る際に必要となる当該論理回路データの信号値が格納さ
れている場所を格納している。
The control definition defines executing the architecture simulation in accordance with a signal value of the logic circuit data determined by a logic circuit simulation using logic circuit data describing the logic circuit. In addition, a place where a signal value of the logic circuit data necessary for determining the execution condition is stored.

【0035】次に、前記論理回路データの入力部分を構
成する論理素子に入力信号値を設定し、前記論理素子の
動作をシミュレートして当該論理回路の出力信号値を計
算することにより、前記論理回路シミュレーションを実
行する。
Next, an input signal value is set to a logic element constituting an input portion of the logic circuit data, and an operation of the logic element is simulated to calculate an output signal value of the logic circuit. Perform a logic circuit simulation.

【0036】前記論理回路シミュレーションを行った後
に、前記制御定義を参照し、前記実行条件の判定に必要
な前記論理回路データの信号値を調べて、前記論理回路
シミュレーションによって決定された当該論理回路の出
力信号値が前記アーキテクチャシミュレーションの実行
条件を満たすときに、前記出力信号値をアーキテクチャ
シミュレーションの入力信号値として入力し、前記アー
キテクチャシミュレーションを実行する。
After performing the logic circuit simulation, the control definition is referred to, the signal value of the logic circuit data necessary for determining the execution condition is checked, and the logic circuit data determined by the logic circuit simulation is determined. When the output signal value satisfies the execution condition of the architecture simulation, the output signal value is input as an input signal value of the architecture simulation, and the architecture simulation is executed.

【0037】前記論理回路シミュレーション及び前記ア
ーキテクチャシミュレーションを前記論理回路データ全
てに行って、その結果が当該論理回路の設計仕様を満た
すものであるかを検証する。
The logic circuit simulation and the architecture simulation are performed on all the logic circuit data to verify whether the result satisfies the design specifications of the logic circuit.

【0038】以上の様に、本発明の論理回路の検証方法
では、論理回路データにアーキテクチャシミュレーショ
ンを実行する為の検証用回路を付加することなく、アー
キテクチャシミュレーションを実行するので、論理回路
データを二重化することなく論理回路の検証を行うこと
が可能である。
As described above, in the logic circuit verification method of the present invention, since the architecture simulation is performed without adding a verification circuit for executing the architecture simulation to the logic circuit data, the logic circuit data is duplicated. It is possible to verify the logic circuit without performing.

【0039】また、本発明の論理回路の検証方法では、
前記論理回路シミュレーションと前記アーキテクチャシ
ミュレーションの結果によって得られる論理回路各部の
信号値から、前記論理回路データに基づいて作成された
論理回路の診断データを作成する。
In the method for verifying a logic circuit according to the present invention,
Diagnostic data of a logic circuit created based on the logic circuit data is created from the signal values of each part of the logic circuit obtained as a result of the logic circuit simulation and the architecture simulation.

【0040】前記論理回路シミュレーション及び前記ア
ーキテクチャシミュレーションの結果に物理的な階層分
割を行って、前記の作成された論理回路上の電気信号を
測定する際に測定箇所となる信号線の前記シミュレーシ
ョン結果を抽出し、当該測定箇所の診断データを作成す
る。
The results of the logic circuit simulation and the architecture simulation are physically divided into layers, and the result of the simulation of the signal line to be measured when measuring the electric signal on the created logic circuit is calculated. Extract and create diagnostic data for the measurement location.

【0041】前記論理回路データに基づいて作成された
論理回路を実際に動作させ、前記論理回路上の電気信号
を測定し、前記電気信号の測定値と前記診断データを比
較して前記論理回路の検証を行う。
The logic circuit created based on the logic circuit data is actually operated, an electric signal on the logic circuit is measured, and the measured value of the electric signal is compared with the diagnostic data to compare the logic data. Perform verification.

【0042】以上の様に、本発明の論理回路の検証方法
では、論理回路シミュレーションとアーキテクチャシミ
ュレーションの結果によって当該論理回路の診断データ
を作成するので、論理回路の診断データを高速に作成す
ることが可能である。
As described above, in the logic circuit verification method of the present invention, since the diagnostic data of the logic circuit is created based on the result of the logic circuit simulation and the architecture simulation, the diagnostic data of the logic circuit can be created at high speed. It is possible.

【0043】[0043]

【実施例】以下、本発明について、一実施例とともに図
面を参照して詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in detail together with an embodiment with reference to the drawings.

【0044】図1は、本発明の論理回路の検証方法を実
施する論理回路シミュレータとアーキテクチャシミュレ
ータの概略構成を示す図である。図1において、101
は論理回路シミュレータ、102は論理回路、103と
104は信号線、105と106はデータの流れを示す
矢印、107は制御定義、108は定義部、109はト
リガ定義部、110はアーキテクチャシミュレータの呼
び出しを示す矢印、111はアーキテクチャシミュレー
タからの戻りを示す矢印、112はアーキテクチャシミ
ュレータに信号値が渡されることを示す矢印、113は
アーキテクチャシミュレータから信号値が戻されること
を示す矢印、114はアーキテクチャシミュレータ、1
15は信号値を入力する入力関数、116は信号値を出
力する出力関数である。
FIG. 1 is a diagram showing a schematic configuration of a logic circuit simulator and an architecture simulator for implementing the logic circuit verification method of the present invention. In FIG.
Is a logic circuit simulator, 102 is a logic circuit, 103 and 104 are signal lines, 105 and 106 are data flow arrows, 107 is a control definition, 108 is a definition unit, 109 is a trigger definition unit, and 110 is an architecture simulator call. , An arrow indicating that a signal value is passed to the architecture simulator, an arrow indicating that a signal value is returned to the architecture simulator, an arrow indicating that a signal value is returned from the architecture simulator, an architecture simulator, 1
15 is an input function for inputting a signal value, and 116 is an output function for outputting a signal value.

【0045】図1に示す様に、本実施例の論理回路の検
証方法では、論理回路シミュレータ101が、論理回路
102の信号値と制御定義107に定義された起動条件
により、アーキテクチャシミュレータ114を起動す
る。
As shown in FIG. 1, in the method of verifying a logic circuit according to the present embodiment, the logic circuit simulator 101 activates the architecture simulator 114 based on the signal value of the logic circuit 102 and the activation condition defined in the control definition 107. I do.

【0046】例えば、論理回路102には、制御定義1
07の宣言部108に記述した信号名称SIGAの信号
線103と信号名称SIGBの信号線104が存在し、
論理回路シミュレータ101を実行することにより、信
号線103と信号線104の信号値が変化する。
For example, the logic circuit 102 has a control definition 1
07, a signal line 103 having a signal name of SIGA and a signal line 104 having a signal name of SIGB described in a declaration section 108,
By executing the logic circuit simulator 101, the signal values of the signal lines 103 and 104 change.

【0047】前記の信号線103と信号線104の信号
値の変化は、直ちにデータの流れ105、106に従っ
て制御定義107の宣言部108を介してトリガ定義部
109に伝えられる。
The change in the signal values of the signal lines 103 and 104 is immediately transmitted to the trigger definition unit 109 via the declaration unit 108 of the control definition 107 according to the data flows 105 and 106.

【0048】トリガ定義部109は、信号線103また
は信号線104の値が代入された変数SIGの値を調
べ、SIGを値が「0」よりも大きいときに、アーキテ
クチャシミュレータ114を起動する。
The trigger definition unit 109 checks the value of the variable SIG to which the value of the signal line 103 or 104 is substituted, and activates the architecture simulator 114 when the value of SIG is larger than “0”.

【0049】起動されたアーキテクチャシミュレータ1
14では、宣言部108に定義された各信号線の信号値
を入力関数115により取り込み、設計仕様に応じた内
部処理を行った後に、出力関数116により宣言部10
8に定義された各信号線に出力信号値を設定する。
The activated architecture simulator 1
At 14, the input function 115 captures the signal values of each signal line defined in the declaration unit 108, performs internal processing according to the design specifications, and then outputs the signal value to the declaration unit 10 by the output function 116.
An output signal value is set for each signal line defined in 8.

【0050】アーキテクチャシミュレータ114の実行
を終了すると、制御定義107に戻り、制御定義107
の処理を全て終了した後、論理回路102の論理回路シ
ミュレーションを続行する。
When the execution of the architecture simulator 114 is completed, the process returns to the control definition 107, and the control definition 107 is executed.
After all of the above processes are completed, the logic circuit simulation of the logic circuit 102 is continued.

【0051】前記の処理を繰り返すことによって、論理
回路シミュレータ101と、アーキテクチャシミュレー
タ114の連動による論理回路全体の検証が行われる。
By repeating the above-described processing, the entire logic circuit is verified by interlocking the logic circuit simulator 101 and the architecture simulator 114.

【0052】図2は、本実施例の論理回路の検証方法に
よって検証の対象となる論理回路の一例を示す図であ
る。図2において、201は論理回路、202はAND
論理素子、203はフリップフロップ論理素子、211
は入力端子である。
FIG. 2 is a diagram showing an example of a logic circuit to be verified by the method of verifying a logic circuit according to the present embodiment. In FIG. 2, 201 is a logic circuit, and 202 is AND
Logic element 203, flip-flop logic element, 211
Is an input terminal.

【0053】図2に示す様に、本実施例の論理回路の検
証方法で検証の対象となる論理回路は、ハードウェアを
作成する為の部品接続情報を回路記述で表現している。
それぞれの論理素子は、前記論理素子を接続する信号線
にユニークな名称を持ち、各論理素子間の接続に矛盾を
起こさない構成で回路記述が行われている。
As shown in FIG. 2, in the logic circuit to be verified by the logic circuit verification method of the present embodiment, component connection information for creating hardware is represented by a circuit description.
Each logic element has a unique name for a signal line connecting the logic element, and the circuit description is made in a configuration that does not cause inconsistency in the connection between the logic elements.

【0054】たとえば、論理回路201の入力端子21
1は、AND論理素子202の入力端子に信号名称DA
TAによって接続され、AND論理素子202の出力端
子は、信号名称DATA1によってフリップフロップ論
理素子203のD入力端子に接続されている。
For example, the input terminal 21 of the logic circuit 201
1, the signal name DA is input to the input terminal of the AND logic element 202.
The output terminal of the AND logic element 202 is connected to the D input terminal of the flip-flop logic element 203 by the signal name DATA1.

【0055】論理回路201が動作すると、各信号線の
信号値が変化することにより、各論理素子に前記信号値
が伝播され、前記の伝播された信号値に従って接続され
た論理素子がハードウェア設計で定められた論理機能の
演算を行った後、前記演算結果である信号値を素子の出
力端子に出力する。
When the logic circuit 201 operates, the signal value of each signal line changes, whereby the signal value is propagated to each logic element, and the logic element connected according to the propagated signal value is designed in hardware. After performing the operation of the logical function defined in the above, the signal value as the operation result is output to the output terminal of the element.

【0056】図3は、本実施例の論理回路の検証方法の
制御定義の一例を示す図である。図3において、301
は制御定義、302は宣言部、303はパラメタ、30
4は信号線、310はトリガ定義部、401はアーキテ
クチャシミュレータである。
FIG. 3 is a diagram showing an example of the control definition of the verification method of the logic circuit according to the present embodiment. In FIG.
Is a control definition, 302 is a declaration part, 303 is a parameter, 30
4 is a signal line, 310 is a trigger definition unit, and 401 is an architecture simulator.

【0057】図3に示す様に、本実施例の論理回路の検
証方法において、制御定義301の宣言部302では、
アーキテクチャシミュレータ401の起動及び信号値を
渡す為の引数として用いるパラメタ303とともに、論
理回路201の信号名称を信号線304として定義し、
論理回路201とアーキテクチャシミュレータ401を
対応させている。
As shown in FIG. 3, in the logic circuit verification method of this embodiment, the declaration section 302 of the control definition 301
A signal name of the logic circuit 201 is defined as a signal line 304 together with a parameter 303 used as an argument for starting the architecture simulator 401 and passing a signal value,
The logic circuit 201 and the architecture simulator 401 are associated with each other.

【0058】信号線304として定義された論理回路2
01の信号線が変化したとき、その信号線304が定義
されたパラメタ303を使用しているトリガ定義部31
0を起動し、定義された条件判定を行った後、条件が成
立すればその記述内に定義されたアーキテクチャシミュ
レータ401を起動する。
Logic circuit 2 defined as signal line 304
When the signal line No. 01 changes, the trigger definition unit 31 using the parameter 303 in which the signal line 304 is defined
0, and after the defined condition is determined, if the condition is satisfied, the architecture simulator 401 defined in the description is started.

【0059】パラメタ303のTRGに定義されている
信号名称DATA1の信号線304(1)及び信号名称
CTRLの信号線304(2)の信号値の変化が発生し
たとき、トリガ定義部310の条件判定を行い、信号名
称DATA1の信号線304(1)の信号値がハイ、信
号名称CTRLの信号線304(2)の信号値がローの
とき、すなわちパラメタ303のTRGが2(2進数で
10)のときトリガ定義部310の条件が成立し、引数
として宣言部302で定義されているARG1(信号名
称ADR1、ADR2)、ARG2(信号名称OUT
1)を用いてアーキテクチャシミュレータ401を起動
する。起動されたアーキテクチャシミュレータ401
は、引数ARG1及びARG2を用いて各種の内部処理
を行う。
When a change occurs in the signal value of the signal line 304 (1) of the signal name DATA1 and the signal line 304 (2) of the signal name CTRL defined in the parameter 303, TRG, the condition definition of the trigger definition section 310 is performed. Is performed, and when the signal value of the signal line 304 (1) of the signal name DATA1 is high and the signal value of the signal line 304 (2) of the signal name CTRL is low, that is, the TRG of the parameter 303 is 2 (10 in binary). , The condition of the trigger definition unit 310 is satisfied, and ARG1 (signal names ADR1, ADR2) and ARG2 (signal name OUT) defined in the declaration unit 302 as arguments
The architecture simulator 401 is started using 1). The activated architecture simulator 401
Performs various internal processes using the arguments ARG1 and ARG2.

【0060】図4は、本実施例の論理回路の検証方法の
アーキテクチャシミュレータの一例を示す図である。図
4において、401はアーキテクチャシミュレータであ
る。
FIG. 4 is a diagram showing an example of an architecture simulator of the method of verifying a logic circuit according to the present embodiment. In FIG. 4, reference numeral 401 denotes an architecture simulator.

【0061】図4に示す様に、本実施例の論理回路の検
証方法では、アーキテクチャシミュレータ401の内部
記憶であるMEMのARG1の示すアドレスに存在する
内容をARG2に出力する。すなわち、アーキテクチャ
シミュレータ401の内部メモリMEMから信号名称A
DR1、ADR2が示すアドレスに存在する値を信号名
称OUT1に出力する。
As shown in FIG. 4, in the logic circuit verification method of this embodiment, the contents existing at the address indicated by ARG1 of MEM, which is the internal memory of the architecture simulator 401, are output to ARG2. That is, the signal name A is read from the internal memory MEM of the architecture simulator 401.
The value existing at the address indicated by DR1 and ADR2 is output to the signal name OUT1.

【0062】アーキテクチャシミュレータ401の動作
を終了すると、呼び出し元である制御定義301に制御
を戻し、また制御定義301の動作を終了すると、論理
回路のシミュレーションへと制御を戻す。
When the operation of the architecture simulator 401 is completed, the control is returned to the control definition 301 which is the calling source. When the operation of the control definition 301 is completed, the control is returned to the simulation of the logic circuit.

【0063】図5は、本実施例の論理回路の検証方法の
論理表現テーブルを示す図である。図5において、50
1は論理表現テーブル、502は素子機能、503は入
力数、504は出力数、505は素子ディレイ、506
は入力信号値1、507は入力信号値2、508は出力
信号値、509は入力1接続先、510は入力2接続
先、511は出力1接続先、512は信号名テーブルポ
インタ、513は制御定義テーブルポインタである。
FIG. 5 is a diagram showing a logic expression table of the method of verifying a logic circuit according to the present embodiment. In FIG. 5, 50
1 is a logical expression table, 502 is an element function, 503 is the number of inputs, 504 is the number of outputs, 505 is an element delay, 506
Is an input signal value 1, 507 is an input signal value 2, 508 is an output signal value, 509 is an input 1 connection destination, 510 is an input 2 connection destination, 511 is an output 1 connection destination, 512 is a signal name table pointer, and 513 is a control. This is a definition table pointer.

【0064】図5に示す様に、本実施例の論理回路の検
証方法において、論理表現テーブル501は、論理回路
上の論理素子をシミュレーション実行可能な形式に変換
したテーブルであり、論理回路上の各論理素子毎に1個
の論理表現テーブル501が作成されている。
As shown in FIG. 5, in the method of verifying a logic circuit according to the present embodiment, the logic expression table 501 is a table in which logic elements on the logic circuit are converted into a form in which simulation can be executed. One logic expression table 501 is created for each logic element.

【0065】論理表現テーブル501の素子機能502
は、AND、OR等の論理素子を設定し、それぞれの論
理表現テーブル501の動作を表現している。また、入
力数503及び出力数504は、当該論理素子の入力端
子及び出力端子へ接続されている信号線の数を表し、素
子機能502での出力信号値の演算を行うとき、必要と
なる入力信号線の入力信号値506の個数と、前記信号
値を伝播すべき論理表現テーブルを示す出力接続先51
1の個数を示す。
Element function 502 of logical expression table 501
Sets logical elements such as AND and OR, and expresses the operation of each logical expression table 501. The number of inputs 503 and the number of outputs 504 indicate the number of signal lines connected to the input terminal and the output terminal of the logic element, and are required when calculating the output signal value in the element function 502. An output connection destination 51 indicating the number of input signal values 506 of the signal line and a logical expression table to which the signal value is to be propagated
Indicates the number of 1.

【0066】素子ディレイ505は、当該論理素子の信
号値の出力に要する遅延時刻を設定し、入力信号値50
6及び507に信号変化が発生したとき、論理演算結果
の出力信号値508を出力接続先511が示す論理表現
テーブル501に伝播するときの遅延時刻として使用す
る。すなわち、当該論理素子の素子ディレイが2nsで
あれば、当該論理素子の出力信号値508が変化したと
き、2ns後に出力接続先511で示される論理素子に
変化後の出力信号値508を伝播する。
The element delay 505 sets the delay time required for outputting the signal value of the logic element, and sets the input signal value 50
When a signal change occurs in the logical expression table 6 and 507, the output signal value 508 of the logical operation result is used as a delay time when the signal is propagated to the logical expression table 501 indicated by the output connection destination 511. That is, if the element delay of the logic element is 2 ns, when the output signal value 508 of the logic element changes, the changed output signal value 508 is propagated to the logic element indicated by the output connection destination 511 after 2 ns.

【0067】信号名テーブルポインタ512は、当該論
理素子の出力端子の信号名称を持つ信号名テーブルが格
納されているアドレスを持ち、当該論理素子の出力信号
の名称を参照することが可能である。
The signal name table pointer 512 has an address where a signal name table having the signal name of the output terminal of the logic element is stored, and can refer to the name of the output signal of the logic element.

【0068】制御定義テーブルポインタ513は、論理
表現テーブル501の出力信号の名称が、制御定義30
1の宣言部302で定義されているとき、前記出力信号
の名称と使用しているトリガ定義部310から作成され
る制御定義テーブルの格納アドレスを示すものである。
The control definition table pointer 513 indicates that the name of the output signal of the logical expression table 501 is
When it is defined in the declaration section 302, it indicates the name of the output signal and the storage address of the control definition table created from the used trigger definition section 310.

【0069】図6は、本実施例の論理回路の検証方法で
検証の対象となる論理回路の信号名を格納した信号名テ
ーブルを示す図である。図6において、520は信号名
テーブル、521は信号名、522は論理表現テーブル
ポインタ、523は信号名テーブル520の階層情報で
ある。
FIG. 6 is a diagram showing a signal name table storing the signal names of the logic circuits to be verified by the logic circuit verification method of this embodiment. In FIG. 6, 520 is a signal name table, 521 is a signal name, 522 is a logical expression table pointer, and 523 is hierarchy information of the signal name table 520.

【0070】図6に示す様に、本実施例の論理回路の検
証方法において、信号名テーブル520は、シミュレー
ション対象の論理回路上の全ての信号名称を信号名52
1に持ち、当該信号名称を持つ論理表現テーブル501
が格納されたアドレスを論理表現テーブルポインタ52
2に持っている。この信号名テーブル520により、制
御定義301の宣言部302で定義された信号名称と論
理表現テーブル501を関連づけすることが可能であ
る。
As shown in FIG. 6, in the method of verifying a logic circuit according to the present embodiment, the signal name table 520 stores all the signal names on the logic circuit to be simulated as signal names 52.
1 and a logical expression table 501 having the signal name
Is stored in the logical expression table pointer 52.
I have 2 This signal name table 520 makes it possible to associate the signal name defined in the declaration section 302 of the control definition 301 with the logical expression table 501.

【0071】図7は、本実施例の論理回路の検証方法の
制御定義の内容を格納した制御定義テーブルを示す図で
ある。図7において、530は制御定義テーブル、53
1は使用パラメタ数、532は条件判定式、533はパ
ラメタ1の定義信号数、534は定義信号の信号名テー
ブルポインタ、535はパラメタ2の定義信号数、53
6は定義信号の信号名テーブルポインタ、537はアー
キテクチャシミュレータアドレス、538は定義引数の
個数、539は引数1の信号名数、540は引数1の信
号名テーブルポインタ、541は引数2の信号名数、5
42は引数2の信号名テーブルポインタである。
FIG. 7 is a diagram showing a control definition table storing the contents of the control definition of the logic circuit verification method of the present embodiment. 7, 530 is a control definition table, 53
1 is the number of used parameters, 532 is a condition determination expression, 533 is the number of defined signals of parameter 1, 534 is the signal name table pointer of the defined signal, 535 is the number of defined signals of parameter 2, 53
6 is the signal name table pointer of the definition signal, 537 is the architecture simulator address, 538 is the number of definition arguments, 539 is the number of signal names of argument 1, 540 is the signal name table pointer of argument 1, 541 is the number of signal names of argument 2 , 5
Reference numeral 42 denotes an argument 2 signal name table pointer.

【0072】図7に示す様に、本実施例の論理回路の検
証方法の制御定義テーブル530は、制御定義301で
定義されている内容をシミュレーションで取り扱い易い
構造に変換したものであり、各トリガ定義部310毎に
制御定義テーブル530が作成されている。
As shown in FIG. 7, the control definition table 530 of the logic circuit verification method of the present embodiment is obtained by converting the contents defined by the control definition 301 into a structure that can be easily handled by simulation. A control definition table 530 is created for each definition unit 310.

【0073】トリガ定義部310で判定条件として使用
されるパラメタ303は、複数使用することが可能であ
り、この使用個数を使用パラメタ数531に設定し、各
パラメタごとに、その定義信号数をパラメタの定義信号
数533、535に設定し、信号線304の信号名テー
ブル520の格納アドレスを信号名テーブルポインタ5
34、536に設定する。
A plurality of parameters 303 used as judgment conditions in the trigger definition unit 310 can be used. The number of used parameters 303 is set in the number of used parameters 531, and the number of defined signals for each parameter is set as a parameter. Of the signal name table 520 of the signal line 304 and the signal name table pointer 5
34, 536.

【0074】トリガ定義部310の条件判定文は、条件
判定式532に設定し、論理回路シミュレータ101は
こ前記の条件判定を行う為に、各パラメタで定義された
信号線304の信号名テーブルポインタが指す信号名テ
ーブル520から論理表現テーブルポインタ522を抽
出し、論理表現テーブル501の出力信号値508を取
り出して前記パラメタの値として用いる。
The condition determination statement of the trigger definition unit 310 is set in the condition determination expression 532, and the logic circuit simulator 101 performs the above-described condition determination by using the signal name table pointer of the signal line 304 defined by each parameter. The logical expression table pointer 522 is extracted from the signal name table 520 indicated by, and the output signal value 508 of the logical expression table 501 is extracted and used as the value of the parameter.

【0075】前記条件判定が成立すると、制御定義テー
ブル530に登録してあるアーキテクチャシミュレータ
アドレス537に示すアドレスへ制御を移し、当該アー
キテクチャシミュレータを実行する。このとき、制御定
義テーブル530の定義引数の個数538が格納された
アドレスを前記アーキテクチャシミュレータへの引数と
して渡す。
When the above condition is satisfied, the control is transferred to the address indicated by the architecture simulator address 537 registered in the control definition table 530, and the architecture simulator is executed. At this time, the address at which the number of definition arguments 538 of the control definition table 530 is stored is passed as an argument to the architecture simulator.

【0076】前記アーキテクチャシミュレータは、引数
として与えられた定義引数の個数538のアドレスによ
り、信号値の入力関数及び信号値の出力関数を用いて、
制御定義テーブル530に登録されている当該引数の信
号数539、541と、その個数分の定義信号の信号名
テーブルポインタ540、542を参照する。
The architecture simulator uses a signal value input function and a signal value output function according to the address 538 of the number of defined arguments given as an argument.
The number of signals 539 and 541 of the argument registered in the control definition table 530 and the signal name table pointers 540 and 542 of the defined signals for the number are referred to.

【0077】次に、前記アーキテクチャシミュレータ
は、信号名テーブルポインタ540、542から信号名
テーブル520を参照し、信号名テーブル520の論理
表現テーブルポインタ522から論理表現テーブル50
1を参照して、各信号線の信号値を論理表現テーブル5
01の出力信号値508から得る。
Next, the architecture simulator refers to the signal name table 520 from the signal name table pointers 540 and 542, and from the logical expression table pointer 522 of the signal name table 520 to the logical expression table 50.
1, the signal value of each signal line is represented by a logical expression table 5
01 from the output signal value 508.

【0078】また、各信号線の信号値を設定する場合に
も前記と同様にして、信号名テーブルポインタ540か
ら信号名テーブル520を参照し、信号名テーブル52
0の論理表現テーブルポインタ522から論理表現テー
ブル501にアクセスして、各信号線の論理表現テーブ
ル501の出力信号値508に当該信号値を設定する。
Also, when setting the signal value of each signal line, the signal name table 520 is referred from the signal name table pointer 540 and the signal name table 52
The logical expression table 501 is accessed from the logical expression table pointer 522 of 0, and the signal value is set to the output signal value 508 of the logical expression table 501 of each signal line.

【0079】以下に、本実施例の論理回路の検証方法に
おいて、ある事象の発生により処理を実行するイベント
ドリブンによって論理回路の検証を行う手順について説
明する。
In the following, a description will be given of a procedure for verifying a logic circuit by an event driven method which executes a process when a certain event occurs in the method of verifying a logic circuit according to the present embodiment.

【0080】図8は、本実施例の論理回路の検証方法の
処理手順を示すフローチャートである。
FIG. 8 is a flowchart showing a processing procedure of the method of verifying a logic circuit according to the present embodiment.

【0081】図9は、本実施例の論理回路の検証方法を
実行する際の時間の経過を示すタイムホイールとイベン
トテーブルを示す図である。図9において、700はタ
イムホイール、710はイベントテーブル、711はイ
ベント、712はフラグである。
FIG. 9 is a diagram showing a time wheel and an event table showing the lapse of time when the method of verifying a logic circuit according to the present embodiment is executed. 9, 700 is a time wheel, 710 is an event table, 711 is an event, and 712 is a flag.

【0082】図9に示す様に、本実施例の論理回路の検
証方法において、イベントドリブンによって論理回路の
検証を行うときには、まず、タイムホイール700にイ
ベントテーブル710中の処理しようとするイベント7
11を設定し、シミュレーション時刻を示すタイムホイ
ール700の矢印を移動させて、前記矢印が指すイベン
トを実行する。また、イベントテーブル710に示され
たイベント711は、当該イベントの種類を示すフラグ
712を持っている。
As shown in FIG. 9, in the method of verifying a logic circuit according to the present embodiment, when verifying a logic circuit by event driven, first, an event 7 to be processed in the event table 710 is stored in the time wheel 700.
11 is set, the arrow of the time wheel 700 indicating the simulation time is moved, and the event indicated by the arrow is executed. The event 711 shown in the event table 710 has a flag 712 indicating the type of the event.

【0083】本実施例の論理回路の検証方法では、図8
に示す様に、まず、ステップ601において、論理回路
情報を、シミュレーション実行可能な形式に変換する為
の論理回路情報展開を行い、各論理素子の接続状態を論
理表現テーブルに変換する。
In the method of verifying a logic circuit according to the present embodiment, FIG.
As shown in (1), first, in step 601, the logic circuit information is expanded to convert the logic circuit information into a form in which simulation can be executed, and the connection state of each logic element is converted into a logic expression table.

【0084】このとき、各論理素子の入力端子数及び出
力端子数を、それぞれ論理表現テーブル501の入力数
503、出力数504に設定し、各端子の数の入力信号
値506、507及び出力信号値508を格納する記憶
領域を確保する。
At this time, the number of input terminals and the number of output terminals of each logic element are set to the number of inputs 503 and the number of outputs 504 of the logic expression table 501, respectively, and the input signal values 506 and 507 and the output signal A storage area for storing the value 508 is secured.

【0085】これらの端子に接続される信号線の接続先
は、ネットリストなどから、その接続先を抽出し、入力
接続先509、510と出力接続先511に接続先の論
理表現テーブルの先頭アドレスを設定する。
The connection destinations of the signal lines connected to these terminals are extracted from a netlist or the like, and the connection destinations 509 and 510 and the output connection destination 511 are assigned the head address of the logical expression table of the connection destination. Set.

【0086】また、各入出力端子に接続される信号線
は、信号名テーブル520にその信号名称を信号名52
1として登録し、前記信号線が出力端子に接続するとき
は論理表現テーブル501の先頭アドレスを信号名テー
ブル520の論理表現テーブルポインタ522に登録す
るとともに、論理表現テーブル501の信号名テーブル
ポインタ512に、前記信号名を登録した信号名テーブ
ルのアドレスを設定する。また、ネットリストに存在す
るインスタンス名等の階層情報は、信号名テーブル52
0の階層情報523として登録する。
The signal line connected to each input / output terminal has its signal name stored in the signal name table 520.
1 and when the signal line is connected to the output terminal, the head address of the logical expression table 501 is registered in the logical expression table pointer 522 of the signal name table 520 and the signal name table pointer 512 of the logical expression table 501 is also registered. , An address of a signal name table in which the signal names are registered. The hierarchical information such as the instance name existing in the netlist is stored in the signal name table 52.
It is registered as the layer information 523 of 0.

【0087】検証の対象である論理回路全ての論理表現
テーブル501と信号名テーブル520を作成したの
ち、ステップ602において、予め入力情報としてカー
ド等の記憶媒体に作成した制御定義301及び、プログ
ラム言語によって作成された後に実行形式に変換された
アーキテクチャシミュレータ401を読み込み、制御定
義テーブル530を作成する。
After the logical expression table 501 and the signal name table 520 of all the logic circuits to be verified are created, in step 602, the control definition 301 previously created in the storage medium such as a card as input information and the program language are used. The architecture simulator 401 that has been created and converted into an executable format is read, and a control definition table 530 is created.

【0088】制御定義テーブル530の使用パラメタ数
531は、制御定義301のトリガ定義部310の判定
条件に使用されたパラメタ303の数を設定し、それぞ
れのパラメタに対する条件判定式532は、AND、O
R、比較演算子等の論理式で登録する。
The number of used parameters 531 of the control definition table 530 sets the number of parameters 303 used for the determination condition of the trigger definition section 310 of the control definition 301, and the condition determination expression 532 for each parameter is AND, O
It is registered with a logical expression such as R and a comparison operator.

【0089】また、判定条件に用いたパラメタ303の
定義内容については、まず各パラメタの定義信号数53
3、535を設定し、前記設定した定義信号数に応じて
定義信号の信号名テーブルポインタ534、536を設
定する。
The definition contents of the parameter 303 used for the judgment condition are as follows.
3, 535 are set, and the signal name table pointers 534, 536 of the defined signals are set according to the set number of defined signals.

【0090】前記判定条件に用いたパラメタ内容を設定
し、また、シミュレーション時刻を「0」に設定した
後、パラメタの個数を定義引数の個数538に登録し、
信号名の個数を引数の信号名数539に、当該信号名テ
ーブルポインタを引数の信号名テーブルポインタ540
に設定する。
After setting the contents of the parameters used for the judgment conditions and setting the simulation time to “0”, the number of parameters is registered in the number of defined arguments 538,
The number of signal names is set to the signal name number 539 of the argument, and the signal name table pointer is set to the signal name table pointer 540 of the argument.
Set to.

【0091】引数の信号名数539で示される個数分
の、信号名テーブルポインタ540を設定したのち、次
の引数に対する信号名数541及びその構成要素である
信号名の信号名テーブルポインタ542を順次設定す
る。
After setting the signal name table pointers 540 for the number indicated by the signal name number 539 of the argument, the signal name number 541 for the next argument and the signal name table pointer 542 of the signal name as a component thereof are sequentially set. Set.

【0092】ステップ603では、呼び出されるアーキ
テクチャシミュレータをダイナミックにメモリ上に配置
し、その論理的なアドレスをアーキテクチャシミュレー
タアドレス537に設定する。
At step 603, the called architecture simulator is dynamically arranged on the memory, and its logical address is set to the architecture simulator address 537.

【0093】同一判定条件で複数個のアーキテクチャシ
ミュレータを実行する制御定義がある場合には、前記
定を繰り返して制御定義テーブル530を完成する。
[0093] If there is a control definition to perform a plurality of architecture simulator under the same judgment condition of the
Repeat setting to complete the control definition table 530.

【0094】ステップ604では、異なる判定条件が存
在すると、その判定条件に対して、ステップ602から
ステップ603を繰り返し、全ての判定条件に対する制
御定義テーブル530を作成する。
In step 604, if a different judgment condition exists, steps 602 to 603 are repeated for that judgment condition, and a control definition table 530 is created for all the judgment conditions.

【0095】次のステップ605においては、予め記憶
媒体に作成して準備した入力テストパターンを読み込
み、前記入力テストパターンに対応する信号線の入力信
号値を信号線の接続先である論理表現テーブル501に
設定し、論理表現テーブル501のアドレスを、タイム
ホイール700の時刻「0」に接続するイベントテーブ
ル710のイベント711に、論理回路シミュレーショ
ンを開始するイベントとして登録する。
In the next step 605, an input test pattern created and prepared in advance in a storage medium is read, and an input signal value of a signal line corresponding to the input test pattern is stored in a logical expression table 501 as a connection destination of the signal line. And registers the address of the logical expression table 501 in the event 711 of the event table 710 connected to the time “0” of the time wheel 700 as an event for starting the logic circuit simulation.

【0096】入力された初期値を全て論理表現テーブル
501に設定し、その信号値によるイベント711を登
録完了したのち、ステップ606からシミュレーション
時刻に従った論理回路シミュレーションを実行する。
After setting all of the input initial values in the logical expression table 501 and completing the registration of the event 711 based on the signal value, the logic circuit simulation is executed from step 606 according to the simulation time.

【0097】すなわち、ステップ606においては、シ
ミュレーション時刻を示すタイムホイール700の対応
する時刻に接続されるイベントテーブル710に存在す
るイベント711を順次取り込み、フラグ712が
「0」のときステップ608、1のときステップ609
を実行する(ステップ607)。
That is, in step 606, the events 711 existing in the event table 710 connected to the corresponding time of the time wheel 700 indicating the simulation time are sequentially fetched, and when the flag 712 is "0", the processes of steps 608 and 1 are performed. Time step 609
Is executed (step 607).

【0098】ステップ608では、イベント711が示
す論理表現テーブル501の入力信号値506、507
を基に、素子機能502に基づいた出力信号値を算出
し、出力信号値508にその信号値を設定する。
At step 608, the input signal values 506 and 507 of the logical expression table 501 indicated by the event 711
, An output signal value based on the element function 502 is calculated, and the output signal value 508 is set to the output signal value.

【0099】また、当該論理素子の論理表現テーブル5
01が持つ素子ディレイ505を加えた時刻のタイムホ
イール700に接続されるイベントテーブル710上
に、当該論理素子の出力信号線の接続先である出力接続
先511の値(アドレス)をイベント711として登録
する。
The logical expression table 5 of the relevant logic element
The value (address) of the output connection destination 511 which is the connection destination of the output signal line of the logic element is registered as the event 711 on the event table 710 connected to the time wheel 700 at the time when the element delay 505 of the logical element 01 is added. I do.

【0100】このとき論理表現テーブル501上の制御
定義テーブルポインタ513がゼロ以外(すなわち、制
御定義テーブルがこの論理表現テーブル501に接続さ
れている状態)のとき、接続先の制御定義テーブルポイ
ンタ513もイベントテーブル710上にイベント71
1として登録し、フラグ712を「1」に設定する。こ
のイベント711のフラグ712が「1」のときは制御
定義テーブル530へのイベントであることを示す。
At this time, when the control definition table pointer 513 on the logical expression table 501 is other than zero (that is, when the control definition table is connected to the logical expression table 501), the control definition table pointer 513 of the connection destination is also changed. Event 71 on the event table 710
Registered as 1 and set the flag 712 to “1”. When the flag 712 of the event 711 is "1", it indicates that the event is for the control definition table 530.

【0101】ステップ609では、イベント711が示
す制御定義テーブル530の処理を実行する。まず、制
御定義テーブル530の使用パラメタ数531で示され
るパラメタ数の信号名テーブルポインタ534から信号
名テーブル520を取り出し、その中に定義された論理
表現テーブルポインタ522が示す論理表現テーブル5
01の中の出力信号値508から各パラメタの入力信号
値を求め、条件判定式532を実行したのち、前記の条
件が成立したら制御定義テーブル530の各引数の信号
名数53、541のアドレスを引数としてアーキテク
チャシミュレータアドレス533に示されるアドレスに
制御を移す。
At step 609, the processing of the control definition table 530 indicated by the event 711 is executed. First, the signal name table 520 is extracted from the signal name table pointer 534 of the parameter number indicated by the used parameter number 531 of the control definition table 530, and the logical expression table 5 indicated by the logical expression table pointer 522 defined therein is extracted.
After calculating the input signal value of each parameter from the output signal value 508 in 01 and executing the condition determination formula 532, if the above condition is satisfied, the address of the signal names 53 9 and 541 of each argument of the control definition table 530 is obtained. Is transferred to the address indicated by the architecture simulator address 533 using the argument as an argument.

【0102】すなわち、この時点でアーキテクチャシミ
ュレータが呼び出される。呼び出されたアーキテクチャ
シミュレータでは、渡された引数により信号値を読む入
力関数が、制御定義テーブル530の当該引数の信号名
テーブルポインタ540、542から信号名テーブル5
20を介し、論理表現テーブル501に設定されている
出力信号値508を読み込むことにより入力信号値を得
ることができる。
That is, at this point, the architecture simulator is called. In the called architecture simulator, the input function that reads the signal value according to the passed argument transmits the signal name table 5 from the signal name table pointers 540 and 542 of the corresponding argument in the control definition table 530.
An input signal value can be obtained by reading the output signal value 508 set in the logical expression table 501 via the interface 20.

【0103】また、出力信号値を設定する信号値の出力
関数では、同様にして論理表現テーブル501の出力信
号値508に目的とする値を設定し、出力接続先511
の内容を素子ディレイ505後のイベントテーブル71
0上にイベント711として登録する。
In a signal value output function for setting an output signal value, a target value is set in the output signal value 508 of the logical expression table 501 in the same manner, and the output connection destination 511 is set.
Table after the element delay 505
0 is registered as an event 711.

【0104】実行中のシミュレーション時刻と同じ時刻
のイベントテーブル710上のイベント711がなくな
るまで、ステップ605から繰り返し(ステップ61
0)、次のシミュレーション時刻に進め(ステップ61
1)、シミュレーション終了時刻までこれらの処理を繰
り返す(ステップ612)。
Step 605 is repeated until there is no event 711 on the event table 710 at the same time as the simulation time being executed (step 61).
0), advance to the next simulation time (step 61)
1), These processes are repeated until the simulation end time (step 612).

【0105】以上の様に、本実施例の論理回路の検証方
法によれば、アーキテクチャシミュレーションの実行条
件を定義した制御定義を参照することにより、論理回路
シミュレーション中にアーキテクチャシミュレーション
を実行するので、論理回路の検証を効率良く行うことが
可能である。
As described above, according to the logic circuit verification method of the present embodiment, the architecture simulation is executed during the logic circuit simulation by referring to the control definition that defines the execution conditions of the architecture simulation. The circuit can be efficiently verified.

【0106】また、本実施例の論理回路の検証方法によ
れば、論理回路データにアーキテクチャシミュレーショ
ンを実行する為の検証用回路を付加することなく、アー
キテクチャシミュレーションを実行するので、前記論理
回路データを二重化することなく論理回路の検証を行う
ことが可能である。
Further, according to the logic circuit verification method of the present embodiment, the architecture simulation is executed without adding a verification circuit for executing the architecture simulation to the logic circuit data. It is possible to verify a logic circuit without duplication.

【0107】以下に、本発明の論理回路の検証方法にお
いて、論理回路の診断データを作成する手順について説
明する。
A procedure for creating diagnostic data of a logic circuit in the method of verifying a logic circuit according to the present invention will be described below.

【0108】本実施例の論理回路の検証方法では、論理
回路を記述した論理回路データを使用して論理回路シミ
ュレーション及びアーキテクチャシミュレーションを実
行し、前記論理回路の各部の動作や前記論理回路上で実
行されるソフトウェアのシミュレーションを行って、前
記論理回路の各部の信号値を計算し、前記信号値を記憶
装置に格納する。
In the method of verifying a logic circuit according to the present embodiment, a logic circuit simulation and an architecture simulation are executed using logic circuit data describing the logic circuit, and the operation of each part of the logic circuit and the execution on the logic circuit are performed. A simulation of software to be performed is performed to calculate a signal value of each unit of the logic circuit, and the signal value is stored in a storage device.

【0109】次に、前記論理回路データに基づいて作成
された論理回路上の電気信号を測定する際に、測定箇所
となる信号線の前記シミュレーション結果を抽出して、
前記測定箇所の診断データを作成する。
Next, when measuring an electric signal on a logic circuit created based on the logic circuit data, the simulation result of a signal line to be measured is extracted,
Diagnostic data of the measurement location is created.

【0110】つまり、信号名テーブル520の階層情報
523に記載された物理的な階層記述を示すインスタン
ス名を抽出し、同一インスタンス名を持つ信号名52
1、すなわち当該階層の信号線の信号値を、前記記憶装
置に格納した信号値から抽出して前記論理回路の診断デ
ータを作成する。
That is, the instance name indicating the physical hierarchical description described in the hierarchical information 523 of the signal name table 520 is extracted, and the signal name 52 having the same instance name is extracted.
1, that is, the signal value of the signal line of the hierarchy is extracted from the signal value stored in the storage device to create diagnostic data of the logic circuit.

【0111】次に、前記論理回路データに基づいて作成
された論理回路を実際に動作させて、前記論理回路上の
各部の電気信号を測定し、前記の測定値と前記診断デー
タを比較することによって前記論理回路の検証を行う。
Next, the logic circuit created based on the logic circuit data is actually operated to measure the electric signal of each part on the logic circuit, and the measured value is compared with the diagnostic data. Is used to verify the logic circuit.

【0112】以上の様に、本実施例の論理回路の検証方
法では、論理回路シミュレーション及びアーキテクチャ
シミュレーションの結果によって当該論理回路の診断デ
ータを作成するので、論理回路の診断データを高速に作
成することが可能である。
As described above, in the logic circuit verification method of the present embodiment, since the diagnostic data of the logic circuit is created based on the result of the logic circuit simulation and the architecture simulation, the diagnostic data of the logic circuit can be created at high speed. Is possible.

【0113】以上、本発明を、前記実施例に基づき具体
的に説明したが、本発明は、前記実施例に限定されるも
のではなく、その要旨を逸脱しない範囲において種々変
更可能であることは勿論である。
Although the present invention has been described in detail with reference to the above embodiment, the present invention is not limited to the above embodiment, but may be variously modified without departing from the scope of the invention. Of course.

【0114】[0114]

【発明の効果】本願において開示される発明のうち代表
的なものによって得られる効果を簡単に説明すれば、下
記のとおりである。
The effects obtained by the representative ones of the inventions disclosed in the present application will be briefly described as follows.

【0115】すなわち、アーキテクチャシミュレーショ
ンの実行条件を定義した制御定義を参照することによ
り、論理回路シミュレーション中にアーキテクチャシミ
ュレーションを実行するので、論理回路の検証を効率良
く行うことが可能である。
That is, by referring to the control definition defining the execution conditions of the architecture simulation, the architecture simulation is executed during the logic circuit simulation, so that the logic circuit can be efficiently verified.

【0116】また、論理回路を記述した論理回路データ
にアーキテクチャシミュレーションを実行する為の検証
用回路を付加することなく、アーキテクチャシミュレー
ションを実行するので、前記論理回路データを二重化す
ることなく論理回路の検証を行うことが可能である。
Further, since the architecture simulation is executed without adding a verification circuit for executing the architecture simulation to the logic circuit data describing the logic circuit, the verification of the logic circuit can be performed without duplicating the logic circuit data. It is possible to do.

【0117】また、本発明の論理回路の検証方法では、
論理回路シミュレーション及びアーキテクチャシミュレ
ーションの結果によって論理回路の診断データを作成す
るので、論理回路の診断データを高速に作成することが
可能である。
In the method of verifying a logic circuit according to the present invention,
Since the diagnostic data of the logic circuit is created based on the result of the logic circuit simulation and the architecture simulation, the diagnostic data of the logic circuit can be created at high speed.

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

【図1】本発明の論理回路の検証方法を実施する論理回
路シミュレータとアーキテクチャシミュレータの概略構
成を示す図である。
FIG. 1 is a diagram showing a schematic configuration of a logic circuit simulator and an architecture simulator for implementing a logic circuit verification method of the present invention.

【図2】本実施例の論理回路の検証方法の検証の対象と
なる論理回路の一例を示す図である。
FIG. 2 is a diagram illustrating an example of a logic circuit to be verified by the logic circuit verification method according to the embodiment;

【図3】本実施例の論理回路の検証方法の制御定義の一
例を示す図である。
FIG. 3 is a diagram illustrating an example of a control definition of a method of verifying a logic circuit according to the embodiment;

【図4】本実施例の論理回路の検証方法のアーキテクチ
ャシミュレータの一例を示す図である。
FIG. 4 is a diagram illustrating an example of an architecture simulator of the logic circuit verification method according to the embodiment;

【図5】本実施例の論理回路の検証方法の論理表現テー
ブルを示す図である。
FIG. 5 is a diagram illustrating a logic expression table of a method of verifying a logic circuit according to the embodiment;

【図6】本実施例の論理回路の検証方法の信号名テーブ
ルを示す図である。
FIG. 6 is a diagram illustrating a signal name table in a method of verifying a logic circuit according to the embodiment;

【図7】本実施例の論理回路の検証方法の制御定義テー
ブルを示す図である。
FIG. 7 is a diagram illustrating a control definition table of a logic circuit verification method according to the present embodiment.

【図8】本実施例の論理回路の検証方法の処理手順を示
すフローチャートである。
FIG. 8 is a flowchart illustrating a processing procedure of a logic circuit verification method according to the present embodiment.

【図9】本実施例の論理回路の検証方法の処理を実行す
る際の時間の経過を示すタイムホイールとイベントテー
ブルを示す図である。
FIG. 9 is a diagram showing a time wheel indicating an elapse of time and an event table when the processing of the method of verifying a logic circuit according to the embodiment is executed.

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

101…論理回路シミュレータ、102…論理回路、1
03…信号線、104…信号線、108…宣言部、10
9…トリガ定義部、110…アーキテクチャシミュレー
タ呼び出し、111…アーキテクチャシミュレータから
の戻り、114…アーキテクチャシミュレータ、201
…論理回路、301…制御定義、302…宣言部、30
3…パラメタ、304(1)、304(2)…信号線、
310…トリガ定義部、401…アーキテクチャシミュ
レータ、501…論理表現テーブル、520…信号名テ
ーブル、530…制御定義テーブル、700…タイムホ
イール、710…イベントテーブル、711…イベン
ト、712…フラグ。
101: logic circuit simulator, 102: logic circuit, 1
03: signal line, 104: signal line, 108: declaration section, 10
9: trigger definition unit, 110: architecture simulator call, 111: return from architecture simulator, 114: architecture simulator, 201
... Logic circuit, 301 ... Control definition, 302 ... Declaration part, 30
3 ... parameters, 304 (1), 304 (2) ... signal lines,
Reference numeral 310 denotes a trigger definition unit, 401 denotes an architecture simulator, 501 denotes a logical expression table, 520 denotes a signal name table, 530 denotes a control definition table, 700 denotes a time wheel, 710 denotes an event table, 711 denotes an event, and 712 denotes a flag.

フロントページの続き (56)参考文献 特開 平2−268341(JP,A) 特開 昭63−292337(JP,A) 特開 平2−81236(JP,A) 特開 平5−128196(JP,A) 特開 平6−35988(JP,A) 特開 平6−162130(JP,A) 特開 昭62−219137(JP,A) 特開 平2−210552(JP,A) 特開 平2−73469(JP,A) 蔵下正広、外3名、”超高速シミュレ ータ(HAL)による効果的論理検 証”、情報処理学会全国大会講演論文 集、情報処理学会、昭和63年、Vol. 37、No.3、p.1761〜1762 (58)調査した分野(Int.Cl.7,DB名) G06F 17/50 664 Continuation of the front page (56) References JP-A-2-268341 (JP, A) JP-A-63-292337 (JP, A) JP-A-2-81236 (JP, A) JP-A-5-128196 (JP) JP-A-6-35988 (JP, A) JP-A-6-162130 (JP, A) JP-A-62-219137 (JP, A) JP-A-2-210552 (JP, A) 2-73469 (JP, A) Masahiro Kurashita, 3 others, "Efficient Logic Verification by Ultra-High Speed Simulator (HAL)", Proc. Of the IPSJ National Convention, IPSJ, 1988, Vol. 3, p. 1761-1762 (58) Fields investigated (Int. Cl. 7 , DB name) G06F 17/50 664

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 CADシステムを用い、論理回路の設計
仕様に基づいて前記論理回路の動作を記述した論理回路
データを前記CADシステムに入力し、前記論理回路デ
ータを使用して前記論理回路を検証する論理回路の検証
方法であって、 前記 論理回路の動作をシミュレートする論理回路シミュ
レーションと前記論理回路上で実行されるソフトウェア
の処理をシミュレートするアーキテクチャシミュレーシ
ョンを行って前記論理回路がその設計仕様を満たしてい
るかどうかを検証する論理回路の検証方法において、 前記アーキテクチャシミュレーションの実行条件を定義
した制御定義テーブルを前記CADシステム内のメモリ
上に配置し、前記論理回路のある論理回路部分について
前記論理回路部分を構成する論理素子の動作をシミュレ
ートして前記論理回路シミュレーションを実行し、前記
論理回路シミュレーションの結果によって得られた信号
値を所定のメモリエリアに格納し、前記所定のメモリエ
リアに格納された信号値が前記制御定義テーブル中の前
記実行条件を満たすときに前記アーキテクチャシミュレ
ーションを実行し、前記論理回路シミュレーション及び
前記アーキテクチャシミュレーションの結果によって得
られた信号値と前記論理回路の設計仕様を比較して前記
論理回路全体の検証を行うことを特徴とする論理回路の
検証方法。
1. Design of a logic circuit using a CAD system
A logic circuit describing the operation of the logic circuit based on specifications
Data is input to the CAD system and the logic circuit data is input.
Verification of the logic circuit using the data
A method, whether the logic circuit logic circuit simulation and wherein performing architecture simulation to simulate the process of software running on the logic circuit logic circuit for simulating the operation of the meets its design specifications A method of verifying a logic circuit, wherein a control definition table defining execution conditions of the architecture simulation is stored in a memory in the CAD system.
Placed above, to simulate the operation of the logic elements constituting the logic circuit portion for the logic circuit portion of the the logic circuit performs the logic circuit simulation, obtained by the results of the logic circuit simulation signal
The value is stored in a predetermined memory area, and the predetermined memory
The running architecture simulation when the signal value stored in the rear is the execution condition is satisfied in the control definition table, obtained by the logic circuit simulation and results of the architecture simulation
A method for verifying a logic circuit, comprising: comparing the obtained signal value with a design specification of the logic circuit to verify the entire logic circuit.
【請求項2】 CADシステムを用い、論理回路の設計
仕様に基づいて前記論理回路の動作を記述した論理回路
データを前記CADシステムに入力し、前記論理回路デ
ータを使用して前記論理回路を検証する論理回路の検証
方法であって、 前記 論理回路の動作をシミュレートする論理回路シミュ
レーションと前記論理回路上で実行されるソフトウェア
の処理をシミュレートするアーキテクチャシミュレーシ
ョンを行って前記論理回路がその設計仕様を満たしてい
るかどうかを検証する論理回路の検証方法において、 前記アーキテクチャシミュレーションの実行条件を定義
した制御定義テーブルを前記論理回路の記述を変更する
ことなく作成して前記CADシステム内のメモ リ上に配
置し、前記論理回路のある論理回路部分について前記論
理回路部分を構成する論理素子の動作をシミュレートし
て前記論理回路シミュレーションを実行し、前記論理回
路シミュレーションの結果によって得られた信号値を所
定のメモリエリアに格納し、前記所定のメモリエリアに
格納された信号値が前記制御定義テーブル中の前記実行
条件を満たすときに前記アーキテクチャシミュレーショ
ンを実行し、前記論理回路シミュレーション及び前記ア
ーキテクチャシミュレーションの結果によって得られた
信号値と前記論理回路の設計仕様を比較して前記論理回
路全体の検証を行うことを特徴とする論理回路の検証方
法。
2. Designing a logic circuit using a CAD system.
A logic circuit describing the operation of the logic circuit based on specifications
Data is input to the CAD system and the logic circuit data is input.
Verification of the logic circuit using the data
A method, whether the logic circuit logic circuit simulation and wherein performing architecture simulation to simulate the process of software running on the logic circuit logic circuit for simulating the operation of the meets its design specifications in the verification method of the logic circuit for verifying a distribution on memory in the CAD system control definition table which defines the condition for executing the architecture simulation is made without changing the description of the logic circuit
And simulates the operation of the logic elements constituting the logic circuit portion for a certain logic circuit portion of the logic circuit, executes the logic circuit simulation, and obtains a signal value obtained as a result of the logic circuit simulation.
Stored in a predetermined memory area, and stored in the predetermined memory area.
When the stored signal value satisfies the execution condition in the control definition table , the architecture simulation is executed, and the simulation is performed based on a result of the logic circuit simulation and the architecture simulation .
A method for verifying a logic circuit, comprising comparing a signal value with a design specification of the logic circuit to verify the entire logic circuit.
【請求項3】 論理回路上の電気信号を測定して前記論
理回路がその設計仕様を満たしているかどうかを検証す
診断データの作成方法において、請求項1又は請求項
2のいずれかに記載された論理回路の検証方法によって
得られた信号値から前記論理回路の診断データを作成す
ることを特徴とする診断データ作成方法。
3. A method of creating the diagnostic data to which the logic circuit electrical signals measured by the logical circuit to verify whether it meets the design specifications, claims 1 or
According to the logic circuit verification method described in either
The diagnostic data of the logic circuit is created from the obtained signal values.
Diagnostic data creation method, characterized in that:
JP09465195A 1995-04-20 1995-04-20 Logic circuit verification method Expired - Fee Related JP3144617B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP09465195A JP3144617B2 (en) 1995-04-20 1995-04-20 Logic circuit verification method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP09465195A JP3144617B2 (en) 1995-04-20 1995-04-20 Logic circuit verification method

Publications (2)

Publication Number Publication Date
JPH08287134A JPH08287134A (en) 1996-11-01
JP3144617B2 true JP3144617B2 (en) 2001-03-12

Family

ID=14116167

Family Applications (1)

Application Number Title Priority Date Filing Date
JP09465195A Expired - Fee Related JP3144617B2 (en) 1995-04-20 1995-04-20 Logic circuit verification method

Country Status (1)

Country Link
JP (1) JP3144617B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001060210A (en) 1999-08-20 2001-03-06 Nec Corp Lsi verification method and device and recording medium
JP2001109788A (en) 1999-10-12 2001-04-20 Nec Corp Simulation model, its generating method, simulation method and its recording medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
蔵下正広、外3名、"超高速シミュレータ(HAL)による効果的論理検証"、情報処理学会全国大会講演論文集、情報処理学会、昭和63年、Vol.37、No.3、p.1761〜1762

Also Published As

Publication number Publication date
JPH08287134A (en) 1996-11-01

Similar Documents

Publication Publication Date Title
JP3872954B2 (en) System and method for identifying finite state machines and inspecting circuit designs
US8161440B2 (en) Highly specialized scenarios in random test generation
JP3248753B2 (en) Method and apparatus for determining transition table of combinational logic circuit
KR100483876B1 (en) Semiconductor integrated circuit design and evaluation system
JPS63145549A (en) Simulation method for logic circuit
US6847927B2 (en) Efficient array tracing in a logic simulator machine
JP3056026B2 (en) Logic simulation method
JP3144617B2 (en) Logic circuit verification method
US7051301B2 (en) System and method for building a test case including a summary of instructions
US20010010034A1 (en) Simulation of data processing apparatus
US6829572B2 (en) Method and system for efficiently overriding array net values in a logic simulator machine
US20040230414A1 (en) Method for verification of hardware designs with multiple asynchronous frequency domains
CN117313650B (en) Chip test verification method and application device thereof
US6898562B2 (en) Method and system for efficiently overriding net values in a logic simulator machine
US6339751B1 (en) Circuit design support apparatus and a method
JP6949441B2 (en) Vector optimization device and vector optimization program
JP3072985B2 (en) Logic simulation method
JP3052263B2 (en) Logic verification sufficiency evaluation method and system therefor
CN117350205A (en) Chip verification method and device, electronic equipment and storage medium
JPH04311269A (en) Simulation system
KR20050118099A (en) Dynamic-verification-based verification apparatus achieving high verification performance, and the verification method using the same
JPH07282093A (en) Logical simulation supporting system
JP2001101254A (en) Failure simulating device, its method and storage medium in which failure simulation program is recorded
JPH11338727A (en) Testing method for information processor
JPH0887532A (en) Logic circuit verification method and bi-directional buffer circuit

Legal Events

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

Free format text: PAYMENT UNTIL: 20080105

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20080105

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20090105

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20100105

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20110105

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20120105

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees