JPH07262246A - Method and device for designing logic circuit - Google Patents

Method and device for designing logic circuit

Info

Publication number
JPH07262246A
JPH07262246A JP6055521A JP5552194A JPH07262246A JP H07262246 A JPH07262246 A JP H07262246A JP 6055521 A JP6055521 A JP 6055521A JP 5552194 A JP5552194 A JP 5552194A JP H07262246 A JPH07262246 A JP H07262246A
Authority
JP
Japan
Prior art keywords
gate
path
information
delay time
logic 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.)
Withdrawn
Application number
JP6055521A
Other languages
Japanese (ja)
Inventor
Susumu Yamazaki
山崎  進
Tei Ishikawa
禎 石川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP6055521A priority Critical patent/JPH07262246A/en
Publication of JPH07262246A publication Critical patent/JPH07262246A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To tune timing so that the paths of a logic circuit have appropriate delay time. CONSTITUTION:A net data generation means 22 generating net data showing a gate, a register and the input/output relation of them, a critical path extraction means 25 referring to information on delay time on the gate and extracting the path corresponding to a condition from net data based on the condition of a signal in the path between two registers in net data and a gate information extraction means 28 referring to delay time on the gate, and detecting/extracting the gate to be changed on the gate included in the extracted path are provided. Net data is generated to change the extracted gate to be changed, which is extracted based on change rules where information on the gate to be changed is made to correspond to information on the gate becoming a change object, into the new gate based on the rules on the gate having information on the new gate corresponding to the condition.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は、論理回路の設計方法
及び装置に関し、特に、大規模な論理回路のタイミング
チューニングを行う場合に好適な論理回路の設計方法及
び装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method and a device for designing a logic circuit, and more particularly to a method and a device for designing a logic circuit suitable for performing timing tuning of a large-scale logic circuit.

【0002】[0002]

【従来の技術】従来、論理回路を設計する場合には、ハ
ードウエア記述言語により入出力ピン名、レジスタ名、
クロックと各信号との関係、信号間の論理等を記述し、
コンピュータに入力することにより、所定のゲート、レ
ジスタを選択して、このゲート、レジスタ毎に入出力信
号を記述したネットデータと呼ばれるデータを作成する
コンパイラ(ネットコンパイラ)が知られている。
2. Description of the Related Art Conventionally, when designing a logic circuit, input / output pin names, register names,
Describe the relationship between the clock and each signal, the logic between the signals,
There is known a compiler (net compiler) that selects predetermined gates and registers by inputting them to a computer and creates data called net data in which input / output signals are described for each of the gates and registers.

【0003】このコンパイラに対しては、例えば、図1
4に示されるように、ハードウエア記述言語で記述して
入力する。この例は、<IN>の欄の入力信号に対し、
<OUT>の欄の出力信号を<REG>の欄の7個のレ
ジスタを用いて得ることを示すものである。次のパラグ
ラフには、各レジスタR1〜R5が「=」でつながれた
信号を、クロックCLKに同期して取り込むことが示さ
れ、次のパラグラフにはレジスタの途中に生じる信号T
1〜T4についての論理が記述され、最終パラグラフに
は、出力段のレジスタR6、R7が「=」でつながれた
信号を、クロックCLKに同期して取り込むことが示さ
れている。
For this compiler, for example, FIG.
As shown in FIG. 4, it is described in the hardware description language and input. In this example, for the input signal in the <IN> column,
This shows that the output signal in the <OUT> column is obtained by using the seven registers in the <REG> column. The next paragraph shows that each of the registers R1 to R5 takes in a signal connected by “=” in synchronization with the clock CLK, and the next paragraph shows a signal T generated in the middle of the register.
The logic of 1 to T4 is described, and the final paragraph shows that the registers R6 and R7 of the output stage take in the signal connected by "=" in synchronization with the clock CLK.

【0004】つまり、図15のブロック図により示され
る論理回路をハードウエア記述言語で記述したものが、
図14の記述である。上記の論理回路をハードウエア記
述言語で記述したものを入力すると、ネットコンパイラ
は、図16に示される如くのネットデータを作成する。
即ち、図16に示すI1〜I14を自動的に付すなどし
て、各ゲート、レジスタとそれらの入力の関係が所定の
形式で表現されて出力される。
That is, the logic circuit shown in the block diagram of FIG. 15 described in the hardware description language is
It is the description of FIG. When the logic circuit described in the hardware description language is input, the net compiler creates net data as shown in FIG.
That is, by automatically adding I1 to I14 shown in FIG. 16, the relationship between each gate and register and their inputs is expressed in a predetermined format and output.

【0005】ところで、ネットコンパイラは論理回路を
ハードウエア記述言語で記述したものを入力すると、一
義的にネットデータを発生するツールであり、ゲートま
たは線路における信号の遅延時間を考慮した設計を行う
ものではない。例えば、クロックCLKのサイクルを所
定時間とすると、このサイクルにおいてレジスタR6、
R7に適切に信号が伝搬して所望の動作が行われるかに
ついてまで、即ち、ゲートによる信号遅延時間を考慮し
た動作まで、保証するものではない。
By the way, a net compiler is a tool for uniquely generating net data when a logic circuit described in a hardware description language is input, and is designed in consideration of a signal delay time in a gate or a line. is not. For example, assuming that the cycle of the clock CLK is a predetermined time, the register R6,
No guarantee is made as to whether a signal is properly propagated to R7 to perform a desired operation, that is, an operation considering a signal delay time due to a gate.

【0006】この信号遅延に関しては、設計者が各レジ
スタ間(パス)のゲートによる遅延時間を算出し、所要
の動作がなされないパスを検出し、ゲートを新たな高速
なゲートに変更する等の作業を試行錯誤により行ってい
た。このため、膨大な時間と要員とを要するという問題
点があった。
Regarding this signal delay, the designer calculates the delay time due to the gate between the registers (paths), detects the path in which the required operation is not performed, and changes the gate to a new high speed gate. The work was done by trial and error. For this reason, there has been a problem that a huge amount of time and personnel are required.

【0007】そこで、ネットデータと各ゲートの遅延時
間等を基に、各レジスタ間(パス)のゲートによる遅延
時間を算出し、別途入力されるパス間の適正遅延時間と
比較を行って、適正遅延時間に収まらぬ遅延時間を持っ
たパスを指摘するシステムが提供されている。
Therefore, based on the net data and the delay time of each gate, the delay time due to the gate between each register (path) is calculated and compared with the appropriate delay time between the separately input paths to determine the proper delay time. A system is provided that points out paths with delay times that do not fit within the delay time.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、このシ
ステムは、問題のあるパスを指摘するに止まり、パスに
存在するゲートをどの様に変更すべきかを指摘するもの
ではなく、結局、パスが適正遅延時間内の遅延時間を持
つようにするためには設計者による試行錯誤が必要であ
り、膨大な時間と要員とを要するという問題点があっ
た。
However, this system merely points out a problematic path, not how to change a gate existing in the path. In order to have a delay time within the time, it is necessary for the designer to perform trial and error, which requires a huge amount of time and personnel.

【0009】本発明は上記の従来の論理回路の設計方法
及び装置が有する問題点を解決せんとしてなされたもの
で、その目的は、自動的に、パスが適正遅延時間内の遅
延時間を持つように論理回路のタイミングチューニング
を行うことのできる論理回路の設計方法及び装置を提供
することである。また、他の目的は、大規模な論理回路
の場合でも全体を考慮してバランス良くタイミングチュ
ーニングを行うことのできる論理回路の設計方法及び装
置を提供することである。また、他の目的は、大規模な
論理回路の場合でも全体を考慮して特に問題のあるゲー
ト部分からバランス良くタイミングチューニングを行う
ことのできる論理回路の設計方法及び装置を提供するこ
とである。また、他の目的は、大規模な論理回路の場合
でも全体を考慮して特に論理回路において重要なパス部
分からバランス良くタイミングチューニングを行うこと
のできる論理回路の設計方法及び装置を提供することで
ある。また、他の目的は、大規模な論理回路の場合でも
全体を考慮して多く使用されているゲート部分からバラ
ンス良くタイミングチューニングを行うことのできる論
理回路の設計方法及び装置を提供することである。更に
他の目的は、自動的に、パスが適正遅延時間内の遅延時
間を持つように論理回路のタイミングチューニングを行
う際に、ゲートの変更をより適切に、より効率良く行い
得ることのできる論理回路の設計装置を提供することで
ある。
The present invention has been made to solve the problems of the conventional method and apparatus for designing a logic circuit described above, and an object thereof is to automatically make a path have a delay time within an appropriate delay time. Another object of the present invention is to provide a method and apparatus for designing a logic circuit capable of performing timing tuning of the logic circuit. Another object of the present invention is to provide a method and apparatus for designing a logic circuit capable of performing well-balanced timing tuning in consideration of the whole even in the case of a large-scale logic circuit. Another object of the present invention is to provide a method and apparatus for designing a logic circuit capable of performing timing tuning in good balance from a gate portion having a particular problem even in the case of a large-scale logic circuit considering the whole. Another object of the present invention is to provide a method and apparatus for designing a logic circuit capable of performing timing tuning in a well-balanced manner particularly from a significant path portion in the logic circuit in consideration of the whole even in the case of a large-scale logic circuit. is there. Another object of the present invention is to provide a method and apparatus for designing a logic circuit capable of performing well-balanced timing tuning from a gate portion that is often used in consideration of the whole even in the case of a large-scale logic circuit. . Still another object is to automatically and properly perform timing tuning of a logic circuit so that a path has a delay time within an appropriate delay time, and a logic that can change a gate more appropriately and efficiently. It is to provide a circuit design device.

【0010】[0010]

【課題を解決するための手段】そこで本願の請求項1の
発明に係る論理回路の設計方法は、入力される論理回路
の設計情報に基づき使用するゲート、レジスタ及びこれ
らゲート、レジスタに対する信号の入出力関係を表すネ
ットデータを作成するステップと、ゲートに関する遅延
時間に係る情報を参照し、前記ネットデータ中の2つの
レジスタ間のパスにおける信号の条件と前記ネットデー
タとに基づきパスを抽出するステップと、ゲートに関す
る遅延時間に係る情報を参照し、前記ステップにおいて
抽出されたパスに含まれるゲートについて、変更すべき
ゲートを検出し、このゲートに係る情報を抽出するステ
ップと、変更すべきゲートに係る情報と変更対象となる
ゲートに係る情報とが対応付けられた変更ルールに基づ
き、前記抽出された変更すべきゲートについて、前記条
件対応の新たなゲートに係る情報を有するゲートを選択
するステップと、前記変更すべきゲートを、前記ステッ
プにおいて選択された新たなゲートへ変更するように指
示を与えるステップと、上記指示に対応して、前記ネッ
トデータを新たなネットデータに変更するステップとか
らなり、前記各ステップの繰り返しにより論理回路を設
計することを特徴とする。
Therefore, a method of designing a logic circuit according to the invention of claim 1 of the present application is directed to a gate and a register to be used based on input design information of the logic circuit, and input of signals to the gate and the register. A step of creating net data representing an output relationship, and a step of referring to information regarding a delay time regarding a gate, and extracting a path based on a signal condition in a path between two registers in the net data and the net data And referring to the information regarding the delay time regarding the gate, detecting the gate to be changed and extracting the information regarding this gate from the gates included in the path extracted in the above step, Based on the change rule in which the relevant information and the information about the gate to be changed are associated with each other, For a gate to be changed, a gate having information relating to the new gate corresponding to the condition is selected, and an instruction is given to change the gate to be changed to the new gate selected in the step. And a step of changing the net data to new net data in response to the instruction, and the logic circuit is designed by repeating the steps.

【0011】また、本願の請求項2の発明に係る論理回
路の設計方法は、入力される論理回路の設計情報に基づ
き使用するゲート、レジスタ及びこれらゲート、レジス
タに対する信号の入出力関係を表すネットデータを作成
するステップと、ゲートに関する遅延時間に係る情報を
参照し、前記ネットデータ中の2つのレジスタ間のパス
における信号の条件と前記ネットデータとに基づきパス
を抽出するステップと、ゲートに関する遅延時間に係る
情報を参照し、前記ステップにおいて抽出されたパスに
含まれるゲートについて、変更すべきゲートを検出し、
このゲートに係る情報を抽出し、所定規則に基づき変更
すべきゲートに対して順位付けを行うステップと、変更
すべきゲートに係る情報と変更対象となるゲートに係る
情報とが対応付けられた変更ルールに基づき、前記抽出
された変更すべきゲートについて、前記条件対応の新た
なゲートに係る情報を有するゲートを選択する処理を、
前記順位の高いゲートから所定個数のゲートについて行
うステップと、前記変更すべきゲートを、前記ステップ
において選択された新たなゲートへ変更するように指示
を与えるステップと、上記指示に対応して、前記ネット
データを新たなネットデータに変更するステップとから
なり、前記各ステップの繰り返しにより論理回路を設計
することを特徴とする。
According to a second aspect of the present invention, there is provided a logic circuit designing method, wherein a gate and a register to be used on the basis of design information of the input logic circuit and a net representing the input / output relation of signals to the gate and the register. A step of creating data, a step of extracting a path based on a condition of a signal in a path between two registers in the net data and the net data by referring to information about a delay time of the gate, and a delay related to the gate With reference to the time-related information, with respect to the gates included in the path extracted in the step, a gate to be changed is detected,
A step of extracting information related to this gate and ranking the gates to be changed based on a predetermined rule, and a change in which the information related to the gate to be changed and the information related to the gate to be changed are associated with each other. Based on a rule, for the extracted gate to be changed, a process of selecting a gate having information relating to the new gate corresponding to the condition,
A step of performing a predetermined number of gates from the higher order gate; an instruction to change the gate to be changed to a new gate selected in the step; and, in response to the instruction, And changing the net data to new net data, and the logic circuit is designed by repeating the above steps.

【0012】また、本願の請求項3の発明に係る論理回
路の設計方法は、上記請求項1または請求項2の論理回
路の設計方法に対し、信号の条件を、2つのレジスタ間
のパスにおける信号遅延時間として構成したことを特徴
とする。
The logic circuit designing method according to the invention of claim 3 of the present application is different from the logic circuit designing method of claim 1 or 2 in that a signal condition is set in a path between two registers. It is characterized by being configured as a signal delay time.

【0013】また、本願の請求項4の発明に係る論理回
路の設計方法は、上記請求項2または請求項3の論理回
路の設計方法に対し、所定規則を、ゲート自体の遅延時
間と負荷容量に対する充電時間とにより決定される総合
計遅延時間が大であること、パスの優先順位が高いこ
と、抽出されたパスにおける使用個数が大であるゲート
であることのいずれか1つ、或いは、これらの組み合わ
せであるように構成したことを特徴とする。
The logic circuit designing method according to the invention of claim 4 of the present application is the same as that of the logic circuit designing method of claim 2 or claim 3, except that a predetermined rule is set according to the delay time of the gate itself and the load capacitance. One of the following: a large total delay time determined by the charging time and a high priority of the path, a gate having a large number of uses in the extracted path, or these. It is characterized in that it is configured to be a combination of.

【0014】本願の請求項5の発明に係る論理回路の設
計装置は、情報を入力するための入力手段と、この入力
手段から入力される論理回路の設計情報に基づき使用す
るゲート、レジスタ及びこれらゲート、レジスタに対す
る信号の入出力関係を表すネットデータを作成するネッ
トデータ作成手段と、ゲートに関する遅延時間に係る情
報が記憶されたセルデータ記憶手段と、このセルデータ
記憶手段に記憶されている情報とネットデータ中の2つ
のレジスタ間のパスにおける信号の条件とに基づき、前
記ネットデータ作成手段により作成されるネットデータ
から前記条件に応じたパスを抽出するクリティカルパス
抽出手段と、ゲートに関する遅延時間に係る情報を参照
し、前記クリティカルパス抽出手段により抽出されたパ
スに含まれるゲートについて、変更すべきゲートを検出
し、このゲートに係る情報を抽出するゲート情報抽出手
段と、変更すべきゲートに係る情報と変更対象となるゲ
ートに係る情報とが対応付けられた変更ルールの情報が
記憶された変更ルール記憶手段と、この変更ルール記憶
手段に記憶された情報に基づき、前記ゲート抽出手段に
より抽出された変更すべきゲートについて、前記条件対
応の新たなゲートに係る情報を有するゲートに係るルー
ルを選択する編集コマンド作成手段とを備え、前記ネッ
トデータ作成手段はこの編集コマンド作成手段により選
択されたルールに基づき新たなゲートへ変更すべくネッ
トデータを作成することを特徴とする。
According to a fifth aspect of the present invention, there is provided a logic circuit designing apparatus, an input means for inputting information, a gate, a register, and a gate used based on the design information of the logic circuit inputted from the input means. Net data creating means for creating net data indicating the input / output relationship of signals to and from the gate, cell data storage means for storing information on delay time related to the gate, and information stored in this cell data storage means And a delay time relating to a gate, and a critical path extracting means for extracting a path according to the condition from the net data created by the net data creating means based on a signal condition in a path between two registers in the net data. The information included in the path included in the path extracted by the critical path extracting unit is referred to. Regarding the change rule, the gate information extracting means for detecting the gate to be changed and extracting the information related to the gate, and the change rule information in which the information related to the gate to be changed and the information related to the gate to be changed are associated with each other. And a change rule storage unit that stores the information, and a gate having information about a new gate corresponding to the condition for the gate to be changed extracted by the gate extraction unit based on the information stored in the change rule storage unit. Edit command creating means for selecting a rule according to the above, and the net data creating means creates net data for changing to a new gate based on the rule selected by the edit command creating means.

【0015】本願の請求項6の発明に係る論理回路の設
計装置は、情報を入力するための入力手段と、この入力
手段から入力される論理回路の設計情報に基づき使用す
るゲート、レジスタ及びこれらゲート、レジスタに対す
る信号の入出力関係を表すネットデータを作成するネッ
トデータ作成手段と、ゲートに関する遅延時間に係る情
報が記憶されたセルデータ記憶手段と、前記セルデータ
記憶手段に記憶されている情報とネットデータ中の2つ
のレジスタ間のパスにおける信号の条件とに基づき、前
記ネットデータ作成手段により作成されるネットデータ
から前記条件に応じたパスを抽出するクリティカルパス
抽出手段と、ゲートに関する遅延時間に係る情報を参照
し、前記クリティカルパス抽出手段により抽出されたパ
スに含まれるゲートについて、変更すべきゲートを検出
し、このゲートに係る情報を抽出して、変更すべきゲー
トに対して所定規則に基づき順位付けを行うゲート情報
抽出手段と、変更すべきゲートに係る情報と変更対象と
なるゲートに係る情報とが対応付けられた変更ルールの
情報が記憶された変更ルール記憶手段と、この変更ルー
ル記憶手段に記憶された情報に基づき、前記ゲート情報
抽出手段により順位付けされたゲートのうち順位の先頭
から所定番目までの変更すべきゲートについて、前記条
件対応の新たなゲートに係る情報を有するゲートに係る
ルールを選択する編集コマンド作成手段とを備え、前記
ネットデータ作成手段はこの編集コマンド作成手段によ
り選択されたルールに基づき新たなゲートへ変更すべく
ネットデータを作成することを特徴とする。
According to a sixth aspect of the present invention, there is provided a logic circuit designing apparatus, input means for inputting information, gates and registers used based on the design information of the logic circuit inputted from the input means, and these. Net data creating means for creating net data representing a signal input / output relationship with respect to a gate and a register, cell data storing means for storing information relating to a gate delay time, and information stored in the cell data storing means And a delay time relating to a gate, and a critical path extracting means for extracting a path according to the condition from the net data created by the net data creating means based on a signal condition in a path between two registers in the net data. The information included in the path included in the path extracted by the critical path extracting unit is referred to. , A gate information extracting unit that detects a gate to be changed, extracts information related to the gate, and ranks the gate to be changed based on a predetermined rule, and information related to the gate to be changed and the change. The change rule storage means stores change rule information associated with the information about the target gate, and the gate information extraction means ranks the information based on the change rule storage means. The net data creating unit includes an edit command creating unit that selects a rule relating to a gate having information about the new gate corresponding to the condition, for the gates to be changed from the top of the order to the predetermined position. The feature is that net data is created to change to a new gate based on the rule selected by this edit command creating means. To.

