JP2000222448A - Method for preparing netlist - Google Patents

Method for preparing netlist

Info

Publication number
JP2000222448A
JP2000222448A JP11021796A JP2179699A JP2000222448A JP 2000222448 A JP2000222448 A JP 2000222448A JP 11021796 A JP11021796 A JP 11021796A JP 2179699 A JP2179699 A JP 2179699A JP 2000222448 A JP2000222448 A JP 2000222448A
Authority
JP
Japan
Prior art keywords
gate
name
wiring
netlist
function 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
JP11021796A
Other languages
Japanese (ja)
Inventor
Keita Inoue
敬太 井上
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 Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP11021796A priority Critical patent/JP2000222448A/en
Publication of JP2000222448A publication Critical patent/JP2000222448A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To make quickly retrievable a wiring related to correction on a netlist when circuit correction is reworked by setting to leave a described gate after performing function description including gate description, reading the function description by an automatic logical synthesis tool and performing a logical synthesis. SOLUTION: First, function description including gate description where the call name of a gate in which a signal corresponding to wiring whose name is desired to be left on a netlist becomes an output is specified is performed (S11). Subsequently, a logical synthesis undergoing such setting as to use the gate on which the cell name is specified as it is when optimized is performed (S12). And, the function description is read with an automatic logical synthetic tool and a netlist optimized by logical synthesis is prepared and outputted to a layout tool (S13). Thus, it is possible to quickly perform circuit correction by retrieving a wiring name because the wiring name about correction on the netlist can be corresponded as the wiring name of a signal name defined by the function description.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はネットリスト作成方
法に係り、特にディジタル回路設計のために機能記述及
び論理合成を行ってネットリストを作成するネットリス
ト作成方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for creating a netlist, and more particularly to a method for creating a netlist by performing function description and logic synthesis for digital circuit design.

【0002】[0002]

【従来の技術】ディジルタル回路を設計する場合、機能
記述を論理合成にかけてゲートレベルの回路を自動的に
合成する手法が最近の主流をなす。機能記述とは、HD
L(Hardware Description Language)等の言語を用
い、回路の動作・機能をテキスト形式で表現したもので
ある。人間が細部まで論理を組み立てる従来の手法に比
べ、より人間の思考に近い形で表現されるのが大きな特
徴といえる。この機能記述を自動論理合成ツールにより
論理合成をかけると、面積・スピードに関して最適化さ
れた回路が生成され、次の工程の自動レイアウトの入力
となるネットリストを出力する。ネットリストには最小
構成となる回路情報(セル)とセル間の接続情報が記載
されている。
2. Description of the Related Art When designing a digital circuit, a method of automatically synthesizing a gate-level circuit by applying a logic description to a functional description has become a mainstream in recent years. The function description is HD
The operation and function of the circuit are expressed in a text format using a language such as L (Hardware Description Language). One of the major features of this method is that it is expressed in a way that more closely resembles human thinking than conventional methods in which humans construct logic in detail. When this functional description is subjected to logic synthesis by an automatic logic synthesis tool, a circuit optimized with respect to area and speed is generated, and a netlist to be input for an automatic layout in the next step is output. The netlist describes circuit information (cells) having the minimum configuration and connection information between cells.

【0003】図3は従来方法の一例のフローチャートを
示す。同図において、まず、ゲート記述を含まない機能
記述を行う(ステップ101)。機能記述において使用
するゲートを指定するような書き方をしないのは、使用
するゲートを指定してしまうと、それだけ最適化の選択
肢が減り、回路面積の縮小化に支障をきたすおそれがあ
るからである。
FIG. 3 shows a flowchart of an example of a conventional method. In the figure, first, a function description not including a gate description is performed (step 101). The reason for not writing the gate to be used in the function description is that if the gate to be used is specified, the number of optimization options is reduced accordingly, which may hinder the reduction of the circuit area. .

【0004】続いて、ゲート指定していない機能記述を
論理合成にかけて回路の最適化を行い(ステップ10
2)、ネットリストを出力する(ステップ103)。こ
の結果、例えば、機能記述にf=(((a&b)|c)
&d)|eと記述した場合(&はANDを、|はORを
示す)、論理合成による合成結果は図4に示すようにな
る。
Subsequently, the function description without gate designation is subjected to logic synthesis to optimize the circuit (step 10).
2) Output a net list (step 103). As a result, for example, f = (((a & b) | c)
& D) | e (& indicates AND and | indicates OR), the result of the logical synthesis is as shown in FIG.

