JP2000215217A - Device and method for logical synthesis - Google Patents

Device and method for logical synthesis

Info

Publication number
JP2000215217A
JP2000215217A JP11015983A JP1598399A JP2000215217A JP 2000215217 A JP2000215217 A JP 2000215217A JP 11015983 A JP11015983 A JP 11015983A JP 1598399 A JP1598399 A JP 1598399A JP 2000215217 A JP2000215217 A JP 2000215217A
Authority
JP
Japan
Prior art keywords
netlist
logical
changed
logic
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
JP11015983A
Other languages
Japanese (ja)
Inventor
Atsushi Katano
敦 片野
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.)
NEC Ibaraki Ltd
Original Assignee
NEC Ibaraki 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 NEC Ibaraki Ltd filed Critical NEC Ibaraki Ltd
Priority to JP11015983A priority Critical patent/JP2000215217A/en
Publication of JP2000215217A publication Critical patent/JP2000215217A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a logical synthesis method capable of shortening the design time while holding an optimum circuit delay even when a logical description executed at the end of logical synthesis is changed. SOLUTION: In the logical synthesis method for executing logical synthesis again from a logical description changed when logical synthesis completed based on a prescribed logical description, a changed position is extracted by comparing the contents of uncorrected logical description to be logical description obtained before a change with that of corrected logical description to be logical description obtained after the change, a non-corrected network list is generated by deleting a network list corresponding to the changed position from the uncorrected network list to be a logical synthesis result logically synthesized by the uncorrected logical description and a changed position network list to be the logical synthesis result of only the changed position is generated by executing logical synthesis based on difference information indicating the changed position. Then the contents of the non-corrected network list and the changed position network list are synthesized to generate an updated network list corresponding to the logical synthesis result of the corrected logical description.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は回路自動設計方法に
関し、特に論理記述言語を使用して論理合成を行うため
の論理合成方法及びその装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an automatic circuit design method, and more particularly, to a logic synthesis method for performing logic synthesis using a logic description language and an apparatus therefor.

【0002】[0002]

【従来の技術】図4は回路自動設計方法の処理手順を示
す図であり、論理合成装置によって論理記述言語からネ
ットリストを作成するためのフローチャートである。
2. Description of the Related Art FIG. 4 is a diagram showing a processing procedure of an automatic circuit design method, and is a flowchart for creating a netlist from a logic description language by a logic synthesis device.

【0003】図4において、設計者が論理記述言語を使
用して論理記述を作成すると、論理合成装置は作成され
た論理記述に基づいてネットリストを作成する(ステッ
プS41)。このとき論理合成装置は、設計者の意図し
た回路遅延の規格値が記録された制約ファイルの内容に
したがって所定の回路遅延を満足するように論理合成を
行う。なお、論理合成されたネットリストに使用される
全ゲート(コンポーネント)にはそれぞれ個別の重複し
ないインスタンス名が付与される。
In FIG. 4, when a designer creates a logic description using a logic description language, the logic synthesizer creates a netlist based on the created logic description (step S41). At this time, the logic synthesizer performs logic synthesis so as to satisfy a predetermined circuit delay according to the contents of the constraint file in which the standard value of the circuit delay intended by the designer is recorded. All gates (components) used in the logically synthesized netlist are respectively given unique instance names.

【0004】次に、論理合成装置はネットリスト内の各
ゲートの配置を決定するためのフロアプランを実施する
(ステップS42)。フロアプランでは、ネットリスト内
の各ゲートに対してそれぞれインスタンス名とそれに対
応する位置座標とを一対とする配置情報を作成する。そ
して、ネットリスト及び配置情報により、ゲート自体の
遅延時間であるサーキットディレイと、配線長による遅
延時間であるメディアディレイとをそれぞれ計算し(ス
テップS43)、それらの値が制約ファイルに記録され
た規格値以下であるか否かを検証する(ステップS4
4)。
Next, the logic synthesizer implements a floor plan for determining the arrangement of each gate in the netlist.
(Step S42). In the floor plan, arrangement information is created for each gate in the netlist, in which the instance name and the corresponding position coordinates are paired. Then, a circuit delay, which is a delay time of the gate itself, and a media delay, which is a delay time due to the wiring length, are calculated based on the netlist and the arrangement information (step S43). It is verified whether the value is equal to or less than the value (step S4).
4).

