JPH1185832A - Circuit conversion method, circuit design supporting device and record medium - Google Patents

Circuit conversion method, circuit design supporting device and record medium

Info

Publication number
JPH1185832A
JPH1185832A JP9250489A JP25048997A JPH1185832A JP H1185832 A JPH1185832 A JP H1185832A JP 9250489 A JP9250489 A JP 9250489A JP 25048997 A JP25048997 A JP 25048997A JP H1185832 A JPH1185832 A JP H1185832A
Authority
JP
Japan
Prior art keywords
circuit
control condition
data operation
operation unit
description
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP9250489A
Other languages
Japanese (ja)
Inventor
Shozo Isobe
庄三 磯部
Naomi Takeda
奈穂美 武田
Yuichiro Matsuoka
雄一郎 松岡
Masami Aihara
雅己 相原
Seiichi Nishio
誠一 西尾
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP9250489A priority Critical patent/JPH1185832A/en
Publication of JPH1185832A publication Critical patent/JPH1185832A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To obtain a circuit which reduces operation processing quantity that is needed for simulation execution even for a circuit which has much signal operation execution quantity by deciding a data operating part which is executed after control condition that is related to an operation result of the data operating part. SOLUTION: A control condition data operation relation extracting part 10 specifies control conditioning parts and a data operating part in a simulation mode 100 and seeks the correspondence relation of each control conditioning part and the data operating part. A condition execution model deciding part 20 decides a description part that is continuously executed when a specific control condition is established, based on the correspondence relation of the control conditioning part and the data operating part which has been extracted by the part 10. A condition execution model integrating part 30 integrates a partial model that is decided by the part 20 to the data operating part, which corresponds to a control condition and outputs circuit description (simulation model) 101, whose operation execution quantity is reduced.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はディジタル回路の設
計を支援する設計支援装置に関し、特に、論理シミュレ
ーションの高速化のためにシミュレーションモデルをよ
り簡略なモデルに変換する回路変換方法およびそれを用
いた設計支援装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a design support apparatus for supporting digital circuit design, and more particularly, to a circuit conversion method for converting a simulation model into a simpler model for speeding up a logic simulation, and a circuit conversion method using the same. The present invention relates to a design support device.

【0002】[0002]

【従来の技術】計算機システムやLSIの設計において
は、設計した回路を論理シミュレーションによって検証
し、早期に設計論理の不備を発見することが開発期間の
短縮のために必要不可欠である。
2. Description of the Related Art In the design of computer systems and LSIs, it is indispensable to verify a designed circuit by logic simulation and to find defects in design logic at an early stage in order to shorten the development period.

【0003】一方では、論理シミュレーションに要する
時間は、検証対象となる回路規模に比例するため、近年
のLSIの集積度の向上にともない増加の一途を辿って
いる。現状における論理シミュレータの実行速度は、例
えば100Kゲート規模の回路に対して数クロック/秒
程度にすぎない。したがって、大規模なLSIでは、十
分な長さのテストベクトルを用いてシミュレーションに
よる設計検証を行なうことが困難となる。特に、LSI
製造後に不具合が発生する場合を考えると、設計論理の
修正や再検証など開発に要する期間、コストの増大は極
めて大きいものになってしまう。このような理由で、高
速な論理シミュレータの実現が設計者によって一層望ま
れている。
On the other hand, the time required for logic simulation is proportional to the size of a circuit to be verified. Therefore, the time required for logic simulation has been increasing with the recent increase in the degree of integration of LSIs. At present, the execution speed of a logic simulator is, for example, only about several clocks / sec for a circuit having a scale of 100K gates. Therefore, in a large-scale LSI, it is difficult to perform design verification by simulation using a test vector having a sufficient length. In particular, LSI
Considering the case where a defect occurs after manufacturing, the cost increases extremely during the period required for development, such as modification and re-verification of the design logic. For these reasons, designers have further desired to realize a high-speed logic simulator.

【0004】論理シミュレータは通常、ソフトウェアで
実現される。ソフトウェアで実現された論理シミュレー
タが検証する回路は、ソフトウェアの実行に向いた言語
を用いて表現される場合が多い。例えば、C言語、アセ
ンブリ言語に代表される高級言語である。そして近年で
は、VHDL、Verilog−HDLといったハード
ウェア記述言語(HDL)で記述された回路を入力とす
る論理シミュレータが数多く出現している。これらの論
理シミュレータの大部分は、入力回路を対応するC言語
やアセンブリ言語で書かれた回路記述に内部変換して実
行するもので、計算機言語への変換方式の工夫あるいは
変換後の記述の最適化によって、シミュレーションの高
速化が図られている。
[0004] The logic simulator is usually realized by software. A circuit verified by a logic simulator implemented by software is often expressed using a language suitable for executing software. For example, it is a high-level language represented by C language and assembly language. In recent years, a large number of logic simulators having a circuit described in a hardware description language (HDL) such as VHDL or Verilog-HDL as an input have appeared. Most of these logic simulators convert an input circuit into a corresponding circuit description written in C language or assembly language and execute it. The conversion method to computer language is optimized or the description after conversion is optimized. The speeding up of the simulation has been achieved by the development.

【0005】しかしながら、上記の論理シミュレータに
よる高速化は、あくまでHDLの処理方式上の工夫によ
るものであり、回路のシミュレーション実行に要する演
算量自体を減らすものではない。
However, the speedup by the logic simulator described above is based solely on the HDL processing method, and does not reduce the amount of calculation itself required to execute the circuit simulation.

【0006】HDLを用いたシステム設計は、通常論理
合成を前提としたRTL(レジスタトランスファーレベ
ル)で記述される。回路をRTLで記述した場合、回路
中の様々な演算機能は、クロックを動作単位とする状態
遷移(例えばプロセス間の遷移として表されている)で
実現されることが多い。この場合、回路は、例えば複数
のプロセスとその複数のプロセス間で受け渡しされる信
号、変数等が記述されたものである。状態遷移では、現
在の状態とその時点での制御条件によって、次のクロッ
クにおける状態および実行演算が決定され、複数の状態
間での信号等の受け渡しが頻繁に行われる。各演算は並
列に実行され、中間演算結果の保存に使われる信号数も
多い。
A system design using HDL is usually described in RTL (register transfer level) on the premise of logic synthesis. When a circuit is described in RTL, various arithmetic functions in the circuit are often realized by a state transition using a clock as an operation unit (for example, represented as a transition between processes). In this case, the circuit describes, for example, a plurality of processes and signals, variables, and the like that are transferred between the plurality of processes. In the state transition, the state and the execution operation in the next clock are determined by the current state and the control condition at that time, and signals and the like are frequently exchanged between a plurality of states. Each operation is executed in parallel, and a large number of signals are used for storing intermediate operation results.

