JP2937943B2 - Logic synthesis system and logic synthesis method - Google Patents

Logic synthesis system and logic synthesis method

Info

Publication number
JP2937943B2
JP2937943B2 JP9121093A JP12109397A JP2937943B2 JP 2937943 B2 JP2937943 B2 JP 2937943B2 JP 9121093 A JP9121093 A JP 9121093A JP 12109397 A JP12109397 A JP 12109397A JP 2937943 B2 JP2937943 B2 JP 2937943B2
Authority
JP
Japan
Prior art keywords
optimization
boolean expression
constraint information
overall
circuit
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 - Lifetime
Application number
JP9121093A
Other languages
Japanese (ja)
Other versions
JPH10312402A (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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP9121093A priority Critical patent/JP2937943B2/en
Publication of JPH10312402A publication Critical patent/JPH10312402A/en
Application granted granted Critical
Publication of JP2937943B2 publication Critical patent/JP2937943B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime 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 logic synthesis system and a logic synthesis method for generating a circuit from a language-based circuit description, and more particularly to the optimization of the logic synthesis process and the utilization of the optimization result. Regarding improvement.

【0002】[0002]

【従来の技術】図6は、従来の論理合成システムのブロ
ック構成図であり、ブール表現抽出部1と、最適化処理
部2と最適化データベース3とで構成される。従来にお
いて、ブール表現抽出部1は、合成対象となる回路(例
えば、RTL(registor−transisto
r logic))の生成をするための回路記述がされ
た論理記述ファイル4を読み込み、アンド/オアで構成
されるブール表現を抽出する。最適化処理部2は、使用
する半導体デバイス、設計者が希望する面積や動作タイ
ミングという設計条件に見合った回路を生成するために
その設計条件を制約条件5として受け入れ、その制約条
件の下、抽出したブール式に対して論理圧縮若しくは論
理展開といった最適化の処理を行いネットリスト6の出
力という形で回路の生成をしている。
2. Description of the Related Art FIG. 6 is a block diagram of a conventional logic synthesis system, which comprises a Boolean expression extraction unit 1, an optimization processing unit 2, and an optimization database 3. Conventionally, the Boolean expression extraction unit 1 has a circuit to be synthesized (for example, RTL (register-transisto)
r logic)) is read, and a Boolean expression composed of AND / OR is extracted. The optimization processing unit 2 accepts the design conditions as constraints 5 in order to generate a circuit that meets the design conditions such as the semiconductor device to be used, the area desired by the designer, and the operation timing, and performs extraction under the constraints. Optimization processing such as logical compression or logical expansion is performed on the Boolean expression thus generated, and a circuit is generated in the form of a netlist 6 output.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、従来に
おいては、過去に設計した論理を図面ベースで保持し、
それを流用するシステムはあったが、論理的には等価な
場合も設計の対象(LSI、基板等)が異なると保持し
た論理を流用することができなかった。
However, conventionally, the logic designed in the past is held on a drawing basis,
Although there were systems that could use it, even if it was logically equivalent, the retained logic could not be used if the design target (LSI, board, etc.) was different.

【0004】また、設計データをデータベース化し、過
去の最適化の結果をより汎用的に利用できるようにする
ことは望ましい。
It is also desirable to make the design data into a database so that the results of past optimization can be used more versatilely.

【0005】本発明は以上のような問題を解決するため
になされたものであり、その目的は、蓄積した最適化の
結果の利用性を向上させることによって論理合成時の最
適化処理の効率化を図る論理合成システム及び論理合成
方法を提供することにある。
The present invention has been made to solve the above problems, and an object of the present invention is to improve the efficiency of optimization processing during logic synthesis by improving the usability of accumulated optimization results. It is an object of the present invention to provide a logic synthesis system and a logic synthesis method.

【0006】[0006]

【課題を解決するための手段】以上のような目的を達成
するために、第1の発明に係る論理合成システムは、合
成対象となる回路の生成をするための回路記述に基づき
最適化を行い回路を生成する論理合成システムにおい
て、前記回路記述からブール表現を抽出するブール表現
抽出手段と、論理合成の最適化処理における動作タイミ
ングや面積などといった合成対象全体に対する制約情報
を解析し、合成対象全体に及ぶ全体制約情報と回路の特
定箇所にのみ及ぶ個別制約情報とに分類する制約情報分
類手段と、前記全体制約情報に基づき前記ブール表現抽
出手段が抽出したブール表現に対して最適化を行う全体
最適化処理手段と、前記個別制約情報に基づき前記全体
最適化処理手段による最適化実施後の出力に対して最適
化を行う個別最適化処理手段と、前記全体最適化処理手
段による最適化実施後の結果をブール表現の形式で保持
する最適化データベースとを有し、前記全体最適化処理
手段は、前記ブール表現抽出手段が抽出したブール表現
に該当する最適化結果が前記最適化データベースに存在
していればその最適化結果を流用するものである。
In order to achieve the above object, a logic synthesis system according to a first aspect of the present invention performs optimization based on a circuit description for generating a circuit to be synthesized. In a logic synthesis system for generating a circuit, a Boolean expression extracting means for extracting a Boolean expression from the circuit description, and analyzing constraint information on an entire synthesis target such as an operation timing and an area in a logic synthesis optimization process, and analyzing the entire synthesis target Constraint information classifying means for classifying into total constraint information extending to a specific portion of a circuit and individual constraint information extending only to a specific portion of a circuit; Optimization processing means, and individual optimization for optimizing the output after performing the optimization by the overall optimization processing means based on the individual constraint information And an optimization database that holds the result of the optimization performed by the overall optimization processing means in the form of a Boolean expression. The overall optimization processing means includes a Boolean expression extracted by the Boolean expression extraction means. If the optimization result corresponding to the expression exists in the optimization database, the optimization result is used.