【0016】本願の請求項7の発明に係る論理回路の設
計装置は、請求項5または請求項6記載の論理回路の設
計装置に対し、ゲート情報抽出手段が、クリティカルパ
ス抽出手段により抽出されたパスに含まれるゲートにつ
いて、ゲート自体の遅延時間と負荷容量に対する充電時
間とにより決定される総合計遅延時間を求める遅延量検
出部と、この遅延量検出部により求められた総合計遅延
時間が大であるゲートの順にゲート及びこのゲートに係
る情報を順位付けする比較順位付与部とを備えることを
特徴とする。
In the logic circuit designing device according to the invention of claim 7 of the present application, the gate information extracting means is extracted from the logic circuit designing device according to claim 5 or 6 by the critical path extracting means. For the gates included in the path, the delay amount detection unit that calculates the total delay time determined by the delay time of the gate itself and the charging time for the load capacitance, and the total delay time calculated by this delay amount detection unit are large. It is characterized by including a gate in the order of the gates and a comparison order assigning unit for ranking the information related to the gate.

【0017】本願の請求項8の発明に係る論理回路の設
計装置は、請求項5または請求項6記載の論理回路の設
計装置に対し、ゲート情報抽出手段が、ネットデータの
パスに与えられている優先度情報を検出するパス優先度
検出部と、このパス優先度検出部が検出した優先度に応
じてクリティカルパス抽出手段により抽出されたパスに
順位付けを行う比較順位付与部と、この比較順位付与部
により順位付けされたパス毎に、当該パスに含まれるゲ
ートについてゲート自体の遅延時間と負荷容量に対する
充電時間とにより決定される総合計遅延時間を求める遅
延量検出部と、この遅延量検出部により求められた総合
計遅延時間が大であるゲートの順にゲート及びこのゲー
トに係る情報をパス内で順位付けするパス内データ順位
付与部とを備えることを特徴とする。
In the logic circuit designing device according to the invention of claim 8 of the present application, in addition to the logic circuit designing device of claim 5 or 6, the gate information extracting means is provided to the net data path. A path priority detection unit that detects the priority information that is present, a comparison order assignment unit that ranks the paths extracted by the critical path extraction means according to the priority detected by this path priority detection unit, and this comparison For each path ranked by the ranking unit, a delay amount detection unit that obtains a total delay time determined by the delay time of the gate itself and the charging time for the load capacitance for the gates included in the path, and the delay amount. A gate is provided in the order of the gate having the longest total delay time obtained by the detection unit, and an in-path data rank assigning unit that ranks information related to this gate in the path. And wherein the door.

【0018】本願の請求項9の発明に係る論理回路の設
計装置は、請求項5または請求項6記載の論理回路の設
計装置に対し、ゲート情報抽出手段が、クリティカルパ
ス抽出手段により抽出されたクリティカルパスに含まれ
るゲートについて、ゲート自体の遅延時間と負荷容量に
対する充電時間とにより決定される総合計遅延時間を求
める遅延量検出部と、前記クリティカルパスにおいて、
前記遅延量検出部により求められた総合計遅延時間及び
ウェイ数の等しい同一ゲートの使用度数を検出する使用
度数検出手段と、この使用度数検出手段により検出され
た使用度数と対応するゲートの総合計遅延時間との積を
算出する重み算出手段と、この重み算出手段による算出
された重みの大きい順にゲート及びこのゲートに係る情
報を順位付けする比較順位付与部とを備えることを特徴
とする。
According to a ninth aspect of the present invention, there is provided a logic circuit designing apparatus according to the fifth or sixth aspect of the logic circuit designing apparatus, wherein the gate information extracting means is extracted by the critical path extracting means. For the gate included in the critical path, a delay amount detection unit for obtaining a total delay time determined by the delay time of the gate itself and the charging time for the load capacitance, and the critical path,
Usage count detecting means for detecting the usage count of the same gate having the same total delay time and number of ways obtained by the delay amount detecting part, and the total sum of gates corresponding to the usage count detected by the usage count detecting means. It is characterized by comprising a weight calculation means for calculating a product of the delay time, a gate in a descending order of weight calculated by the weight calculation means, and a comparison order assigning section for ranking the information related to the gate.

【0019】本願の請求項10の発明に係る論理回路の
設計装置は、請求項5または請求項6記載の論理回路の
設計装置に対し、ゲート情報抽出手段が、クリティカル
パス抽出手段により抽出されたクリティカルパスに含ま
れるゲートについて、ゲート自体の遅延時間と負荷容量
に対する充電時間とにより決定される総合計遅延時間を
求める遅延量検出部と、ネットデータのパスに与えられ
ている優先度情報に基づき前記クリティカルパスの優先
度情報を検出するパス優先度検出部と、このパス優先度
検出部により検出された優先度情報と前記遅延量検出部
が検出した総合計遅延時間との積を算出する重み算出手
段と、この重み算出手段により算出された重みの大きい
順に各クリティカルパス毎にゲート及びこのゲートに係
る情報を順位付けする比較順位付与部とと備えることを
特徴とする。
In the logic circuit designing apparatus according to the invention of claim 10 of the present application, in the logic circuit designing apparatus of claim 5 or 6, the gate information extracting means is extracted by the critical path extracting means. For the gates included in the critical path, based on the delay amount detection unit that calculates the total delay time determined by the delay time of the gate itself and the charging time for the load capacity, and the priority information given to the net data path. A path priority detection unit that detects the priority information of the critical path, and a weight that calculates the product of the priority information detected by the path priority detection unit and the total delay time detected by the delay amount detection unit. Calculating means and ranking the gates and information related to the gates for each critical path in descending order of weight calculated by the weight calculating means Characterized in that it comprises a comparator rank allocation unit and that.

【0020】本願の請求項11の発明に係る論理回路の
設計装置は、請求項5乃至請求項10のいずれか1の請
求項に記載の論理回路の設計装置に対し、ネットデータ
作成手段が論理回路の設計情報に基づき或いは編集コマ
ンドに応じて作成したネットデータについて、クリティ
カルパス抽出手段が抽出したクリティカルパスデータ
と、編集コマンド作成手段が選択したルールとを取り込
み保持し、このクリティカルパスデータとルールとに基
づき、変更ルール記憶手段に記憶されているルールの順
位を変更する変更ルール管理手段とを備えることを特徴
とする。
According to the eleventh aspect of the invention of the present application, in the logic circuit designing apparatus according to any one of the fifth to tenth aspects, the net data generating means is a logic circuit. Regarding the net data created based on the design information of the circuit or according to the edit command, the critical path data extracted by the critical path extraction means and the rule selected by the edit command creation means are fetched and held, and the critical path data and the rule are stored. And a change rule management means for changing the order of the rules stored in the change rule storage means.

【0021】本願の請求項12の発明に係る論理回路の
設計装置は、請求項5乃至請求項11のいずれか1の請
求項に記載の論理回路の設計装置に対し、信号の条件
が、2つのレジスタ間のパスにおける信号遅延時間であ
ることを特徴とするものである。
According to a twelfth aspect of the present invention, there is provided a logic circuit designing apparatus according to the logic circuit designing apparatus according to any one of the fifth to eleventh aspects, in which a signal condition is 2 It is characterized in that it is a signal delay time in a path between two registers.

【0022】本願の請求項13の発明に係る論理回路の
設計装置は、請求項5乃至請求項12のいずれか1の請
求項に記載の論理回路の設計装置に対し、変更ルール記
憶手段が、ゲート名に対応して遅延時間とウェイ数とに
より決定される変更ルールを対応付けて記憶しており、
編集コマンド作成手段がゲート情報抽出手段により抽出
されたゲートのゲート名、遅延時間、ウェイ数とマッチ
するゲート名、遅延時間、ウェイ数に対応付けられた変
更ルールを前記変更ルール記憶手段から選択することを
特徴とするものである。
According to a thirteenth aspect of the present invention, in a logic circuit designing apparatus, the change rule storage means is different from that of the logic circuit designing apparatus according to any one of the fifth to twelfth aspects. The change rule determined by the delay time and the number of ways is stored in association with the gate name,
The edit command creating means selects from the change rule storage means a change rule associated with the gate name, delay time, and gate name of the gate extracted by the gate information extracting means, the delay time, and the number of ways. It is characterized by that.

【0023】[0023]

【作用】本願の請求項1の発明に係る論理回路の設計方
法は、上記のように構成されるので、論理回路の設計情
報を入力することにより、自動的に、ネットデータの作
成、条件対応のパスの抽出、変更すべきゲートの検出及
びこのゲートに係る情報の抽出、条件対応の新たなゲー
トに係る情報を有するゲートの選択、選択された新たな
ゲートへ変更する指示、新たなネットデータへの変更が
繰り返され、パスにおける信号の条件対応に論理回路の
タイミングチューニングがなされる。
Since the method of designing a logic circuit according to the invention of claim 1 of the present application is configured as described above, by inputting the design information of the logic circuit, the net data is automatically created and the conditions are met. Path extraction, detection of gate to be changed and extraction of information related to this gate, selection of gate having information related to new gate corresponding to condition, instruction to change to new selected gate, new net data Is repeated, and the timing of the logic circuit is tuned according to the signal conditions in the path.

【0024】本願の請求項2の発明に係る論理回路の設
計方法は、上記のように構成されるので、変更すべきゲ
ートの検出及びこのゲートに係る情報の抽出において、
変更すべきゲートに対して順位付けがなされ、順位の高
いゲートから所定個数のゲートまで変更される。このた
め、順位付けの所定規則を適宜に設定することにより大
規模な論理回路の場合でも全体を考慮してバランス良く
タイミングチューニングを行うことが確保される。
Since the method of designing a logic circuit according to the invention of claim 2 of the present application is configured as described above, in the detection of the gate to be changed and the extraction of the information related to this gate,
The gates to be changed are ranked, and the gates having a higher order are changed to a predetermined number of gates. Therefore, by appropriately setting the predetermined rule of ranking, it is ensured that the timing tuning is performed in a well-balanced manner in consideration of the whole even in the case of a large-scale logic circuit.

【0025】本願の請求項3の発明に係る論理回路の設
計方法は、上記のように構成されるので、信号遅延時間
の条件に対応する2つのレジスタ間のパスが適切に抽出
され、このパスについて、変更すべきゲートの検出及び
このゲートに係る情報の抽出、条件対応の新たなゲート
に係る情報を有するゲートの選択、選択された新たなゲ
ートへ変更する指示、新たなネットデータへの変更が繰
り返され、パスが適正遅延時間内の遅延時間を持つよう
に論理回路のタイミングチューニングがなされる。
Since the method of designing a logic circuit according to the invention of claim 3 of the present application is configured as described above, the path between the two registers corresponding to the condition of the signal delay time is appropriately extracted and this path is selected. Regarding, regarding the detection of the gate to be changed and the extraction of the information related to this gate, the selection of the gate having the information related to the new gate corresponding to the condition, the instruction to change to the selected new gate, the change to the new net data Is repeated, the timing of the logic circuit is tuned so that the path has a delay time within an appropriate delay time.

【0026】本願の請求項4の発明に係る論理回路の設
計方法は、上記のように構成されるので、大規模な論理
回路の場合でも全体を考慮して、特に問題のあるゲート
部分から、または、特に論理回路において重要なパス部
分から、または、多く使用されているゲート部分から、
或いはこれらの組み合せのいずれかによって、バランス
良くタイミングチューニングを行うことのできるように
なる。
Since the method of designing a logic circuit according to the invention of claim 4 of the present application is configured as described above, even in the case of a large-scale logic circuit, considering the whole, from the gate portion having a particular problem, Or, especially from the path part that is important in the logic circuit, or from the gate part that is often used,
Alternatively, it becomes possible to perform the timing tuning in good balance by using any one of these combinations.

【0027】本願の請求項5の発明に係る論理回路の設
計装置は、上記のように構成されるので、論理回路の設
計情報を入力することにより、自動的に、ネットデータ
の作成、条件対応のパスの抽出、変更すべきゲートの検
出及びこのゲートに係る情報の抽出、条件対応の新たな
ゲートに係る情報を有するゲートの選択、選択された新
たなゲートへ変更する指示、新たなネットデータへの変
更が繰り返され、パスにおける信号の条件に対応して論
理回路のタイミングチューニングがなされる。
Since the logic circuit designing apparatus according to the invention of claim 5 of the present application is configured as described above, by inputting the design information of the logic circuit, the net data is automatically created and the conditions are met. Path extraction, detection of gate to be changed and extraction of information related to this gate, selection of gate having information related to new gate corresponding to condition, instruction to change to new selected gate, new net data Is repeated, and the timing of the logic circuit is tuned according to the signal conditions in the path.

【0028】本願の請求項6の発明に係る論理回路の設
計装置は、上記のように構成されるので、変更すべきゲ
ートの検出及びこのゲートに係る情報の抽出において、
変更すべきゲートに対して順位付けがなされ、順位の高
いゲートから所定個数のゲートが変更される。このた
め、順位付けの所定規則を適宜に設定することにより大
規模な論理回路の場合でも全体を考慮してバランス良く
タイミングチューニングを行うことが確保される。
Since the logic circuit designing apparatus according to the invention of claim 6 of the present application is configured as described above, in the detection of the gate to be changed and the extraction of the information related to this gate,
The gates to be changed are ranked, and a predetermined number of gates are changed from the gate having a higher rank. Therefore, by appropriately setting the predetermined rule of ranking, it is ensured that the timing tuning is performed in a well-balanced manner in consideration of the whole even in the case of a large-scale logic circuit.

【0029】本願の請求項7の発明に係る論理回路の設
計装置は、上記のように構成されるので、総合計遅延時
間が大であるゲートの順にゲート及びこのゲートに係る
情報を順位付けがなされ、順位の高いゲートから所定個
数までのゲートが変更される。このため、大規模な論理
回路の場合でも全体を考慮して総合計遅延時間が大であ
るゲートに対しバランス良くタイミングチューニングを
行うことが確保される。
Since the logic circuit designing apparatus according to the invention of claim 7 of the present application is configured as described above, the gate and the information related to this gate are ranked in the order of the gate having the longest total delay time. The number of gates is changed from the gate with the highest rank to a predetermined number. Therefore, even in the case of a large-scale logic circuit, it is ensured that the gate having a large total delay time is subjected to timing tuning in good balance in consideration of the whole.

【0030】本願の請求項8の発明に係る論理回路の設
計装置は、上記のように構成されるので、パスの優先度
に応じてパス内において遅延時間が大であるゲートの順
にゲート及びこのゲートに係る情報を順位付けがなさ
れ、順位の高いゲートから所定個数までのゲートが変更
される。このため、大規模な論理回路の場合でも全体を
考慮してパスの優先度が高く総合計遅延時間が大である
ゲートに対しバランス良くタイミングチューニングを行
うことが確保され得る。
Since the logic circuit designing apparatus according to the invention of claim 8 of the present application is configured as described above, the gate and the gate are arranged in the order of the delay time in the path in accordance with the priority of the path. The information about the gates is ranked, and the gates having a higher rank are changed to a predetermined number of gates. Therefore, even in the case of a large-scale logic circuit, it is possible to ensure that the timing tuning is performed in a well-balanced manner for the gate having a high path priority and a large total delay time in consideration of the whole.

【0031】本願の請求項9の発明に係る論理回路の設
計装置は、上記のように構成されるので、使用度数と対
応するゲートの総合計遅延時間の積に係る重み付けによ
りゲート及びこのゲートに係る情報を順位付けがなさ
れ、順位の高いゲートから所定個数までのゲートが変更
される。このため、大規模な論理回路の場合でも全体を
考慮して使用度数と対応するゲートの総合計遅延時間に
よる重みの多いゲートに対してバランス良くタイミング
チューニングを行うことが確保され得る。
Since the logic circuit designing apparatus according to the invention of claim 9 of the present application is configured as described above, the gate and the gate thereof are weighted by the product of the frequency of use and the total delay time of the corresponding gate. The information is ranked, and the gates having a higher rank are changed to a predetermined number of gates. For this reason, even in the case of a large-scale logic circuit, it is possible to ensure that the timing tuning is performed in a well-balanced manner in consideration of the whole of the gates, which has a large weight due to the total delay time of the gates corresponding to the frequency of use.

【0032】本願の請求項10の発明に係る論理回路の
設計装置は、上記のように構成されるので、パス優先度
と総合計遅延時間との積を重みとし、この重みの大きい
順にクリティカルパス毎にゲート及びこのゲートに係る
情報の順位付けがなされ、順位及びパス優先度に応じて
所定個数のゲートが変更される。このため、大規模な論
理回路の場合でも全体を考慮してパス優先度と総合計遅
延時間との積の重み及びパス優先度が考慮されたバラン
スの良いタイミングチューニングを行うことが確保され
得る。
Since the logic circuit designing apparatus according to the invention of claim 10 of the present application is configured as described above, the product of the path priority and the total delay time is used as a weight, and the critical paths are arranged in descending order of the weight. The gates and information related to the gates are ranked for each time, and a predetermined number of gates are changed according to the order and the path priority. Therefore, even in the case of a large-scale logic circuit, it is possible to ensure that well-balanced timing tuning is performed in consideration of the weight of the product of the path priority and the total delay time and the path priority in consideration of the whole.

【0033】本願の請求項11の発明に係る論理回路の
設計装置は、上記のように構成されるので、変更ルール
記憶手段に記憶されているルールの順位が、クリティカ
ルパスデータの履歴情報と、ゲートの変更に際し採用さ
れた変更ルールとに基づき変更される。つまり、ルール
に基づく論理回路のタイミングチューニングの成否に応
じて、変更ルールの順が変更され、適切なルールから選
択がなされるように変更されて行く。
Since the device for designing a logic circuit according to the invention of claim 11 of the present application is configured as described above, the order of rules stored in the change rule storage means is the history information of critical path data, It will be changed based on the change rules adopted when changing the gate. That is, the order of the change rules is changed according to the success or failure of the timing tuning of the logic circuit based on the rules, and the change is made so that the appropriate rule is selected.

【0034】本願の請求項12の発明に係る論理回路の
設計装置は、上記のように構成されるので、信号遅延時
間の条件に対応する2つのレジスタ間のパスが適切に抽
出され、このパスについて、変更すべきゲートの検出及
びこのゲートに係る情報の抽出、条件対応の新たなゲー
トに係る情報を有するゲートの選択、選択された新たな
ゲートへ変更する指示、新たなネットデータへの変更が
繰り返され、パスが適正遅延時間内の遅延時間を持つよ
うに論理回路のタイミングチューニングがなされる。
Since the logic circuit designing apparatus according to the invention of claim 12 of the present application is configured as described above, the path between the two registers corresponding to the condition of the signal delay time is appropriately extracted, and this path is extracted. Regarding, regarding the detection of the gate to be changed and the extraction of the information related to this gate, the selection of the gate having the information related to the new gate corresponding to the condition, the instruction to change to the selected new gate, the change to the new net data Is repeated, the timing of the logic circuit is tuned so that the path has a delay time within an appropriate delay time.

【0035】本願の請求項13の発明に係る論理回路の
設計装置は、上記のように構成されるので、ゲート情報
抽出手段により抽出されたゲートについて、変更ルール
記憶手段のゲート名、遅延時間、ウェイ数がマッチする
変更ルールが選択され、パスの両端間での信号の論理が
適切であり、パスの中途での分岐数(ウェイ数)に合致
した、新たなゲートによるパス構成が確保される。つま
り、自動的にパスにおける信号の条件対応に論理回路の
タイミングチューニングがなされる。
Since the logic circuit designing apparatus according to the thirteenth aspect of the present invention is configured as described above, the gate name of the change rule storage means, the delay time, A change rule that matches the number of ways is selected, the signal logic between both ends of the path is appropriate, and a new gate path configuration that matches the number of branches (way number) in the middle of the path is secured. . That is, the timing of the logic circuit is automatically tuned according to the signal conditions in the path.