【0005】図4はステップ103において生成された
ネットリストを視覚的に表現した回路図で、入力信号
a,b,c,d,eと出力信号fと、ゲートG1、G
2、G3及びG4で構成される。n35、n36、n3
7は自動論理合成ツールが適当に付けた配線名である。
図4に示す回路図では、ゲートG1により入力信号aと
bがANDをとられ、そのAND出力と入力信号cとの
否定論理和をとり、その否定論理和結果を配線名n37
の配線を介してゲートG2に入力して論理否定演算を行
う。
FIG. 4 is a circuit diagram visually representing the netlist generated in step 103. The input signals a, b, c, d, and e, the output signal f, and the gates G1, G
2, G3 and G4. n35, n36, n3
7 is a wiring name appropriately assigned by the automatic logic synthesis tool.
In the circuit diagram shown in FIG. 4, the input signals a and b are ANDed by the gate G1, the NOR of the AND output and the input signal c is calculated, and the result of the NOR is calculated as the wiring name n37.
Is input to the gate G2 via the wiring of (1) to perform a logical NOT operation.

【0006】更に、ゲートG2の出力信号は配線名n3
6の配線を介してゲートG3に入力され、ここで入力信
号dとの間でAND演算され、そのAND出力と入力信
号eとの否定論理和をとり、その否定論理和結果を配線
名n35の配線を介してゲートG4に入力して論理否定
演算を行って出力信号fを得る。
Further, an output signal of the gate G2 is a wiring name n3.
6 is input to the gate G3 via the wiring of No. 6, where an AND operation is performed between the input signal d and the AND output of the AND signal and the input signal e, and the result of the NOR operation is calculated for the wiring name n35. The signal is input to the gate G4 via the wiring to perform a logical NOT operation to obtain an output signal f.

【0007】[0007]

【発明が解決しようとする課題】しかるに、上記の従来
方法では、製品が製造された後に不具合が見付かり回路
修正(リワーク)の必要が生じた場合、リワークに必要
以上の時間を費やすという問題が起こる。一般に、IC
回路のリワークの場合、アルミ配線の修正のみを行う方
法が好まれ、ゲートの数や構成が変わるような修正は、
マスク作成及び拡散の時間と費用の増大を招くので、極
力行わないようにすることが望ましいとされている。こ
れを図3で説明すると、回路修正のためにステップ10
1の機能記述を書き直すと、続くステップ102の論理
合成を再びかけ直すことになり、ゲートの数や構成が変
わってしまう。このことは全拡散工程のマスク作成と全
拡散工程を実施することを意味し、なるべく避けなけれ
ばならない方法なのである。
However, in the above-mentioned conventional method, when a defect is found after the product is manufactured and the circuit needs to be corrected (reworked), a problem occurs that more time is required for the rework. . Generally, IC
In the case of circuit rework, a method that only corrects aluminum wiring is preferred, and corrections that change the number and configuration of gates are
It is considered desirable to minimize the time and cost of mask preparation and diffusion, as much as possible. This will be described with reference to FIG.
If the function description of No. 1 is rewritten, the logic synthesis in the subsequent step 102 is performed again, and the number and configuration of gates are changed. This means that the mask is formed in the entire diffusion step and the entire diffusion step is performed, and is a method that should be avoided as much as possible.

【0008】従って、通常、回路修正を行う場合は回路
接続情報が記載されているネットリストの配線情報にだ
け手を加え、アルミ配線の修正だけでリワークが済む方
法を選ぶ。しかし、従来の手法で生成されたネットリス
トの配線には、論理合成で自動論理合成ツールにより適
当に名前が付けられてしまう。つまり、それぞれの配線
がステップ101の機能記述で定義されているどの信号
に相当するかという対応が取れないため、修正に関する
信号がどの配線に対応しているかを調べることから始め
なくてはならなくなり、リワーク時間増大の原因とな
る。また、論理合成を困難にしてリワーク時間の増大を
招く。
[0008] Therefore, usually, in the case of performing circuit correction, only the wiring information in the net list in which circuit connection information is described is modified, and a method is selected in which rework is completed only by correcting aluminum wiring. However, the wiring of the netlist generated by the conventional method is appropriately named by an automatic logic synthesis tool in logic synthesis. That is, since it is not possible to determine which wiring corresponds to which signal defined in the function description of step 101, it is necessary to start by checking which wiring corresponds to the signal relating to the correction. This causes an increase in rework time. In addition, it makes the logic synthesis difficult, resulting in an increase in rework time.