【0007】第2の発明に係る論理合成システムは、第
1の発明において、前記全体最適化処理手段は、前記ブ
ール表現抽出手段が抽出したブール表現に該当する最適
化結果が存在しないときには最適化を行うと共にその最
適化の結果を前記最適化データベースに蓄積するもので
ある。
In a logic synthesis system according to a second aspect, in the first aspect, the overall optimization processing means optimizes when there is no optimization result corresponding to the Boolean expression extracted by the Boolean expression extraction means. And stores the result of the optimization in the optimization database.

【0008】第3の発明に係る論理合成システムは、第
1の発明において、前記全体最適化処理手段は、前記ブ
ール表現抽出手段が抽出したブール表現がベクタ化され
ている場合、1ビットのブール表現に変換するブール表
現変換部と、前記全体最適化処理手段による最適化実施
後の出力を元のビット幅に戻して前記個別最適化処理手
段に送出するブール表現復元部とを有するものである。
[0008] In a logic synthesis system according to a third invention, in the first invention, the overall optimization processing means includes a one-bit Boolean expression when the Boolean expression extracted by the Boolean expression extraction means is vectorized. A Boolean expression conversion unit for converting into an expression, and a Boolean expression restoring unit for returning the output after the optimization performed by the overall optimization processing unit to the original bit width and sending it to the individual optimization processing unit. .

【0009】第4の発明に係る論理合成システムは、第
1の発明において、前記最適化データベースを共有化デ
ータベースとしたものである。
A logic synthesis system according to a fourth invention is the logic synthesis system according to the first invention, wherein the optimization database is a shared database.

【0010】第5の発明に係る論理合成システムは、第
1又は第4の発明において、前記最適化データベースに
対してネットワーク経由でのアクセスを可能にしたもの
である。
[0010] A logic synthesis system according to a fifth invention is the logic synthesis system according to the first or fourth invention, wherein the optimized database can be accessed via a network.

【0011】第6の発明に係る論理合成方法は、合成対
象となる回路の生成をするための回路記述に基づき最適
化を行い回路を生成する論理合成方法において、前記回
路記述からブール表現を抽出するブール表現抽出ステッ
プと、論理合成の最適化処理における動作タイミングや
面積などといった合成対象全体に対する制約情報を解析
し、合成対象全体に及ぶ全体制約情報と回路の特定箇所
にのみ及ぶ個別制約情報とに分類する制約情報分類ステ
ップと、前記全体制約情報に基づき前記ブール表現抽出
ステップが抽出したブール表現に対して最適化を行う全
体最適化ステップと、前記個別制約情報に基づき前記全
体最適化ステップ実施後の出力に対して最適化を行う個
別最適化ステップとを含むものである。
A logic synthesis method according to a sixth aspect of the present invention is a logic synthesis method for generating a circuit by optimizing based on a circuit description for generating a circuit to be synthesized, wherein a Boolean expression is extracted from the circuit description. Boolean expression extraction step and analysis of constraint information for the entire synthesis target such as operation timing and area in the logic synthesis optimization process, and total constraint information for the entire synthesis target and individual constraint information for only a specific part of the circuit Constraint information classifying step, optimizing the Boolean expression extracted by the Boolean expression extracting step based on the overall constraint information, and performing the overall optimizing step based on the individual constraint information. Individual optimization step of optimizing the subsequent output.

【0012】第7の発明に係る論理合成方法は、第6の
発明において、前記全体最適化ステップは、新規な最適
化の結果をブール表現の形式で保持し、それ以降に行う
最適化処理時にその保持した最適化の結果を流用するも
のである。
According to a seventh aspect of the present invention, in the logic synthesis method according to the sixth aspect, the overall optimizing step holds the result of the new optimization in the form of a Boolean expression and performs the optimization processing performed thereafter. The retained optimization result is diverted.

【0013】[0013]

【発明の実施の形態】以下、図面に基づいて、本発明の
好適な実施の形態について説明する。
Preferred embodiments of the present invention will be described below with reference to the drawings.