【0036】[0036]

【実施例】以下添付図面を参照して本発明の実施例に係
る論理回路の設計方法及び装置を説明する。なお、各図
において、同一の構成要素には同一の符号を付し重複す
る説明を省略する。図1には、本発明の実施例に係る論
理回路の設計装置の構成が示されている。この設計装置
は、例えば、図2に示されるようなコンピュータシステ
ムによって実現される。コンピュータシステムは、CP
U、主メモリ、各種のインタフェースを備えた本体1
と、これに接続されているキーボード入力装置2、CR
Tディスプレイ装置3、プリンタ装置4、ポインティン
グディバイスであるマウス5から構成され、キーボード
入力装置2やマウス5による入力により、論理回路の設
計処理、CRTディスプレイ装置3やプリンタ装置4か
らの出力処理がなされる。更に、本体1には外部記憶装
置である磁気ディスク記憶装置6が接続され、ここには
論理回路の設計に必要なプログラムやデータが記憶され
ており、本体1のCPUは必要に応じてプログラムやデ
ータを主メモリにロードして処理を実行する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A method and apparatus for designing a logic circuit according to an embodiment of the present invention will be described below with reference to the accompanying drawings. In each drawing, the same components are designated by the same reference numerals, and overlapping description will be omitted. FIG. 1 shows the configuration of a logic circuit designing apparatus according to an embodiment of the present invention. This design apparatus is realized by, for example, a computer system as shown in FIG. Computer system is CP
Main unit 1 with U, main memory, and various interfaces
And the keyboard input device 2, CR connected to it
The display device 3 includes a T display device 3, a printer device 4, and a mouse 5 which is a pointing device. The input by the keyboard input device 2 and the mouse 5 performs a logic circuit design process and an output process from the CRT display device 3 and the printer device 4. It Further, a magnetic disk storage device 6 which is an external storage device is connected to the main body 1 and stores programs and data necessary for designing a logic circuit, and the CPU of the main body 1 stores the programs and data as necessary. Load the data into main memory and execute the process.

【0037】図3には、図2に示したコンピュータシス
テムのブロック図が示されている。本体1に内蔵されて
いるCPU7には主メモリ8が接続されるとともに、バ
ス9が延びており、このバス9にインタフェース10〜
14が接続されている。インタフェース10〜14に
は、それぞれ、キーボード入力装置2、CRTディスプ
レイ装置3、プリンタ装置4、ポインティングディバイ
スであるマウス5、外部記憶装置である磁気ディスク記
憶装置6が接続されている。また、バス9にはドライバ
16を介してアラーム発生器17が接続されている。
FIG. 3 is a block diagram of the computer system shown in FIG. A main memory 8 is connected to a CPU 7 built in the main body 1, and a bus 9 extends, and the interface 9 is connected to the bus 9.
14 is connected. A keyboard input device 2, a CRT display device 3, a printer device 4, a mouse 5 as a pointing device, and a magnetic disk storage device 6 as an external storage device are connected to the interfaces 10 to 14, respectively. An alarm generator 17 is connected to the bus 9 via a driver 16.

【0038】上記のようなコンピュータシステムにより
構成される論理回路の設計装置は、キーボード入力装置
2、マウス5に対応する入力手段21から論理回路の設
計情報が入力される。この論理回路の設計情報は、既述
の通りの図14に示すハードウエア記述言語による情報
である。論理回路の設計情報は前述のネットコンパイラ
等により構成されるネットデータ作成手段22に取り込
まれ、図15に示した如くのネットデータが作成され、
ネットデータ記憶手段24に記憶される。ネットデータ
の作成終了はクリティカルパス抽出手段25に通知され
る。この通知を受けたクリティカルパス抽出手段25は
入力手段21から入力され、或いはシステムにセットさ
れているパスにおける信号の遅延時間からなるパス抽出
条件情報を基に、セルデータ記憶手段26に記憶されて
いるゲートに係る情報について、上記条件に対応するパ
スをネットデータ記憶手段24のネットデータを検索し
て抽出する。
In the logic circuit designing device constituted by the above computer system, the logic circuit designing information is inputted from the input means 21 corresponding to the keyboard input device 2 and the mouse 5. The design information of this logic circuit is the information in the hardware description language shown in FIG. 14 as described above. The design information of the logic circuit is taken into the net data creating means 22 composed of the above-mentioned net compiler or the like, and the net data as shown in FIG. 15 is created,
It is stored in the net data storage means 24. The completion of the net data creation is notified to the critical path extraction means 25. Upon receiving this notification, the critical path extraction means 25 stores it in the cell data storage means 26 on the basis of the path extraction condition information which is input from the input means 21 or which is the delay time of the signal in the path set in the system. With respect to the information related to the existing gate, the net data in the net data storage means 24 is searched and the path corresponding to the above condition is extracted.

【0039】図4には、セルデータ記憶手段26に記憶
されているゲートに係る情報が示されている。即ち、セ
ルデータ記憶手段26には、ゲート名(マクロセル名)
毎にそのゲート自身が有しているスイッチング時間(例
えば、ナノsec )と、ウェイ数(ファンアウト数)を中
心とした負荷容量に対する充電時間の係数(例えば、ナ
ノsec )とが対応付けられて記憶されている。この実施
例では、ゲート間のリード長が所定であるとしてリード
による遅延をウェイ数に含めて規定している。従って、
ゲート間のリード長が異なるような論理回路の設計に対
応する他の実施例では、所定ゲート間毎のリード長に対
応する遅延時間がセルデータとして記憶される。このセ
ルデータ記憶手段26に記憶されているゲートに係る情
報(セルデータ)に基づき、パスの遅延時間は、ゲート
毎のスイッチング時間の和に、各ゲートのウェイ数とそ
のゲートの負荷容量に対する充電時間の係数との積を加
えて求められる。
FIG. 4 shows the information about the gate stored in the cell data storage means 26. That is, the cell data storage means 26 stores the gate name (macro cell name).
For each time, the switching time (for example, nanoseconds) of the gate itself is associated with the coefficient of charging time (for example, nanoseconds) with respect to the load capacity centered on the number of ways (fanout number). Remembered In this embodiment, the delay due to the read is included in the number of ways assuming that the read length between the gates is predetermined. Therefore,
In another embodiment corresponding to the design of the logic circuit in which the lead length between the gates is different, the delay time corresponding to the lead length for each predetermined gate is stored as cell data. Based on the information (cell data) related to the gate stored in the cell data storage means 26, the delay time of the path is the sum of the switching times for each gate, and the number of ways of each gate and the load capacity of that gate are charged. It is calculated by adding the product of time and the coefficient.

【0040】クリティカルパス抽出手段25により抽出
されたクリティカルパスデータ(パスナンバー、パス内
に含まれるゲート名、そのゲートのスイッチング時間、
負荷容量に対する充電時間の係数、ウェイ数、パス遅延
時間)はクリティカルパスデータ記憶手段27に記憶さ
れる。クリティカルパス抽出手段25は、クリティカル
パスの抽出終了をゲート情報抽出手段28に通知する。
ゲート情報抽出手段28はクリティカルパスデータ記憶
手段27に記憶されたクリティカルパスデータ(パスナ
ンバー、パス内に含まれるゲート名、そのゲートのスイ
ッチング時間、負荷容量に対する充電時間の係数、ウェ
イ数、パス遅延時間)を用いて、ゲート毎の総合計遅延
時間を算出し、入力手段21から、或いはシステムにセ
ットされている所定規則に基づき変更すべきゲートに対
し順位付けを行ない、同じく入力手段21から、或いは
システムにセットされている順位まで(勿論、全てでも
よい。)の、ゲート名、そのゲートのスイッチング時
間、負荷容量に対する充電時間の係数、ウェイ数、総合
計遅延時間からなるゲート情報をゲート情報記憶手段2
9へ記憶する。
Critical path data extracted by the critical path extraction means 25 (path number, gate name included in path, switching time of the gate,
The coefficient of the charging time with respect to the load capacity, the number of ways, and the path delay time) are stored in the critical path data storage means 27. The critical path extraction means 25 notifies the gate information extraction means 28 of the completion of extraction of the critical path.
The gate information extracting means 28 is provided with critical path data stored in the critical path data storage means 27 (path number, gate name included in path, switching time of the gate, coefficient of charging time with respect to load capacity, number of ways, path delay). Time) is used to calculate the total delay time for each gate, and the gates to be changed are ranked from the input means 21 or the gates to be changed based on a predetermined rule set in the system. Alternatively, the gate information including the gate name, the switching time of the gate, the coefficient of the charging time with respect to the load capacity, the number of ways, and the total delay time up to the order set in the system (of course, all may be used) Storage means 2
Store in 9.

【0041】なお、この実施例では、クリティカルパス
データとして、パスナンバー、パス内に含まれるゲート
名、そのゲートのスイッチング時間、負荷容量に対する
充電時間の係数、ウェイ数、パス遅延時間が記憶される
ため、これを用いて、ゲート情報を抽出している。他の
実施例においては、クリティカルパスデータとして、パ
スナンバー、パス内に含まれるゲート名、ウェイ数が記
憶され、ゲート情報抽出手段28は、ゲートのスイッチ
ング時間、負荷容量に対する充電時間の係数を、破線に
より示すようにセルデータ記憶手段26から得て、ゲー
ト情報の抽出を行う。この様にしても、同様にゲート情
報が抽出されることになる。
In this embodiment, the path number, the gate name included in the path, the switching time of the gate, the coefficient of the charging time with respect to the load capacity, the number of ways, and the path delay time are stored as the critical path data. Therefore, the gate information is extracted using this. In another embodiment, the path number, the gate name included in the path, and the number of ways are stored as the critical path data, and the gate information extracting unit 28 calculates the switching time of the gate and the coefficient of the charging time with respect to the load capacity. Gate information is extracted from the cell data storage means 26 as indicated by the broken line. Even in this way, the gate information is similarly extracted.

【0042】ゲート情報の抽出が終了すると、ゲート情
報抽出手段28は編集コマンド作成手段30に対し終了
を通知する。この通知を受けた編集コマンド作成手段3
0は、ゲート情報記憶手段29に記憶されているゲート
名のゲートに対し、変更ルール記憶手段31に記憶され
た情報に基づき、順位の先頭から所定番目までの変更す
べきゲートについて、パスの遅延時間の条件対応の新た
なゲートに係る情報を有するゲートに係るルールを選択
する。
When the extraction of the gate information is completed, the gate information extracting means 28 notifies the edit command creating means 30 of the completion. Editing command creating means 3 that received this notification
0 is the delay of the path for the gate having the gate name stored in the gate information storage means 29, which is based on the information stored in the change rule storage means 31, for the gates to be changed from the top of the rank to a predetermined position. Select a gate rule that has information about the new gate that corresponds to the time condition.

【0043】図5には、変更ルール記憶手段31に記憶
されている変更ルールが示されている。変更ルールは、
変更すべきゲートのゲート名に対応して、遅延時間、ウ
ェイ数、新たなゲートまたはゲートとバッファとの組か
ら構成される変更ルールが記憶されている。ここで、遅
延時間、ウェイ数において、「60−80」のような記
載は60から80を示し、また「−16」は16までを
示し、「16−」は16より上を示す。変更ルールにつ
いて説明すると、「NOR1」の変更ルールの第3番目
は、図6に示されるように、NOR1の出力にバッファ
BUF1を2個並列に接続することにより、負荷容量に
対する充電速度の向上と負荷分散とを図ることを示して
いる。また、「OR1」の第3番目は、図7に示される
ように、OR1に換えてNOR1の出力にインバータI
NV2を2つ並列に接続することにより、負荷容量に対
する充電速度の高速化及び負荷分散を図ることを示して
いる。
FIG. 5 shows the change rules stored in the change rule storage means 31. The change rule is
Corresponding to the gate name of the gate to be changed, the delay time, the number of ways, a new gate or a change rule composed of a set of a gate and a buffer is stored. Here, in the delay time and the number of ways, a description such as "60-80" indicates 60 to 80, "-16" indicates up to 16, and "16-" indicates higher than 16. Explaining the change rule, the third change rule of "NOR1" is to improve the charging speed with respect to the load capacity by connecting two buffers BUF1 in parallel to the output of NOR1 as shown in FIG. This shows that load balancing is achieved. In addition, as shown in FIG. 7, the third “OR1” is replaced with OR1 and the output of NOR1 is converted into the inverter I.
By connecting two NV2s in parallel, it is shown that the charging speed with respect to the load capacity is increased and the load is distributed.

【0044】更に、図8から図12には、図5に示され
た変更ルールには記載されていないが、一般的な変更ル
ールの例が示されている。つまり、図8には、負荷容量
に対しゲートのドライブ能力が低い等の場合に、ゲート
GSを同一論理で大きなドライブ能力を有する(負荷容
量に対する充電時間の係数が小さい)ゲートGGへ変更
することが示されている。図9には、ゲートについては
変更せずにバッファBUFを出力に接続して負荷容量に
対するドライブ能力を高める例が示されている。図10
には、AND論理ゲートをNAND論理ゲートとインバ
ータINVとの縦続接続回路に変更し、インバータIN
Vのドライブ能力により遅延時間を短縮する例が示され
ている。図11には、ドライブ対象の負荷LDが大きい
ため、負荷LDを2つの負荷L1により構成するように
し、各負荷L1に対しゲートGを接続してドライブする
ように変更することが示されている。更に、図12に
は、複合論理ゲートをより高速な論理ゲートからなる他
の複合論理ゲートに置き換える例が示されている。
Further, FIGS. 8 to 12 show examples of general change rules, which are not described in the change rules shown in FIG. That is, in FIG. 8, in the case where the gate drive capacity is low with respect to the load capacity, the gate GS is changed to a gate GG having a large drive capacity with the same logic (a small charging time coefficient with respect to the load capacity). It is shown. FIG. 9 shows an example in which the buffer BUF is connected to the output without changing the gate to enhance the drive capability with respect to the load capacitance. Figure 10
To change the AND logic gate to a cascade connection circuit of the NAND logic gate and the inverter INV,
An example in which the delay time is shortened by the drive capability of V is shown. FIG. 11 shows that the load LD to be driven is large, so that the load LD is configured by two loads L1 and the load G is connected to and driven by the gate G. . Further, FIG. 12 shows an example in which the composite logic gate is replaced with another composite logic gate including a faster logic gate.

【0045】編集コマンド作成手段30は、以上のよう
に考慮されて構成された変更ルールが記憶された変更ル
ール記憶手段31を参照し、予め設定されている所定順
位までのゲート情報記憶手段29内のゲートに対して、
ゲート名が一致し、遅延時間及びウェイ数が当てはまる
変更ルールを選択し、当該変更されたゲートが含まれた
パスの対応ゲートを変更ルールに対応するゲート等に変
更すべきことを指示するコマンドを編集し、ネットデー
タ作成手段22へ送出する。この実施例では、変更ルー
ル自体がコマンドにより構成されており、編集コマンド
作成手段30は変更ルールを選択してパスナンバーを指
示して送出するだけの処理を行う。
The edit command creating means 30 refers to the change rule storage means 31 in which the change rules configured in consideration of the above are stored, and the gate information storage means 29 up to a preset predetermined order is stored. Against the gate of
Select a change rule that matches the gate name and applies the delay time and the number of ways, and enter the command to instruct that the corresponding gate of the path containing the changed gate should be changed to the gate corresponding to the change rule. It is edited and sent to the net data creating means 22. In this embodiment, the change rule itself is composed of commands, and the edit command creating means 30 performs a process of simply selecting the change rule, designating the pass number, and transmitting the pass number.

【0046】コマンドを受取ったネットデータ作成手段
22は、コマンドに対応した新たなネットデータを作成
し、ネットデータ記憶手段24に格納する。新たなネッ
トデータの作成終了はクリティカルパス抽出手段25に
通知される。この通知を受けたクリティカルパス抽出手
段25は入力手段21から、或いはシステムに設定され
ているパスにおける信号の遅延時間からなるパス抽出条
件情報を受け、この条件に応じてパスをセルデータ記憶
手段26に記憶されているゲートに係る情報に基づき、
ネットデータ記憶手段24のネットデータを検索して抽
出する。以下上記と同様の処理が繰り返され、変更ルー
ルにより論理回路のタイミングチューニングがなされて
行く。
The net data creating means 22 that has received the command creates new net data corresponding to the command and stores it in the net data storing means 24. The completion of the creation of new net data is notified to the critical path extraction means 25. Upon receiving this notification, the critical path extraction means 25 receives from the input means 21 or path extraction condition information consisting of the signal delay time in the path set in the system, and the path is stored in the cell data storage means 26 according to this condition. Based on the information about the gate stored in
The net data in the net data storage means 24 is searched and extracted. Thereafter, the same processing as described above is repeated, and the timing of the logic circuit is tuned according to the change rule.

【0047】本実施例の論理回路の設計装置が実行する
論理回路の設計方法は、図13に示されるような各工程
(ステップ)により実現されている。即ち、キーボード
入力装置2から入力される論理回路の設計情報に基づき
使用する論理回路及びこれら論理回路の入出力関係を表
すネットデータ(a)を作成するネットデータ作成のス
テップ(STEP1)と、このネットデータ(a)中の
2つのレジスタ間のパスにおける信号の条件(パス抽出
条件)とネットデータ(a)とに基づきパス抽出条件
(b)に応じたパス、即ちクリティカルパスを抽出する
ステップ(STEP2)と、ゲートに関する遅延時間に
係る情報を用いて、上記クリティカルパスを抽出するス
テップ(STEP2)で抽出されたパスに含まれるゲー
トについて、変更すべきゲートを検出し、このゲートに
係る情報(d)を抽出し、所定規則に基づき変更すべき
ゲートに対して順位付を行うステップ(SETP3)
と、変更すべきゲートに係る情報と変更対象となるゲー
トに係る情報とが対応付けられたゲート変更ルール
(e)に基づき、抽出された変更すべきゲート(d)に
ついて、パス抽出条件(b)対応の新たなゲートに係る
情報を有するゲートを選択する処理を、順位の高いゲー
トから所定個数までのゲートについて行うステップ(S
TEP4)と、変更すべきゲートを選択された新たなゲ
ートへ変更するように指示を与える、つまり、ネット編
集コマンド(f)を送出するステップ(STEP5)
と、上記指示であるネット編集コマンド(f)に対応し
て、ネットデータ(a)を新たなネットデータ(a1)
に変更するステップ(STEP6)とからなり、上記各
ステップの繰り返しにより論理回路を設計する。
The logic circuit designing method executed by the logic circuit designing apparatus of this embodiment is realized by the steps (steps) shown in FIG. That is, a net data creating step (STEP 1) for creating net data (a) representing the logic circuits to be used and the input / output relationship of these logic circuits based on the design information of the logic circuits input from the keyboard input device 2, Extracting a path corresponding to the path extraction condition (b), that is, a critical path based on the signal condition (path extraction condition) in the path between the two registers in the net data (a) and the net data (a) ( STEP 2) and the information regarding the delay time regarding the gate are used to detect the gate to be changed among the gates included in the path extracted in the step (STEP 2) for extracting the critical path, and the information regarding the gate ( Step (SETP3) of extracting d) and ranking the gates to be changed based on a predetermined rule
And the gate change rule (e) in which the information about the gate to be changed and the information about the gate to be changed are associated with each other, the path extraction condition (b) is set for the extracted gate (d) to be changed. ) Performing a process of selecting a gate having information about a corresponding new gate for gates having a high order to a predetermined number (S)
TEP4) and a step of giving an instruction to change the gate to be changed to the selected new gate, that is, sending a net edit command (f) (STEP5)
And the net data (a) is replaced with new net data (a1) in response to the net edit command (f) which is the above instruction.
(STEP6), and the logic circuit is designed by repeating the above steps.