【0009】これを具体的に図4で説明すると、機能記
述で定義した(a&b)|cに相当する信号は論理合成
後にはn36という配線名が付けられ、a&bに相当す
る信号にいたっては消滅してしまう。つまり、(a&
b)|cに相当する信号を使ってリワークをしたい場合
は、その配線名からは検索することができず、検索に多
大な時間を要し、a&bに相当する信号を使ってリワー
クしたい場合は、それに相当する信号が無いので、修正
の代替案を用意するなどの時間を要することになる。
To explain this more specifically with reference to FIG. 4, a signal corresponding to (a & b) | c defined in the function description is given a wiring name of n36 after logic synthesis, and a signal corresponding to a & b is not obtained. Will disappear. That is, (a &
b) When rework is to be performed using a signal corresponding to | c, a search cannot be performed based on the wiring name, and a long time is required for the search. When rework is required using a signal corresponding to a & b, Since there is no corresponding signal, it takes time to prepare an alternative for correction.

【0010】本発明は以上の点に鑑みなされたもので、
機能記述で定義した配線を名前を付けてネットリスト上
に残すことにより、回路修正のリワーク時にネットリス
ト上で修正に関する配線を迅速に検索できるようにした
ネットリスト作成方法を提供することを目的とする。
[0010] The present invention has been made in view of the above points,
It is an object of the present invention to provide a netlist creation method that allows a wiring related to a correction to be quickly searched on a netlist at the time of rework of a circuit correction by giving a name to a wiring defined in a functional description and leaving the name on the netlist. I do.

【0011】[0011]

【課題を解決するための手段】上記の目的を達成するた
め、本発明はゲート記述を含む機能記述を行った後、記
述された上記ゲートを残す設定をして自動論理合成ツー
ルにより機能記述を読み込んで論理合成を行うことによ
り、面積・スピードに関して最適化されたネットリスト
を作成することを特徴とする。
In order to achieve the above object, according to the present invention, after a function description including a gate description is made, a setting is made to leave the described gate, and the function description is made by an automatic logic synthesis tool. By reading and performing logic synthesis, a netlist optimized in terms of area and speed is created.

【0012】また、本発明は、上記機能記述を、ネット
リスト上に名前を残したい配線に相当する信号が出力と
なるゲートのセル名を明記された機能記述であることを
特徴とする。また、本発明は、上記論理合成は、機能記
述でセル名が明記されたゲートを最適化の際にそのまま
使用するような設定をして自動論理合成ツールにより機
能記述を読み込んで論理合成を行うことを特徴とする。
更に、本発明は、機能記述においてゲートのセル名を直
接記述し、論理合成時にゲートを使用するように決定す
ることを特徴とする。
Further, the present invention is characterized in that the function description is a function description in which a cell name of a gate from which a signal corresponding to a wiring whose name is to be left on the netlist is output is specified. According to the present invention, in the logic synthesis, a setting is made such that a gate whose cell name is specified in the function description is used as it is when optimizing, and the function description is read by an automatic logic synthesis tool to perform the logic synthesis. It is characterized by the following.
Further, the present invention is characterized in that the cell name of the gate is directly described in the function description, and the gate is determined to be used at the time of logic synthesis.

【0013】本発明では、ゲート記述を含む機能記述を
行った後、記述された上記ゲートを残す設定をして自動
論理合成ツールにより機能記述を読み込んで論理合成を
行うようにしているため、論理合成後のネットリストに
意図したゲート出力信号名を配線名として残すことがで
きる。
According to the present invention, after a function description including a gate description is made, the above described gate is set to remain and the function description is read by an automatic logic synthesis tool to perform logic synthesis. The intended gate output signal name can be left as the wiring name in the synthesized netlist.