【0014】実施の形態1.図1は、本発明に係る論理
合成システムの実施の形態1を示したブロック構成図で
ある。ブール表現抽出部11は、回路記述からブール表
現を抽出するブール表現抽出手段である。本実施の形態
では、RTLの回路記述12に基づきブール表現を抽出
するが、ブール表現抽出部11の持つ機能処理は、従来
と同様でよい。ブール表現変換部13は、ブール表現抽
出部11が抽出したブール表現がベクタ化されている場
合、1ビットのブール表現に変換する。制約情報分類部
14は、指定された制約情報を解析し、合成対象全体に
及ぶ全体制約情報と回路の特定箇所にのみ及ぶ個別制約
情報とに分類する制約情報分類手段である。制約情報に
は、論理合成の最適化処理における動作タイミングや面
積などといった合成対象全体に対する制約条件15が含
まれている。本実施の形態においては、全体制約情報及
び個別制約情報をそれぞれファイル16,17に出力す
る。全体最適化処理部18は、全体制約情報に基づきブ
ール表現抽出部11が抽出したブール表現に対して最適
化を行う。本実施の形態では、ブール表現変換部13に
より1ビットブール表現に変換されたものに対して最適
化を行う。また、全体最適化処理部18は、必要に応じ
て最適化の結果をブール表現の形式で最適化データベー
ス19に蓄積し、また、論理合成対象のブール表現に該
当する最適化結果が最適化データベース19に存在して
いればそれを流用して最適化を行う。ブール表現復元部
20は、全体最適化処理部18による最適化実施後の出
力を元のビット幅に戻すブール表現復元手段である。本
実施の形態では、ブール表現変換部13、全体最適化処
理部18及びブール表現復元部20で全体最適化処理手
段が構成されている。個別最適化処理部21は、個別制
約情報に基づき全体最適化処理部18による最適化実施
後の出力に対して最適化を行う個別最適化処理手段であ
る。本実施の形態においては、ブール表現復元部20に
より復元されたブール表現に対して最適化を行う。
Embodiment 1 FIG. 1 is a block diagram showing a first embodiment of a logic synthesis system according to the present invention. The Boolean expression extraction unit 11 is a Boolean expression extraction unit that extracts a Boolean expression from a circuit description. In the present embodiment, a Boolean expression is extracted based on the RTL circuit description 12, but the function processing of the Boolean expression extraction unit 11 may be the same as in the related art. When the Boolean expression extracted by the Boolean expression extraction unit 11 is vectorized, the Boolean expression conversion unit 13 converts the Boolean expression into a 1-bit Boolean expression. The constraint information classifying unit 14 is a constraint information classifying unit that analyzes designated constraint information and classifies the analyzed constraint information into total constraint information covering the entire synthesis target and individual constraint information covering only a specific portion of the circuit. The constraint information includes a constraint condition 15 on the entire synthesis target, such as an operation timing and an area in the logic synthesis optimization process. In the present embodiment, the entire constraint information and the individual constraint information are output to files 16 and 17, respectively. The overall optimization processing unit 18 optimizes the Boolean expression extracted by the Boolean expression extraction unit 11 based on the overall constraint information. In the present embodiment, optimization is performed on the data converted to the 1-bit Boolean expression by the Boolean expression conversion unit 13. Further, the overall optimization processing unit 18 accumulates the optimization result in the form of a Boolean expression in the optimization database 19 as necessary, and stores the optimization result corresponding to the Boolean expression to be subjected to logic synthesis in the optimization database. If it exists in 19, it is used for optimization. The Boolean expression restoring unit 20 is a Boolean expression restoring unit that returns the output after the optimization performed by the overall optimization processing unit 18 to the original bit width. In the present embodiment, the Boolean expression conversion unit 13, the overall optimization processing unit 18, and the Boolean expression restoration unit 20 constitute an overall optimization processing unit. The individual optimization processing unit 21 is an individual optimization processing unit that optimizes the output after the optimization performed by the overall optimization processing unit 18 based on the individual constraint information. In the present embodiment, the Boolean expression restored by the Boolean expression restoring unit 20 is optimized.

【0015】次に、本実施の形態における動作について
図2及び図3に示したフローチャートを用いて説明す
る。
Next, the operation of this embodiment will be described with reference to the flowcharts shown in FIGS.

【0016】ブール表現抽出部11は、RTLの回路記
述12を読み込んで、レジスタや入出力ポートで囲まれ
た組合せ回路を構成するブール表現を抽出する(ステッ
プ101)。図4(a)に抽出したブール表現による式
(ブール式)であってブール式がベクタ表現の場合の例
を示した。ブール表現変換部13は、図4(a)の例の
ようにブール表現がベクタ化されている場合(ステップ
102)、1ビットのブール表現に変換する(ステップ
103)。変換後の1ビットブール表現の例を図4
(b)に示す。このように、本実施の形態によれば、ブ
ール表現変換部13を設け、最適化を行う前に1ビット
ブール表現に変換するようにしたので、動作機能は同じ
でも機種によってバスのビット幅が異なるような場合な
どでも当該ビット幅に依存しない汎用的な最適化の実施
をさせることができる。
The Boolean expression extraction unit 11 reads the RTL circuit description 12, and extracts a Boolean expression constituting a combinational circuit surrounded by registers and input / output ports (step 101). FIG. 4A shows an example of an extracted Boolean expression (Boolean expression) in which the Boolean expression is a vector expression. When the Boolean expression is vectorized as in the example of FIG. 4A (Step 102), the Boolean expression conversion unit 13 converts the Boolean expression into a 1-bit Boolean expression (Step 103). FIG. 4 shows an example of a 1-bit Boolean expression after conversion.
(B). As described above, according to the present embodiment, the Boolean expression conversion unit 13 is provided to convert the Boolean expression to the 1-bit Boolean expression before performing the optimization. Even in a different case, general-purpose optimization independent of the bit width can be performed.