【0048】また、本実施例の装置は、図1に示すよう
に変更ルール管理手段32を有しており、論理回路の設
計を行う場合に用いる変更ルールを所謂学習により、よ
り的確に高速にタイミングチューニングがなされるよう
に変更する。即ち、変更ルール管理手段32は、クリテ
ィカルパス抽出手段25により抽出されたクリティカル
パスデータと、編集コマンド作成手段30が選択したル
ールを取り込み保持して履歴情報とする。編集コマンド
作成手段30が選択したルールがフィードバックされ
て、ネットデータ作成手段22が新たなネットデータを
作成し、更にこれによりクリティカルパス抽出手段25
がクリティカルパスデータを抽出すると、この新たなク
リティカルパスデータを取り込んで、前回のクリティカ
ルパスが改善されたかを検出し、改善結果が反映される
ように変更ルール記憶手段31に記憶されているルール
の順位(図5に示されるゲート名に対応する変更ルール
の順位)を変更する。また、入力手段21からの指示に
より順位の変更、変更ルール自体の変更、削除、追加を
行う。
Further, the apparatus of this embodiment has a change rule managing means 32 as shown in FIG. 1, and the change rule used when designing a logic circuit is so-called by learning, so that the change rule can be executed more accurately and at a high speed. Change so that timing tuning is performed. That is, the change rule managing means 32 takes in the critical path data extracted by the critical path extracting means 25 and the rule selected by the edit command creating means 30 and holds them as history information. The rule selected by the edit command creating means 30 is fed back, the net data creating means 22 creates new net data, and the critical path extracting means 25 is thereby created.
Extracts the critical path data, the new critical path data is taken in to detect whether the previous critical path has been improved, and the rule stored in the change rule storage means 31 is reflected so that the improvement result is reflected. The rank (the rank of the change rule corresponding to the gate name shown in FIG. 5) is changed. Further, the order is changed and the change rule itself is changed, deleted, or added in accordance with an instruction from the input means 21.

【0049】論理回路の設計装置には、表示制御手段3
3−1、プリント制御手段33−2から構成される出力
制御手段33と、この制御の基に表示及びプリントを行
う表示制御手段34−1、プリント制御手段34−2か
ら構成される出力制御手段34が備えられており、入力
手段21の指示により、入力手段21の入力情報、ネッ
トデータ記憶手段24に記憶されたネットデータ、クリ
ティカルパスデータ記憶手段27に記憶されたクリティ
カルパスデータ、ゲート情報記憶手段29に記憶された
ゲート情報、変更ルール記憶手段31内のデータのいず
れについても表示させ、或いはプリントアウトさせるこ
とができる。なお、変更ルール記憶手段31内のデータ
については、変更ルール管理手段を32を介して、表示
させ、或いはプリントアウトに供されている。また、編
集コマンド作成手段30は、変更ルール記憶手段31を
参照し、ゲート情報記憶手段29の予め設定されている
所定順位までのゲートに対して、ゲートが一致し、遅延
時間及びウェイ数が当てはまる変更ルールを選択する動
作の場合に、該当する変更ルールが存在しないときに
は、出力制御手段33へアラーム情報を送出し、該当す
る変更ルールが存在しないゲートの情報を表示(ゲート
情報中の該当のものを特殊表示でもよい。)し、アラー
ム発生器(図3)17からアラームを発生させるように
する。更に上記において、クリティカルパスを表示させ
た場合において、いずれのクリティカルパスについてゲ
ート変更を行うか入力手段21より指示し、ゲート情報
を作成させることも可能である。
The display control means 3 is provided in the logic circuit design device.
3-1, output control means 33 composed of print control means 33-2, and output control means composed of display control means 34-1 and print control means 34-2 for displaying and printing under this control. 34 is provided, and the input information of the input means 21, the net data stored in the net data storage means 24, the critical path data stored in the critical path data storage means 27, and the gate information storage according to the instruction of the input means 21. Both the gate information stored in the means 29 and the data in the change rule storage means 31 can be displayed or printed out. The data in the change rule storage unit 31 is displayed by the change rule management unit 32 or is printed. Further, the edit command creating means 30 refers to the change rule storage means 31, and the gates match the gates up to a preset predetermined order of the gate information storage means 29, and the delay time and the number of ways are applied. In the case of the operation of selecting a change rule, when the corresponding change rule does not exist, alarm information is sent to the output control means 33 and the information of the gate for which the corresponding change rule does not exist is displayed (the corresponding one in the gate information. May be a special display.), And an alarm is generated from the alarm generator (FIG. 3) 17. Further, in the above description, when the critical path is displayed, it is possible to instruct which of the critical paths is to be gate-changed from the input means 21 to create the gate information.

【0050】次に、上記のように構成された本発明の実
施例に係る論理回路の設計装置の動作を説明する。入力
手段21から図14に示すハードウエア記述言語による
論理回路の設計情報が入力されると、ネットデータ作成
手段22はこれを受けて、図15に示した如くのネット
データを作成し、ネットデータ記憶手段24に記憶する
とともに、ネットデータの作成終了をクリティカルパス
抽出手段25に通知する。この通知を受けたクリティカ
ルパス抽出手段25は入力手段21から入力され、或い
は予めシステムに設定されていたパスにおける信号の遅
延時間からなるパス抽出条件情報に応じて、パスをセル
データ記憶手段26に記憶されているゲートに係る情報
に基づき、ネットデータ記憶手段24のネットデータを
検索して抽出し、クリティカルパスデータ記憶手段27
に記憶し、クリティカルパスの抽出終了をゲート情報抽
出手段28に通知する。
Next, the operation of the logic circuit designing apparatus according to the embodiment of the present invention configured as described above will be described. When the design information of the logic circuit in the hardware description language shown in FIG. 14 is input from the input means 21, the net data creating means 22 receives this and creates the net data as shown in FIG. The critical path extracting means 25 is notified of the completion of the net data creation as well as the storage in the storage means 24. The critical path extracting means 25 that has received this notification inputs the path to the cell data storage means 26 according to the path extraction condition information that is input from the input means 21 or that is set in advance in the system and that includes the signal delay time in the path. Based on the stored information about the gate, the net data in the net data storage means 24 is searched and extracted, and the critical path data storage means 27 is searched.
Then, the gate information extracting means 28 is notified of the completion of the critical path extraction.

【0051】図17、図18には、クリティカルパスデ
ータ記憶手段27に記憶されたクリティカルパスデータ
の構成例が示されている。図17は、1つのパスナンバ
ーの欄を示したもので、パスナンバーに対応して、この
パスに含まれるゲート名、当該ゲート自体の遅延時間及
び負荷による遅延時間(負荷容量に対する充電時間の係
数とウェイ数の積)、総合計遅延時間、更に、ゲートに
対応したウェイ数が記憶される。図18には、実際の数
値が記憶されたクリティカルパスデータ記憶手段27が
示されている。この様にクリティカルパスデータ記憶手
段27のクリティカルパスデータを参照すると、パス抽
出条件情報に係る遅延時間(例えば、100ナノsec )
に収まらないパス名と、このパスに含まれるゲート名、
当該ゲート自体の遅延時間及び負荷による遅延時間(負
荷容量に対する充電時間の係数とウェイ数の積)、総合
計遅延時間、更に、ゲートに対応したウェイ数が一目瞭
然である。
17 and 18 show examples of the configuration of critical path data stored in the critical path data storage means 27. FIG. 17 shows one pass number column. Corresponding to the pass number, the gate name included in this pass, the delay time of the gate itself and the delay time due to the load (coefficient of charging time with respect to load capacity). And the number of ways), the total delay time, and the number of ways corresponding to the gate are stored. FIG. 18 shows the critical path data storage means 27 in which actual numerical values are stored. In this way, referring to the critical path data in the critical path data storage means 27, the delay time related to the path extraction condition information (for example, 100 nanoseconds)
Path name that does not fit in and the gate name included in this path,
The delay time of the gate itself and the delay time due to the load (the product of the coefficient of the charging time with respect to the load capacity and the number of ways), the total delay time, and the number of ways corresponding to the gate are obvious.

【0052】図18のクリティカルパスデータ記憶手段
27のクリティカルパスデータのパス1は、図16のネ
ットデータに対応する図15の論理回路について、図1
9に示される通り、レジスタR1とレジスタR7との間
のパスをパス1とし、ゲートがNOR1、AND1、O
R1により構成され、NOR1のゲート自体の遅延時間
が25ナノsec 、AND1のゲート自体の遅延時間が2
0ナノsec 、OR1のゲート自体の遅延時間が30ナノ
sec 、NOR1の負荷による遅延時間(負荷容量に対す
る充電時間の係数とウェイ数の積)が40(20×2)
ナノsec 、AND1の負荷による遅延時間が10ナノse
c 、OR1の負荷による遅延時間が10ナノsec となっ
ていることを示す。また、ウェイ数はAND1、OR1
については分岐がなく「1」であるが、NOR1につい
ては、OR1(T3)への分岐があるため「2」となっ
ている。総合計遅延時間は、各ゲートの遅延時間を合計
して135ナノsec であり、パス抽出条件情報に係る遅
延時間(例えば、100ナノsec )に応じて抽出され
る。
The path 1 of the critical path data of the critical path data storage means 27 of FIG. 18 corresponds to the logic circuit of FIG. 15 corresponding to the net data of FIG.
As shown in FIG. 9, the path between the register R1 and the register R7 is defined as path 1, and the gates are NOR1, AND1, and O.
The delay time of the NOR1 gate itself is 25 nanoseconds, and the delay time of the AND1 gate itself is 2
0 nanoseconds, delay time of OR1 gate itself is 30 nanoseconds
sec, delay time due to load of NOR1 (product of charge time coefficient to load capacity and number of ways) is 40 (20 x 2)
Nano sec, delay time due to AND1 load is 10 nanose
c, shows that the delay time due to the load of OR1 is 10 nanoseconds. The number of ways is AND1, OR1
There is no branch for "1", but for NOR1, it is "2" because there is a branch to OR1 (T3). The total delay time is 135 nanoseconds, which is the sum of the delay times of the gates, and is extracted according to the delay time (eg, 100 nanoseconds) related to the path extraction condition information.

【0053】また、図18のクリティカルパスデータ記
憶手段27のクリティカルパスデータのパス2は、図1
6のネットデータに対応する図15の論理回路につい
て、図20に示される通り、レジスタR3とレジスタR
7との間のパスをパス2とし、ゲートがAND1、AN
D1、OR1により構成され、各AND1のゲート自体
の遅延時間が20ナノsec 、OR1のゲート自体の遅延
時間が30ナノsec 、1つ目のAND1の負荷による遅
延時間が20(10×2)ナノsec 、2つ目のAND1
の負荷による遅延時間が10ナノsec 、OR1の負荷に
よる遅延時間が10ナノsec となっていることを示す。
また、ウェイ数は2つ目のAND1、OR1については
分岐がなく「1」であるが、1つ目のAND1について
は、OR1(T3)への分岐があるため「2」となって
いる。総合計遅延時間は、各ゲートの遅延時間を合計し
て110ナノsec であり、パス抽出条件情報に係る遅延
時間(例えば、100ナノsec )に応じて抽出される。
Further, the path 2 of the critical path data of the critical path data storage means 27 of FIG.
For the logic circuit of FIG. 15 corresponding to the net data of No. 6, as shown in FIG.
The path between 7 and 7 is called path 2, and the gates are AND1 and AN.
It is composed of D1 and OR1, and the delay time of the gate of each AND1 is 20 nanoseconds, the delay time of the gate of OR1 itself is 30 nanoseconds, and the delay time due to the load of the first AND1 is 20 (10 × 2) nanoseconds. sec, the second AND1
It is shown that the delay time due to the load of 10 nanoseconds and the delay time due to the load of OR1 are 10 nanoseconds.
The number of ways is "1" for the second AND1 and OR1 without branching, but is "2" for the first AND1 because there is a branch to OR1 (T3). The total delay time is 110 nanoseconds, which is the total delay time of each gate, and is extracted according to the delay time (eg, 100 nanoseconds) related to the path extraction condition information.

【0054】クリティカルパスの抽出終了の通知を受け
たゲート情報抽出手段28は、図21に示される通り、
クリティカルパスデータ記憶手段27のパスに含まれる
ゲートについて、ゲート自体の遅延時間と負荷容量に対
する充電時間とにより決定される総合計遅延時間を求め
る遅延量検出部41と、この遅延量検出部41により求
められた総合計遅延時間が大であるゲートの順にゲート
及びこのゲートに係る情報を順位付けする比較順位付与
部42とを備える。
The gate information extraction means 28 which has received the notification of the completion of the extraction of the critical path, as shown in FIG.
With respect to the gates included in the paths of the critical path data storage means 27, the delay amount detecting unit 41 for obtaining the total delay time determined by the delay time of the gate itself and the charging time for the load capacitance, and the delay amount detecting unit 41. A gate and a comparison order assigning unit 42 for ordering information related to the gate are provided in the order of the gate having the largest total delay time.

【0055】即ち、図18の例において、パス1とパス
2・・・がクリティカルパスとして抽出されたとする
と、遅延量検出部41は、図25に示されるようにパス
1、パス2について、各ゲートにおけるゲート自体の遅
延時間と負荷による遅延時間(負荷容量に対する充電時
間の係数とウェイ数の積)との和を求め、「合計」で示
されるレジスタに格納する。全てのクリティカルパスに
ついて和が求まると、比較順位付与部42が「合計」で
示されるレジスタの総合計遅延時間を比較し、遅延時間
の多い順に順位を付与しレジスタ「順位」に格納する。
更に、比較順位付与部42は上記レジスタ「順位」のデ
ータによりソートを行って、図26に示されるように、
遅延時間の多い順にゲート名を並べ、これにパスナンバ
ー、ゲート自体の遅延時間、負荷による遅延時間(負荷
容量に対する充電時間の係数とウェイ数の積)、ゲート
自体の遅延時間と負荷による遅延時間との和、ウェイ数
を対応付け、これをゲート情報記憶手段29に記憶す
る。なお、記憶する数は設定された順位までとする。変
更する分だけ記憶されていればよいことに基づく。他の
実施例では、クリティカルパス全てに対応するだけ記憶
する。記憶されたデータから選択して変更の対象とする
か全てを変更の対象とするためである。また、ゲート情
報に対するソートは必ずしも必要ではない。即ち、他の
実施例では、ソートされていないゲート情報の順位に応
じて、所定数までのゲートの変更を行うことにより、ソ
ートされた場合と同様の効果をもたらす。このソートに
関する他の実施例は、以下の実施例についても成り立
つ。
That is, in the example of FIG. 18, assuming that the paths 1 and 2 ... Are extracted as critical paths, the delay amount detecting section 41 determines each of the paths 1 and 2 as shown in FIG. At the gate, the sum of the delay time of the gate itself and the delay time due to the load (the product of the coefficient of the charging time with respect to the load capacity and the number of ways) is calculated and stored in the register indicated by "total". When the sums are obtained for all the critical paths, the comparison rank assigning unit 42 compares the total delay times of the registers indicated by "total", assigns ranks in descending order of delay time, and stores them in the register "rank".
Further, the comparison rank assigning unit 42 sorts the data of the register “rank”, and as shown in FIG.
Gate names are arranged in descending order of delay time, and the pass number, delay time of the gate itself, delay time due to load (product of coefficient of charging time with respect to load capacity and number of ways), delay time due to gate itself and delay time due to load And the number of ways are associated and stored in the gate information storage means 29. Note that the number to be stored is up to the set rank. It is based on the fact that only the changed portion needs to be stored. In another embodiment, only the critical paths are stored. This is because either the stored data is selected to be changed or all are changed. Also, sorting on the gate information is not always necessary. That is, in another embodiment, by changing the number of gates up to a predetermined number according to the rank of the unsorted gate information, the same effect as in the case of being sorted can be obtained. Other examples of this sorting also hold for the following examples.

【0056】ゲート情報の抽出が終了すると、ゲート情
報抽出手段28は編集コマンド作成手段30に対し終了
を通知する。この通知を受けた編集コマンド作成手段3
0は、ゲート情報記憶手段29に記憶されているゲート
名のゲートに対し、変更ルール記憶手段31に記憶され
た情報に基づき、順位の先頭から所定番目までの変更す
べきゲートについて、パスの遅延時間の条件対応の新た
なゲートに係る情報を有するゲートに係るルールを選択
する。編集コマンド作成手段30は図27に示される通
りの手順によりコマンドの作成を行う。つまり、CPU
7が図27のフローチャートのプログラムにより処理を
実行する。
When the extraction of the gate information is completed, the gate information extracting means 28 notifies the edit command creating means 30 of the completion. Editing command creating means 3 that received this notification
0 is the delay of the path for the gate having the gate name stored in the gate information storage means 29, which is based on the information stored in the change rule storage means 31, for the gates to be changed from the top of the rank to a predetermined position. Select a gate rule that has information about the new gate that corresponds to the time condition. The edit command creating means 30 creates a command according to the procedure shown in FIG. That is, CPU
7 executes processing according to the program of the flowchart of FIG.

【0057】具体的には、編集コマンド作成処理のスタ
ートとなると、編集コマンド作成手段30は、ゲート情
報記憶手段29に記憶されている情報について変更対象
分のゲート情報をロードし(61)、ステップ62から
ステップ63までのステップを実行するように全ルール
を参照するループ処理を行う。即ち、ルールを、例え
ば、磁気ディスク記憶装置6から主メモリ8にロードし
(64)、変更対象のゲートとゲート名が一致する変更
ルールかを検出する(65)。変更ルール記憶手段31
の変更ルールは図5に示した通り、ゲート名に、遅延時
間、ウェイ数、変更ルールが対応付けられているので、
変更前のゲート名(ゲート情報のもの)と一致するゲー
ト名を検索する。ループ処理によりゲート名が一致した
変更ルールが検出されると、この変更ルール群に遅延時
間がマッチする変更ルールがあるかを検出する(6
6)。ここの遅延時間はゲート情報のものである。ルー
プ処理により遅延時間がマッチする変更ルールが検出さ
れると、ウェイ数がマッチするかを検出する(67)。
ループ処理によりウェイ数がマッチする変更ルールが検
出されると、検出された変更ルールを選択して変換コマ
ンド作成を行う(68)。この実施例では、変更ルール
自体がコマンドとなっているので、いずれのパスかを示
すようにコマンドに埋め込み処理を行うことになる。一
方、全ての変更ルールに対してのループ処理にも拘ら
ず、ゲート名、遅延時間、ウェイ数のいずれかについて
マッチしない場合には、該当ルールなしの処理が行われ
る(69)。この該当ルールなしの処理は、既述のよう
な、該当する変更ルールが存在しないゲートの情報を表
示(ゲート情報中の該当のものを特殊表示でもよい。)
し、アラーム発生器17(図3)からアラームを発生さ
せるようにする処理等である。
Specifically, when the edit command creating process is started, the edit command creating means 30 loads the gate information for the change target of the information stored in the gate information storage means 29 (61), and the step Loop processing is performed to refer to all rules so that steps 62 to 63 are executed. That is, for example, the rule is loaded from the magnetic disk storage device 6 to the main memory 8 (64), and it is detected whether the gate to be changed and the gate name match (65). Change rule storage means 31
As shown in FIG. 5, the change rule of is associated with the gate name, the delay time, the number of ways, and the change rule.
Search for the gate name that matches the gate name (of the gate information) before the change. When a change rule with a matching gate name is detected by the loop processing, it is detected whether there is a change rule with a matching delay time in this change rule group (6
6). The delay time here is for the gate information. When a change rule having a matching delay time is detected by the loop processing, it is detected whether the number of ways matches (67).
When a change rule in which the number of ways matches is detected by the loop processing, the detected change rule is selected and a conversion command is created (68). In this embodiment, since the change rule itself is a command, embedding processing is performed in the command so as to indicate which path. On the other hand, if the gate name, the delay time, and the number of ways are not matched in spite of the loop processing for all the change rules, the processing without the corresponding rule is performed (69). In the processing without the applicable rule, information on the gate for which the applicable change rule does not exist is displayed as described above (the applicable information in the gate information may be displayed specially).
The alarm generator 17 (FIG. 3) generates an alarm.