【0014】[0014]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面と共に説明する。図1は本発明になるネットリス
ト作成方法の一実施の形態のフローチャートを示す。ま
ず、ネットリスト上に名前を残したい配線に相当する信
号が出力となるゲートのセル名が明記された、ゲート記
述を含む機能記述を行い(ステップ11)、続いて明記
してあるゲートを最適化の際にそのまま使用するような
設定を施した論理合成を行う(ステップ12)。そし
て、機能記述を自動論理合成ツールにより読み込んでス
テップ12の論理合成により最適化されたネットリスト
を作成してレイアウトツールへ出力する(ステップ1
3)。
Next, embodiments of the present invention will be described with reference to the drawings. FIG. 1 shows a flowchart of an embodiment of a netlist creating method according to the present invention. First, a function description including a gate description in which a cell name of a gate which outputs a signal corresponding to a wiring whose name is to be left on the netlist is specified (step 11), and then the specified gate is optimized. Logic synthesis is performed so as to be used as it is at the time of conversion (step 12). Then, the function description is read by the automatic logic synthesis tool, a netlist optimized by the logic synthesis in step 12 is created, and output to the layout tool (step 1).
3).

【0015】この実施の形態について、図4に示したデ
ィジタル回路と同じディジタル回路を設計する場合を例
にとって更に説明するに、ステップ11の機能記述で
は、信号aと信号bのANDをとり、その出力信号の配
線名をgとすることをセル名を用いて明記する(例え
ば、L312 AND(g,a,b))。すなわち、明
記するセル名には、入力信号a,bと出力信号の配線名
gとゲートの種類が含まれている。
This embodiment will be further described by taking as an example a case where a digital circuit identical to the digital circuit shown in FIG. 4 is designed. In the function description of step 11, AND of signal a and signal b is obtained. It is specified using the cell name that the wiring name of the output signal is g (for example, L312 AND (g, a, b)). That is, the specified cell names include the input signals a and b, the wiring names g of the output signals, and the types of gates.

【0016】次に、上記の機能記述において信号cと配
線名gに相当する信号のORをとり、その出力信号を配
線名hの配線に出力することをセル名を用いて明記し
(例えば、L212 OR(h,c,g))、最後にf
=(h&d)|eと機能的に記述する。これは、従来の
技術において記載したf=(((a&b)|c)&d)
|eと等価である。
Next, in the above functional description, the OR of the signal c and the signal corresponding to the wiring name g is specified, and the output of the output signal to the wiring having the wiring name h is clearly specified using the cell name (for example, L212 OR (h, c, g)), and finally f
= (H & d) | e. This is f = (((a & b) | c) & d) described in the prior art.
| E.

【0017】続いて、機能記述を自動論理合成ツールに
より読み込ませ、最適化をかける。このとき、ネットリ
ストに残しておきたい配線名gとhの配線を出力信号配
線とするゲートのセル名L312とL212を、そのま
ま使用して最適化をかけるように設定する(例えば、se
t_dont_touch L212というコマンドを入力する。)。こ
のとき、前述したように、自動論理合成ツールは面積・
スピードに関して最適化した回路を生成するが、セル名
が明記されているセルはそのまま残すので、従来のよう
に、機能記述で定義した配線が消滅することはなく、配
線名がそのまま残る。
Subsequently, the function description is read by an automatic logic synthesis tool and optimization is performed. At this time, optimization is performed by using the cell names L312 and L212 of the gates whose wiring names g and h to be left in the netlist as output signal wirings as they are (for example, se).
t_dont_touch Enter the command L212. ). At this time, as described above, the automatic logic synthesis tool
Although a circuit optimized with respect to speed is generated, the cell with the specified cell name is left as it is, so that the wiring defined by the function description does not disappear and the wiring name remains as it is conventionally.

【0018】図2は上記のステップ12の論理合成によ
り最適化されて作成されたネットリストを視覚的に表現
した回路図であり、入力信号a,b,c,d,eと出力
信号f及びゲートG11、G12、G13及びG14で
構成される。ネットリスト上では、ゲートG11の出力
配線はg、ゲートG12の出力配線はhと名前が付けら
れている。
FIG. 2 is a circuit diagram visually representing a netlist created by the logic synthesis in step 12 described above. The input signals a, b, c, d and e and the output signals f and It comprises gates G11, G12, G13 and G14. On the netlist, the output wiring of the gate G11 is named g, and the output wiring of the gate G12 is named h.