【0005】サーキットディレイ及びメディアディレイ
が設計者の意図した規格値以下でない場合は、遅延検証
結果から回路配置及び回路構成を詳細に調査する(ステ
ップS45)。
If the circuit delay and the media delay are not smaller than the standard values intended by the designer, the circuit layout and circuit configuration are examined in detail from the delay verification results (step S45).

【0006】サーキットディレイが悪化する要因として
は、遅延の大きいゲートを使用していること、あるいは
ゲートの段数が多いことが考えられる。また、メディア
ディレイが悪化する要因としては、フロアプランによっ
て配置されたゲート間の配線長が長いことが考えられ
る。
It is considered that the circuit delay is deteriorated because a gate having a large delay is used or the number of gate stages is large. Further, as a cause of the deterioration of the media delay, it is considered that the wiring length between the gates arranged according to the floor plan is long.

【0007】前者の場合、ステップ41の処理に戻って
制約ファイルの内容を再検討し、それ以降の処理を再度
実施する。また、後者の場合、配置情報を修正してゲー
ト間の配線長が延びないように再度フロアプランを実施
する。以上の処理によって回路遅延が規格値内に抑制さ
れた回路が作成される。
In the former case, the process returns to step 41 to reconsider the contents of the constraint file, and the subsequent processes are performed again. In the latter case, the floorplan is performed again so that the arrangement information is corrected and the wiring length between the gates is not increased. With the above processing, a circuit in which the circuit delay is suppressed within the standard value is created.

【0008】[0008]

【発明が解決しようとする課題】上記したような従来の
論理合成方法では、ネットリストが作成された後に論理
記述の変更があると、論理合成を再度実行するためにイ
ンスタンス名が変わってしまう。その際、その後に実行
するフロアプランで従来の配置情報が使えないために配
置情報の変更が必要となり、論理記述変更前に最適の遅
延時間で設計されていた回路遅延の性能が保持できなく
なるという問題が発生する。
In the above-described conventional logic synthesis method, if the logic description is changed after the netlist is created, the instance name changes in order to execute the logic synthesis again. At that time, since the conventional placement information cannot be used in the floor plan executed thereafter, the placement information needs to be changed, and the performance of the circuit delay designed with the optimum delay time before the change of the logic description cannot be maintained. Problems arise.

【0009】本発明は上記したような従来の技術が有す
る問題点を解決するためになされたものであり、論理合
成が終了した時点でなされた論理記述の変更に対して
も、最適の回路遅延を保持しつつ、設計時間の短縮を図
った論理合成方法を提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problems of the prior art, and provides an optimum circuit delay even when the logic description is changed at the end of logic synthesis. It is an object of the present invention to provide a logic synthesis method in which the design time is reduced while maintaining the above.

【0010】[0010]

【課題を解決するための手段】上記目的を達成するため
本発明の論理合成方法は、所定の論理記述に基づいて実
行された論理合成が終了した後に変更された論理記述か
ら再度論理合成を行うための論理合成方法であって、変
更前の論理記述である修正前論理記述、及び変更後の論
理記述である修正後論理記述の内容を比較して変更箇所
を抽出し、前記修正前論理記述で論理合成された結果で
ある修正前ネットリストから、前記変更箇所に相当する
ネットリストを削除した無修正ネットリストを生成し、
前記変更箇所を示す差分情報に基づいて論理合成を行
い、前記変更箇所のみの論理合成結果である変更箇所ネ
ットリストを生成し、前記無修正ネットリスト及び前記
変更箇所ネットリストの内容を合成して、前記修正後論
理記述の論理合成結果に相当する更新後ネットリストを
生成する方法である。
In order to achieve the above object, a logic synthesis method according to the present invention performs logic synthesis again from a changed logic description after completion of logic synthesis performed based on a predetermined logic description. And comparing the contents of a pre-modification logical description, which is a pre-change logical description, and a post-modification logical description, that is, a post-modification logical description, and extracting a changed portion. From the uncorrected netlist that is the result of the logic synthesis in, to generate an uncorrected netlist by deleting the netlist corresponding to the changed portion,
Performing logic synthesis based on the difference information indicating the changed portion, generating a changed portion netlist that is a result of logic synthesis of only the changed portion, and synthesizing the contents of the uncorrected netlist and the changed portion netlist. A method of generating an updated netlist corresponding to a result of logic synthesis of the corrected logic description.