【0058】図27の処理は、1つの変更対象のゲート
に対する処理である。これに対し、図28には、設定さ
れた変更数の変更対象のゲートに対する処理が実行され
たかを検出する処理が示されている。この図28の処理
は、図27の処理が設定されている変更数分なされたか
を検出する処理である。つまり、設定されている変更数
nをレジスタにセットし(71)、図27の処理を実行
する(72)。入力手段21により当該論理回路に使用
できるゲート数の最大値が入力されセットされているの
で、変更ルールによる変更の結果、上記最大値内となる
かを検出し(73)、最大値内であるときには変更を確
定させ(74)、レジスタの変更数を「1」減算し(7
6)、変更数がゼロとなったかを検出し(77)、ゼロ
でなければ更に変更の処理を実行すべくステップ72へ
戻って処理を継続する。また、ステップ73において、
所定ゲート数に収まらないことが検出されると、変更を
取り消し(75)、ステップ77へ進んで処理を継続す
る。このようにして設定された変更数分の処理が終了す
るとエンドとなる。
The processing of FIG. 27 is processing for one gate to be changed. On the other hand, FIG. 28 shows a process of detecting whether or not the process for the set number of change target gates has been executed. The process of FIG. 28 is a process of detecting whether the process of FIG. 27 has been performed by the set number of changes. That is, the set change number n is set in the register (71), and the process of FIG. 27 is executed (72). Since the maximum value of the number of gates that can be used in the logic circuit is input and set by the input means 21, it is detected whether the value is within the maximum value as a result of the change by the change rule (73), and it is within the maximum value. Sometimes the change is confirmed (74) and the number of changes in the register is decremented by "1" (7
6) It is detected whether or not the number of changes is zero (77), and if it is not zero, the process returns to step 72 and the process is continued in order to execute the process of further changes. Also, in step 73,
When it is detected that the number of gates does not reach the predetermined number, the change is canceled (75) and the process proceeds to step 77 to continue the process. When the processing for the number of changes set in this way ends, the process ends.

【0059】図26のゲート情報の第1番目のゲートで
あるNOR1について、図5の変更ルールにより変更を
行うと、ゲート名はNOR1であり、遅延時間が65ナ
ノsec であり、ウェイ数が1であるから、図5のゲート
名NOR1の欄の第1行目の変更ルールが該当する。こ
れを選択して変更を行うと、パス1については図29に
示される如く総合計遅延時間が135ナノsec から12
5ナノsec へ減少する。変更ルールはコマンドであり、
パス1についての変更を示すようにコマンドに埋め込み
処理を行うと、図30に示すような内容のコマンドが出
来上がり、これがネットデータ作成手段22へ出力され
る。ネットデータ作成手段22はこの様なコマンドを受
取ると、これに基づき新たなネットデータを作成する。
つまり、上記図30のコマンドではパス1の対応部分の
ネットデータが修正され、残りのコマンドが到来するご
とに同様に該当パスの対応部分のネットデータが修正さ
れる。新たなネットデータの作成終了(修正終了)がク
リティカルパス抽出手段25へ通知され、以下上記と同
様に処理が繰り返される。この例では、変更後の125
ナノsec が、パス抽出条件情報に係る遅延時間(例え
ば、100ナノsec )に対応しないので、パス1は再び
クリティカルパスとされて抽出されることになる。
When NOR1 which is the first gate of the gate information of FIG. 26 is changed according to the change rule of FIG. 5, the gate name is NOR1, the delay time is 65 nanoseconds, and the number of ways is 1. Therefore, the change rule of the first line in the column of gate name NOR1 in FIG. 5 is applicable. When this is selected and changed, the total delay time for path 1 is changed from 135 nanoseconds to 12 nanoseconds as shown in FIG.
Reduced to 5 nanoseconds. Change rules are commands,
When the command is embedded to indicate the change of the path 1, a command having the content shown in FIG. 30 is completed and is output to the net data creating means 22. When the net data creating means 22 receives such a command, it creates new net data based on the command.
That is, the command of FIG. 30 corrects the net data of the corresponding portion of the path 1, and the net data of the corresponding portion of the corresponding path is similarly corrected each time the remaining command arrives. The creation of new net data (end of modification) is notified to the critical path extracting means 25, and the processing is repeated in the same manner as above. In this example, the modified 125
Since nano-sec does not correspond to the delay time (for example, 100 nano-sec) related to the path extraction condition information, path 1 will be extracted again as a critical path.

【0060】この第1の実施例において、例えば、図2
8の変更数nが「5」であるとすると、5箇所のゲート
について変更がなされる。本実施例の場合、クリティカ
ルパスの内、同一クリティカルパスについて複数のゲー
トがゲート情報として抽出される確率は低く、幾つかの
クリティカルパスの1つのゲートが変更されて、この内
の幾つかのクリティカルパスがパス抽出条件に該当しな
くなる確率が高い。即ち、1つのクリティカルパスで、
2個以上のゲートを変更して順次に、1つずつのクリテ
ィカルパスがパス抽出条件に該当しなくさせ、結果とし
て全てクリティカルパスをパス抽出条件に該当しなくさ
せるもではない。本実施例は、複数のクリティカルパス
で、通常1個のゲートを変更して同時にパス抽出条件に
該当しなくなるパスの数を増やし、全体的にバランス良
くタイミングチューニングがなされる。1度でパス抽出
条件に該当しなくならなかったクリティカルパスについ
ては、上記処理の繰り返しにより何時かゲート情報が抽
出され再びゲートの変更が実行される。なお、本実施例
では、同一クリティカルパスから複数のゲートが変更対
象とされて抽出される可能性がある。従って、他の実施
例では、同一クリティカルパスから複数のゲートが変更
対象とされて抽出された場合には、順位の低い一方のゲ
ートを対象から外し、他のクリティカルパスの次順位の
ゲートを変更の対象とする。この様な実施例によれば、
より確実に全体的にバランス良くタイミングチューニン
グがなされることになる。
In this first embodiment, for example, as shown in FIG.
Assuming that the number of changes n in 8 is "5", changes are made to the gates at 5 locations. In the case of the present embodiment, it is unlikely that a plurality of gates will be extracted as gate information for the same critical path from among the critical paths, and one gate of some critical paths will be changed so that some of the critical paths will be changed. There is a high probability that the path will not meet the path extraction conditions. That is, with one critical path,
It is not necessary to change two or more gates so that one critical path does not meet the path extraction condition and one critical path does not meet the path extraction condition as a result. In the present embodiment, in a plurality of critical paths, usually one gate is changed to simultaneously increase the number of paths that do not meet the path extraction condition, and timing tuning is performed in good balance as a whole. For critical paths that have not been met the path extraction condition once, the gate information is extracted and the gate is changed again by repeating the above process. In this embodiment, there is a possibility that a plurality of gates will be changed and extracted from the same critical path. Therefore, in another embodiment, when a plurality of gates are extracted from the same critical path as a target to be changed, one of the gates with a lower rank is excluded from the target and the gate with the next rank of another critical path is changed. Subject to. According to such an embodiment,
More surely, the timing tuning is performed with good balance.

【0061】図22には、第2の実施例に係る論理回路
の設計装置で採用されるゲート情報抽出手段28のブロ
ック図が示されている。即ち、ゲート情報抽出手段28
は、クリティカルパス抽出手段25により抽出されたク
リティカルパスに予め与えられている優先度情報を検出
するパス優先度検出部43と、このパス優先度検出部4
3が検出した優先度に応じてパスに順位付けを行う比較
順位付与部44と、この比較順位付与部44により順位
付けされたパス毎に、パスに含まれるゲートについて、
ゲート自体の遅延時間と負荷容量に対する充電時間とに
より決定される総合計遅延時間を求める遅延量検出部4
5と、この遅延量検出部45により求められた総合計遅
延時間が大であるゲートの順にゲート及びこのゲートに
係る情報をパス内で順位付けするパス内データ順位付与
部46とを備えている。
FIG. 22 is a block diagram of the gate information extracting means 28 employed in the logic circuit designing apparatus according to the second embodiment. That is, the gate information extraction means 28
Is a path priority detection unit 43 for detecting priority information given in advance to the critical path extracted by the critical path extraction unit 25, and this path priority detection unit 4
The comparison rank assigning unit 44 that ranks the paths according to the priority detected by 3 and the gates included in the paths for each of the paths ranked by the comparison rank assigning unit 44.
The delay amount detecting unit 4 for obtaining the total delay time determined by the delay time of the gate itself and the charging time for the load capacitance.
5, a gate in order of the gate having the longest total delay time obtained by the delay amount detecting section 45, and an in-path data rank assigning section 46 for ranking information related to this gate in the path. .

【0062】即ち、図18の例において、パス1とパス
2以外にパス3等がクリティカルパスとして抽出された
とすると、パス優先度検出部43は、全てのパスに予め
与えられている優先度(例えば、複数のレジスタを順次
に信号が伝搬するときの、上流側のパスに高い優先度を
与える等)情報を参照する。この優先度情報は、入力手
段21より設計情報と共に入力され、ネットデータ記憶
手段24に記憶され、更にクリティカルパス情報記憶手
段27にクリティカルパスのデータとして記憶されるも
のとする。パス優先度検出部43は、上記優先度に基づ
きパスの順位を検出する。即ち、いずれのパスが上位か
を調べ結果を比較順位付与部44へ与える。比較順位付
与部44はクリティカルパスに順位を与える。この図3
1には、この様にして順位が与えられたクリティカルパ
ス情報の一部が示されている。この図31の例では、明
瞭化のため、優先順位に応じてクリティカルパス情報を
並べ換えた例が示されるが、順1、順2等により示す順
位を与えるだけで良い。
That is, in the example of FIG. 18, if the path 3 and the like other than the paths 1 and 2 are extracted as critical paths, the path priority detection unit 43 causes the priorities ( For example, when a signal is sequentially propagated through a plurality of registers, a high priority is given to a path on the upstream side). This priority information is input together with the design information from the input means 21, stored in the net data storage means 24, and further stored in the critical path information storage means 27 as critical path data. The path priority detection unit 43 detects the order of paths based on the above priority. That is, which path is higher is checked, and the result is given to the comparison order giving unit 44. The comparison rank giving unit 44 gives ranks to the critical paths. This Figure 3
1 shows a part of the critical path information given the rank in this way. In the example of FIG. 31, an example in which the critical path information is rearranged according to the priority order is shown for the sake of clarity, but it is only necessary to give the order shown by order 1, order 2, etc.

【0063】遅延量検出部45は、図31に示されるよ
うにパス3、パス1・・・毎に、各ゲートにおけるゲー
ト自体の遅延時間と負荷による遅延時間(負荷容量に対
する充電時間の係数とウェイ数の積)との和を求め、
「合計」で示されるレジスタに格納する。全てのクリテ
ィカルパスについて和が求まると、パス内データ順位付
与部46がパス3、パス1・・・毎に、「合計」で示さ
れるレジスタの総合計遅延時間を比較し、遅延時間の多
い順に順位を付与しレジスタ「順位」に格納する。更
に、パス内データ順位付与部46は比較順位付与部44
により付与されたクリティカルパスの順位と、上記レジ
スタ「順位」のデータによりソートを行う。これによ
り、図32に示されるように、各クリティカルパスの
内、優先度の高いパスから遅延時間の最も多いゲート名
がクリティカルパス毎に抽出されて並べられ、これにパ
スナンバー、ゲート自体の遅延時間、負荷による遅延時
間(負荷容量に対する充電時間の係数とウェイ数の
積)、ゲート自体の遅延時間と負荷による遅延時間との
和、ウェイ数を対応付け、これをゲート情報記憶手段2
9に記憶する。なお、記憶する数は設定された順位まで
とする。変更する分だけ記憶されていればよいことに基
づく。他の実施例では、クリティカルパス全てに対応す
るだけ記憶する。記憶されたデータから選択して変更の
対象とするか全てを変更の対象とするためである。
As shown in FIG. 31, the delay amount detecting section 45 delays the gate itself and the delay time due to the load (coefficient of the charging time with respect to the load capacitance) for each of the paths 3, 1 ... The product of the number of ways) and
Store in the register indicated by "total". When the sum is obtained for all the critical paths, the in-path data rank assigning unit 46 compares the total delay time of the registers indicated by “total” for each of the paths 3, 1 ... A rank is given and stored in the register "rank". Furthermore, the in-path data rank assigning unit 46 is configured to compare the rank assigning unit 44.
Sorting is performed according to the rank of the critical path given by and the data of the register "rank". As a result, as shown in FIG. 32, among the critical paths, the gate name with the longest delay time is extracted and arranged for each critical path from the path with the highest priority. The time, the delay time due to the load (the product of the coefficient of the charging time with respect to the load capacity and the number of ways), the sum of the delay time of the gate itself and the delay time due to the load, and the number of ways are associated with each other, and these are associated with each other.
Store in 9. Note that the number to be stored is up to the set rank. It is based on the fact that only the changed portion needs to be stored. In another embodiment, only the critical paths are stored. This is because either the stored data is selected to be changed or all are changed.

【0064】これ以降の処理は、第1の実施例の場合と
同様である。例えば、図28の変更数nが「5」である
とすると、5箇所のゲートについて変更がなされる。本
実施例の場合、クリティカルパスの内、同一クリティカ
ルパスについて複数のゲートがゲート情報として抽出さ
れることは無い。優先度の高いパスから幾つかのクリテ
ィカルパスの1つのゲートが変更されて、この内の幾つ
かのクリティカルパスがパス抽出条件に該当しなくなる
確率が高い。即ち、1つのクリティカルパスで、2個以
上のゲートを変更して順次に、1つずつのクリティカル
パスをパス抽出条件に該当しなくさせるもではない。本
実施例は、複数のクリティカルパスで、夫々1個のゲー
トを変更して同時にパス抽出条件に該当しなくなるパス
の数を増やし、全体的にバランス良くタイミングチュー
ニングがなされる。1度でパス抽出条件に該当しなくな
らなかったクリティカルパスについては、上記処理の繰
り返しにより優先度順でゲート情報が抽出され再びゲー
トの変更が実行される。なお、この実施例では、優先度
を考慮するものの、1のクリティカルパスから1の変更
対象ゲートを抽出するようにし、全体的にバランス良く
タイミングチューニングがなされるようにしたが、他の
実施例では、1のクリティカルパスから2以上の変更対
象ゲートを抽出するようにする。このようにすると、第
2の実施例に比べて優先度の高いクリティカルパスに変
更対象ゲートが集中する傾向となるが、変更対象のゲー
ト数を多くすることにより、全体的にバランス良くタイ
ミングチューニングがなされるという利点を確保可能で
ある。
The subsequent processing is the same as in the case of the first embodiment. For example, if the number of changes n in FIG. 28 is "5", changes are made to the gates at five locations. In the case of this embodiment, a plurality of gates are not extracted as gate information for the same critical path among the critical paths. It is highly probable that one of the critical paths will be changed from the high priority path and some of the critical paths will not meet the path extraction condition. That is, it is not necessary to change two or more gates in one critical path and sequentially make one critical path not satisfy the path extraction condition. In this embodiment, one gate is changed for each of a plurality of critical paths to increase the number of paths that do not meet the path extraction condition at the same time, and timing tuning is performed with good balance as a whole. With respect to the critical path that does not meet the path extraction condition once, the gate information is extracted in the order of priority by repeating the above processing, and the gate is changed again. In this embodiment, although the priority is taken into consideration, the change target gate of 1 is extracted from the critical path of 1 so that the timing tuning is performed with good balance as a whole. Two or more change target gates are extracted from one critical path. With this configuration, the gates to be changed tend to be concentrated in the critical path having a higher priority than in the second embodiment. However, by increasing the number of gates to be changed, timing tuning can be performed in good balance as a whole. It is possible to secure the advantage of being made.

【0065】図23には、第3の実施例に係る論理回路
の設計装置で採用されるゲート情報抽出手段28のブロ
ック図が示されている。即ち、ゲート情報抽出手段28
は、クリティカルパス抽出手段25により抽出されたパ
スに含まれるゲートについて、ゲート自体の遅延時間と
負荷容量に対する充電時間とにより決定される総合計遅
延時間を求める遅延量検出部47と、クリティカルパス
において、遅延量検出部47により求められた総合計遅
延時間の等しい同一ゲートの使用度数を検出する使用度
数検出部48と、この使用度数検出部48により検出さ
れた使用度数と対応するゲートの総合計遅延時間の積を
求める重み算出部49と、この重み算出部49により算
出された重みが大きい順に、ゲート及びこのゲートに係
る情報を順位付けする比較順位付与部50と備える。
FIG. 23 is a block diagram of the gate information extracting means 28 employed in the logic circuit designing apparatus according to the third embodiment. That is, the gate information extraction means 28
In the critical path, the delay amount detection unit 47 calculates the total delay time determined by the delay time of the gate itself and the charging time with respect to the load capacitance of the gate included in the path extracted by the critical path extraction means 25. The total number of gates corresponding to the usage frequency detected by the usage frequency detection unit 48 and the usage frequency detection unit 48 for detecting the usage frequency of the same gate having the same total delay time obtained by the delay amount detection unit 47. A weight calculation unit 49 for obtaining a product of delay times, and a comparison order assigning unit 50 for ranking gates and information about the gates in descending order of weight calculated by the weight calculation unit 49.

【0066】即ち、図18の例において、パス1とパス
2以外にパス3等がクリティカルパスとして抽出された
とすると、遅延量検出部47は図33に示されるように
パス1、パス3・・・について、各ゲートにおけるゲー
ト自体の遅延時間と負荷による遅延時間(負荷容量に対
する充電時間の係数とウェイ数の積)との和を求め、
「合計」で示されるレジスタに格納する。全てのクリテ
ィカルパスについて和が求まると、使用度数検出部48
がゲート名とウェイ数とが等しい、従って上記和も等し
いゲートがクリティカルパス内で使用されている度数を
検出し、図34に示されるような表データの一部である
使用度数を埋める処理を行う。次に、重み算出部49
は、各ゲートにおけるゲート自体の遅延時間と負荷によ
る遅延時間との和と、使用度数との積を求め、図34の
表データの重み欄に格納する。比較順位付与部50は、
図34の表データの重み欄に格納されたデータの多い順
に順位を付与する。これにより、図35に示されるよう
に、クリティカルパスにおいて使用度数が多く、かつ、
遅延時間が大きいゲートがパスの枠を越えて抽出され、
重みの順に並べられ、これにパスナンバー(この実施例
では通常、複数である)、ゲート自体の遅延時間、負荷
による遅延時間(負荷容量に対する充電時間の係数とウ
ェイ数の積)、ゲート自体の遅延時間と負荷による遅延
時間との和、ウェイ数を対応付け、これをゲート情報記
憶手段29に記憶する。なお、記憶する数は設定された
順位までとする。変更する分だけ記憶されていればよい
ことに基づく。他の実施例では、全てに対応するだけ記
憶する。記憶されたデータから選択して変更の対象とす
るか全てを変更を対象とするためである。
That is, in the example of FIG. 18, if the path 3 and the like other than the paths 1 and 2 are extracted as the critical paths, the delay amount detecting section 47 causes the path 1, path 3 ... As shown in FIG. For, for each gate, find the sum of the delay time of the gate itself and the delay time due to the load (the product of the coefficient of the charging time for the load capacity and the number of ways),
Store in the register indicated by "total". When the sum is obtained for all critical paths, the usage frequency detection unit 48
Shows the frequency with which the gate name and the number of ways are equal, and thus the sum is equal, is used to detect the frequency used in the critical path, and to fill the frequency used as part of the table data as shown in FIG. To do. Next, the weight calculator 49
Calculates the product of the sum of the delay time of the gate itself and the delay time of the load at each gate and the usage frequency, and stores the product in the weight column of the table data in FIG. The comparison order giving unit 50
Ranks are assigned in descending order of the amount of data stored in the weight column of the table data in FIG. As a result, as shown in FIG. 35, the frequency of use is high in the critical path, and
Gates with large delay time are extracted beyond the path frame,
They are arranged in order of weight, and the pass number (generally plural in this embodiment), the delay time of the gate itself, the delay time due to the load (the product of the coefficient of the charging time with respect to the load capacity and the number of ways), and the gate itself. The sum of the delay time and the delay time due to the load and the number of ways are associated and stored in the gate information storage means 29. Note that the number to be stored is up to the set rank. It is based on the fact that only the changed portion needs to be stored. In another embodiment, only all of them are stored. This is for selecting from the stored data and making the change target or all the change targets.