【0007】一方、論理合成を前提としないビヘイビア
記述(動作記述)の場合、回路は入力信号に対する出力
結果を手続き的に求めるように記述される。このため、
各演算はシリアルに実行され、中間演算結果の保存に使
われる信号数は少ない。さらに、通常クロック単位の動
作までの精度は持たないため、回路をRTLで記述した
場合と比べて信号演算量が少ない。
On the other hand, in the case of a behavioral description (behavioral description) not premised on logic synthesis, a circuit is described so as to obtain an output result for an input signal in a procedural manner. For this reason,
Each operation is executed serially, and the number of signals used for storing intermediate operation results is small. Further, since there is usually no accuracy up to the operation in clock units, the amount of signal operation is smaller than when the circuit is described in RTL.

【0008】このことは、RTLで記述された回路が、
論理合成を前提としない動作レベルの回路に比べて信号
演算量がはるかに多く、シミュレーション実行に多大な
時間を要してしまうことを意味する。
[0008] This means that the circuit described in RTL is
This means that the amount of signal operation is much larger than that of a circuit at an operation level that does not assume logic synthesis, which means that it takes a lot of time to execute a simulation.

【0009】[0009]

【発明が解決しようとする課題】以上に述べたように、
RTLで、特に状態遷移を用いて記述された回路は、論
理合成を前提としない動作レベルの回路に比べて信号演
算量がはるかに多い。これに対し、従来の論理シミュレ
ータによる高速化は、あくまでHDLの処理方式上の工
夫によるものであり、上記に挙げたような回路記述の演
算量自体を減らすものではない。従って、RTLで記述
された回路のシミュレーション実行に多大な時間を要す
るという問題点がある。
As described above, as described above,
A circuit described in RTL, particularly using state transition, requires a much larger amount of signal operation than a circuit of an operation level that does not assume logic synthesis. On the other hand, the speedup by the conventional logic simulator is based on a device in the HDL processing method, and does not reduce the calculation amount itself of the circuit description as described above. Therefore, there is a problem that it takes a lot of time to execute a simulation of a circuit described in RTL.

【0010】そこで、本発明は、上記問題点に鑑みてな
されたもので、動作検証対象の回路記述(例えば、RT
Lで状態遷移を用いて記述されているもの)を信号演算
量が少くなるように変換し、動作検証(シミュレーショ
ン実行)に要する時間を低減させることのできる回路変
換方法およびそれを用いた設計支援装置を提供すること
を目的とする。
The present invention has been made in view of the above problems, and has been made in consideration of the above-described problems.
Circuit description method using L and the state transition) so as to reduce the amount of signal operation, and reduce the time required for operation verification (simulation execution), and a design support method using the circuit conversion method. It is intended to provide a device.

【0011】[0011]

【課題を解決するための手段】本発明の回路変換方法
(請求項1)は、入力された回路の記述から、制御条件
およびデータ演算部の対応関係を抽出し、前記データ演
算部の演算結果に関連する制御条件に続いて実行される
データ演算部を判定し、この判定結果に基づき前記制御
条件および前記データ演算部を統合することにより、例
えば、RTLで記述された信号演算実行量が多い回路に
対しても、シミュレーション実行に要する演算処理量が
低減された回路を得ることができる。
According to a first aspect of the present invention, there is provided a circuit conversion method for extracting a correspondence between a control condition and a data operation unit from a description of an input circuit, and calculating an operation result of the data operation unit. By determining a data operation unit to be executed subsequent to the control condition related to the above, and integrating the control condition and the data operation unit based on the determination result, for example, the signal operation execution amount described in RTL is large. As for the circuit, it is possible to obtain a circuit in which the amount of arithmetic processing required for executing the simulation is reduced.

【0012】好ましくは、前記制御条件および前記デー
タ演算部を統合する際、前記データ演算部に含まれる冗
長な回路記述(制御条件および信号代入文および変数代
入文)を削除することにより、シミュレーションの際
に、無用な命令文の解読のために費やされるマシンサイ
クルの無駄を省くことができるため、さらに信号演算量
が低減された回路を得ることができる。
Preferably, when integrating the control condition and the data operation unit, a redundant circuit description (control condition, signal assignment statement, and variable assignment statement) included in the data operation unit is deleted, so that the simulation is performed. In this case, it is possible to eliminate a waste of machine cycles spent for decoding unnecessary instruction sentences, and thus it is possible to obtain a circuit with a further reduced signal operation amount.

【0013】本発明の回路設計支援装置(請求項3)
は、入力された回路の記述から、制御条件およびデータ
演算部の対応関係を抽出する抽出手段と、前記データ演
算部の演算結果に関連する制御条件に続いて実行される
データ演算部を判定し、この判定結果に基づき前記制御
条件および前記データ演算部を統合する統合手段と、を
具備したことにより、例えば、RTLで記述された信号
演算実行量が多い回路に対しても、シミュレーション実
行に要する演算処理量が低減された回路を得ることがで
きる。
A circuit design support device according to the present invention (claim 3)
Determining, from the input circuit description, an extraction unit for extracting a correspondence between the control condition and the data operation unit, and a data operation unit to be executed following the control condition related to the operation result of the data operation unit. And integrating means for integrating the control condition and the data arithmetic unit based on the result of the determination. For example, even for a circuit with a large signal arithmetic execution amount described in RTL, the simulation execution is required. A circuit with a reduced amount of arithmetic processing can be obtained.

【0014】また、本発明の回路設計支援装置(請求項
4)は、入力された回路の記述から、制御条件およびデ
ータ演算部の対応関係を抽出する抽出手段と、前記デー
タ演算部の演算結果に関連する制御条件に続いて実行さ
れるデータ演算部を判定し、この判定結果に基づき前記
制御条件および前記データ演算部を統合する統合手段
と、この統合手段で統合された回路の動作を実行する実
行手段と、を具備したことにより、例えば、RTLで記
述された信号演算実行量が多い回路に対しても、シミュ
レーション実行に要する演算処理量が低減された回路を
得ることができ、従って、高速な論理シミュレーション
が可能となる。
Further, the circuit design support apparatus of the present invention is characterized in that an extracting means for extracting a correspondence between a control condition and a data operation unit from an input circuit description, and an operation result of the data operation unit. Determining a data operation unit to be executed subsequent to the control condition related to the control unit, and executing an operation of the integrated circuit by the integration unit integrating the control condition and the data operation unit based on the determination result. For example, a circuit with a reduced amount of computation required for executing a simulation can be obtained even for a circuit with a large amount of signal computation executed in RTL. High-speed logic simulation becomes possible.

【0015】[0015]

【発明の実施の形態】以下、本発明の実施形態について
図面を参照しながら説明する。 (第1の実施形態)図1は、第1の実施形態に係る回路
変換方法を用いた回路設計支援装置(回路変換装置)1
の構成例を概略的に示したもので、入力された動作検証
対象の回路の記述(以下、回路の記述をシミュレーショ
ンモデルと呼ぶことがある)100から、制御条件部お
よびデータ演算部の対応関係を抽出する制御条件データ
演算関係抽出部10と、特定の制御条件に続いて実行さ
れる部分モデルを判定する条件実行モデル判定部20
と、判定された部分モデルを制御条件に対応するデータ
演算部に統合する条件実行モデル統合部30から構成さ
れる。
Embodiments of the present invention will be described below with reference to the drawings. (First Embodiment) FIG. 1 is a circuit design support apparatus (circuit conversion apparatus) 1 using a circuit conversion method according to a first embodiment.
Is a schematic diagram showing an example of the configuration of the circuit. The description of a circuit to be verified for operation (hereinafter, the description of the circuit may be referred to as a simulation model) 100 to the correspondence between a control condition part and a data operation part. And a condition execution model determining unit 20 for determining a partial model to be executed following a specific control condition
And a condition execution model integration unit 30 that integrates the determined partial model into a data operation unit corresponding to the control condition.