【0011】このとき、前記無修正ネットリストで用い
られるインスタンス名、及び前記変更箇所ネットリスト
で用いられるインスタンス名に重複がないか否かを確認
し、前記インスタンス名に重複がある場合は、前記変更
箇所ネットリスト内の重複したインスタンス名を未使用
のインスタンス名に変更してもよく、予め、設計者の意
図した回路遅延の規格値が記録された制約ファイルを備
えておき、前記規格値を満足するように前記変更箇所ネ
ットリストを作成してもよい。
At this time, it is checked whether or not the instance name used in the uncorrected netlist and the instance name used in the changed portion netlist are duplicated. The duplicate instance name in the change point netlist may be changed to an unused instance name, and a constraint file in which a standard value of a circuit delay intended by a designer is provided in advance, and the standard value is used. The change portion netlist may be created to satisfy the user.

【0012】また、本発明の論理合成装置は、所定の論
理記述に基づいて実行された論理合成が終了した後に変
更された論理記述から再度論理合成を行う論理合成装置
であって、変更前の論理記述である修正前論理記述、及
び変更後の論理記述である修正後論理記述の内容を比較
して変更箇所を抽出する差分抽出手段と、前記修正前論
理記述で論理合成された結果である修正前ネットリスト
から、前記変更箇所に相当するネットリストを削除した
無修正ネットリストを生成する変更箇所特定手段と、前
記変更箇所を示す差分情報に基づいて論理合成を行い、
前記変更箇所のみの論理合成結果である変更箇所ネット
リストを生成する変更箇所論理合成手段と、前記無修正
ネットリスト及び前記変更箇所ネットリストの内容を合
成し、前記修正後論理記述の論理合成結果に相当する更
新後ネットリストを生成するネットリスト生成手段と、
を有する構成である。
Further, the logic synthesizing apparatus of the present invention is a logic synthesizing apparatus for performing a logic synthesis again from a changed logic description after a logic synthesis performed based on a predetermined logic description is completed. Difference extracting means for comparing the contents of a pre-correction logical description, which is a logical description, and a post-modification logical description, which is a post-change logical description, to extract a changed portion, and a result of logical synthesis using the pre-correction logical description. From the pre-correction netlist, a modified portion specifying means for generating an unmodified netlist in which the netlist corresponding to the modified portion has been deleted, and perform logic synthesis based on the difference information indicating the modified portion,
A changed part logic synthesizing means for generating a changed part netlist which is a result of logic synthesis of only the changed part, and synthesizing the contents of the unmodified netlist and the changed part netlist, and a logical synthesis result of the corrected logic description Netlist generating means for generating an updated netlist corresponding to
It is a structure which has.

【0013】このとき、前記ネットリスト生成手段は、
前記無修正ネットリストで用いられるインスタンス名、
及び前記変更箇所ネットリストで用いられるインスタン
ス名に重複がないか否かを確認し、前記インスタンス名
に重複がある場合は、前記変更箇所ネットリスト内の重
複したインスタンス名を未使用のインスタンス名に変更
してもよく、予め、設計者の意図した回路遅延の規格値
が記録された制約ファイルを備えておき、前記変更箇所
論理合成手段は、前記規格値を満足するように前記変更
箇所ネットリストを生成してもよい。
At this time, the net list generating means includes:
An instance name used in the uncensored netlist,
And, it is checked whether there is no duplicate in the instance name used in the changed part netlist, and if there is a duplicate in the instance name, the duplicate instance name in the changed part netlist is replaced with an unused instance name. It may be changed, and a constraint file in which a standard value of a circuit delay intended by a designer is recorded in advance, and the changed portion logic synthesizing means sets the changed portion netlist so as to satisfy the specified value. May be generated.