【0067】これ以降の処理は、第1の実施例の場合と
基本的には同様である。例えば、図28の変更数nが
「5」であるとすると、ゲート名及びウェイ数が一致す
る5個のゲートについて複数パスで一度に変更がなされ
る。つまり、図30のコマンドのパス(PATH)は複
数埋め込まれる。本実施例の場合、複数パスで一度に変
更がなされる。即ち、1つのクリティカルパスで、2個
以上のゲートを変更して順次に、全てのクリティカルパ
スがパス抽出条件に該当しなくさせるもではなく、複数
のクリティカルパスで、同一状態で使用されているゲー
トを一気に変更して、同時にパス抽出条件に該当しなく
なるパスの数を増やし、全体的にバランス良く高速でタ
イミングチューニングがなされる。1度でパス抽出条件
に該当しなくならなかったクリティカルパスについて
は、上記処理の繰り返しにより何時かゲート情報が抽出
され再びゲートの変更が実行される。
The subsequent processing is basically the same as in the case of the first embodiment. For example, if the number of changes n in FIG. 28 is “5”, changes are made at once for a plurality of passes for five gates having the same gate name and the same number of ways. That is, a plurality of command paths (PATH) in FIG. 30 are embedded. In the case of the present embodiment, the changes are made at once by a plurality of passes. That is, one critical path is used in the same state by a plurality of critical paths, instead of sequentially changing two or more gates to make all the critical paths not satisfy the path extraction condition. The gates are changed all at once, and at the same time, the number of paths that do not meet the path extraction conditions is increased, and overall, well-balanced and high-speed timing tuning is performed. For critical paths that have not been met the path extraction condition once, the gate information is extracted and the gate is changed again by repeating the above process.

【0068】図24には、第4の実施例に係る論理回路
の設計装置で採用されるゲート情報抽出手段28のブロ
ック図が示されている。即ち、ゲート情報抽出手段28
は、クリティカルパス抽出手段25により抽出されたパ
スに含まれるゲートについて、ゲート自体の遅延時間と
負荷容量に対する充電時間とにより決定される総合計遅
延時間を求める遅延量検出部51と、クリティカルパス
抽出手段25により抽出されたパスに与えられている優
先度情報を検出するパス優先度検出部52と、このパス
優先度検出部が検出した優先度と前記遅延量検出部が検
出した優先度に対応する情報との積を算出する重み算出
部53と、この重み算出部53により算出された重みの
大きい順にゲート及びこのゲートに係る情報を順位付け
する比較順位付与部54とを備える。
FIG. 24 is a block diagram of the gate information extracting means 28 employed in the logic circuit designing apparatus according to the fourth embodiment. That is, the gate information extraction means 28
Is a delay amount detection unit 51 for obtaining a total delay time determined by the delay time of the gate itself and the charging time with respect to the load capacitance of the gate included in the path extracted by the critical path extraction unit 25, and the critical path extraction. Corresponding to the path priority detection unit 52 that detects the priority information given to the path extracted by the means 25, the priority detected by this path priority detection unit, and the priority detected by the delay amount detection unit. A weight calculation unit 53 that calculates a product of the information and the information to be processed, and a comparison order assigning unit 54 that ranks the gates in order of the weight calculated by the weight calculation unit 53 and the information related to the gates.

【0069】即ち、図18の例において、パス1とパス
2以外にパス3等がクリティカルパスとして抽出された
とすると、遅延量検出部51は図36に示されるように
パス1、パス3・・・について、各ゲートにおけるゲー
ト自体の遅延時間と負荷による遅延時間(負荷容量に対
する充電時間の係数とウェイ数の積)との和を求め、
「合計」で示されるレジスタに格納する。全てのクリテ
ィカルパスについて和が求まると、パス優先度検出部5
2は、全てのパスに予め与えられている優先度(例え
ば、複数のレジスタを順次に信号が伝搬するときの、上
流側のパスに高い優先度を与える等)情報を参照する。
この優先度情報は、入力手段21より設計情報と共に入
力され、ネットデータ記憶手段24に記憶され、更にク
リティカルパス情報記憶手段27にクリティカルパスの
データとして記憶されるものとする。パス優先度検出部
52は、上記優先度に基づきパスの順位を検出する。即
ち、いずれのパスが上位かを調べ順位を付与するととも
に、この順位に応じた係数(例えば、クリティカルパス
が5個検出されているときには、上位から係数を5、
4、3・・・と与える。)を重み算出部53へ与える。
重み算出部53は、「合計」で示されるレジスタに格納
されている和と上記係数との積を求め、結果を比較順位
付与部54へ送出する。比較順位付与部54は、パス
3、パス1・・・毎に、「合計」で示されるレジスタの
総合計遅延時間を比較し、遅延時間の多い順に順位を付
与しレジスタ「順位」に格納する。更に、比較順位付与
部54は優先度検出部52により付与されたクリティカ
ルパスの順位と、上記レジスタ「順位」のデータにより
ソートを行う。これにより、図37に示されるように、
各クリティカルパスの内、優先度の高さと遅延時間の積
が最も多いゲート名がクリティカルパス毎に抽出されて
並べられ、これにパスナンバー、ゲート自体の遅延時
間、負荷による遅延時間(負荷容量に対する充電時間の
係数とウェイ数の積)、ゲート自体の遅延時間と負荷に
よる遅延時間との和、ウェイ数を対応付け、これをゲー
ト情報記憶手段29に記憶する。なお、記憶する数は設
定された順位までとする。変更する分だけ記憶されてい
ればよいことに基づく。他の実施例では、クリティカル
パス全てに対応するだけ記憶する。記憶されたデータか
ら選択して変更の対象とするか全てを変更を対象とする
ためである。
That is, in the example of FIG. 18, if the path 3 and the like other than the paths 1 and 2 are extracted as the critical paths, the delay amount detecting section 51 causes the path 1, path 3 ... As shown in FIG. For, for each gate, find the sum of the delay time of the gate itself and the delay time due to the load (the product of the coefficient of the charging time with respect to the load capacity and the number of ways),
Store in the register indicated by "total". When the sum is obtained for all critical paths, the path priority detection unit 5
2 refers to priority information given in advance to all paths (for example, when signals are sequentially propagated through a plurality of registers, high priority is given to an upstream path).
This priority information is input together with the design information from the input means 21, stored in the net data storage means 24, and further stored in the critical path information storage means 27 as critical path data. The path priority detection unit 52 detects the order of paths based on the above priority. That is, which path is in the upper rank is checked and a rank is given, and a coefficient corresponding to this rank (for example, when five critical paths are detected, the coefficient from the upper rank is 5,
Give 4, 3, ... ) Is given to the weight calculation unit 53.
The weight calculation unit 53 obtains the product of the sum stored in the register indicated by “total” and the coefficient, and sends the result to the comparison order assigning unit 54. The comparison order assigning unit 54 compares the total delay time of the registers indicated by "total" for each of the paths 3, 1 ..., Assigns the order in descending order of delay time, and stores them in the register "order". . Further, the comparison order assigning unit 54 sorts the order of the critical paths given by the priority detecting unit 52 and the data of the register "order". As a result, as shown in FIG.
Of each critical path, the gate name with the highest product of the priority and the delay time is extracted and arranged for each critical path, and the path number, the delay time of the gate itself, and the delay time due to the load The product of the coefficient of the charging time and the number of ways), the sum of the delay time of the gate itself and the delay time due to the load, and the number of ways are associated and stored in the gate information storage means 29. Note that the number to be stored is up to the set rank. It is based on the fact that only the changed portion needs to be stored. In another embodiment, only the critical paths are stored. This is for selecting from the stored data and making the change target or all the change targets.

【0070】これ以降の処理は、第1の実施例の場合と
同様である。例えば、図28の変更数nが「5」である
とすると、5箇所のゲートについて変更がなされる。本
実施例の場合、クリティカルパスの内、同一クリティカ
ルパスについて複数のゲートがゲート情報として抽出さ
れることは無い。優先度の高いパスから幾つかのクリテ
ィカルパスの1つのゲートが変更されて、この内の幾つ
かのクリティカルパスがパス抽出条件に該当しなくなる
確率が高い。即ち、1つのクリティカルパスで、2個以
上のゲートを変更して順次に、1つずつのクリティカル
パスがパス抽出条件に該当しなくさせるもではない。本
実施例では、複数のクリティカルパスで、1個のゲート
を変更して同時にパス抽出条件に該当しなくなるパスの
数を増やし、全体的にバランス良くタイミングチューニ
ングがなされる。1度でパス抽出条件に該当しなくなら
なかったクリティカルパスについては、上記処理の繰り
返しによりパスの優先度順でゲート情報が抽出され再び
ゲートの変更が実行される。
The subsequent processing is the same as in the case of the first embodiment. For example, if the number of changes n in FIG. 28 is "5", changes are made to the gates at five locations. In the case of this embodiment, a plurality of gates are not extracted as gate information for the same critical path among the critical paths. It is highly probable that one of the critical paths will be changed from the high priority path and some of the critical paths will not meet the path extraction condition. That is, one critical path does not mean that two or more gates are changed to sequentially make one critical path not satisfy the path extraction condition. In this embodiment, one critical gate is changed in a plurality of critical paths to increase the number of paths that do not meet the path extraction condition at the same time, and timing tuning is performed with good balance as a whole. For critical paths that have not been met the path extraction condition at one time, gate information is extracted in the order of priority of paths by repeating the above processing, and the gate is changed again.

【0071】なお、この実施例では、パス優先度を考慮
するものの、1のクリティカルパスから1の変更対象ゲ
ートを抽出するようにし、全体的にバランス良くタイミ
ングチューニングがなされるようにしたが、他の実施例
では、1のクリティカルパスから2以上の変更対象ゲー
トを抽出するようにする。このようにすると、第4の実
施例に比べて優先度の高いクリティカルパスに変更対象
ゲートが集中する傾向となるが、変更対象のゲート数を
多くすることにより、全体的にバランス良くタイミング
チューニングがなされるという利点を確保可能である。
In this embodiment, although the path priority is taken into consideration, the gate to be changed is extracted from the critical path of 1 so that the timing tuning is performed in good balance as a whole. In the embodiment, two or more change target gates are extracted from one critical path. With this configuration, the gates to be changed tend to be concentrated in the critical path having a higher priority than in the fourth embodiment. However, by increasing the number of gates to be changed, timing tuning can be performed in good balance as a whole. It is possible to secure the advantage of being made.

【0072】以上の第1から第4の実施例以外に、ゲー
トの使用度数のみに基づき、順位付与する実施例、パス
の優先度とゲートの使用度数とに基づき、順位付与する
実施例が存在する。これらの実施例によっても、全体的
にバランス良くタイミングチューニングがなされるとい
う利点を確保可能である。
In addition to the above-described first to fourth embodiments, there are an embodiment in which ranks are assigned only based on the frequency of use of gates, and an embodiment in which priority is assigned based on priority of paths and frequency of use of gates. To do. Also according to these embodiments, it is possible to secure the advantage that the timing tuning is performed with good balance as a whole.

【0073】次に、変更ルール管理手段32について詳
細に説明する。この変更ルール管理手段32は、上記に
おいて説明したいずれの実施例にも付加することがで
き、また、変更ルール管理手段32を持たぬようにする
ことも可能である。変更ルール管理手段32も、他の手
段と同様にCPU7が主メモリ8のプログラムによって
実現され得る。即ち図38から図40に示されるフロー
チャートのプログラムによって実現することができるの
で、これを説明する。
Next, the change rule management means 32 will be described in detail. The change rule management means 32 can be added to any of the embodiments described above, and the change rule management means 32 can be omitted. The change rule management means 32 can also be realized by the CPU 7 by a program in the main memory 8 like other means. That is, since it can be realized by the program of the flowcharts shown in FIGS. 38 to 40, this will be described.

【0074】変更ルール管理手段32は、クリティカル
パスデータ記憶手段27にクリティカルパスデータが記
憶されると、これを取り込み保持する(71)。また、
編集コマンド作成手段30から送出されるコマンドを取
り込み(72)、上記クリティカルパスデータとともに
コマンドを履歴情報として記憶しておく(73)。次
に、コマンドがネットデータ作成手段によって受取ら
れ、対応する新たなネットデータが作成され、これに応
じて新たなクリティカルパスデータが作成されたのかを
検出する(74)。新たなクリティカルパスデータが作
成されると、変更ルール管理手段32はこれを取り込み
(75)、履歴を検索して(76)、記憶されているコ
マンドの対象となったクリティカルパスが改善された
か、つまり、再びクリティカルパスとして抽出されてい
ないかを検出する(77)。改善されたクリティカルパ
スがある場合には、変更ルールを更新するための処理を
実行し(78)、改善されたクリティカルパスが無い場
合にはそのまま、ステップ72へ戻って動作を続ける。
When the critical path data is stored in the critical path data storage means 27, the change rule management means 32 fetches and holds the critical path data (71). Also,
The command sent from the edit command creating means 30 is fetched (72), and the command is stored as history information together with the critical path data (73). Next, the command is received by the net data creating means, new corresponding net data is created, and it is detected whether new critical path data is created in response thereto (74). When new critical path data is created, the change rule management means 32 takes in this (75) and searches the history (76) to see if the critical path targeted by the stored command has been improved. That is, it is detected whether the critical path is extracted again (77). If there is an improved critical path, a process for updating the change rule is executed (78), and if there is no improved critical path, the process returns to step 72 and continues the operation.

【0075】図38のステップ78において実行される
変更ルールを更新するための処理の実施例を、2通り説
明する。第1の実施例は、図39に示されるフローチャ
ートの処理を実行するものである。即ち、図5に示され
る各変更ルールに対応して採用回数を格納するレジスタ
を設け、改善されたクリティカルパスがある場合には、
この改善の原因の変更ルールを履歴情報から検出し、対
応の採用数レジスタの値を「1」増加させる(81)。
改善の原因の変更ルールは、1回で改善された場合には
採用に係る当該1の変更ルールを、2回以上で改善され
た場合には採用に係る全ての変更ルールを指すものとす
る。そして、変更ルール管理手段32は、レジスタ或い
はタイマを備え、所定回数のクリティカルパスの抽出が
なされたかを上記レジスタにより、或いは所定時間以上
経過したかを上記タイマによりそれぞれ検出し(8
2)、所定回数のクリティカルパスの抽出がなされた場
合、或いは所定時間以上経過した場合のいずれかの場合
には、採用回数の多い順にゲート名欄毎で、変更ルール
の並べ換えを行う(83)。
Two embodiments of the processing for updating the change rule executed in step 78 of FIG. 38 will be described. The first embodiment executes the processing of the flowchart shown in FIG. That is, if a register for storing the number of times of adoption is provided corresponding to each change rule shown in FIG. 5 and there is an improved critical path,
The change rule as the cause of this improvement is detected from the history information, and the value of the corresponding adoption number register is increased by "1" (81).
The change rule for the cause of improvement refers to the one change rule for adoption when the improvement is made once, and all the change rules for adoption when the improvement is made twice or more. Then, the change rule management means 32 includes a register or a timer, and the register detects whether a critical path has been extracted a predetermined number of times or the timer detects whether a predetermined time or more has elapsed (8
2) If the critical path has been extracted a predetermined number of times or if a predetermined time or more has elapsed, the change rules are rearranged for each gate name column in descending order of the number of times of adoption (83). .

【0076】上記に対し、図40に示す実施例では、改
善されたクリティカルパスがある場合には、この改善の
原因の変更ルールを履歴情報から検出し、この変更ルー
ルのゲート名欄において上位に他の変更ルールが存在す
るかを検出し、上位に他の変更ルールが存在する場合に
は、当該改善の原因の変更ルールを1または複数段、上
位へ配置する(85)。
On the other hand, in the embodiment shown in FIG. 40, when there is an improved critical path, the change rule that causes the improvement is detected from the history information, and the change rule is ranked higher in the gate name column. It is detected whether another change rule exists, and if another change rule exists in the higher rank, the change rule causing the improvement is arranged in one or more stages in the upper rank (85).

【0077】斯して、変更ルール記憶手段31内の変更
ルールが、ゲート名欄毎に上下に移動されることにな
る。このため、遅延時間とウェイ数とが重なり合う複数
の変更ルールの間においては、実効性のある変更ルール
が上位に配置され、迅速なタイミングチューニングを確
保する。
Thus, the change rule in the change rule storage means 31 is moved up and down for each gate name column. For this reason, between the plurality of change rules in which the delay time and the number of ways are overlapped, the effective change rule is arranged in a higher order to ensure quick timing tuning.

【0078】なお、上記の実施例では、パス抽出条件に
対してパスの遅延時間が大きい場合について説明した
が、パス抽出条件に対してパスの遅延時間が少な過ぎる
場合にも、他の変更ルールを用いて同様にタイミングチ
ューニングがなされる。更に、システムの構成は、図
2、図3に示した実施例以外に、各部、各手段をネット
ワークにより接続したシステムなど、必要に応じて変更
される。
In the above embodiment, the case where the path delay time is large with respect to the path extraction condition has been described. However, when the path delay time is too small with respect to the path extraction condition, another change rule is used. Similarly, timing tuning is performed using. Furthermore, the configuration of the system may be changed as necessary, such as a system in which each unit and each unit are connected by a network other than the embodiment shown in FIGS. 2 and 3.

【0079】[0079]

【発明の効果】以上詳細に説明したように本願の請求項
1に記載の発明によれば、論理回路の設計情報を入力す
ることにより、自動的に、ネットデータの作成、条件対
応のパスの抽出、変更すべきゲートの検出及びこのゲー
トに係る情報の抽出、条件対応の新たなゲートに係る情
報を有するゲートの選択、選択された新たなゲートへ変
更する指示、新たなネットデータへの変更が繰り返さ
れ、パスにおける信号の条件対応に論理回路のタイミン
グチューニングがなされる。
As described above in detail, according to the invention described in claim 1 of the present application, by inputting the design information of the logic circuit, the net data is automatically created and the path corresponding to the condition is automatically created. Extraction, detection of gate to be changed and extraction of information related to this gate, selection of gate having information regarding new gate corresponding to condition, instruction to change to new selected gate, change to new net data Is repeated, the timing of the logic circuit is tuned according to the signal conditions in the path.

【0080】以上詳細に説明したように本願の請求項2
に記載の発明によれば、変更すべきゲートの検出及びこ
のゲートに係る情報の抽出において、変更すべきゲート
に対して順位付けがなされ、順位の高いゲートから所定
個数のゲートまで変更される。このため、順位付けの所
定規則を適宜に設定することにより大規模な論理回路の
場合でも全体を考慮してバランス良くタイミングチュー
ニングを行うことが確保される。
As described in detail above, claim 2 of the present application
According to the invention described in (1), in the detection of the gate to be changed and the extraction of the information related to this gate, the gates to be changed are ranked, and the gates having a higher order are changed to a predetermined number of gates. Therefore, by appropriately setting the predetermined rule of ranking, it is ensured that the timing tuning is performed in a well-balanced manner in consideration of the whole even in the case of a large-scale logic circuit.