【0017】一方、制約情報分類部14は、制約条件1
5を読み込んでその制約条件が回路全体に及ぶ制約か、
特定パスを早くするなどという回路の特定箇所にかかっ
ている制約かの解析を行い、回路全体に及ぶ場合の制約
条件は全体制約情報として、また、回路の特定箇所にの
み及ぶ場合の制約条件は個別制約情報としてそれぞれ全
体制約情報ファイル16又は個別制約情報ファイル17
に分類し格納する(ステップ100)。
On the other hand, the constraint information classifying unit 14
5 is read and whether the constraint condition is a constraint that covers the entire circuit,
Analyze the constraints on a specific part of the circuit, such as speeding up a specific path.Constraints for the entire circuit are used as overall constraint information, and constraints for only a specific part of the circuit are Overall constraint information file 16 or individual constraint information file 17 as individual constraint information
(Step 100).

【0018】次に、全体最適化処理部18は、制約情報
分類部14が分類した全体制約情報に基づきブール表現
抽出部11が抽出したブール表現(若しくはブール表現
変換部13により1ビットブール表現に変換されたも
の)に対して最適化を行うが、ブール表現抽出部11が
行う処理と制約情報分類部14が行う処理は、並列的に
実行可能であり、両方の処理が全体最適化処理部18に
よる最適化処理の前に終了していればよい。この全体最
適化処理部18が行うステップ104の最適化処理(全
体最適化処理)について図3に示したフローチャートを
用いて説明する。
Next, the overall optimization processing unit 18 converts the Boolean expression extracted by the Boolean expression extraction unit 11 based on the overall constraint information classified by the constraint information classifying unit 14 (or a 1-bit Boolean expression by the Boolean expression conversion unit 13). The conversion is performed by the Boolean expression extraction unit 11 and the constraint information classification unit 14 can be executed in parallel, and both processes are performed by the overall optimization processing unit. It is sufficient that the processing is completed before the optimization processing by. The optimization process (overall optimization process) of step 104 performed by the overall optimization processing unit 18 will be described with reference to the flowchart shown in FIG.

【0019】全体最適化処理部18は、ブール表現抽出
部11が抽出したブール表現をブール表現変換部13を
介して受け取ると(ステップ201)、回路全体にかか
っている面積、動作タイミング、使用テクノロジ等をキ
ーに合成対象のブール表現に対して過去に同様の最適化
が実施されていないかを確認するために最適化データベ
ース19を検索する(ステップ202)。検索した結
果、該当する最適化すなわち最適化済みの回路が存在し
た場合は、その最適化回路を流用し、当該最適化回路で
受け取ったブール表現による回路を置換する(ステップ
203,204)。すなわち、当該最適化回路を全体最
適化処理の結果とする。一方、最適化回路が存在しなけ
れば、通常通りの最適化を実施し(ステップ205)、
その結果を最適化データベース19に登録する(ステッ
プ206)。
Upon receiving the Boolean expression extracted by the Boolean expression extraction unit 11 through the Boolean expression conversion unit 13 (step 201), the overall optimization processing unit 18 determines the area, operation timing, and technology used for the entire circuit. The optimization database 19 is searched to check whether the same optimization has been performed in the past with respect to the Boolean expression to be synthesized by using the key as a key (step 202). As a result of the search, if there is a corresponding optimization, that is, an optimized circuit, the optimization circuit is diverted, and the circuit in the Boolean expression received by the optimization circuit is replaced (steps 203 and 204). That is, the optimization circuit is a result of the overall optimization process. On the other hand, if there is no optimization circuit, optimization is performed as usual (step 205).
The result is registered in the optimization database 19 (step 206).

【0020】このように、本実施の形態によれば、過去
に行った最適化の結果を流用することにより多大な時間
を要する最適化の実施を省略することが可能となり最適
化処理の短縮を図ることができる。また、過去に行った
最適化の結果を流用できないということは、今回の組合
せ回路が新規であるということであり、その新規な最適
化の結果を登録し蓄積していくことで今後の最適化の効
率化を図ることができる。
As described above, according to the present embodiment, by diverting the results of the optimization performed in the past, it is possible to omit the execution of the optimization requiring a long time, and to shorten the optimization processing. Can be planned. In addition, the fact that the results of optimization performed in the past cannot be used means that this combinational circuit is new, and by registering and accumulating the results of the new optimization, future optimization will be performed. Efficiency can be improved.