【0014】上記のような論理合成方法及び論理合成装
置は、修正前論理記述で論理合成された結果である修正
前ネットリストから、変更箇所に相当するネットリスト
を削除した無修正ネットリストを生成し、変更箇所を示
す差分情報に基づいて論理合成を行い、変更箇所のみの
論理合成結果である変更箇所ネットリストを生成し、無
修正ネットリスト及び変更箇所ネットリストの内容を合
成して、修正後論理記述の論理合成結果に相当する更新
後ネットリストを生成することで、論理記述に変更の無
い箇所においては、再度論理合成が実施されないため変
更前の論理合成結果であるネットリスト及びインスタン
ス名が保存される。また、インスタンス名に変更がない
箇所については論理記述変更前の位置情報を使用するこ
とができる。
The above-described logic synthesizing method and logic synthesizing apparatus generate an uncorrected netlist in which a netlist corresponding to a changed portion is deleted from a netlist before correction, which is a result of logic synthesis based on a logical description before correction. Then, perform logic synthesis based on the difference information indicating the changed portion, generate a changed portion netlist that is a result of logic synthesis of only the changed portion, synthesize the unmodified netlist and the changed portion netlist, and correct the content. By generating an updated netlist corresponding to the logical synthesis result of the post-logical description, in a place where the logical description does not change, the logical synthesis is not performed again. Is saved. In addition, the position information before the change of the logical description can be used for a portion where the instance name is not changed.

【0015】[0015]

【発明の実施の形態】次に本発明について図面を参照し
て説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0016】図1は本発明の論理合成装置の一構成例を
示すブロック図である。
FIG. 1 is a block diagram showing an example of the configuration of a logic synthesis apparatus according to the present invention.

【0017】図1において、修正前論理記述は変更を行
う前の論理記述であり、修正後論理記述は変更後の論理
記述である。修正前ネットリストは修正前論理記述から
論理合成したネットリストであり、制約ファイル4は回
路遅延の規格値が記録されたファイルである。
In FIG. 1, the pre-modification logical description is a pre-change logical description, and the post-modification logical description is a post-change logical description. The netlist before correction is a netlist logically synthesized from the logical description before correction, and the constraint file 4 is a file in which standard values of circuit delay are recorded.

【0018】差分抽出手段1は修正前論理記述と修正後
論理記述とを比較して変更部分を抽出し、差分情報とし
て出力する。差分情報ファイル2は差分抽出手段1から
出力された修正前論理記述と修正後論理記述との差分
(変更部分)が記録されるファイルである。
The difference extracting means 1 compares the pre-correction logical description with the post-correction logical description to extract a changed portion, and outputs the changed portion as difference information. The difference information file 2 is a file in which a difference (change portion) between the before-correction logical description and the after-correction logical description output from the difference extracting means 1 is recorded.

【0019】変更箇所特定手段3は差分情報ファイル2
に記録された差分情報に基づき修正前ネットリスト内の
変更箇所に相当する構成を削除して無修正ネットリスト
を出力する。変更箇所論理合成手段5は、修正後論理記
述と差分情報及び制約ファイル4の内容に基づき、変更
があった箇所のみの論理合成を実施し、変更箇所ネット
リストとして出力する。
The changed part specifying means 3 is a differential information file 2
The configuration corresponding to the changed part in the netlist before correction is deleted based on the difference information recorded in the netlist and the uncorrected netlist is output. The changed part logic synthesizing means 5 performs logic synthesis only on the changed part based on the corrected logical description, the difference information and the contents of the constraint file 4, and outputs the changed part netlist.

【0020】ネットリスト生成手段6は無修正ネットリ
ストと変更箇所ネットリストの内容を合成し、修正後論
理記述の論理合成結果に相当するネットリストである更
新後ネットリストを出力する。
The net list generating means 6 combines the contents of the unmodified net list and the changed part net list, and outputs an updated net list which is a net list corresponding to the logical synthesis result of the corrected logical description.

【0021】このような構成において、次に図2及び図
3を用いて本発明の論理合成装置の動作について説明す
る。
In such a configuration, the operation of the logic synthesizing device of the present invention will be described next with reference to FIGS.

【0022】図2は図1に示した修正前論理記述及び修
正後論理記述の一例を示すリストである。また、図3は
図1に示した修正前ネットリスト及び更新後ネットリス
トの一例を示すブロック図である。なお、図3の各コン
ポーネント内に記載したG001〜G003はそれぞれ
インスタンス名を示している。
FIG. 2 is a list showing an example of the pre-modification logical description and the post-modification logical description shown in FIG. FIG. 3 is a block diagram showing an example of the netlist before correction and the netlist after update shown in FIG. G001 to G003 described in each component in FIG. 3 indicate instance names.