【0016】第1の実施形態に係る回路設計支援装置に
よれば、RTLで、特に状態遷移を用いて記述された回
路に対しても、信号演算量が少なくなるように回路記述
を変換することによって、シミュレーション実行に要す
る時間を低減させることが可能となる。すなわち、信号
演算量が低減された回路記述を論理シミュレータへの入
力とすることにより、高速な論理シミュレーションが可
能となる。
According to the circuit design support apparatus according to the first embodiment, the circuit description is converted by the RTL, particularly for a circuit described using state transitions, so that the signal calculation amount is reduced. This makes it possible to reduce the time required for executing the simulation. In other words, a high-speed logic simulation can be performed by using a circuit description with a reduced signal operation amount as an input to the logic simulator.

【0017】以下、本実施形態に係る回路設計支援装置
1についてより詳細に説明する。制御条件データ演算関
係抽出部10は、入力されたシミュレーションモデル1
00中の制御条件部とデータ演算部を特定し、各制御条
件部とデータ演算部の対応関係を求める。ここで、シミ
ュレーションモデル中の制御条件部とは、例えばif文
やcase文の条件判定の記述部分、データ演算部と
は、実際に信号の代入実行を行う記述部分を指す。ま
た、制御条件部とデータ演算部との対応関係とは、例え
ば、制御条件部の条件判定の結果に応じて実行されるデ
ータ演算部を関係つけることをいう。
Hereinafter, the circuit design support apparatus 1 according to the present embodiment will be described in more detail. The control condition data calculation relationship extraction unit 10 receives the simulation model 1
The control condition part and the data calculation part in 00 are specified, and the correspondence between each control condition part and the data calculation part is obtained. Here, the control condition part in the simulation model refers to, for example, a description part for condition determination of an if statement or a case statement, and the data operation part refers to a description part for actually executing signal substitution execution. Further, the correspondence between the control condition unit and the data calculation unit refers to, for example, associating a data calculation unit executed according to the result of the condition determination of the control condition unit.

【0018】条件実行モデル判定部20は、制御条件デ
ータ演算関係抽出部10で抽出された、制御条件部とデ
ータ演算部の対応関係をもとに、特定の制御条件が成立
したときに続いて実行される記述部分を判定する。
The condition execution model judging section 20 is configured to execute the following processing when a specific control condition is established based on the correspondence between the control condition section and the data operation section extracted by the control condition data operation relation extracting section 10. Determine the description part to be executed.

【0019】条件実行モデル統合部30は、条件実行モ
デル判定部20で判定された部分モデルを、制御条件に
対応するデータ演算部に統合して、演算実行量の低減さ
れた回路記述(シミュレーションモデル)101を出力
する。
The condition execution model integration unit 30 integrates the partial model determined by the condition execution model determination unit 20 into a data calculation unit corresponding to a control condition, and describes a circuit description (simulation model) with a reduced calculation execution amount. ) 101 is output.

【0020】次に、本実施形態に係る回路変換方法につ
いて簡単なシミュレーションモデルを用いて具体的に説
明する。図2は、図1の回路設計支援装置に入力するシ
ミュレーションモデルの一例として、動作検証対象の回
路をVHDLで記述したものである。p1、p20、p
70、p2の4つのプロセス(イベント処理実行単位)
からなる。この回路は単純な自動販売機の動作の一部を
表しており、10円、50円、100円の3種類の硬貨
を入力して、30円の商品を購入するというケースを想
定している。
Next, the circuit conversion method according to this embodiment will be specifically described using a simple simulation model. FIG. 2 illustrates a circuit to be verified in VHDL as an example of a simulation model input to the circuit design support device of FIG. p1, p20, p
Four processes of 70 and p2 (event processing execution unit)
Consists of This circuit represents a part of the operation of a simple vending machine. It is assumed that a user inputs three types of coins of 10 yen, 50 yen, and 100 yen and purchases a product of 30 yen. .