【0021】ブール表現復元部20は、ブール表現変換
部13により1ビットブール表現に変換された場合は、
ビット展開を行い、元のブール表現に復元する(ステッ
プ105,106)。
When the Boolean expression converting unit 13 converts the Boolean expression into a 1-bit Boolean expression,
Bit expansion is performed to restore the original Boolean expression (steps 105 and 106).

【0022】そして、個別最適化処理部21は、個別制
約情報に基づき全体最適化処理部18による最適化実施
後の出力(若しくはブール表現復元部20により元のブ
ール表現に復元されたもの)に対して最適化を行う(ス
テップ107)。その結果としてネットリスト22が出
力される。
Then, the individual optimization processing unit 21 outputs the output after optimization performed by the overall optimization processing unit 18 (or the original Boolean expression restored by the Boolean expression restoration unit 20) based on the individual constraint information. Then, optimization is performed (step 107). As a result, the net list 22 is output.

【0023】以上のように、本実施の形態においては、
論理合成にかかる制約条件15を回路全体に及ぶ全体制
約情報と特定箇所にのみ及ぶ個別制約情報とに分類し、
それぞれに対応させて2つのフェーズの最適化を行うよ
うにした。この2つのフェーズのうち全体制約情報に基
づく全体最適化処理を先に行うようにしたことで、汎用
性を優先させている。特に、本実施の形態では、この全
体最適化処理において利用する最適化データベース19
に最適化回路をブール表現の形式で登録するようにした
ので、LSI、基板等の論理合成の対象に関係なく最適
化データベース19を利用することができる。更に、前
述したように、本実施の形態では、ブール表現がベクタ
化されている場合、1ビットブール表現に変換するよう
にしたので、動作機能は同じでも機種によってバスのビ
ット幅が異なるような場合などでも機種に関係なく汎用
的な最適化の実施をさせることができる。また、1ビッ
トブール表現に変換した形式で最適化データベース19
に登録していくようにしたので、回路の共通の機能につ
き1つの最適化回路のみを登録すればよいことになる。
これにより、最適化データベース19の使用容量の削減
をも図ることができる。
As described above, in the present embodiment,
The constraint conditions 15 relating to logic synthesis are classified into total constraint information covering the entire circuit and individual constraint information covering only a specific location.
Two phases of optimization are performed for each of them. Of the two phases, the overall optimization processing based on the overall constraint information is performed first, thereby giving priority to versatility. In particular, in the present embodiment, the optimization database 19 used in this overall optimization process
Since the optimization circuit is registered in the form of a Boolean expression, the optimization database 19 can be used irrespective of the logic synthesis target such as an LSI or a board. Further, as described above, in the present embodiment, when the Boolean expression is vectorized, it is converted to a 1-bit Boolean expression, so that the operation function is the same but the bit width of the bus differs depending on the model. Even in such cases, general-purpose optimization can be performed regardless of the model. Also, the optimization database 19 is converted into a 1-bit Boolean expression.
, Only one optimization circuit needs to be registered for a common function of the circuits.
As a result, it is possible to reduce the used capacity of the optimization database 19.

【0024】実施の形態2.上記実施の形態1では、閉
じた環境での最適化処理を実現していたが、本実施の形
態では、最適化データベース19を共有化データベース
としたことを特徴とする。これにより、回路記述に対し
て初めて最適化を行う場合でも過去に他人がその回路記
述と同様の回路記述に対して最適化を実施した場合は、
共有化された最適化データベース19に蓄積されている
過去の最適化の結果を流用することができるので効率的
な最適化処理を行うことができる。
Embodiment 2 FIG. In the first embodiment, the optimization processing is realized in a closed environment. However, the present embodiment is characterized in that the optimization database 19 is a shared database. As a result, even if optimization is performed for the first time on a circuit description, if another person has performed optimization on the same circuit description in the past,
Since the results of past optimization stored in the shared optimization database 19 can be used, efficient optimization processing can be performed.

【0025】図5は、本発明に係る論理合成システムの
実施の形態2を示した全体構成図である。各ワークステ
ーション23,24には、図1に示した論理合成システ
ムのうち最適化データベース19を除く構成が搭載され
ている。データベースサーバ25には、複数のユーザに
より共有可能に構築された最適化データベース19が搭
載されている。ネットワーク26は、各ワークステーシ
ョン23,24とデータベースサーバ25を接続する。
FIG. 5 is an overall configuration diagram showing a second embodiment of the logic synthesis system according to the present invention. Each of the workstations 23 and 24 has a configuration other than the optimization database 19 in the logic synthesis system shown in FIG. The database server 25 is equipped with an optimization database 19 constructed to be sharable by a plurality of users. The network 26 connects the workstations 23 and 24 to the database server 25.