【0023】修正前論理記述によって修正前ネットリス
トが作成された後、論理記述が変更されて修正後論理記
述が入力されると、論理合成装置は修正前論理記述及び
修正後論理記述をそれぞれ差分抽出手段1に取り込む。
なお、ここでは修正前論理記述は図2(a)に示すよう
に記載されているものとする。
After the pre-modification netlist is created by the pre-modification logical description and the logical description is changed and the post-modification logical description is input, the logic synthesizer compares the pre-modification logical description and the post-modification logical description with each other. It is taken into the extracting means 1.
Here, it is assumed that the pre-modification logical description is described as shown in FIG.

【0024】図2(a)に示した修正前論理記述は、信
号“B”が信号“E”と信号“F”の論理和として出力
され、信号“A”が信号“B”と信号“C”と信号
“D”の論理積として出力されることを示している。こ
れらの論理記述を論理合成したネットリストが図3
(a)である。
In the logical description before correction shown in FIG. 2A, the signal "B" is output as the logical sum of the signal "E" and the signal "F", and the signal "A" is output as the signal "B" and the signal "F". C "and the signal" D ". The netlist obtained by logically synthesizing these logical descriptions is shown in FIG.
(A).

【0025】ここで、図2(a)に示した論理記述に対
して図2(b)に示すように論理記述が変更され、修正
後論理記述が作成されたとする。
Here, it is assumed that the logical description is changed from the logical description shown in FIG. 2A as shown in FIG. 2B, and a modified logical description is created.

【0026】このとき、差分抽出手段1は信号“A”の
論理記述が変更されたことを検出し、その差分情報を差
分情報ファイル2に記録する。
At this time, the difference extracting means 1 detects that the logical description of the signal “A” has been changed, and records the difference information in the difference information file 2.

【0027】変更箇所特定手段3は、差分情報ファイル
2を参照して修正前ネットリスト中の信号“C”及び信
号“D”から信号“A”へつながる接続及びゲートに関
する構成を削除し、変更が無かった箇所についてはイン
スタンス名を含めてそのまま無修正ネットリストとして
出力する。
The changed portion specifying means 3 refers to the difference information file 2 and deletes the configuration relating to the connection and the gate from the signal “C” and the signal “D” to the signal “A” in the netlist before correction and changes the netlist. If there is no, the data including the instance name is output as it is as an unmodified netlist.

【0028】次に、変更箇所論理合成手段5は、修正後
論理記述、及び差分情報を取り込み、変更箇所のみの論
理合成を行って変更箇所ネットリストを生成する。この
とき変更箇所論理合成手段5は修正前の回路遅延規格値
が記録された制約ファイル4を参照し、論理記述の変更
個所に遅延制約が存在する場合は遅延制約を反映しつつ
論理合成を行う。
Next, the changed part logic synthesizing means 5 takes in the corrected logical description and the difference information, and performs a logic synthesis of only the changed part to generate a changed part net list. At this time, the changed part logic synthesizing unit 5 refers to the constraint file 4 in which the circuit delay standard value before the correction is recorded, and performs the logic synthesis while reflecting the delay constraint if the logic description has a changed delay constraint. .

【0029】ネットリスト生成手段6は、無修正ネット
リスト及び変更箇所ネットリストを取り込み、それぞれ
のネットリストを合成する。このときネットリスト生成
手段6は無修正ネットリストのインスタンス名を一切変
更しない。また、変更箇所ネットリストのインスタンス
名と無修正ネットリストのインスタンス名をチェック
し、重複が無いか否か確認する。変更箇所ネットリスト
と無修正ネットリストのインスタンス名が重複した場合
は、変更箇所における重複したインスタンス名を未使用
のインスタンス名に変更をすることで重複を回避する。
The net list generating means 6 takes in the uncorrected net list and the changed part net list, and synthesizes the respective net lists. At this time, the netlist generation means 6 does not change the instance name of the unmodified netlist at all. Further, the instance name of the changed part netlist and the instance name of the unmodified netlist are checked to determine whether there is any duplication. If the instance name of the changed portion netlist and the instance name of the unmodified netlist overlap, the duplication is avoided by changing the duplicate instance name at the changed portion to an unused instance name.