【0019】図2に示す回路図では、ゲートG11によ
り入力信号aとbがANDをとられ、そのAND出力が
配線名gの配線を介してゲートG12により入力信号c
と論理和をとられる。ゲートG12の出力信号は配線名
hの配線を介してゲートG13に入力され、ここで入力
信号dとの間でAND演算され、そのAND出力と入力
信号eとの否定論理和をとり、その否定論理和結果をゲ
ートG14に入力して論理否定演算を行って出力信号f
を得る。
In the circuit diagram shown in FIG. 2, the input signals a and b are ANDed by the gate G11, and the AND output is input to the gate G12 via the wiring of the wiring name g by the gate G12.
Is ORed with The output signal of the gate G12 is input to the gate G13 via the wiring having the wiring name h, where it is subjected to an AND operation with the input signal d, and the NOR output of the AND output and the input signal e is obtained. The result of the logical sum is input to the gate G14, a logical NOT operation is performed, and the output signal f
Get.

【0020】このように、この実施の形態では、論理合
成後もa&bに相当する信号と(a&b)|cに相当す
る信号が、それぞれ配線名g,hとして存在している。
このため、a&bに相当する信号や(a&b)|cに相
当する信号を用いて回路の修正を行おうとした場合、配
線名gやhを検索することにより容易に検索することが
でき、リワークTATの短縮ができる。
As described above, in this embodiment, after logic synthesis, a signal corresponding to a & b and a signal corresponding to (a & b) | c exist as wiring names g and h, respectively.
For this reason, when the circuit is to be corrected using the signal corresponding to a & b or the signal corresponding to (a & b) | c, the search can be easily performed by searching for the wiring names g and h, and the rework TAT Can be shortened.

【0021】[0021]

【発明の効果】以上説明したように、本発明によれば、
ゲート記述を含む機能記述を行った後、記述された上記
ゲートを残す設定をして自動論理合成ツールにより機能
記述を読み込んで論理合成を行うことにより、論理合成
後のネットリストに意図したゲート出力信号名を配線名
として残すようにしたため、ネットリストの配線情報に
だけ手を加え、アルミ配線の修正だけで回路の修正を行
おうとした場合、ネットリスト上の修正に関する配線名
が機能記述で定義した信号名の配線名として対応が取れ
るために、当該配線名を検索することにより、迅速に回
路修正ができ、リワーク時間のTAT短縮を実現するこ
とができる。
As described above, according to the present invention,
After the function description including the gate description is made, the settings described above are left to keep the described gate, and the function description is read by the automatic logic synthesis tool to perform the logic synthesis, thereby outputting the gate output intended in the netlist after the logic synthesis. Since the signal name is left as the wiring name, if only the wiring information in the netlist is modified and the circuit is corrected only by correcting the aluminum wiring, the wiring name related to the correction on the netlist is defined in the function description Since the corresponding signal name can be handled as a wiring name, by searching for the wiring name, the circuit can be quickly corrected, and the TAT of the rework time can be reduced.

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

【図1】本発明の一実施の形態のフローチャートであ
る。
FIG. 1 is a flowchart of an embodiment of the present invention.

【図2】図1により作成されたネットリストを視覚的に
表現された一例の回路図である。
FIG. 2 is a circuit diagram of an example in which the netlist created in FIG. 1 is visually represented;

【図3】従来の一例のフローチャートである。FIG. 3 is a flowchart of an example of the related art.

【図4】図3により作成されたネットリストを視覚的に
表現された一例の回路図である。
FIG. 4 is a circuit diagram of an example in which the netlist created in FIG. 3 is visually represented;

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