【0021】この回路は状態遷移を用いて記述されてお
り、信号in_10、in_50、in_100はそれ
ぞれ、10円、50円、100円硬貨の入力を、信号c
urrent_stateは自動販売機に投入された金
額に対応する状態を表す。投入金額(current_
state)が30円に達すると、商品購入が可能にな
ったことを表す信号enough_moneyが「1」
になり、そのときの剰余金額に対応して信号over_
10〜over_90が「1」にセットされる。図2で
は、各プロセスp1、p20、p70、p2にて、信号
enough_money、in_10、in_50、
in_100、over_10〜over_90の値の
変化が発生し、あるプロセスから他のプロセスへと処理
が以降して状態遷移が起こるようになっている。
This circuit is described using state transitions. Signals in_10, in_50, and in_100 are used to input a coin of 10, 50, and 100 yen, respectively, and to input a signal c.
current_state represents a state corresponding to the amount of money put into the vending machine. Input amount (current_
When the “state” reaches 30 yen, the signal “enough_money” indicating that the product can be purchased is “1”.
And the signal over_ corresponds to the surplus amount at that time.
10 to over_90 are set to “1”. In FIG. 2, in each of the processes p1, p20, p70, and p2, signals enough_money, in_10, in_50,
A change in the values of in_100 and over_10 to over_90 occurs, and a process is subsequently performed from a certain process to another process to cause a state transition.

【0022】また、図2では省略したが、1クロックご
とに、更新された投入金額(next_state)が
現在の投入金額として再設定されるものとする。ここで
は、入力回路としてVHDL記述を用いたが、回路図や
ネットリストで表現しても構わない。
Although omitted in FIG. 2, it is assumed that the updated amount of money (next_state) is reset as the current amount of money every clock. Here, the VHDL description is used as the input circuit, but it may be represented by a circuit diagram or a netlist.

【0023】制御条件データ演算関係抽出部10は、図
2の記述から制御条件部とデータ演算部の対応関係を求
める。図3は、図2の記述における制御条件部とデータ
演算部を判定した結果を示したものである。[1]〜
[10]が制御条件部、(a)〜(j)がデータ演算部
である。
The control condition data operation relation extracting unit 10 obtains the correspondence between the control condition unit and the data operation unit from the description of FIG. FIG. 3 shows the result of determining the control condition part and the data calculation part in the description of FIG. [1] ~
[10] is a control condition part, and (a) to (j) are data calculation parts.

【0024】各制御条件部とデータ演算部の関係は、図
4に示すようになる。図4では、対応する制御条件部
[1]〜[10]とデータ演算部(a)〜(j)を直線
で結んで表している。例えば、制御条件部[1]とデー
タ演算部(a)が対応している。
FIG. 4 shows the relationship between each control condition section and the data calculation section. In FIG. 4, the corresponding control condition units [1] to [10] and the data operation units (a) to (j) are connected by straight lines. For example, the control condition unit [1] corresponds to the data operation unit (a).

【0025】次に、条件実行モデル判定部20は、適当
な制御条件に続いて実行される回路中の部分モデル(例
えば、適当な制御条件に続いて実行されるデータ演算
部)を判定する。
Next, the condition execution model determination unit 20 determines a partial model in the circuit executed following the appropriate control condition (for example, a data operation unit executed following the appropriate control condition).

【0026】まず、制御条件データ演算関係抽出部10
で求めた、制御条件部とデータ演算部の対応関係から、
各制御条件部とデータ演算部との依存関係を求める。こ
こでは、例えば、状態遷移の各状態に対応する制御条件
部[8]〜[10]のうち、[9]および[10]に着
目する。
First, the control condition data calculation relation extraction unit 10
From the correspondence between the control condition part and the data calculation part obtained in
The dependency between each control condition part and the data calculation part is obtained. Here, for example, of the control condition units [8] to [10] corresponding to each state of the state transition, attention is paid to [9] and [10].

【0027】制御条件部[9]に対応するデータ演算部
(i)中では、信号enough_moneyへの代入
が行われている。一方、プロセスp1では、信号eno
ugh_moneyをセンシティビティ信号に持ち、e
nough_moneyのイベント(値の変化)によっ
て駆動される。同様に、データ演算部(i)中で信号o
ver_20に代入が行われるため、信号over_2
0をセンシティビティ信号に持つプロセスp20が駆動
される。したがって、データ演算部(i)の実行に続い
てプロセスp1およびプロセスp20が実行されること
になる。
In the data operation unit (i) corresponding to the control condition unit [9], the signal operation is substituted into the signal "enough_money". On the other hand, in the process p1, the signal eno
having high_mony in the sensitivity signal, e
It is driven by the event (change in value) of now_money. Similarly, the signal o in the data operation unit (i)
Since the assignment is made to the ver_20, the signal over_2
The process p20 having 0 as the sensitivity signal is driven. Therefore, the process p1 and the process p20 are executed following the execution of the data operation unit (i).

【0028】図5は、条件実行モデル判定部20で判定
された、これらの依存関係を表したものである。図5に
示すように、制御条件部[9]で示された制御条件が成
立したときに実行される部分モデルは、プロセスp1お
よびプロセスp20と判定される(図5中201)。同
様にして、制御条件部[10]で示された制御条件のと
きに実行される部分モデルは、プロセスp1およびプロ
セスp70と判定される(図5中202)。
FIG. 5 shows the dependencies determined by the condition execution model determination unit 20. As shown in FIG. 5, the partial models executed when the control condition indicated by the control condition section [9] is satisfied are determined to be the process p1 and the process p20 (201 in FIG. 5). Similarly, the partial models executed under the control conditions indicated by the control condition section [10] are determined to be the process p1 and the process p70 (202 in FIG. 5).

【0029】条件実行モデル統合部30は、条件実行モ
デル判定部20で判定された部分モデルを、制御条件部
に対応するデータ演算部に統合する。ここで統合は、例
えば以下の手順で実現することができる。 (手順1) データ演算部に続いて実行される部分モデ
ルをデータ演算部の後ろに取り込む。 (手順2) データ演算部と部分モデル間の値の受渡し
に使われる信号を変数に置き換える。
The condition execution model integration unit 30 integrates the partial model determined by the condition execution model determination unit 20 into a data operation unit corresponding to the control condition unit. Here, the integration can be realized, for example, by the following procedure. (Procedure 1) A partial model to be executed following the data operation unit is fetched after the data operation unit. (Procedure 2) A signal used for passing a value between the data operation unit and the partial model is replaced with a variable.

【0030】手順2で信号を変数に置き換えるのは、統
合によって、別々のプロセスで実行されていた信号演算
が同一のプロセス内で演算実行されるのに伴い、タイミ
ングを調整するためである。また、信号を変数に置き換
えることにより、状態遷移時に例えば、あるプロセスか
ら他のプロセスへ受け渡される情報量が削減できる。
The reason why the signal is replaced with the variable in the procedure 2 is to adjust the timing as a result of the signal operation being executed in a separate process by the integration and being executed in the same process. Further, by replacing the signal with a variable, for example, the amount of information transferred from one process to another process at the time of state transition can be reduced.

【0031】図6は、図2に対して統合を適用した結果
のVHDL記述である。制御条件[9]、[10]に対
応するデータ演算部はそれぞれ(i)、(j)であるた
め、まず、プロセスp1とp20からなる部分モデル、
プロセスp1とp70からなる部分モデルをそれぞれ
(i)、(j)の後ろに並べる。
FIG. 6 is a VHDL description as a result of applying the integration to FIG. Since the data operation units corresponding to the control conditions [9] and [10] are (i) and (j), respectively, first, a partial model including processes p1 and p20,
The partial models composed of the processes p1 and p70 are arranged after (i) and (j), respectively.

【0032】次に、プロセス間の値の伝搬に使われる信
号である、enough_modey、over_2
0、over_70をそれぞれ変数に置き換える。この
ようにして、2つの部分モデルがプロセスp2の中に統
合され図6を得る。
Next, signals used for propagation of values between processes, ie, "enough_mode" and "over_2"
Replace 0 and over_70 with variables. In this way, the two partial models are integrated into the process p2 to obtain FIG.

【0033】本例では、簡単のために、統合される部分
モデルを構成するプロセス間に依存関係がないケースを
扱ったが、もし依存関係がある場合は、それらのプロセ
ス間の依存関係にしたがってレベル付けを行い、プロセ
スをレベルの順に並べればよい。
In this example, for the sake of simplicity, a case where there is no dependency between the processes constituting the integrated partial models is dealt with. However, if there is a dependency, the process is performed according to the dependency between those processes. Leveling is performed, and processes are arranged in order of level.

【0034】また本例では、簡単のために、入力回路と
して階層を含まない記述を用いたが、入力回路が階層を
含む場合は、あらかじめ回路を階層のないフラットな記
述に展開しておき、部分モデルの統合を行えばよい。
In this example, for simplicity, a description that does not include a hierarchy is used as an input circuit. However, if the input circuit includes a hierarchy, the circuit is developed in advance into a flat description without a hierarchy, What is necessary is just to integrate partial models.

【0035】このようにして、適当な制御条件に続いて
実行される部分モデルを統合することにより得られた回
路記述では、回路記述がシリアルな構造になり、シミュ
レーションに要する演算実行量が少なくなる。また、統
合された部分モデル中の信号のうち、統合先のデータ演
算部から値の受渡しがあるものは変数に置き換わるた
め、信号処理演算が変数演算に置き換えられ、より高速
に処理することができる。
As described above, in the circuit description obtained by integrating the partial models executed following the appropriate control conditions, the circuit description has a serial structure, and the amount of operation required for the simulation is reduced. . Further, among the signals in the integrated partial model, those whose values are passed from the integrated data processing unit are replaced with variables, so that the signal processing operation is replaced with the variable operation, and the processing can be performed at higher speed. .

【0036】従って、本実施形態によれば、RTLで記
述された信号演算実行量が多い回路に対しても、シミュ
レーション実行に要する演算処理量が低減された回路を
得ることができる。 (第2の実施形態)第1の実施形態で説明した回路変換
方法を用いて、入力された回路を演算処理量のより低減
された回路記述(シミュレーションモデル)に変換し、
論理シミュレーションを実行する回路設計支援装置につ
いて説明する。
Therefore, according to the present embodiment, it is possible to obtain a circuit in which the amount of arithmetic processing required for executing a simulation is reduced even for a circuit in which the amount of signal arithmetic execution described in RTL is large. (Second Embodiment) Using the circuit conversion method described in the first embodiment, an input circuit is converted into a circuit description (simulation model) with a reduced amount of arithmetic processing,
A circuit design support device that executes a logic simulation will be described.

【0037】図7は、第2の実施形態に係る回路設計支
援装置の構成例を概略的に示したもので、図1の第1の
実施形態の回路設計支援装置(回路変換装置)1に具備
される制御条件データ演算関係抽出部10、条件実行モ
デル判定部20及び条件実行モデル統合部30に、さら
に与えられた回路記述をもとに論理シミュレーションを
実行する論理シミュレーション実行部90を具備してい
る。なお、図1と同一部分には同一符号を付し、詳細な
説明は省略する。
FIG. 7 schematically shows a configuration example of a circuit design support apparatus according to the second embodiment. The circuit design support apparatus (circuit conversion apparatus) 1 of the first embodiment shown in FIG. The provided control condition data operation relation extraction unit 10, condition execution model determination unit 20, and condition execution model integration unit 30 further include a logic simulation execution unit 90 for executing a logic simulation based on a given circuit description. ing. The same parts as those in FIG. 1 are denoted by the same reference numerals, and detailed description will be omitted.

【0038】論理シミュレーション実行部90として
は、公知のものを使用する。制御条件データ演算関係抽
出部10、条件実行モデル判定部20及び条件実行モデ
ル統合部30によって論理シミュレーション対象となる
回路記述を信号演算量の少い回路記述に変換し、変換後
の回路記述を入力として論理シミュレーション実行部9
0により論理シミュレーションを実行する。
As the logic simulation execution section 90, a known one is used. The circuit description to be subjected to the logic simulation is converted into a circuit description with a small signal operation amount by the control condition data calculation relation extracting unit 10, the condition execution model determination unit 20, and the condition execution model integration unit 30, and the converted circuit description is input. As the logic simulation execution unit 9
The logic simulation is executed by using 0.

【0039】このように公知の論理シミュレーション実
行部90の前段に回路記述の演算実行量を低減する回路
変換装置1を設けることによって、高速に論理シミュレ
ーションを実行する論理シミュレーション装置を実現す
ることができる。 (第3の実施形態)図8は、第3の実施形態に係る回路
変換方法を用いた回路設計支援装置(回路変換装置)2
の構成例を概略的に示したもので、入力された動作検証
対象の回路記述(以下、回路の記述をシミュレーション
モデルと呼ぶことがある)100から、制御条件および
データ演算部の対応関係を抽出する制御条件データ演算
関係抽出部部10、特定の制御条件に続いて実行される
部分モデルを判定する条件実行モデル判定部20と、判
定された部分モデルを制御条件に対応するデータ演算部
に統合する条件実行モデル統合部30と、統合された部
分モデルから冗長な制御条件または冗長な信号代入文ま
た冗長な変数代入文を削除する冗長制御条件削除部40
を具備する。
As described above, by providing the circuit conversion device 1 for reducing the amount of execution of the circuit description in the preceding stage of the well-known logic simulation execution unit 90, it is possible to realize a logic simulation device for executing a logic simulation at high speed. . Third Embodiment FIG. 8 is a circuit design support apparatus (circuit conversion apparatus) 2 using a circuit conversion method according to a third embodiment.
Is a schematic diagram showing an example of the configuration, and extracts correspondences between control conditions and data calculation units from an input circuit description (hereinafter, a circuit description may be called a simulation model) 100 to be verified. The control condition data calculation relation extraction unit 10 performs a condition execution model determination unit 20 that determines a partial model to be executed following a specific control condition, and integrates the determined partial model into a data calculation unit corresponding to the control condition. And a redundant control condition deleting unit 40 for deleting redundant control conditions or redundant signal assignment statements or redundant variable assignment statements from the integrated partial model.
Is provided.

【0040】本実施形態によれば、RTLで記述された
回路に対しても、信号演算量が少くなるように回路記述
を変換することによって、シミュレーション実行に要す
る時間を低減させることが可能となる。すなわち、信号
演算量が少くなるように回路記述を変換した後、さらに
回路の信号演算量を低減することが可能になる。
According to this embodiment, even for a circuit described in RTL, the time required for executing a simulation can be reduced by converting the circuit description so as to reduce the signal operation amount. . That is, after the circuit description is converted so that the signal operation amount is reduced, the signal operation amount of the circuit can be further reduced.

【0041】以下、本実施形態に係る回路設計支援装置
2についてより詳細に説明する。図8において、制御条
件データ演算関係抽出部10、条件実行モデル判定部2
0、および条件実行モデル統合部30は第1の実施形態
と同様である。
Hereinafter, the circuit design support apparatus 2 according to the present embodiment will be described in more detail. In FIG. 8, a control condition data calculation relation extraction unit 10, a condition execution model determination unit 2
0 and the condition execution model integration unit 30 are the same as in the first embodiment.

【0042】制御条件データ演算関係抽出部10は、入
力された回路100における制御条件部とデータ演算部
を特定し、各制御条件部とデータ演算部の対応関係を求
める。ここで、制御条件部とは、例えばif文やcas
e文の条件判定部分、データ演算部とは、実際に信号の
代入実行を行う部分を指す。
The control condition data calculation relationship extracting unit 10 specifies the control condition unit and the data calculation unit in the input circuit 100, and obtains the correspondence between each control condition unit and the data calculation unit. Here, the control condition part is, for example, an if statement or cas
The condition determination portion and the data operation portion of the e-statement indicate a portion that actually performs signal substitution execution.

【0043】条件実行モデル判定部20は、制御条件デ
ータ演算関係抽出手段10で抽出された、制御条件部と
データ演算部の対応関係をもとに、特定の制御条件が成
立したときに続いて実行される部分を判定する。
Based on the correspondence between the control condition part and the data calculation part extracted by the control condition data calculation relation extraction means 10, the condition execution model determination part 20 continues when a specific control condition is satisfied. Determine the part to be executed.

【0044】条件実行モデル統合部30は、条件実行モ
デル判定部20で判定された部分モデルを、制御条件に
対応するデータ演算部に統合する。冗長制御条件削除部
40は、条件実行モデル統合部30で統合された部分モ
デル中に含まれる、冗長な制御条件またはその制御条件
に対応するデータ演算部を削除する。
The condition execution model integration unit 30 integrates the partial model determined by the condition execution model determination unit 20 into a data operation unit corresponding to the control condition. The redundant control condition deletion unit 40 deletes a redundant control condition or a data operation unit corresponding to the control condition included in the partial model integrated by the condition execution model integration unit 30.

【0045】次に、本実施形態に係る回路変換方法につ
いて簡単なシミュレーションモデルを用いて具体的に説
明する。入力回路100として、再び図2のVHDL記
述を用いる。ここでは、入力回路としてVHDL記述を
用いるが、回路図やネットリストで表現しても構わな
い。
Next, the circuit conversion method according to this embodiment will be specifically described using a simple simulation model. The VHDL description of FIG. 2 is used again as the input circuit 100. Here, the VHDL description is used as the input circuit, but it may be represented by a circuit diagram or a netlist.

【0046】制御条件データ演算関係抽出部10から条
件実行モデル統合部30によって行われる処理は、第1
の実施形態での説明と同様である。その結果、第1の実
施形態と同様に、図6のようなVHDL記述が得られ
る。
The processing executed by the condition execution model integrating unit 30 from the control condition data operation relation extracting unit 10 is the first process.
This is the same as the description in the embodiment. As a result, as in the first embodiment, a VHDL description as shown in FIG. 6 is obtained.

【0047】ところで、図6では、統合された部分モデ
ルに冗長な制御条件やデータ演算部が含まれている。こ
の冗長な記述部分を実線で囲んで示したのが図9であ
る。また図10は、図9のVHDL記述を制御条件部と
データ演算部の対応関係で表したものである。ハッチで
囲んだ箇所が図9の冗長な記述部分である。図9から明
らかなように、冗長な記述部分とは、処理実行上無意味
な命令文であって、このような冗長な記述部分を削除す
ることは無用な命令文の解読のために費やされるマシン
サイクルの無駄を省くために有効である。
In FIG. 6, the integrated partial model includes redundant control conditions and a data operation unit. FIG. 9 shows this redundant description portion surrounded by a solid line. FIG. 10 shows the VHDL description of FIG. 9 in correspondence between the control condition part and the data operation part. The portion surrounded by hatching is the redundant description portion in FIG. As is clear from FIG. 9, the redundant description part is a statement that is meaningless in the execution of processing, and deleting such a redundant description part is spent for decoding the useless statement. This is effective for reducing waste of machine cycles.

【0048】冗長制御条件削除部40は、図6のVHD
L記述中の冗長な記述を削除する。冗長な記述部分の検
出方法は、例えば、制御条件中で使われている信号また
は変数に対して、その制御条件の直前で定数代入が行わ
れていることを検出することにより実現できる。
The redundancy control condition deletion unit 40 is provided in the VHD of FIG.
The redundant description in the L description is deleted. The method of detecting a redundant description portion can be realized, for example, by detecting that a constant substitution is performed on a signal or a variable used in a control condition immediately before the control condition.

【0049】冗長な記述部分を削除した結果を図11に
示す。このようにして、冗長な制御条件または冗長な信
号代入文を削除することができる。ここで、変数化され
たover_20、over_70の値をプロセスp2
の残りの部分で参照していない場合を考えると、ove
r_20、over_70への代入文も冗長になるため
削除することができる。この冗長な記述を実線で囲んで
示したのが図12である。したがって、冗長制御条件削
除部40によって、図6のVHDL記述から冗長な記述
を削除することにより図13に示す記述が得られる。こ
のようにして、冗長な変数代入文を削除することができ
る。
FIG. 11 shows the result of deleting the redundant description. In this way, redundant control conditions or redundant signal assignment statements can be deleted. Here, the variable values of over_20 and over_70 are stored in the process p2.
Given the case where it is not referenced in the rest of
Assignment statements to r_20 and over_70 are also redundant and can be deleted. FIG. 12 shows this redundant description surrounded by a solid line. Therefore, the description shown in FIG. 13 is obtained by deleting the redundant description from the VHDL description of FIG. 6 by the redundant control condition deletion unit 40. In this way, redundant variable assignment statements can be deleted.

【0050】以上に述べたように、適当な制御条件に続
いて実行される部分モデルを統合することによって得ら
れた回路記述から、冗長な制御条件または冗長な信号代
入文または冗長な変数代入文を削除することによって、
さらに信号演算量が低減された回路を得ることができ
る。
As described above, a redundant control condition or redundant signal assignment statement or redundant variable assignment statement is obtained from a circuit description obtained by integrating partial models executed following appropriate control conditions. By removing
Further, a circuit with a reduced amount of signal operation can be obtained.

【0051】従って、本実施形態によれば、RTLで記
述された信号演算実行量が多い回路記述に対しても、さ
らにシミュレーション実行に要する演算処理量が低減さ
れた回路記述を得ることができる。 (第4の実施形態)第3の実施形態で説明した回路変換
方法を用いて、入力された回路を演算処理量のより低減
された回路記述(シミュレーションモデル)に変換し、
論理シミュレーションを実行する回路設計支援装置につ
いて説明する。
Therefore, according to the present embodiment, it is possible to obtain a circuit description with a reduced amount of calculation processing required for executing a simulation even for a circuit description described in RTL with a large signal calculation execution amount. (Fourth Embodiment) Using the circuit conversion method described in the third embodiment, an input circuit is converted into a circuit description (simulation model) with a reduced amount of arithmetic processing,
A circuit design support device that executes a logic simulation will be described.

【0052】図14は、第4の実施形態に係る回路設計
支援装置の構成例を概略的に示したもので、図8の第3
の実施形態の回路設計支援装置(回路変換装置)2に具
備される制御条件データ演算関係抽出部10、条件実行
モデル判定部20、条件実行モデル統合部30及び冗長
制御条件削除部40に、さらに、与えられた回路記述を
もとに論理シミュレーションを実行する論理シミュレー
ション実行部90を具備している。なお、図8と同一部
分には同一符号を付し、詳細な説明は省略する。
FIG. 14 schematically shows an example of the configuration of a circuit design support apparatus according to the fourth embodiment.
The control condition data operation relation extraction unit 10, the condition execution model determination unit 20, the condition execution model integration unit 30, and the redundant control condition deletion unit 40 included in the circuit design support device (circuit conversion device) 2 according to And a logic simulation execution unit 90 for executing a logic simulation based on the given circuit description. The same parts as those in FIG. 8 are denoted by the same reference numerals, and detailed description will be omitted.

【0053】論理シミュレーション実行部90として
は、公知のものを使用する。制御条件データ演算関係抽
出部10、条件実行モデル判定部20、条件実行モデル
統合部30及び冗長制御条件削除部40によって、論理
シミュレーション対象となる回路記述100を信号演算
量の少い回路記述に変換し、変換後の回路記述を入力と
して論理シミュレーション実行部90により論理シミュ
レーションを実行する。
As the logic simulation execution unit 90, a known one is used. The circuit description 100 to be subjected to the logic simulation is converted into a circuit description with a small signal operation amount by the control condition data operation relation extraction unit 10, the condition execution model determination unit 20, the condition execution model integration unit 30, and the redundant control condition deletion unit 40. Then, the logic simulation is executed by the logic simulation executing unit 90 using the converted circuit description as an input.

【0054】このように公知の論理シミュレーション実
行部90の前段に回路記述の演算実行量を低減する回路
変換装置2を設けることによって、高速に論理シミュレ
ーションを実行する論理シミュレーション装置を実現す
ることができる。
As described above, by providing the circuit conversion device 2 for reducing the amount of execution of the circuit description in the preceding stage of the well-known logic simulation execution unit 90, a logic simulation device that executes a logic simulation at high speed can be realized. .

【0055】なお、以上説明した各実施形態で説明した
構成に限らず、適宜又は任意に組合せて実施することが
可能である。また、以上の実施形態に記載した手法はあ
るいはそれらを適宜又は任意に組合せた手法は、コンピ
ュータに実行されることのできるプログラムとして、磁
気ディスク(フロッピーディスク、ハードディスクな
ど)、光ディスク(CD−ROM、DVDなど)、半導
体メモリなどの記録媒体に格納して頒布するすることも
できる。すなわち、コンピュータの制御するためのプロ
グラムとしてコンピュータ読取可能な記憶媒体に格納
し、コンピュータに該記憶媒体からプログラムを読取ら
せ、コンピュータ上で実行させることが可能である。
It should be noted that the present invention is not limited to the configuration described in each of the embodiments described above, and can be implemented as appropriate or in any combination. In addition, the methods described in the above embodiments, or the methods obtained by combining them arbitrarily or arbitrarily, include magnetic disks (floppy disks, hard disks, etc.), optical disks (CD-ROM, DVDs, etc.), and stored in a recording medium such as a semiconductor memory for distribution. That is, the program can be stored in a computer-readable storage medium as a program to be controlled by the computer, and the computer can read the program from the storage medium and execute the program on the computer.

【0056】[0056]

【発明の効果】以上説明したように本発明によれば、例
えばPTLで記述された、特に状態遷移で記述された入
力回路を、演算実行量を低減した回路に変換することが
可能になり、論理シミュレーションの高速化が図れる。
As described above, according to the present invention, it is possible to convert an input circuit described in, for example, PTL, in particular, described in a state transition, into a circuit in which the amount of operation executed is reduced. The speed of the logic simulation can be increased.

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

【図1】本発明の第1の実施例に係る回路設計支援装置
の構成を示す図。
FIG. 1 is a diagram showing a configuration of a circuit design support apparatus according to a first embodiment of the present invention.

【図2】入力回路のVHDL記述の一例を示す図。FIG. 2 is a diagram illustrating an example of a VHDL description of an input circuit.

【図3】制御条件部とデータ演算部の判定の一例を示す
図。
FIG. 3 is a diagram illustrating an example of determination by a control condition unit and a data calculation unit;

【図4】制御条件部とデータ演算部の対応関係を示す
図。
FIG. 4 is a diagram showing a correspondence relationship between a control condition unit and a data calculation unit.

【図5】制御条件に続いて実行する部分モデルを示す
図。
FIG. 5 is a diagram showing a partial model executed following a control condition.

【図6】部分モデルが統合された回路のVHDL記述を
示す図。
FIG. 6 is a diagram showing a VHDL description of a circuit in which partial models are integrated.

【図7】本発明の第2の実施形態に係る回路設計支援装
置の構成を示す図。
FIG. 7 is a diagram showing a configuration of a circuit design support device according to a second embodiment of the present invention.

【図8】本発明の第3の実施形態に係る回路設計支援装
置の構成を示す図。
FIG. 8 is a diagram showing a configuration of a circuit design support device according to a third embodiment of the present invention.

【図9】図6において冗長な記述部分を示す図。FIG. 9 is a diagram showing a redundant description part in FIG. 6;

【図10】図9に対応する制御条件部とデータ演算部の
対応関係を示す図。
FIG. 10 is a diagram illustrating a correspondence relationship between a control condition unit and a data calculation unit corresponding to FIG. 9;

【図11】図6の冗長な記述部分を削除したVHDL記
述を示す図。
FIG. 11 is a view showing a VHDL description in which a redundant description part in FIG. 6 is deleted.

【図12】図9の冗長な代入文を示す図。FIG. 12 is a diagram showing a redundant assignment statement in FIG. 9;

【図13】図9の冗長な代入文を削除したVHDL記述
を示す図。
FIG. 13 is a view showing a VHDL description in which redundant assignment statements in FIG. 9 are deleted.

【図14】本発明の第4の実施形態に係る回路設計支援
装置の構成を示す図。
FIG. 14 is a diagram showing a configuration of a circuit design support device according to a fourth embodiment of the present invention.

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

1、2…回路設計支援装置(回路変換装置) 10…制御条件データ演算関係抽出部 20…条件実行モデル判定部 30…条件実行モデル統合部 40…冗長制御条件部削除部 90…論理シミュレーション実行部 100、101…シミュレーションモデル(回路記述) 1, 2 ... Circuit design support device (circuit conversion device) 10 ... Control condition data operation relation extracting unit 20 ... Conditional execution model determining unit 30 ... Conditional execution model integrating unit 40 ... Redundant control condition unit deleting unit 90 ... Logic simulation executing unit 100, 101: Simulation model (circuit description)

───────────────────────────────────────────────────── フロントページの続き (72)発明者 相原 雅己 神奈川県川崎市幸区堀川町580番1号 株 式会社東芝半導体システム技術センター内 (72)発明者 西尾 誠一 神奈川県川崎市幸区堀川町580番1号 株 式会社東芝半導体システム技術センター内 ──────────────────────────────────────────────────続 き Continuing on the front page (72) Inventor Masami Aihara 580-1, Horikawa-cho, Saiwai-ku, Kawasaki-shi, Kanagawa Prefecture Inside the Toshiba Semiconductor System Technology Center Co., Ltd. (72) Seiichi Nishio Horikawa-cho, Saiwai-ku, Kawasaki-shi, Kanagawa No. 580 No. 1 Toshiba Semiconductor System Engineering Center

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 入力された回路の記述から、制御条件お
よびデータ演算部の対応関係を抽出し、前記データ演算
部の演算結果に関連する制御条件に続いて実行されるデ
ータ演算部を判定し、この判定結果に基づき前記制御条
件および前記データ演算部を統合することを特徴とする
回路変換方法。
1. A correspondence between a control condition and a data operation unit is extracted from an input description of a circuit, and a data operation unit to be executed following a control condition related to an operation result of the data operation unit is determined. And integrating the control condition and the data operation unit based on the determination result.
【請求項2】 前記制御条件および前記データ演算部を
統合する際、前記データ演算部に含まれる冗長な回路記
述を削除することを特徴とする請求項1記載の回路変換
方法。
2. The circuit conversion method according to claim 1, wherein when the control condition and the data operation unit are integrated, a redundant circuit description included in the data operation unit is deleted.
【請求項3】 入力された回路の記述から、制御条件お
よびデータ演算部の対応関係を抽出する抽出手段と、 前記データ演算部の演算結果に関連する制御条件に続い
て実行されるデータ演算部を判定し、この判定結果に基
づき前記制御条件および前記データ演算部を統 合する統合手段と、を具備したことを特徴とする回路設
計支援装置。
3. An extracting means for extracting a correspondence between a control condition and a data operation unit from a description of an input circuit, and a data operation unit executed following the control condition relating to the operation result of the data operation unit. And an integrating means for integrating the control condition and the data operation unit based on the result of the determination.
【請求項4】 入力された回路の記述から、制御条件お
よびデータ演算部の対応関係を抽出する抽出手段と、 前記データ演算部の演算結果に関連する制御条件に続い
て実行されるデータ演算部を判定し、この判定結果に基
づき前記制御条件および前記データ演算部を統合する統
合手段と、 この統合手段で統合された回路の動作を実行する実行手
段と、 を具備したことを特徴とする回路設計支援装置。
4. Extraction means for extracting a correspondence between a control condition and a data operation unit from a description of an input circuit, and a data operation unit executed following the control condition related to the operation result of the data operation unit And an executing means for executing the operation of the circuit integrated by the integrating means, based on the result of the determination. Design support equipment.
【請求項5】 前記制御条件および前記データ演算部を
統合する際、前記データ演算部に含まれる冗長な回路記
述を削除することを特徴とする請求項3または4記載の
回路設計支援装置。
5. The circuit design support apparatus according to claim 3, wherein when the control condition and the data operation unit are integrated, a redundant circuit description included in the data operation unit is deleted.
【請求項6】 入力された回路の記述を変換するための
プログラムを記録した機械読み取り可能な記録媒体であ
って、 入力された回路の記述から、制御条件およびデータ演算
部の対応関係を抽出する抽出手段と、 前記データ演算部の演算結果に関連する制御条件に続い
て実行されるデータ演算部を判定し、この判定結果に基
づき前記制御条件および前記データ演算部を統合する統
合手段と、 を実行するプログラムを記録した記録媒体。
6. A machine-readable recording medium on which a program for converting an input circuit description is recorded, wherein a correspondence between a control condition and a data operation unit is extracted from the input circuit description. Extracting means; and integrating means for judging a data operation unit to be executed following a control condition related to the operation result of the data operation unit, and integrating the control condition and the data operation unit based on the judgment result. A recording medium on which a program to be executed is recorded.
【請求項7】 入力された回路の記述を変換して、該回
路の動作を実行するためのプログラムを記録した機械読
み取り可能な記録媒体であって、 入力された回路の記述から、制御条件およびデータ演算
部の対応関係を抽出する抽出手段と、 前記データ演算部の演算結果に関連する制御条件に続い
て実行されるデータ演算部を判定し、この判定結果に基
づき前記制御条件および前記データ演算部を統合する統
合手段と、 この統合手段で統合された回路の動作を実行する実行手
段と、 を実行するプログラムを記録した記録媒体。
7. A machine-readable recording medium that records a program for executing an operation of the circuit by converting an input description of the circuit, and includes a control condition and a control condition based on the input circuit description. Extracting means for extracting the correspondence of the data operation unit; determining a data operation unit to be executed following a control condition relating to the operation result of the data operation unit; and determining the control condition and the data operation based on the determination result. A recording medium storing a program for executing: an integrating means for integrating the units; and an executing means for executing the operation of the circuit integrated by the integrating means.
JP9250489A 1997-09-16 1997-09-16 Circuit conversion method, circuit design supporting device and record medium Pending JPH1185832A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9250489A JPH1185832A (en) 1997-09-16 1997-09-16 Circuit conversion method, circuit design supporting device and record medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9250489A JPH1185832A (en) 1997-09-16 1997-09-16 Circuit conversion method, circuit design supporting device and record medium

Publications (1)

Publication Number Publication Date
JPH1185832A true JPH1185832A (en) 1999-03-30

Family

ID=17208635

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9250489A Pending JPH1185832A (en) 1997-09-16 1997-09-16 Circuit conversion method, circuit design supporting device and record medium

Country Status (1)

Country Link
JP (1) JPH1185832A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008033919A (en) * 2006-06-29 2008-02-14 Fujitsu Ltd Method for converting logic circuit description format, program and apparatus
US7472371B2 (en) 2006-06-29 2008-12-30 Fujitsu Limited Description style conversion method, program, and system of logic circuit
US8225253B2 (en) 2009-09-04 2012-07-17 Fujitsu Limited Redundant logic circuit detection method and device and computer-readable recording medium
US11068632B2 (en) 2019-03-08 2021-07-20 Fujitsu Limited Simulation apparatus, description conversion method and simulation method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008033919A (en) * 2006-06-29 2008-02-14 Fujitsu Ltd Method for converting logic circuit description format, program and apparatus
US7472371B2 (en) 2006-06-29 2008-12-30 Fujitsu Limited Description style conversion method, program, and system of logic circuit
US8225253B2 (en) 2009-09-04 2012-07-17 Fujitsu Limited Redundant logic circuit detection method and device and computer-readable recording medium
US11068632B2 (en) 2019-03-08 2021-07-20 Fujitsu Limited Simulation apparatus, description conversion method and simulation method

Similar Documents

Publication Publication Date Title
US8122398B2 (en) Conversion of circuit description to an abstract model of the circuit
US7472361B2 (en) System and method for generating a plurality of models at different levels of abstraction from a single master model
US6425116B1 (en) Automated design of digital signal processing integrated circuit
US20060130029A1 (en) Programming language model generating apparatus for hardware verification, programming language model generating method for hardware verification, computer system, hardware simulation method, control program and computer-readable storage medium
JPH11502646A (en) Generation and use of synthetic shells in ASIC design
US10437946B1 (en) Using implemented core sources for simulation
US20050246673A1 (en) Method and system for performing static timing analysis on digital electronic circuits
JPH1185832A (en) Circuit conversion method, circuit design supporting device and record medium
US6704916B1 (en) Method and apparatus for optimizing placement and routing and recording medium for recording program for optimizing placement and routing
US7051301B2 (en) System and method for building a test case including a summary of instructions
US20040153301A1 (en) Integrated circuit development methodology
US7328415B2 (en) Modeling blocks of an integrated circuit for timing verification
JP2001290860A (en) Hardware/software cooperation simulator
US11106846B1 (en) Systems and methods for emulation data array compaction
US6728936B1 (en) Datapath bitslice technology
JP2003330983A (en) Test facilitation design system, test facilitation design method, program and recording media
JP2008234080A (en) Semiconductor integrated circuit design support device, semiconductor integrated circuit design support method, semiconductor integrated circuit design support progrram, semiconductor integrated circuit, and method for manufacturing semiconductor integrated circuit
JP2003178104A (en) Method and device for designing power supply wiring, recording medium, and program
JP3187506B2 (en) Logic circuit design support equipment
JPH1196196A (en) Circuit converting method and circuit design assisting device
JP3052263B2 (en) Logic verification sufficiency evaluation method and system therefor
JP2923914B2 (en) CAD system for integrated circuits
Lehky et al. Reducing FPGA design modification time
WO2011007640A1 (en) Action synthesis device, action synthesis method, and recording medium
JPS6091455A (en) Simulation system of logical circuit