【0030】このような処理を行うことにより、図2
(b)に示す修正後論理記述に対して図3(b)に示す
ような更新後ネットリストを得ることができる。なお、
図3(b)に示すように、変更箇所ネットリストの各コ
ンポーネントに付与するインスタンス名は、修正前論理
記述から論理合成されたネットリストで用いられていた
名称と同じであってもよい。
By performing such processing, FIG.
An updated netlist as shown in FIG. 3B can be obtained for the modified logical description shown in FIG. In addition,
As shown in FIG. 3B, the instance name given to each component of the changed portion netlist may be the same as the name used in the netlist logically synthesized from the logical description before correction.

【0031】したがって、本発明によれば、論理記述に
変更の無い箇所においては、再度論理合成が実施されな
いため変更前の論理合成結果であるネットリスト及びイ
ンスタンス名が保存される。また、インスタンス名に変
更がない箇所については論理記述変更前の位置情報を使
用することができるため、フロアプラン実行時に再度同
じ位置にゲートが配置され、修正前の配線時の回路遅延
性能がほぼ保たれ、最適の回路遅延で論理合成される。
Therefore, according to the present invention, in a place where the logical description is not changed, since the logical synthesis is not performed again, the net list and the instance name as the result of the logical synthesis before the change are stored. In addition, since the position information before the logical description change can be used for a portion where the instance name does not change, the gate is placed again at the same position when executing the floor plan, and the circuit delay performance at the time of the wiring before the correction is almost reduced. The logic is kept with the optimal circuit delay.

【0032】さらに、変更箇所のみ論理合成が実施され
るため、論理合成に必要な時間が短縮され、設計時間が
短縮される。
Further, since the logic synthesis is performed only at the changed portion, the time required for the logic synthesis is shortened, and the design time is shortened.

【0033】[0033]

【発明の効果】本発明は以上説明したように構成されて
いるので、以下に記載する効果を奏する。
Since the present invention is configured as described above, the following effects can be obtained.

【0034】修正前論理記述で論理合成された結果であ
る修正前ネットリストから、変更箇所に相当するネット
リストを削除した無修正ネットリストを生成し、変更箇
所を示す差分情報に基づいて論理合成を行い、変更箇所
のみの論理合成結果である変更箇所ネットリストを生成
し、無修正ネットリスト及び変更箇所ネットリストの内
容を合成して、修正後論理記述の論理合成結果に相当す
る更新後ネットリストを生成することで、論理記述に変
更の無い箇所においては、再度論理合成が実施されない
ため変更前の論理合成結果であるネットリスト及びイン
スタンス名が保存される。また、インスタンス名に変更
がない箇所については論理記述変更前の位置情報を使用
することができる。
An uncorrected netlist in which the netlist corresponding to the changed portion is deleted from the netlist before the correction, which is the result of the logical synthesis based on the logical description before the correction, is generated based on the difference information indicating the changed portion. To generate a changed part netlist that is the result of logic synthesis of only the changed part, synthesize the contents of the unmodified netlist and the changed part netlist, and update the updated net corresponding to the logical synthesis result of the corrected logical description. By generating the list, in a place where there is no change in the logic description, since the logic synthesis is not performed again, the net list and the instance name as the result of the logic synthesis before the change are stored. In addition, the position information before the change of the logical description can be used for a portion where the instance name is not changed.

【0035】したがって、フロアプラン実行時に再度同
じ位置にゲートが配置され、修正前の配線時の回路遅延
性能がほぼ保たれ、最適の回路遅延で論理合成される。
Therefore, the gate is arranged again at the same position when the floor plan is executed, the circuit delay performance at the time of wiring before correction is substantially maintained, and the logic is synthesized with an optimum circuit delay.

【0036】さらに、変更箇所のみ論理合成が実施され
るため、論理合成に必要な時間が短縮され、設計時間が
短縮される。
Further, since the logic synthesis is performed only at the changed portion, the time required for the logic synthesis is reduced, and the design time is shortened.

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

【図1】図1は本発明の論理合成装置の一構成例を示す
ブロック図である。
FIG. 1 is a block diagram showing a configuration example of a logic synthesis device according to the present invention.

【図2】図1に示した修正前論理記述及び修正後論理記
述の一例を示すリストである。
FIG. 2 is a list showing an example of a pre-modification logical description and a post-modification logical description shown in FIG. 1;

【図3】図1に示した修正前ネットリスト及び更新後ネ
ットリストの一例を示すブロック図である。
FIG. 3 is a block diagram showing an example of a netlist before correction and a netlist after update shown in FIG. 1;