【0026】以上の構成において、各ワークステーショ
ン23,24からは、最適化データベース19に対して
ネットワーク26経由でのアクセスをすることにより実
施の形態1と同様の処理が可能であるのみならず他人の
最適化の実施により蓄積された最適化回路を流用するこ
とができるようになる。なお、本実施の形態における動
作は、図3に示した最適化データベース19の検索処理
(ステップ202)、最適化データベース19からの最
適化回路の読込処理(ステップ204)並びに最適化デ
ータベース19への最適化結果の登録処理(ステップ2
06)がネットワーク26を経由したデータベースサー
バ25へのアクセスとなること以外は上記実施の形態1
と同様なので詳細な説明を省略する。
In the above configuration, by accessing the optimization database 19 via the network 26 from each of the workstations 23 and 24, not only the same processing as in the first embodiment can be performed, but also By performing the optimization described above, the accumulated optimization circuit can be used. The operation according to the present embodiment includes a search process of the optimization database 19 shown in FIG. 3 (step 202), a process of reading the optimization circuit from the optimization database 19 (step 204), and a process of reading the optimization database 19. Registration of optimization results (step 2
Embodiment 1 except that (06) is access to the database server 25 via the network 26.
Therefore, detailed description is omitted.

【0027】以上、本実施の形態においては、ネットワ
ーク26を介した場合でも実施の形態1と同様の効果を
奏することができる。また、最適化データベース19を
共有化することで回路記述12に対して初めて論理合成
(最適化)を行う場合でも他人が行った最適化の結果を
流用することができるので、自己の最適化の実施時間を
短縮することができる。もちろん、ネットワーク経由で
なくても最適化データベース19を共有化することは可
能であるためそのようなシステム構成の場合も本発明の
範囲内である。
As described above, in the present embodiment, the same effects as those of the first embodiment can be obtained even through the network 26. In addition, by sharing the optimization database 19, even when logic synthesis (optimization) is performed for the circuit description 12 for the first time, the result of optimization performed by another person can be diverted. Implementation time can be reduced. Of course, it is possible to share the optimization database 19 without using a network, and such a system configuration is also within the scope of the present invention.

【0028】[0028]

【発明の効果】本発明によれば、過去にした最適化の結
果を流用することにより多大な時間を要する最適化の実
施を省略することで最適化処理に要する時間の短縮化を
図ることができる。
According to the present invention, it is possible to reduce the time required for the optimization process by omitting the execution of the time-consuming optimization by diverting the results of the optimization performed in the past. it can.

【0029】また、最適化を実施した場合にその最適化
の結果を登録し蓄積していくようにしたので、今後の最
適化の効率化を図ることができる。
Further, when optimization is performed, the results of the optimization are registered and accumulated, so that the efficiency of future optimization can be improved.

【0030】また、ブール表現変換手段を設け、最適化
を行う前に1ビットブール表現に変換するようにしたの
で、動作機能は同じでも機種によってバスのビット幅が
異なるような場合などでも機種に依存しない汎用的な最
適化の実施をさせることができる。もちろん、ブール表
現復元手段を設けて変換した1ビットブール表現を元に
復元するようにしたので、その後の処理においても何ら
不具合が生じることはない。
Also, since a Boolean expression conversion means is provided to convert the data to a 1-bit Boolean expression before performing the optimization, even if the operation function is the same but the bit width of the bus differs depending on the model, the model can be converted to the model. It is possible to perform independent general-purpose optimization. Of course, since the Boolean expression restoring means is provided to restore the original 1-bit Boolean expression, there is no problem in the subsequent processing.

【0031】また、最適化データベースを共有化するこ
とで、回路記述に対して初めて最適化を行う場合でも他
人が当該回路記述と同じ回路記述に対して最適化を実施
した場合は、共有化された最適化データベースに蓄積さ
れている他人による最適化の結果を流用することができ
るので効率的な最適化処理を行うことができる。
Further, by sharing the optimization database, even if the optimization is performed for the first time on the circuit description, if another person performs the optimization on the same circuit description as the circuit description, the optimization is shared. Since the results of optimization performed by others stored in the optimized database can be used, efficient optimization processing can be performed.

【0032】また、ネットワーク経由で最適化データベ
ースをアクセスするような場合でも上記と同様の効果を
奏することができる。
Further, even when the optimization database is accessed via a network, the same effects as described above can be obtained.

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

【図1】 本発明に係る論理合成システムの実施の形態
1を示したブロック構成図である。
FIG. 1 is a block diagram showing a first embodiment of a logic synthesis system according to the present invention.

【図2】 実施の形態1における動作を示したフローチ
ャートである。
FIG. 2 is a flowchart showing an operation in the first embodiment.

【図3】 実施の形態1における全体最適化処理を示し
たフローチャートである。
FIG. 3 is a flowchart showing overall optimization processing according to the first embodiment.

【図4】 (a)は実施の形態1において抽出したブー
ル表現の例を示した図であり、(b)は1ビットブール
表現への変換後のブール表現の例を示した図である。
FIG. 4A is a diagram illustrating an example of a Boolean expression extracted in the first embodiment, and FIG. 4B is a diagram illustrating an example of a Boolean expression after conversion to a 1-bit Boolean expression.

【図5】 本発明に係る論理合成システムの実施の形態
2を示した全体構成図である。
FIG. 5 is an overall configuration diagram showing a second embodiment of the logic synthesis system according to the present invention.

【図6】 従来の論理合成システムのブロック構成図で
ある。
FIG. 6 is a block diagram of a conventional logic synthesis system.

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

11 ブール表現抽出部、12 回路記述、13 ブー
ル表現変換部、14制約情報分類部、15 制約条件、
16 全体制約情報ファイル、17 個別制約情報ファ
イル、18 全体最適化処理部、19 最適化データベ
ース、20ブール表現復元部、21 個別最適化処理
部、22 ネットリスト、23,24ワークステーショ
ン、25 データベースサーバ、26 ネットワーク。
11 Boolean expression extraction unit, 12 circuit description, 13 Boolean expression conversion unit, 14 constraint information classification unit, 15 constraint condition,
16 overall constraint information file, 17 individual constraint information file, 18 overall optimization processing section, 19 optimization database, 20 Boolean expression restoring section, 21 individual optimization processing section, 22 netlist, 23, 24 workstation, 25 database server , 26 networks.

Claims (7)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 合成対象となる回路の生成をするための
回路記述に基づき最適化を行い回路を生成する論理合成
システムにおいて、 前記回路記述からブール表現を抽出するブール表現抽出
手段と、 論理合成の最適化処理における動作タイミングや面積な
どといった合成対象全体に対する制約情報を解析し、合
成対象全体に及ぶ全体制約情報と回路の特定箇所にのみ
及ぶ個別制約情報とに分類する制約情報分類手段と、 前記全体制約情報に基づき前記ブール表現抽出手段が抽
出したブール表現に対して最適化を行う全体最適化処理
手段と、 前記個別制約情報に基づき前記全体最適化処理手段によ
る最適化実施後の出力に対して最適化を行う個別最適化
処理手段と、 前記全体最適化処理手段による最適化実施後の結果をブ
ール表現の形式で保持する最適化データベースと、 を有し、 前記全体最適化処理手段は、前記ブール表現抽出手段が
抽出したブール表現に該当する最適化結果が前記最適化
データベースに存在していればその最適化結果を流用す
ることを特徴とする論理合成システム。
1. A logic synthesis system that generates a circuit by optimizing based on a circuit description for generating a circuit to be synthesized, comprising: a Boolean expression extraction unit that extracts a Boolean expression from the circuit description; Constraint information classifying means for analyzing constraint information for the entire synthesis target such as operation timing and area in the optimization process of the optimization process and classifying the constraint information into the entire constraint information covering the entire synthesis target and the individual constraint information covering only a specific portion of the circuit; An overall optimization processing unit that optimizes the Boolean expression extracted by the Boolean expression extraction unit based on the overall constraint information; and an output after the optimization performed by the overall optimization processing unit based on the individual constraint information. Individual optimization processing means for optimizing the data, and the result after the optimization performed by the overall optimization processing means is stored in the form of a Boolean expression. The overall optimization processing means, if an optimization result corresponding to the Boolean expression extracted by the Boolean expression extraction means exists in the optimization database, the optimization result A logic synthesis system characterized by being diverted.
【請求項2】 前記全体最適化処理手段は、前記ブール
表現抽出手段が抽出したブール表現に該当する最適化結
果が存在しないときには最適化を行うと共にその最適化
の結果を前記最適化データベースに蓄積することを特徴
とする請求項1記載の論理合成システム。
2. The overall optimization processing means performs optimization when there is no optimization result corresponding to the Boolean expression extracted by the Boolean expression extraction means, and accumulates the optimization result in the optimization database. The logic synthesis system according to claim 1, wherein the logic synthesis is performed.
【請求項3】 前記全体最適化処理手段は、 前記ブール表現抽出手段が抽出したブール表現がベクタ
化されている場合、1ビットのブール表現に変換するブ
ール表現変換部と、 前記全体最適化処理手段による最適化実施後の出力を元
のビット幅のブール表現に戻して前記個別最適化処理手
段に送出するブール表現復元部と、 を有することを特徴とする請求項1記載の論理合成シス
テム。
3. The global optimization processing unit: a Boolean expression conversion unit that converts a Boolean expression extracted by the Boolean expression extraction unit into a 1-bit Boolean expression when the Boolean expression is vectorized; 2. The logic synthesis system according to claim 1, further comprising: a Boolean expression restoring unit that returns an output after optimization performed by the unit to an original Boolean expression of a bit width and sends the Boolean expression to the individual optimization processing unit.
【請求項4】 前記最適化データベースを共有化データ
ベースとしたことを特徴とする請求項1記載の論理合成
システム。
4. The logic synthesis system according to claim 1, wherein said optimization database is a shared database.
【請求項5】 前記最適化データベースに対してネット
ワーク経由でのアクセスを可能にしたことを特徴とする
請求項1又は4いずれかに記載の論理合成システム。
5. The logic synthesis system according to claim 1, wherein access to the optimization database via a network is enabled.
【請求項6】 合成対象となる回路の生成をするための
回路記述に基づき最適化を行い回路を生成する論理合成
方法において、 前記回路記述からブール表現を抽出するブール表現抽出
ステップと、 論理合成の最適化処理における動作タイミングや面積な
どといった合成対象全体に対する制約情報を解析し、合
成対象全体に及ぶ全体制約情報と回路の特定箇所にのみ
及ぶ個別制約情報とに分類する制約情報分類ステップ
と、 前記全体制約情報に基づき前記ブール表現抽出ステップ
が抽出したブール表現に対して最適化を行う全体最適化
ステップと、 前記個別制約情報に基づき前記全体最適化ステップ実施
後の出力に対して最適化を行う個別最適化ステップと、 を含むことを特徴とする論理合成方法。
6. A logic synthesis method for generating a circuit by optimizing based on a circuit description for generating a circuit to be synthesized, comprising: a Boolean expression extraction step of extracting a Boolean expression from the circuit description; A constraint information classifying step of analyzing constraint information for the entire synthesis target such as operation timing and area in the optimization processing of the optimization process and classifying the constraint information into the entire constraint information covering the entire synthesis target and the individual constraint information covering only a specific portion of the circuit; An overall optimization step of optimizing the Boolean expression extracted by the Boolean expression extraction step based on the overall constraint information, and optimizing an output after performing the overall optimization step based on the individual constraint information. And a separate optimization step to be performed.
【請求項7】 前記全体最適化ステップは、新規な最適
化の結果をブール表現の形式で保持し、それ以降に行う
最適化処理時にその保持した最適化の結果を流用するこ
とを特徴とする請求項6記載の論理合成方法。
7. The overall optimization step is characterized in that a result of a new optimization is held in the form of a Boolean expression, and the held result of the optimization is used in a subsequent optimization process. The logic synthesis method according to claim 6.
JP9121093A 1997-05-12 1997-05-12 Logic synthesis system and logic synthesis method Expired - Lifetime JP2937943B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9121093A JP2937943B2 (en) 1997-05-12 1997-05-12 Logic synthesis system and logic synthesis method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9121093A JP2937943B2 (en) 1997-05-12 1997-05-12 Logic synthesis system and logic synthesis method

Publications (2)

Publication Number Publication Date
JPH10312402A JPH10312402A (en) 1998-11-24
JP2937943B2 true JP2937943B2 (en) 1999-08-23

Family

ID=14802711

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9121093A Expired - Lifetime JP2937943B2 (en) 1997-05-12 1997-05-12 Logic synthesis system and logic synthesis method

Country Status (1)

Country Link
JP (1) JP2937943B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7076753B2 (en) * 2003-12-18 2006-07-11 Synopsys, Inc. Method and apparatus for solving sequential constraints
JP6468743B2 (en) * 2014-07-22 2019-02-13 キヤノン株式会社 Information processing apparatus and control method thereof
JP2019197266A (en) * 2018-05-07 2019-11-14 株式会社日立製作所 Circuit description conversion system and circuit description retrieval system

Also Published As

Publication number Publication date
JPH10312402A (en) 1998-11-24

Similar Documents

Publication Publication Date Title
JPH05342298A (en) Simulation device
JP2002024281A (en) Database arithmetic processor
US20040111686A1 (en) Method for faster timing closure and better quality of results in IC physical design
US20020162087A1 (en) Logic synthesis device and logic synthesis method
Bo et al. Entity resolution acceleration using Micron’s Automata Processor
JP2937943B2 (en) Logic synthesis system and logic synthesis method
US7000206B2 (en) Timing path detailer
JP2000242672A (en) Device and method for formal logic verification
KR100590767B1 (en) Method and storage media providing a dependency specifications file capable of simply creating function block configuration in the soft intellectual property
JP2924882B1 (en) Method and apparatus for creating logic simulation model and recording medium
US7526419B2 (en) Methods for reconstructing data from simulation models
JP2877087B2 (en) Logic synthesis method and logic synthesis device using similar partial circuit extraction
JP2930087B2 (en) Logic design support system
Boyer et al. Symbolic layout for rapid full-custom prototyping of high-speed telecommunications chips
CN113408223B (en) Chip design method based on intelligent analysis
US20080244492A1 (en) Apparatus and method for designing system, and computer readable medium
JP2853649B2 (en) How to create a logic simulation model
US7058908B2 (en) Systems and methods utilizing fast analysis information during detailed analysis of a circuit design
JP4509758B2 (en) Logic synthesis apparatus and method, and program
US20060218202A1 (en) Structure analytic program
US20030140054A1 (en) Processor composing apparatus, system LSI composing apparatus, processor composing method, system LSI composing method, and program therefor
JP2923914B2 (en) CAD system for integrated circuits
JP3664954B2 (en) Delay library creation system and recording medium
Yu et al. APmap: An Open-Source Compiler for Automata Processors
JP3057090B2 (en) Software component search method and software component search device