【0081】以上詳細に説明したように本願の請求項3
に記載の発明によれば、信号遅延時間の条件に対応する
2つのレジスタ間のパスが適切に抽出され、このパスに
ついて、変更すべきゲートの検出及びこのゲートに係る
情報の抽出、条件対応の新たなゲートに係る情報を有す
るゲートの選択、選択された新たなゲートへ変更する指
示、新たなネットデータへの変更が繰り返され、パスが
適正遅延時間内の遅延時間を持つように論理回路のタイ
ミングチューニングがなされる。
As described in detail above, claim 3 of the present application
According to the invention described in (1), the path between the two registers corresponding to the signal delay time condition is appropriately extracted, and for this path, detection of the gate to be changed, extraction of information related to this gate, and condition correspondence are performed. The selection of the gate having the information related to the new gate, the instruction to change to the selected new gate, and the change to the new net data are repeated, so that the path has a delay time within an appropriate delay time. Timing tuning is done.

【0082】以上詳細に説明したように本願の請求項4
に記載の発明によれば、大規模な論理回路の場合でも全
体を考慮して、特に問題のあるゲート部分から、また
は、特に論理回路において重要なパス部分から、また
は、多く使用されているゲート部分から、或いはこれら
の組み合せのいずれかによって、バランス良くタイミン
グチューニングを行うことのできるようになる。
As described in detail above, claim 4 of the present application
According to the invention described in (4), even in the case of a large-scale logic circuit, considering the whole, from a particularly problematic gate portion, or from a path portion particularly important in the logic circuit, or a gate that is often used. It becomes possible to perform timing tuning in a well-balanced manner either from the part or by a combination of these.

【0083】以上詳細に説明したように本願の請求項5
に記載の発明によれば、論理回路の設計情報を入力する
ことにより、自動的に、ネットデータの作成、条件対応
のパスの抽出、変更すべきゲートの検出及びこのゲート
に係る情報の抽出、条件対応の新たなゲートに係る情報
を有するゲートの選択、選択された新たなゲートへ変更
する指示、新たなネットデータへの変更が繰り返され、
パスにおける信号の条件に対応して論理回路のタイミン
グチューニングがなされる。
As described in detail above, claim 5 of the present application
According to the invention described in (1), by inputting the design information of the logic circuit, the net data is automatically created, the path corresponding to the condition is extracted, the gate to be changed is detected, and the information related to this gate is extracted, The selection of the gate having the information regarding the new gate corresponding to the condition, the instruction to change to the selected new gate, the change to the new net data are repeated,
The timing of the logic circuit is tuned according to the signal conditions in the path.

【0084】以上詳細に説明したように本願の請求項6
に記載の発明によれば、変更すべきゲートの検出及びこ
のゲートに係る情報の抽出において、変更すべきゲート
に対して順位付けがなされ、順位の高いゲートから所定
個数のゲートが変更される。このため、順位付けの所定
規則を適宜に設定することにより大規模な論理回路の場
合でも全体を考慮してバランス良くタイミングチューニ
ングを行うことが確保される。
As described in detail above, claim 6 of the present application
According to the invention described in (1), in the detection of the gate to be changed and the extraction of the information related to this gate, the gates to be changed are ranked, and a predetermined number of gates are changed from the gate with the higher order. Therefore, by appropriately setting the predetermined rule of ranking, it is ensured that the timing tuning is performed in a well-balanced manner in consideration of the whole even in the case of a large-scale logic circuit.

【0085】以上詳細に説明したように本願の請求項7
に記載の発明によれば、総合計遅延時間が大であるゲー
トの順にゲート及びこのゲートに係る情報を順位付けが
なされ、順位の高いゲートから所定個数までのゲートが
変更される。このため、大規模な論理回路の場合でも全
体を考慮して総合計遅延時間が大であるゲートに対しバ
ランス良くタイミングチューニングを行うことが確保さ
れる。
As described in detail above, claim 7 of the present application
According to the invention described in (1), the gates and the information related to the gates are ranked in the order of the gate having the longest total delay time, and the gates from the highest rank to a predetermined number of gates are changed. Therefore, even in the case of a large-scale logic circuit, it is ensured that the gate having a large total delay time is subjected to timing tuning in good balance in consideration of the whole.

【0086】以上詳細に説明したように本願の請求項8
に記載の発明によれば、パス優先度に応じてパス内にお
いて遅延時間が大であるゲートの順にゲート及びこのゲ
ートに係る情報を順位付けがなされ、順位の高いゲート
から所定個数までのゲートが変更される。このため、大
規模な論理回路の場合でも全体を考慮してパスの優先度
が高く総合計遅延時間が大であるゲートに対しバランス
良くタイミングチューニングを行うことが確保され得
る。
As described in detail above, claim 8 of the present application
According to the invention described in (3), the gates and the information related to the gates are ranked in the order of the gate having the longest delay time in the path according to the path priority, and the gates from the high order gate to the predetermined number are gated. Be changed. Therefore, even in the case of a large-scale logic circuit, it is possible to ensure that the timing tuning is performed in a well-balanced manner for the gate having a high path priority and a large total delay time in consideration of the whole.

【0087】以上詳細に説明したように本願の請求項9
に記載の発明によれば、使用度数と対応するゲートの総
合計遅延時間の積に係る重み付けによりゲート及びこの
ゲートに係る情報を順位付けがなされ、順位の高いゲー
トから所定個数までのゲートが変更される。このため、
大規模な論理回路の場合でも全体を考慮して使用度数と
対応するゲートの総合計遅延時間による重みの多いゲー
トに対してバランス良くタイミングチューニングを行う
ことが確保され得る。
As described in detail above, claim 9 of the present application
According to the invention described in (1), the gates and the information related to the gates are ranked by weighting the product of the usage frequency and the total delay time of the corresponding gates. To be done. For this reason,
Even in the case of a large-scale logic circuit, it is possible to ensure that the timing tuning is performed in a well-balanced manner with respect to the gate that has a large weight due to the total number of delay times of the gate corresponding to the frequency of use in consideration of the whole.

【0088】以上詳細に説明したように本願の請求項1
0に記載の発明によれば、パス優先度と総合計遅延時間
との積を重みとし、この重みの大きい順にクリティカル
パス毎にゲート及びこのゲートに係る情報の順位付けが
なされ、順位及びパス優先度に応じて所定個数のゲート
が変更される。このため、大規模な論理回路の場合でも
全体を考慮してパス優先度と総合計遅延時間との積の重
み及びパス優先度が考慮されたバランスの良いタイミン
グチューニングを行うことが確保され得る。
As described in detail above, claim 1 of the present application
According to the invention described in 0, the product of the path priority and the total delay time is used as a weight, and the gates and the information related to the gates are ranked for each critical path in descending order of the weight. A predetermined number of gates are changed depending on the frequency. Therefore, even in the case of a large-scale logic circuit, it is possible to ensure that well-balanced timing tuning is performed in consideration of the weight of the product of the path priority and the total delay time and the path priority in consideration of the whole.

【0089】以上詳細に説明したように本願の請求項1
1に記載の発明によれば、変更ルール記憶手段に記憶さ
れているルールの順位が、クリティカルパスデータの履
歴情報と、ゲートの変更に際し採用された変更ルールと
に基づき変更される。つまり、ルールに基づく論理回路
のタイミングチューニングの成否に応じて、変更ルール
の順が変更され、適切なルールから選択がなされるよう
に変更され、チューニング処理の速度を高速化する効果
がある。
As described in detail above, claim 1 of the present application
According to the invention described in item 1, the order of the rules stored in the change rule storage means is changed based on the history information of the critical path data and the change rule adopted when changing the gate. That is, according to the success or failure of the timing tuning of the logic circuit based on the rule, the order of the change rules is changed so that the appropriate rule is selected, and the speed of the tuning process is increased.

【0090】以上詳細に説明したように本願の請求項1
2に記載の発明によれば、信号遅延時間の条件に対応す
る2つのレジスタ間のパスが適切に抽出され、このパス
について、変更すべきゲートの検出及びこのゲートに係
る情報の抽出、条件対応の新たなゲートに係る情報を有
するゲートの選択、選択された新たなゲートへ変更する
指示、新たなネットデータへの変更が繰り返され、パス
が適正遅延時間内の遅延時間を持つように論理回路のタ
イミングチューニングがなされる。
As described in detail above, claim 1 of the present application
According to the invention described in 2, the path between the two registers corresponding to the condition of the signal delay time is appropriately extracted, and for this path, detection of a gate to be changed, extraction of information related to this gate, and condition correspondence. Selection of the gate having the information related to the new gate, the instruction to change to the selected new gate, and the change to the new net data are repeated, so that the path has a delay time within an appropriate delay time. The timing tuning is done.

【0090】以上詳細に説明したように本願の請求項1
3に記載の発明によれば、ゲート情報抽出手段により抽
出されたゲートについて、変更ルール記憶手段のゲート
名、遅延時間、ウェイ数がマッチする変更ルールが選択
され、パスの両端間での信号の論理が適切であり、パス
の中途での分岐数(ウェイ数)に合致した、新たなゲー
トによるパス構成が確保される。つまり、自動的にパス
における信号の条件対応に論理回路のタイミングチュー
ニングがなされる。
As described in detail above, claim 1 of the present application
According to the invention described in 3, the change rule matching the gate name, the delay time, and the number of ways of the change rule storage means is selected for the gate extracted by the gate information extraction means, and the signal between the both ends of the path is selected. The logic is appropriate, and a path configuration with a new gate that matches the number of branches (the number of ways) in the middle of the path is secured. That is, the timing of the logic circuit is automatically tuned according to the signal conditions in the path.

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

【図1】本発明の実施例に係る論理回路の設計装置の構
成図。
FIG. 1 is a configuration diagram of a logic circuit design device according to an embodiment of the present invention.

【図2】本発明の実施例に係る論理回路の設計装置を構
成するコンピュータシステムの一例を示す斜視図。
FIG. 2 is a perspective view showing an example of a computer system that constitutes a logic circuit designing apparatus according to an embodiment of the present invention.

【図3】本発明の実施例に係る論理回路の設計装置を構
成するコンピュータシステムの一例のブロック図。
FIG. 3 is a block diagram of an example of a computer system that configures a logic circuit designing device according to an embodiment of the present invention.

【図4】本発明の実施例に係る論理回路の設計装置で採
用されるセルデータ記憶手段の記憶内容の一例を示す
図。
FIG. 4 is a diagram showing an example of stored contents of cell data storage means employed in the logic circuit designing apparatus according to the embodiment of the present invention.

【図5】本発明の実施例に係る論理回路の設計装置で採
用される変更ルール記憶手段の記憶内容の一例を示す
図。
FIG. 5 is a diagram showing an example of stored contents of a change rule storage means adopted in the logic circuit designing apparatus according to the embodiment of the present invention.

【図6】本発明の実施例に係る論理回路の設計装置で採
用される変更ルールの一例を説明する図。
FIG. 6 is a diagram illustrating an example of a change rule adopted in the logic circuit designing device according to the embodiment of the present invention.

【図7】本発明の実施例に係る論理回路の設計装置で採
用される変更ルールの一例を説明する図。
FIG. 7 is a diagram illustrating an example of a change rule adopted in the logic circuit designing device according to the embodiment of the present invention.

【図8】本発明の実施例に係る論理回路の設計装置で採
用される変更ルールの一例を説明する図。
FIG. 8 is a diagram illustrating an example of a change rule adopted in the logic circuit design device according to the embodiment of the present invention.

【図9】本発明の実施例に係る論理回路の設計装置で採
用される変更ルールの一例を説明する図。
FIG. 9 is a diagram illustrating an example of a change rule adopted in the logic circuit designing device according to the embodiment of the present invention.

【図10】本発明の実施例に係る論理回路の設計装置で
採用される変更ルールの一例を説明する図。
FIG. 10 is a diagram illustrating an example of a change rule adopted in the logic circuit designing device according to the embodiment of the present invention.

【図11】本発明の実施例に係る論理回路の設計装置で
採用される変更ルールの一例を説明する図。
FIG. 11 is a diagram illustrating an example of a change rule adopted in the logic circuit designing device according to the embodiment of the present invention.

【図12】本発明の実施例に係る論理回路の設計装置で
採用される変更ルールの一例を説明する図。
FIG. 12 is a diagram for explaining an example of a change rule adopted in the logic circuit designing device according to the embodiment of the present invention.

【図13】本発明の実施例に係る論理回路の設計方法を
説明するためのフローチャート。
FIG. 13 is a flowchart illustrating a method for designing a logic circuit according to an embodiment of the present invention.

【図14】本発明の実施例に係る論理回路の設計装置に
入力される設計情報の一例を示す図。
FIG. 14 is a diagram showing an example of design information input to a logic circuit designing apparatus according to an embodiment of the present invention.

【図15】本発明の実施例に係る論理回路の設計装置で
設計される論理回路の回路図。
FIG. 15 is a circuit diagram of a logic circuit designed by a logic circuit designing apparatus according to an embodiment of the present invention.

【図16】本発明の実施例に係る論理回路の設計装置に
入力される設計情報に対応して作成されたネットデータ
の一例を示す図。
FIG. 16 is a diagram showing an example of net data created corresponding to design information input to a logic circuit designing apparatus according to an embodiment of the present invention.

【図17】本発明の実施例に係る論理回路の設計装置に
おいて抽出されるクリティカルパスデータの構成を説明
するための図。
FIG. 17 is a diagram for explaining the configuration of critical path data extracted in the logic circuit design device according to the embodiment of the present invention.

【図18】本発明の実施例に係る論理回路の設計装置に
おいて抽出されるクリティカルパスデータの一例を示す
図。
FIG. 18 is a diagram showing an example of critical path data extracted in the logic circuit design device according to the embodiment of the present invention.

【図19】本発明の実施例に係る論理回路の設計装置に
おいて抽出されるクリティカルパスの回路構成の一例を
示す図。
FIG. 19 is a diagram showing an example of a circuit configuration of a critical path extracted in the logic circuit designing apparatus according to the embodiment of the present invention.

【図20】本発明の実施例に係る論理回路の設計装置に
おいて抽出されるクリティカルパスの回路構成の一例を
示す図。
FIG. 20 is a diagram showing an example of a circuit configuration of a critical path extracted in the logic circuit designing apparatus according to the embodiment of the present invention.

【図21】本発明の実施例に係る論理回路の設計装置の
要部のブロック図で、第1の実施例のブロック図。
FIG. 21 is a block diagram of an essential part of a logic circuit designing apparatus according to an embodiment of the present invention, which is a block diagram of the first embodiment.

【図22】本発明の実施例に係る論理回路の設計装置の
要部のブロック図で、第2の実施例のブロック図。
FIG. 22 is a block diagram of an essential part of a logic circuit designing apparatus according to an embodiment of the present invention, and is a block diagram of a second embodiment.

【図23】本発明の実施例に係る論理回路の設計装置の
要部のブロック図で、第3の実施例のブロック図。
FIG. 23 is a block diagram of essential parts of a logic circuit designing apparatus according to an embodiment of the present invention, and is a block diagram of a third embodiment.

【図24】本発明の実施例に係る論理回路の設計装置の
要部のブロック図で、第4の実施例のブロック図。
FIG. 24 is a block diagram of an essential part of a logic circuit designing apparatus according to an embodiment of the present invention, which is a block diagram of a fourth embodiment.

【図25】図21の第1の実施例による順位付けを説明
するための図。
FIG. 25 is a diagram for explaining ranking according to the first embodiment of FIG. 21.

【図26】図21の第1の実施例により抽出されたゲー
ト情報の例を示す図。
FIG. 26 is a diagram showing an example of gate information extracted by the first embodiment of FIG. 21.

【図27】本発明の実施例に係る論理回路の設計装置に
おけるゲート変更の処理を説明するフローチャート。
FIG. 27 is a flowchart illustrating a gate changing process in the logic circuit designing device according to the embodiment of the present invention.

【図28】本発明の実施例に係る論理回路の設計装置に
おけるゲート変更の処理を説明するフローチャート。
FIG. 28 is a flowchart illustrating a gate changing process in the logic circuit designing device according to the embodiment of the present invention.

【図29】本発明の実施例に係る論理回路の設計装置に
よりゲート変更の処理を受けた後のパスにおける遅延時
間を示す図。
FIG. 29 is a diagram showing a delay time in a path after undergoing gate change processing by the logic circuit designing device according to the example of the present invention.

【図30】本発明の実施例に係る論理回路の設計装置に
よりフィードバックされるゲート変更を要求するコマン
ドの一例を示す図。
FIG. 30 is a diagram showing an example of a command for requesting gate change which is fed back by the logic circuit designing device according to the embodiment of the present invention.

【図31】図22の第2の実施例による順位付けを説明
するための図。
FIG. 31 is a diagram for explaining ranking according to the second embodiment of FIG. 22.

【図32】図22の第2の実施例により抽出されたゲー
ト情報の例を示す図。
FIG. 32 is a diagram showing an example of gate information extracted by the second embodiment of FIG. 22.

【図33】図23の第3の実施例による順位付けを説明
するための図。
FIG. 33 is a diagram for explaining ranking according to the third embodiment of FIG. 23.

【図34】図23の第3の実施例による順位付けを説明
するための図。
FIG. 34 is a diagram for explaining ranking according to the third embodiment of FIG. 23.

【図35】図23の第3の実施例により抽出されたゲー
ト情報の例を示す図。
FIG. 35 is a diagram showing an example of gate information extracted according to the third embodiment of FIG. 23.

【図36】図24の第4の実施例による順位付けを説明
するための図。
FIG. 36 is a diagram for explaining ranking according to the fourth embodiment of FIG. 24.

【図37】図24の第4の実施例により抽出されたゲー
ト情報の例を示す図。
FIG. 37 is a diagram showing an example of gate information extracted by the fourth embodiment of FIG. 24.

【図38】本発明の実施例に係る論理回路の設計装置に
おける変更ルールの管理動作を説明するフローチャー
ト。
FIG. 38 is a flowchart illustrating a change rule management operation in the logic circuit design device according to the embodiment of the present invention.

【図39】本発明の実施例に係る論理回路の設計装置に
おける変更ルールの管理動作の要部を詳細に説明するフ
ローチャート。
FIG. 39 is a flowchart illustrating in detail a main part of a change rule management operation in the logic circuit designing device according to the embodiment of the present invention.

【図40】本発明の他の実施例に係る論理回路の設計装
置における変更ルールの管理動作の要部を詳細に説明す
るフローチャート。
FIG. 40 is a flowchart illustrating in detail a main part of a change rule management operation in a logic circuit designing device according to another embodiment of the present invention.

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

1 本体 2 キーボード
入力装置 3 CRTディスプレイ装置 4 プリンタ装
置 5 マウス 6 磁気ディス
ク記憶装置 7 CPU 8 主メモリ 9 バス 10〜14 イ
ンタフェース 21 入力手段 22 ネットデ
ータ作成手段 24 ネットデータ記憶手段 25 クリティ
カルパス抽出手段 26 セルデータ記憶手段 27 クリティ
カルパスデータ記憶手段 28 ゲート情報抽出手段 29 ゲート情
報記憶手段 30 編集コマンド作成手段 31 変更ルー
ル記憶手段 32 変更ルール管理手段 33 出力制御
手段 34 出力手段 41、45、4
7、51 遅延量検出部 42、44、50、54 比較順位付与部 43 パス優先度検出部 46 パス内デ
ータ順位付与部 48 使用度数検出部 49、53 重
み算出部 52 優先度検出部
1 Main Body 2 Keyboard Input Device 3 CRT Display Device 4 Printer Device 5 Mouse 6 Magnetic Disk Storage Device 7 CPU 8 Main Memory 9 Bus 10-14 Interface 21 Input Means 22 Net Data Creation Means 24 Net Data Storage Means 25 Critical Path Extraction Means 26 Cell data storage means 27 Critical path data storage means 28 Gate information extraction means 29 Gate information storage means 30 Edit command creation means 31 Change rule storage means 32 Change rule management means 33 Output control means 34 Output means 41, 45, 4
7, 51 Delay amount detecting unit 42, 44, 50, 54 Comparison order assigning unit 43 Path priority detecting unit 46 In-path data rank assigning unit 48 Usage frequency detecting unit 49, 53 Weight calculating unit 52 Priority detecting unit

Claims (13)