【図4】回路自動設計方法の処理手順を示す図であり、
論理合成装置によって論理記述言語からネットリストを
作成するためのフローチャートである。
FIG. 4 is a diagram showing a processing procedure of a circuit automatic design method;
5 is a flowchart for creating a netlist from a logic description language by a logic synthesis device.

【符号の説明】 1 差分抽出手段 2 差分情報ファイル 3 変更箇所特定手段 4 制約ファイル 5 変更箇所論理合成手段 6 ネットリスト生成手段[Description of Signs] 1 Difference extraction means 2 Difference information file 3 Change location specifying means 4 Constraint file 5 Change location logic synthesis means 6 Netlist generation means

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 所定の論理記述に基づいて実行された論
理合成が終了した後に変更された論理記述から再度論理
合成を行うための論理合成方法であって、 変更前の論理記述である修正前論理記述、及び変更後の
論理記述である修正後論理記述の内容を比較して変更箇
所を抽出し、 前記修正前論理記述で論理合成された結果である修正前
ネットリストから、前記変更箇所に相当するネットリス
トを削除した無修正ネットリストを生成し、 前記変更箇所を示す差分情報に基づいて論理合成を行
い、前記変更箇所のみの論理合成結果である変更箇所ネ
ットリストを生成し、 前記無修正ネットリスト及び前記変更箇所ネットリスト
の内容を合成して、前記修正後論理記述の論理合成結果
に相当する更新後ネットリストを生成する論理合成方
法。
1. A logic synthesis method for performing logic synthesis again from a logic description changed after completion of logic synthesis performed based on a predetermined logic description, wherein the logic description before the change is a logic description before the change. The contents of the logical description and the modified logical description, which is the modified logical description, are compared to extract the changed part. Generating an uncorrected netlist from which the corresponding netlist has been deleted; performing logic synthesis based on the difference information indicating the changed portion; generating a changed portion netlist that is a logic synthesis result of only the changed portion; A logic synthesizing method for synthesizing the contents of a corrected netlist and the changed part netlist to generate an updated netlist corresponding to a logical synthesis result of the corrected logical description.
【請求項2】 前記無修正ネットリストで用いられるイ
ンスタンス名、及び前記変更箇所ネットリストで用いら
れるインスタンス名に重複がないか否かを確認し、 前記インスタンス名に重複がある場合は、前記変更箇所
ネットリスト内の重複したインスタンス名を未使用のイ
ンスタンス名に変更する請求項1記載の倫理合成方法。
2. An instance name used in the unmodified netlist and an instance name used in the changed portion netlist are checked for duplication. If there is a duplication in the instance name, the change is made. The ethical synthesis method according to claim 1, wherein the duplicate instance name in the local netlist is changed to an unused instance name.
【請求項3】 予め、設計者の意図した回路遅延の規格
値が記録された制約ファイルを備えておき、 前記規格値を満足するように前記変更箇所ネットリスト
を作成する請求項1または2記載の論理合成方法。
3. A change file netlist is prepared in advance with a constraint file in which a standard value of a circuit delay intended by a designer is recorded, and the changed portion netlist is satisfied so as to satisfy the standard value. Logic synthesis method.
【請求項4】 所定の論理記述に基づいて実行された論
理合成が終了した後に変更された論理記述から再度論理
合成を行う論理合成装置であって、 変更前の論理記述である修正前論理記述、及び変更後の
論理記述である修正後論理記述の内容を比較して変更箇
所を抽出する差分抽出手段と、 前記修正前論理記述で論理合成された結果である修正前
ネットリストから、前記変更箇所に相当するネットリス
トを削除した無修正ネットリストを生成する変更箇所特
定手段と、 前記変更箇所を示す差分情報に基づいて論理合成を行
い、前記変更箇所のみの論理合成結果である変更箇所ネ
ットリストを生成する変更箇所論理合成手段と、 前記無修正ネットリスト及び前記変更箇所ネットリスト
の内容を合成し、前記修正後論理記述の論理合成結果に
相当する更新後ネットリストを生成するネットリスト生
成手段と、を有する論理合成装置。
4. A logical synthesizing apparatus for performing logical synthesis again from a logical description changed after completion of logical synthesis performed based on a predetermined logical description, wherein the logical description before modification is a logical description before the change. And a difference extracting means for comparing the contents of the post-modification logical description, which is the post-modification logical description, to extract a changed portion; A modified portion specifying means for generating an unmodified netlist in which a netlist corresponding to the modified portion is deleted; and performing a logic synthesis based on difference information indicating the modified portion, and a modified portion net which is a result of logic synthesis of only the modified portion. A modified part logic synthesizing means for generating a list; combining the contents of the uncorrected net list and the modified part net list; A net list generating means for generating the updated netlist, the logic synthesis device having a.
【請求項5】 前記ネットリスト生成手段は、 前記無修正ネットリストで用いられるインスタンス名、
及び前記変更箇所ネットリストで用いられるインスタン
ス名に重複がないか否かを確認し、 前記インスタンス名に重複がある場合は、前記変更箇所
ネットリスト内の重複したインスタンス名を未使用のイ
ンスタンス名に変更する請求項4記載の倫理合成装置。
5. The netlist generating means includes: an instance name used in the unmodified netlist;
And confirm whether there is no duplicate in the instance name used in the changed part netlist, and if there is a duplicate in the instance name, replace the duplicate instance name in the changed part netlist with an unused instance name. 5. The ethical synthesis device according to claim 4, wherein the device is changed.
【請求項6】 予め、設計者の意図した回路遅延の規格
値が記録された制約ファイルを備えておき、 前記変更箇所論理合成手段は、前記規格値を満足するよ
うに前記変更箇所ネットリストを生成する請求項4また
は5記載の論理合成装置。
6. A constraint file in which a standard value of a circuit delay intended by a designer is recorded in advance, and said changed part logic synthesizing means converts said changed part netlist so as to satisfy said standard value. The logic synthesis device according to claim 4, wherein the logic synthesis device generates the data.
JP11015983A 1999-01-25 1999-01-25 Device and method for logical synthesis Pending JP2000215217A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11015983A JP2000215217A (en) 1999-01-25 1999-01-25 Device and method for logical synthesis

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11015983A JP2000215217A (en) 1999-01-25 1999-01-25 Device and method for logical synthesis