11〜13 ステップ G11〜G14 ゲート a〜e 入力信号 f 出力信号 g、h 配線名 11 to 13 Step G11 to G14 Gate a to e Input signal f Output signal g, h Wiring name

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 ゲート記述を含む機能記述を行った後、
記述された上記ゲートを残す設定をして自動論理合成ツ
ールにより前記機能記述を読み込んで論理合成を行うこ
とにより、面積・スピードに関して最適化されたネット
リストを作成することを特徴とするネットリスト作成方
法。
After performing a function description including a gate description,
Creating a netlist optimized with respect to area and speed by reading the function description by an automatic logic synthesis tool and performing logic synthesis by setting to leave the described gate. Method.
【請求項2】 前記機能記述は、前記ネットリスト上に
名前を残したい配線に相当する信号が出力となるゲート
のセル名を明記された機能記述であることを特徴とする
請求項1記載のネットリスト作成方法。
2. The function description according to claim 1, wherein the function description is a function description specifying a cell name of a gate from which a signal corresponding to a wiring whose name is to be left on the netlist is output. How to create a netlist.
【請求項3】 前記論理合成は、前記機能記述でセル名
が明記されたゲートを最適化の際にそのまま使用するよ
うな設定をして前記自動論理合成ツールにより前記機能
記述を読み込んで論理合成を行うことを特徴とする請求
項1又は2記載のネットリスト作成方法。
3. The logic synthesis is performed by setting the gate whose cell name is specified in the function description to be used as it is when optimizing, and reading the function description by the automatic logic synthesis tool to perform logic synthesis. 3. The method according to claim 1, further comprising:
【請求項4】 前記機能記述においてゲートのセル名を
直接記述し、前記論理合成時に前記ゲートを使用するよ
うに決定することを特徴とする請求項1記載のネットリ
スト作成方法。
4. The netlist creating method according to claim 1, wherein a cell name of the gate is directly described in the function description, and the gate is determined to be used during the logic synthesis.
【請求項5】 前記機能記述において明記するゲートの
セル名は、ゲートの種類とそのゲートの入力信号と出力
信号配線の配線名を該ゲートのセル名に含むことを特徴
とする請求項1記載のネットリスト作成方法。
5. The gate cell name specified in the function description includes a gate type, a wiring name of an input signal and an output signal wiring of the gate in the cell name of the gate. How to create a netlist.
JP11021796A 1999-01-29 1999-01-29 Method for preparing netlist Pending JP2000222448A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11021796A JP2000222448A (en) 1999-01-29 1999-01-29 Method for preparing netlist

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11021796A JP2000222448A (en) 1999-01-29 1999-01-29 Method for preparing netlist

Publications (1)

Publication Number Publication Date
JP2000222448A true JP2000222448A (en) 2000-08-11

Family

ID=12065025

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11021796A Pending JP2000222448A (en) 1999-01-29 1999-01-29 Method for preparing netlist

Country Status (1)

Country Link
JP (1) JP2000222448A (en)

Similar Documents

Publication Publication Date Title
JP2001357090A (en) Method and device for synthesizing logic
JP2000076321A (en) Lsi design system by preparation of model for function block and lsi designing method thereof
JP4118578B2 (en) Semiconductor integrated circuit design method and design program
JP2000222448A (en) Method for preparing netlist
KR20010039555A (en) Layout design system of semiconductor ic device, layout design method of semiconductor ic device and computer-readable recording medium on which programs for allowing computer to execute respective means in the system or respective steps in the method are recorded
JPH09330339A (en) Automatic description dividing device
JP5835498B2 (en) LSI and LSI manufacturing method
JP4140013B2 (en) Semiconductor integrated circuit gate resizing apparatus and method and program thereof
JPH10187787A (en) Border condition extraction system for logic composition
JP3147080B2 (en) Automatic placement and routing apparatus for semiconductor integrated circuit, method therefor, and recording medium recording the method
JP2921484B2 (en) Logic circuit modification method
JP2924486B2 (en) Hierarchical structure expansion method for design data of integrated circuits.
JP2000148807A (en) Logic synthesis system
JP2822749B2 (en) Clock wiring method
JP2734268B2 (en) Clock wiring design equipment
JP2000215217A (en) Device and method for logical synthesis
JPH07175837A (en) Logical synthesizing know-how mapping system
JP2004005126A (en) Apparatus and method for designing semiconductor integrated circuit
JPH05108752A (en) Simulation device
JPH0634212B2 (en) CAD device with test data editing function
JP2002110796A (en) Semiconductor integrated circuit
JPH0683896A (en) Design supporting device
JPH09212545A (en) Logic synthesis system
JP2004241559A (en) Propagation delay controlling method
JP2001318955A (en) Logic design system