【特許請求の範囲】[Claims] 【請求項1】 入力される論理回路の設計情報に基づき
使用するゲート、レジスタ及びこれらゲート、レジスタ
に対する信号の入出力関係を表すネットデータを作成す
るステップと、 ゲートに関する遅延時間に係る情報を参照し、前記ネッ
トデータ中の2つのレジスタ間のパスにおける信号の条
件と前記ネットデータとに基づきパスを抽出するステッ
プと、 ゲートに関する遅延時間に係る情報を参照し、前記ステ
ップにおいて抽出されたパスに含まれるゲートについ
て、変更すべきゲートを検出し、このゲートに係る情報
を抽出するステップと、 変更すべきゲートに係る情報と変更対象となるゲートに
係る情報とが対応付けられた変更ルールに基づき、前記
抽出された変更すべきゲートについて、前記条件対応の
新たなゲートに係る情報を有するゲートを選択するステ
ップと、 前記変更すべきゲートを、前記ステップにおいて選択さ
れた新たなゲートへ変更するように指示を与えるステッ
プと、 上記指示に対応して、前記ネットデータを新たなネット
データに変更するステップとからなり、 前記各ステップの繰り返しにより論理回路を設計するこ
とを特徴とする論理回路の設計方法。
1. A step of creating net data representing a gate and a register to be used based on input design information of a logic circuit and a relationship between input / output of signals to and from the gate and the register, and information on delay time related to the gate The step of extracting a path based on the condition of the signal in the path between the two registers in the net data and the net data, and the information on the delay time regarding the gate are referred to, and the path extracted in the step is referred to. Based on the change rule in which the gate to be changed is detected and the information related to this gate is extracted, and the information related to the gate to be changed and the information related to the gate to be changed are associated with each other. , Regarding the extracted gate to be changed, information regarding a new gate corresponding to the condition is included. Selecting a gate to be changed, giving an instruction to change the gate to be changed to the new gate selected in the step, and changing the net data to a new net data in response to the instruction. The method of designing a logic circuit is characterized in that the logic circuit is designed by repeating the above steps.
【請求項2】 入力される論理回路の設計情報に基づき
使用するゲート、レジスタ及びこれらゲート、レジスタ
に対する信号の入出力関係を表すネットデータを作成す
るステップと、 ゲートに関する遅延時間に係る情報を参照し、前記ネッ
トデータ中の2つのレジスタ間のパスにおける信号の条
件と前記ネットデータとに基づきパスを抽出するステッ
プと、 ゲートに関する遅延時間に係る情報を参照し、前記ステ
ップにおいて抽出されたパスに含まれるゲートについ
て、変更すべきゲートを検出し、このゲートに係る情報
を抽出し、所定規則に基づき変更すべきゲートに対して
順位付けを行うステップと、 変更すべきゲートに係る情報と変更対象となるゲートに
係る情報とが対応付けられた変更ルールに基づき、前記
抽出された変更すべきゲートについて、前記条件対応の
新たなゲートに係る情報を有するゲートを選択する処理
を、前記順位の高いゲートから所定個数のゲートについ
て行うステップと、 前記変更すべきゲートを、前記ステップにおいて選択さ
れた新たなゲートへ変更するように指示を与えるステッ
プと、 上記指示に対応して、前記ネットデータを新たなネット
データに変更するステップとからなり、 前記各ステップの繰り返しにより論理回路を設計するこ
とを特徴とする論理回路の設計方法。
2. A step of creating net data representing a gate and a register to be used on the basis of design information of a logic circuit to be input and an input / output relationship of signals to and from the gate and the register, and information on a delay time regarding the gate The step of extracting a path based on the condition of the signal in the path between the two registers in the net data and the net data, and the information on the delay time regarding the gate are referred to, and the path extracted in the step is referred to. For the included gates, a step of detecting a gate to be changed, extracting information on the gate, and ranking the gates to be changed based on a predetermined rule, information on the gate to be changed, and an object to be changed Based on the change rule associated with the information related to the gate to be changed, the extracted change target A gate having information relating to a new gate corresponding to the condition is performed for a predetermined number of gates from the gates having a higher order, and the gate to be changed is selected in the step. A step of giving an instruction to change to a new gate, and a step of changing the net data to new net data in response to the instruction, and designing a logic circuit by repeating the steps. A method of designing a logic circuit characterized by.
【請求項3】 信号の条件は、2つのレジスタ間のパス
における信号遅延時間であることを特徴とする請求項1
または請求項2に記載の論理回路の設計方法。
3. The signal condition is a signal delay time in a path between two registers.
Alternatively, the logic circuit designing method according to claim 2.
【請求項4】 所定規則は、ゲート自体の遅延時間と負
荷容量に対する充電時間とにより決定される総合計遅延
時間が大であること、パスの優先順位が高いこと、抽出
されたパスにおける使用個数が大であるゲートであるこ
とのいずれか1つ、或いは、これらの組み合わせである
ことを特徴とする請求項2または請求項3記載の論理回
路の設計方法。
4. The predetermined rule is that the total delay time determined by the delay time of the gate itself and the charging time with respect to the load capacitance is large, the priority of the path is high, and the number of used paths in the extracted path. 4. The method for designing a logic circuit according to claim 2, wherein the gate is a large gate, or a combination thereof.
【請求項5】 情報を入力するための入力手段と、 この入力手段から入力される論理回路の設計情報に基づ
き使用するゲート、レジスタ及びこれらゲート、レジス
タに対する信号の入出力関係を表すネットデータを作成
するネットデータ作成手段と、 ゲートに関する遅延時間に係る情報が記憶されたセルデ
ータ記憶手段と、 このセルデータ記憶手段に記憶されている情報とネット
データ中の2つのレジスタ間のパスにおける信号の条件
とに基づき、前記ネットデータ作成手段により作成され
るネットデータから前記条件に応じたパスを抽出するク
リティカルパス抽出手段と、 ゲートに関する遅延時間に係る情報を参照し、前記クリ
ティカルパス抽出手段により抽出されたパスに含まれる
ゲートについて、変更すべきゲートを検出し、このゲー
トに係る情報を抽出するゲート情報抽出手段と、 変更すべきゲートに係る情報と変更対象となるゲートに
係る情報とが対応付けられた変更ルールの情報が記憶さ
れた変更ルール記憶手段と、 この変更ルール記憶手段に記憶された情報に基づき、前
記ゲート抽出手段により抽出された変更すべきゲートに
ついて、前記条件対応の新たなゲートに係る情報を有す
るゲートに係るルールを選択する編集コマンド作成手段
とを備え、 前記ネットデータ作成手段はこの編集コマンド作成手段
により選択されたルールに基づき新たなゲートへ変更す
べくネットデータを作成することを特徴とする論理回路
の設計装置。
5. Input means for inputting information, gates and registers to be used based on design information of a logic circuit inputted from the input means, and net data representing input / output relations of signals to and from these gates and registers. Net data creating means to be created, cell data storing means in which information about delay time regarding the gate is stored, information stored in this cell data storing means and signals in a path between two registers in the net data Based on the condition, the critical path extracting means for extracting the path according to the condition from the net data created by the net data creating means, and the information related to the delay time regarding the gate are extracted by the critical path extracting means. For gates included in the specified path, the gate that should be changed is detected and this gate is Gate information extraction means for extracting information related to the gate, change rule storage means for storing change rule information in which information related to the gate to be changed and information related to the gate to be changed are stored, Edit command creating means for selecting a rule relating to a gate having information relating to the new gate corresponding to the condition for the gate to be changed extracted by the gate extracting means, based on the information stored in the change rule storing means, A logic circuit designing device, wherein the net data creating means creates net data for changing to a new gate based on the rule selected by the edit command creating means.
【請求項6】 情報を入力するための入力手段と、 この入力手段から入力される論理回路の設計情報に基づ
き使用するゲート、レジスタ及びこれらゲート、レジス
タに対する信号の入出力関係を表すネットデータを作成
するネットデータ作成手段と、 ゲートに関する遅延時間に係る情報が記憶されたセルデ
ータ記憶手段と、 前記セルデータ記憶手段に記憶されている情報とネット
データ中の2つのレジスタ間のパスにおける信号の条件
とに基づき、前記ネットデータ作成手段により作成され
るネットデータから前記条件に応じたパスを抽出するク
リティカルパス抽出手段と、 ゲートに関する遅延時間に係る情報を参照し、前記クリ
ティカルパス抽出手段により抽出されたパスに含まれる
ゲートについて、変更すべきゲートを検出し、このゲー
トに係る情報を抽出して、変更すべきゲートに対して所
定規則に基づき順位付けを行うゲート情報抽出手段と、 変更すべきゲートに係る情報と変更対象となるゲートに
係る情報とが対応付けられた変更ルールの情報が記憶さ
れた変更ルール記憶手段と、 この変更ルール記憶手段に記憶された情報に基づき、前
記ゲート情報抽出手段により順位付けされたゲートのう
ち順位の先頭から所定番目までの変更すべきゲートにつ
いて、前記条件対応の新たなゲートに係る情報を有する
ゲートに係るルールを選択する編集コマンド作成手段と
を備え、 前記ネットデータ作成手段はこの編集コマンド作成手段
により選択されたルールに基づき新たなゲートへ変更す
べくネットデータを作成することを特徴とする論理回路
の設計装置。
6. Input means for inputting information, gates and registers used on the basis of design information of a logic circuit input from the input means, and net data representing input / output relations of signals to and from these gates and registers. Net data creation means to be created, cell data storage means in which information on delay time regarding the gate is stored, and information stored in the cell data storage means and signals in a path between two registers in the net data. Based on the condition, the critical path extracting means for extracting the path according to the condition from the net data created by the net data creating means, and the information related to the delay time regarding the gate are extracted by the critical path extracting means. For gates included in the specified path, the gate that should be changed is detected and this gate is Information related to the gate to be changed, and the gate information extraction means for ranking the gate to be changed based on a predetermined rule, and the information related to the gate to be changed and the information related to the gate to be changed are associated with each other. Based on the information stored in the change rule storage means, the change rule storage means in which the information of the obtained change rule is stored, and from the top of the order to the predetermined number among the gates ranked by the gate information extraction means. Edit command creating means for selecting a rule relating to a gate having information relating to the new gate corresponding to the condition for the gate to be changed, and the net data creating means applies the rule selected by the edit command creating means to the net data creating means. An apparatus for designing a logic circuit, characterized in that net data is created based on the change to a new gate.
【請求項7】 ゲート情報抽出手段は、 クリティカルパス抽出手段により抽出されたパスに含ま
れるゲートについて、ゲート自体の遅延時間と負荷容量
に対する充電時間とにより決定される総合計遅延時間を
求める遅延量検出部と、 この遅延量検出部により求められた総合計遅延時間が大
であるゲートの順にゲート及びこのゲートに係る情報を
順位付けする比較順位付与部とを備えることを特徴とす
る請求項5または請求項6記載の論理回路の設計装置。
7. The gate information extraction means obtains a total delay time of gates included in the paths extracted by the critical path extraction means, the total delay time being determined by the delay time of the gate itself and the charging time with respect to the load capacitance. 6. A detection unit, and a comparison order assigning unit that ranks the gates and the information related to the gates in the order of the gate having the largest total delay time obtained by the delay amount detection unit. A device for designing a logic circuit according to claim 6.
【請求項8】 ゲート情報抽出手段は、 ネットデータのパスに与えられている優先度情報を検出
するパス優先度検出部と、 このパス優先度検出部が検出した優先度に応じてクリテ
ィカルパス抽出手段により抽出されたパスに順位付けを
行う比較順位付与部と、 この比較順位付与部により順位付けされたパス毎に、当
該パスに含まれるゲートについてゲート自体の遅延時間
と負荷容量に対する充電時間とにより決定される総合計
遅延時間を求める遅延量検出部と、 この遅延量検出部により求められた総合計遅延時間が大
であるゲートの順にゲート及びこのゲートに係る情報を
パス内で順位付けするパス内データ順位付与部とを備え
ることを特徴とする請求項5または請求項6記載の論理
回路の設計装置。
8. The gate information extracting means includes a path priority detecting section for detecting priority information given to a path of net data, and a critical path extraction according to the priority detected by the path priority detecting section. The comparison rank assigning unit that ranks the paths extracted by the means, and for each of the paths ranked by the comparison rank assigning unit, the delay time of the gate itself and the charging time for the load capacitance for the gates included in the path. The delay amount detecting unit for obtaining the total delay time determined by the above, and the gate and the information related to this gate are ranked in the path in the order of the gate having the large total delay time obtained by this delay amount detecting unit. 7. The device for designing a logic circuit according to claim 5, further comprising an in-path data rank assigning unit.
【請求項9】 ゲート情報抽出手段は、 クリティカルパス抽出手段により抽出されたクリティカ
ルパスに含まれるゲートについて、ゲート自体の遅延時
間と負荷容量に対する充電時間とにより決定される総合
計遅延時間を求める遅延量検出部と、 前記クリティカルパスにおいて、前記遅延量検出部によ
り求められた総合計遅延時間及びウェイ数の等しい同一
ゲートの使用度数を検出する使用度数検出手段と、 この使用度数検出手段により検出された使用度数と対応
するゲートの総合計遅延時間との積を算出する重み算出
手段と、 この重み算出手段による算出された重みの大きい順にゲ
ート及びこのゲートに係る情報を順位付けする比較順位
付与部とを備えることを特徴とする請求項5または請求
項6記載の論理回路の設計装置。
9. The gate information extraction means delays for a gate included in the critical path extracted by the critical path extraction means to obtain a total delay time determined by the delay time of the gate itself and the charging time with respect to the load capacitance. Quantity detection unit, a usage frequency detection unit that detects the usage frequency of the same gate having the same total delay time and the number of ways obtained by the delay amount detection unit in the critical path, and the usage frequency detection unit. Weight calculation means for calculating the product of the number of times of use and the total delay time of the corresponding gate, and a comparison order assigning part for ranking the gates and information related to the gates in descending order of weight calculated by the weight calculation means. 7. The logic circuit design apparatus according to claim 5, further comprising:
【請求項10】 ゲート情報抽出手段は、 クリティカルパス抽出手段により抽出されたクリティカ
ルパスに含まれるゲートについて、ゲート自体の遅延時
間と負荷容量に対する充電時間とにより決定される総合
計遅延時間を求める遅延量検出部と、 ネットデータのパスに与えられている優先度情報に基づ
き前記クリティカルパスの優先度情報を検出するパス優
先度検出部と、 このパス優先度検出部により検出された優先度情報と前
記遅延量検出部が検出した総合計遅延時間との積を算出
する重み算出手段と、 この重み算出手段により算出された重みの大きい順に各
クリティカルパス毎にゲート及びこのゲートに係る情報
を順位付けする比較順位付与部とを備えることを特徴と
する請求項5または請求項6記載の論理回路の設計装
置。
10. The gate information extraction means delays for a gate included in the critical path extracted by the critical path extraction means to obtain a total delay time determined by the delay time of the gate itself and the charging time with respect to the load capacitance. An amount detection unit, a path priority detection unit that detects priority information of the critical path based on priority information given to the net data path, and priority information detected by the path priority detection unit. Weight calculation means for calculating the product of the total delay time detected by the delay amount detection part, and a gate and information related to the gate for each critical path in descending order of weight calculated by the weight calculation means. 7. The apparatus for designing a logic circuit according to claim 5, further comprising:
【請求項11】 ネットデータ作成手段が論理回路の設
計情報に基づき或いは編集コマンドに応じて作成したネ
ットデータについて、クリティカルパス抽出手段が抽出
したクリティカルパスデータと、編集コマンド作成手段
が選択したルールとを取り込み保持し、このクリティカ
ルパスデータとルールとに基づき、変更ルール記憶手段
に記憶されているルールの順位を変更する変更ルール管
理手段とを備えることを特徴とする請求項5乃至請求項
10のいずれか1の請求項に記載の論理回路の設計装
置。
11. The net data created by the net data creating means based on the design information of the logic circuit or in response to the edit command, the critical path data extracted by the critical path extracting means, and the rule selected by the edit command creating means. 11. A change rule management unit that captures and holds the rule and changes the order of the rules stored in the change rule storage unit based on the critical path data and the rule. A device for designing a logic circuit according to claim 1.
【請求項12】 信号の条件は、2つのレジスタ間のパ
スにおける信号遅延時間であることを特徴とする請求項
5乃至請求項11のいずれか1の請求項に記載の論理回
路の設計装置。
12. The logic circuit designing apparatus according to claim 5, wherein the signal condition is a signal delay time in a path between two registers.
【請求項13】 変更ルール記憶手段には、ゲート名に
対応して遅延時間とウェイ数とにより決定される変更ル
ールが対応付けられて記憶されており、 編集コマンド作成手段はゲート情報抽出手段により抽出
されたゲートのゲート名、遅延時間、ウェイ数とマッチ
するゲート名、遅延時間、ウェイ数に対応付けられた変
更ルールを前記変更ルール記憶手段から選択することを
特徴とする請求項5乃至請求項12のいずれか1の請求
項に記載の論理回路の設計装置。
13. The change rule storage means stores a change rule determined by the delay time and the number of ways in association with the gate name, and the edit command creating means is stored by the gate information extracting means. 6. A change rule associated with a gate name, a delay time, a gate name that matches the number of ways, a delay time, and the number of ways of the extracted gate is selected from the change rule storage means. Item 13. A logic circuit design device according to any one of items 12.
JP6055521A 1994-03-25 1994-03-25 Method and device for designing logic circuit Withdrawn JPH07262246A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6055521A JPH07262246A (en) 1994-03-25 1994-03-25 Method and device for designing logic circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6055521A JPH07262246A (en) 1994-03-25 1994-03-25 Method and device for designing logic circuit

Publications (1)

Publication Number Publication Date
JPH07262246A true JPH07262246A (en) 1995-10-13

Family

ID=13001024

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6055521A Withdrawn JPH07262246A (en) 1994-03-25 1994-03-25 Method and device for designing logic circuit

Country Status (1)

Country Link
JP (1) JPH07262246A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007257375A (en) * 2006-03-23 2007-10-04 Fujitsu Ltd Program, method and apparatus for analyzing delay, and recording medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007257375A (en) * 2006-03-23 2007-10-04 Fujitsu Ltd Program, method and apparatus for analyzing delay, and recording medium

Similar Documents

Publication Publication Date Title
US7263678B2 (en) Method of identifying floorplan problems in an integrated circuit layout
WO2008106347A1 (en) System and method for sign-off timing closure of a vlsi chip
JP2001142937A (en) Scheduling correctness checking method and schedule verifying method for circuit
US7996200B2 (en) Transaction-based system and method for abstraction of hardware designs
US6834379B2 (en) Timing path detailer
TW202034454A (en) Circuit design method and associated computer program product
JPH06274568A (en) Expansion method for hierarchical graphic data
US6438730B1 (en) RTL code optimization for resource sharing structures
Yalcin et al. An approximate timing analysis method for datapath circuits
JPH07262246A (en) Method and device for designing logic circuit
JP3195031B2 (en) Test specification generation method, semiconductor device inspection apparatus, and semiconductor device inspection method
JPH06282600A (en) Logic simulation device
JP2001142914A (en) Route search method and storage medium
JPH0981616A (en) Static timing analysis device and analysis method therefor
JP6852002B2 (en) Data search method, data search device and program
JP6993573B2 (en) Program analysis method, program analysis device and program analysis program
JP3940668B2 (en) Logic circuit design method, logic circuit design program, and logic circuit design apparatus
CN111460747A (en) Standard unit tracking method for integrated circuit design
JPH06309172A (en) Knowledge base device and knowledge base constituting method
US7853907B2 (en) Over approximation of integrated circuit based clock gating logic
CN111695321B (en) Circuit design method and related computer program product
Benhamamouch et al. Computing worst case execution time (WCET) by Symbolically Executing a time-accurate Hardware Model
JP2853649B2 (en) How to create a logic simulation model
JP2990882B2 (en) Functional simulation device
JP3396365B2 (en) Method and apparatus for automatically generating an input sequence for simulation-based logic verification, and method and apparatus for outputting a state set time series for generating the input sequence for logic verification

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20010605