Publications (1)

Publication Number Publication Date
JP2000215217A true JP2000215217A (en) 2000-08-04

Family

ID=11903923

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11015983A Pending JP2000215217A (en) 1999-01-25 1999-01-25 Device and method for logical synthesis

Country Status (1)

Country Link
JP (1) JP2000215217A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008090695A (en) * 2006-10-04 2008-04-17 Fujitsu Ltd Method, apparatus and program for designing integrated circuit
US7814455B2 (en) 2006-06-09 2010-10-12 Nec Engineering, Ltd. Logic synthesis method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7814455B2 (en) 2006-06-09 2010-10-12 Nec Engineering, Ltd. Logic synthesis method and device
JP2008090695A (en) * 2006-10-04 2008-04-17 Fujitsu Ltd Method, apparatus and program for designing integrated circuit

Similar Documents

Publication Publication Date Title
US7971178B1 (en) System to merge custom and synthesized digital integrated circuit design data
US20060036422A1 (en) Methods and systems for electronic device modelling
JP2000215217A (en) Device and method for logical synthesis
JPWO2006025412A1 (en) Logic verification method, logic module data, device data, and logic verification apparatus
JP2609820B2 (en) Program management method
JP2003099284A (en) Degrading check system
JP2023167310A (en) Attribute data storage device, method and program
JP3537217B2 (en) Electronic circuit design simulation / test equipment
JPH0934927A (en) Logic simulation device and logic circuit information generation method
JP2720805B2 (en) Program flow diagram reference method
JP2000172730A (en) Logic composing device
US20090070393A1 (en) Method for operating databases
JP2001265572A (en) Device and method for managing source program, and recording medium with its program recorded thereon
JPH0887418A (en) Program convesion system
JPH09185499A (en) Method and device for generating interactive program
JPH1049358A (en) Device and method for automatically generating altered program
JPH1021271A (en) Logic circuit design supporting system
JPH0553942A (en) Terminal program updating system
JP2001084283A (en) System and method for logic circuit automatic synthesizing
JPH0281178A (en) Cad library control method
JPH05165615A (en) Patch revision management system for load module
JP2000207188A (en) Device and method for automatically generating program and recording medium thereof
JP2003005962A (en) Method for displaying text change history
JPH1040285A (en) Construction drawing management system
JP2000172737A (en) Automatic layout device for mask pattern