JP3129883B2 - Register transfer level design support system - Google Patents

Register transfer level design support system

Info

Publication number
JP3129883B2
JP3129883B2 JP05171549A JP17154993A JP3129883B2 JP 3129883 B2 JP3129883 B2 JP 3129883B2 JP 05171549 A JP05171549 A JP 05171549A JP 17154993 A JP17154993 A JP 17154993A JP 3129883 B2 JP3129883 B2 JP 3129883B2
Authority
JP
Japan
Prior art keywords
data path
block
layout
estimating
library
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP05171549A
Other languages
Japanese (ja)
Other versions
JPH0728877A (en
Inventor
正博 福井
知恵 岩崎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Corp
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Panasonic Corp, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP05171549A priority Critical patent/JP3129883B2/en
Publication of JPH0728877A publication Critical patent/JPH0728877A/en
Application granted granted Critical
Publication of JP3129883B2 publication Critical patent/JP3129883B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、レジスタ転送レベルに
おける回路設計を支援するレジスタ転送レベル設計支援
装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a register transfer level design support device for supporting circuit design at a register transfer level.

【0002】[0002]

【従来の技術】昨今、回路設計のレジスタ転送レベルに
おいて、ハードウエア記述言語やグラフィックを用いた
記述がされるようになってきた。これらの合成方法に関
して共通に行なわれていることは、データの流れを、デ
ータの演算を扱うデータパス部分と演算の処理順序を扱
うコントロール部分とに明確に分離し、最適化を行なう
ことである。
2. Description of the Related Art Recently, descriptions using a hardware description language or a graphic have come to be made at a register transfer level of a circuit design. What is commonly performed in these synthesizing methods is to clearly separate the flow of data into a data path portion that handles data operations and a control portion that handles the processing order of operations, and perform optimization. .

【0003】データパス部は比較的規則的な繰り返し回
路で実現されるため、レジスタ間の遅延時間を予想し最
適化することが容易である。これに対して、コントロー
ル部はランダム性が強く予想及び最適化が困難である。
前記データパス部とコントロール部とを含むシステムを
VLSIのマスクレイアウトに実現する場合には、次の
2種類の回路設計方法がある。
Since the data path is implemented by a relatively regular repetitive circuit, it is easy to predict and optimize the delay time between registers. On the other hand, the control section has a strong randomness and is difficult to predict and optimize.
To realize a system including the data path unit and the control unit in a VLSI mask layout, there are the following two types of circuit design methods.

【0004】 データパス部とコントロール部とをま
とめて一つのブロックで実現する回路設計方法 データパス部とコントロール部とをレイアウト上別
のブロックとして扱う回路設計方法 システムの回路規模が1000ゲート以下程度で比較的
小さい場合、又は、データパス部の回路規模(ゲートの
個数)がコントロール部に比較して約10倍以上でない
場合には、の回路設計方法が面積最小化の点で有効で
あり、それ以外の場合にはの回路設計方法を用い、デ
ータパス部に専用のレイアウト方法を適用することが有
効である。
A circuit design method for realizing a data path unit and a control unit in one block collectively A circuit design method in which a data path unit and a control unit are treated as separate blocks on a layout When the circuit scale of the system is about 1000 gates or less. If the circuit size (the number of gates) of the data path section is not more than about 10 times as large as that of the control section, the circuit design method is effective in minimizing the area. In other cases, it is effective to use a circuit design method and apply a dedicated layout method to the data path portion.

【0005】の回路設計方法を用いた場合には、チッ
プ上のほとんどの面積はデータパス部で占められる。こ
のため、チップ面積の推定においてデータパス部の推定
がコントロール部の推定に比較してより重要となる。た
だし、タイミングの点からコントロール部及びデータパ
ス部が共に条件を満足するように実現する必要がある。
以下、回路のデータパス部及びコントロール部をレイ
アウト上互いに独立したブロックとして設計する場合の
従来の回路設計方法及びそのレジスタ転送レベルにおけ
る設計支援方法を説明する。
When the circuit design method described above is used, most of the area on the chip is occupied by the data path portion. For this reason, in the estimation of the chip area, the estimation of the data path section becomes more important than the estimation of the control section. However, it is necessary to realize such that both the control unit and the data path unit satisfy the conditions in terms of timing.
Hereinafter, a conventional circuit design method and a design support method at a register transfer level when a data path portion and a control portion of a circuit are designed as blocks independent from each other on a layout will be described.

【0006】図8は前記従来の回路設計方法を示す流れ
図であり、図8に示すように、回路設計は、ステップS
51のレジスタ転送レベルの設計から、ステップS54
のロジックレベルの設計を経て、ステップS57のレイ
アウト設計へと進められ、回路の概念モデルを抽象度の
高いものから具体的なものへと順次変換していく。
FIG. 8 is a flow chart showing the conventional circuit design method. As shown in FIG.
From the design of the register transfer level of S51, step S54
After the logic level design, the process proceeds to the layout design in step S57, and the conceptual model of the circuit is sequentially converted from a high abstraction level to a specific level.

【0007】まず、ステップS51のレジスタ転送レベ
ルの設計では、個々の演算に対応して演算器(ハードウ
エア)が定義され、設計データはレジスタ間のデータ転
送とそれらの間の順序制御部分とにより構成される。前
記レジスタ間のデータ転送は、ひとまとめにしてデータ
パスブロックとして扱われる。一方、制御部分は有限状
態機械(Finite State Machine)で表現される。次に、
ステップS54のロジックレベルの設計では、レジスタ
転送レベルで定められた詳細仕様に従い各ブロックを論
理ゲートへ展開する。セルライブラリを使用してその中
から適当なものを選択しそれらを組み合わして構成す
る。そして、ステップS57のレイアウト設計で、各ブ
ロックの配置やブロック間の配線等を定めLSIのマス
クパターンを設計する。
First, in the design of the register transfer level in step S51, a computing unit (hardware) is defined corresponding to each operation, and the design data is transferred by data transfer between the registers and an order control portion therebetween. Be composed. The data transfer between the registers is collectively treated as a data path block. On the other hand, the control part is represented by a finite state machine (Finite State Machine). next,
In the logic level design in step S54, each block is developed into a logic gate in accordance with the detailed specification defined at the register transfer level. Using a cell library, appropriate ones are selected from among them, and they are combined and configured. Then, in the layout design in step S57, the arrangement of each block, the wiring between the blocks, and the like are determined, and the mask pattern of the LSI is designed.

【0008】また、図8に示すように、ステップS51
のレジスタ転送レベルの設計後、ステップS52でチッ
プサイズやシステムの動作速度等の推定をレジスタ転送
レベルの回路図に基づいて行ない、ステップS53で推
定値を要求仕様と比較して設計結果を検証し、推定値が
要求仕様を満たしている場合にはステップS54のロジ
ックレベルの設計へ移行する一方、推定値が要求仕様を
満たしていない場合にはステップS51へ戻りレジスタ
転送レベルでの再設計を行なう。同様に、ステップS5
4のロジックレベルの設計後、ステップS55でチップ
サイズやシステムの動作速度等の推定をロジックレベル
の回路図に基づいて行ない、ステップS56で推定値を
要求仕様と比較して設計結果を検証し、推定値が要求仕
様を満たしている場合にはステップS57のレイアウト
設計へ移行する一方、推定値が要求仕様を満たしていな
い場合にはステップS54へ戻りロジックレベルでの再
設計を行なう。
[0008] Further, as shown in FIG.
After the design of the register transfer level, the estimation of the chip size and the operating speed of the system is performed based on the circuit diagram of the register transfer level in step S52, and the estimated value is compared with the required specification in step S53 to verify the design result. If the estimated value satisfies the required specification, the process proceeds to the logic level design in step S54, while if the estimated value does not satisfy the required specification, the process returns to step S51 to perform redesign at the register transfer level. . Similarly, step S5
After the design at the logic level of 4, the estimation of the chip size and the operation speed of the system is performed based on the logic level circuit diagram at a step S55, and the estimated value is compared with the required specification at a step S56 to verify the design result. If the estimated value satisfies the required specification, the process proceeds to the layout design in step S57. On the other hand, if the estimated value does not satisfy the required specification, the process returns to step S54 to perform redesign at the logic level.

【0009】以上のように、回路設計の上流即ちレジス
タ転送レベルにおいて、図8のステップS52に示すよ
うに、回路の面積や動作速度等の見積もりが行なわれる
ことは、レジスタ転送レベルにおける設計支援として非
常に重要である。
As described above, at the upstream of the circuit design, that is, at the register transfer level, as shown in step S52 of FIG. 8, the estimation of the circuit area and the operation speed is performed as a design support at the register transfer level. Very important.

【0010】レジスタ転送レベルにおける従来の設計支
援方法の具体例としては、以下に記述するように、レイ
アウトを意識せずに推定を行なうもの、又は、スタンダ
ードセルのレイアウトモデルを用いて面積、動作速度を
推定するものが提案されている。
As a specific example of the conventional design support method at the register transfer level, as described below, a method of estimating without considering layout, or an area and operation speed using a layout model of a standard cell are described. Have been proposed.

【0011】Gajskiのデータパス面積の見積りでは、ア
イ・イー・イー・イー インターナショナル・カンファ
レンス・オン・コンピュータ・エイディッド・デザイン
(1991)の第34頁から第37頁(IEEE Internati
onal Conference on Computer-Aided Design (1991) p
p.34-37)に記載されるように、データパスのレイアウ
トモデルをビットスライス構造とし、データパスの面積
を次の式(1)を用いて求める。
According to Gajski's estimation of the data path area, IEE International Conference on Computer Aided Design (1991), pp. 34 to 37 (IEEE Internati)
onal Conference on Computer-Aided Design (1991) p
As described in (pp. 34-37), the layout model of the data path has a bit slice structure, and the area of the data path is obtained using the following equation (1).

【0012】 ビット数 × (ビットスライスの面積 + 配線面積) …(1) 式(1)における“ビットスライスの面積”は、ライブ
ラリ内のセルのトランジスタピッチの平均とビットスラ
イスのトランジスタ数との積をビットスライスの高さと
し、ビットスライスの幅をライブラリに関し一定とする
ことにより、前記ビットスライスの高さと幅との積とし
て求める。また、ビットスライス間の配線領域の面積で
ある“配線面積”は、配線トラック数、配線ピッチ及び
配線チャネル長の関数として求める。前記配線チャネル
長はビットスライスの長さとし、配線トラック数はビッ
トスライス内の全コンポーネントをmin-cut で1次元配
置しleft-edge 法で配線して見積もる。
The number of bits × (the area of the bit slice + the wiring area) (1) The “area of the bit slice” in the equation (1) is the product of the average of the transistor pitch of the cells in the library and the number of the transistors of the bit slice. Is the height of the bit slice, and the width of the bit slice is fixed with respect to the library, thereby obtaining the product of the height and the width of the bit slice. The “wiring area”, which is the area of the wiring area between bit slices, is obtained as a function of the number of wiring tracks, wiring pitch, and wiring channel length. The wiring channel length is the length of a bit slice, and the number of wiring tracks is estimated by arranging all components in a bit slice one-dimensionally with min-cut and wiring them by a left-edge method.

【0013】Gajskiのデータパス速度の見積りでは、ア
イ・イー・イー ヨーロッパ・デザイン・オートメーシ
ョン・カンファレンス(1992)の第60頁から第6
5頁(IEEE Europe Design Automation Conference (19
92) pp.60-65)に記載されるように、データパスの遅延
を全オペレーションの遅延の最大値と定義し、各オペレ
ーションの遅延を、ソースレジスタやALU やマルチプレ
クサ等の各コンポーネントの伝搬遅延と、コンポーネン
ト間の配線の伝搬遅延と、デスティネーションレジスタ
のセットアップ時間との和として求める。ここでは、コ
ンポーネント間の配線長はデータパスブロックの高さの
1/2としている。
According to Gajski's estimate of the data path speed, pages 60 to 6 of the IEE Europe Design Automation Conference (1992) were used.
Page 5 (IEEE Europe Design Automation Conference (19
92) As described in pp.60-65), the delay of the data path is defined as the maximum value of the delay of all operations, and the delay of each operation is defined as the propagation delay of each component such as a source register, ALU, and multiplexer. And the propagation delay of the wiring between the components and the setup time of the destination register. Here, the wiring length between the components is 1 / of the height of the data path block.

【0014】Parkerのデータパス面積及び速度の見積り
では、第24回 エー・シー・エム/アイ・イー・イー
・イー デザイン・オートメーション・カンファレンス
(1987)の第35頁から第41頁(24th ACM/IEEE
Design Automation Conference (1987) pp.35-41)に記
載されるように、データパスの面積を、全オペレーショ
ンの面積と全レジスタの面積と全マルチプレクサとの和
として求める。また、データパスのクロックサイクル
を、全オペレーションの遅延の最大値とレジスタのセッ
トアップ時間とレジスタの伝搬遅延と通過するマルチプ
レクサの伝搬遅延との和として求める。この方法は、配
置や配線等のレイアウトを考慮しておらず、レジスタ転
送レベルより上位レベルで有効な概略的な見積り手法で
ある。
In the estimation of Parker's data path area and speed, the 24th ACM / IEE Design Automation Conference (1987), pp. 35 to 41 (24th ACM / IEEE
As described in Design Automation Conference (1987) pp.35-41), the area of the data path is obtained as the sum of the area of all operations, the area of all registers, and all multiplexers. Further, the clock cycle of the data path is obtained as the sum of the maximum value of the delay of all operations, the setup time of the register, the propagation delay of the register, and the propagation delay of the passing multiplexer. This method is a rough estimation method that is effective at a higher level than the register transfer level without considering the layout such as arrangement and wiring.

【0015】[0015]

【発明が解決しようとする課題】ところが、回路設計方
法のレジスタ転送レベルにおける前記従来の設計支援方
法においては、回路の面積、動作速度の推定時に、限ら
れたレイアウトしか考慮されておらず、また、製造テク
ノロジも考慮されていないため、カスタムレイアウトや
モジュール合成等を用いたレイアウト面積の予測やトレ
ードオフといったことには対応できず、推定結果の精度
がよくないという問題点がある。
However, in the conventional design support method at the register transfer level of the circuit design method, only a limited layout is considered when estimating the circuit area and the operation speed. Also, since the manufacturing technology is not taken into account, it is not possible to cope with a layout area prediction or a trade-off using a custom layout, module synthesis, or the like, and the accuracy of the estimation result is poor.

【0016】また、従来の回路設計方法全体に目を移し
てみると、回路の面積、動作速度の推定が回路合成に対
して独立して別個に行なわれるため、推定時に仮定され
た仮定事項は推定終了時にリセットされてしまい、前記
仮定事項をそのまま具現化して回路合成に反映させると
いうことがない。このため、推定時に想定される回路と
設計完了時の実際の回路との違いが大きくなり、結果と
して、レジスタ転送レベルにおける推定精度が悪くなる
という問題点がある。
Turning now to the conventional circuit design method as a whole, the estimation of the circuit area and operation speed is performed independently and independently of the circuit synthesis. It is reset at the end of the estimation, and the assumption is not embodied as it is and reflected in circuit synthesis. For this reason, there is a problem that the difference between the circuit assumed at the time of estimation and the actual circuit at the time of completion of design becomes large, and as a result, the estimation accuracy at the register transfer level deteriorates.

【0017】本発明は、前記に鑑みなされたものであっ
て、回路のデータパス部及びコントロール部をレイアウ
ト上互いに独立したブロックとして設計する回路設計の
レジスタ転送レベルにおいて、回路の面積及び動作速度
の推定精度を向上させることができるレジスタ転送レベ
ル設計支援装置を提供することを目的とする。
The present invention has been made in view of the above, and has been made in consideration of the above, and has been made in consideration of the circuit area and operation speed at a register transfer level of a circuit design in which a data path portion and a control portion of a circuit are designed as blocks independent from each other on a layout. An object of the present invention is to provide a register transfer level design support device capable of improving estimation accuracy.

【0018】[0018]

【課題を解決するための手段】前記の目的を達成するた
め、本発明は、レジスタ転送レベルにおいて、互いに異
なる複数個のレイアウト設計方式を回路のデータパス部
のブロック実現方法として与え、各レイアウト設計方式
に基づいて前記データパス部の面積及び動作速度を推定
し、前記複数個のレイアウト設計方式に基づいてブロッ
ク形状の最適化を図ることによりレイアウトの概略設計
を行なうものである。
In order to achieve the above object, the present invention provides a plurality of layout design methods different from each other at a register transfer level as a block realization method of a data path portion of a circuit. The layout and the operation speed are estimated based on the scheme, and the block layout is optimized by optimizing the block shape based on the plurality of layout design schemes.

【0019】具体的に請求項1の発明が講じた解決手段
は、レジスタ転送レベルにおいて、回路のデータパス部
及びコントロール部をレイアウト上互いに独立したブロ
ックとして設計する回路設計を支援するレジスタ転送レ
ベル設計支援装置を対象とし、それぞれが、レジスタ間
の同一の演算を異なる面積及び動作速度で実現する複数
個の基本回路からなる基本回路群を生成する複数個のラ
イブラリ推定手段と、それぞれが異なるレイアウト設計
方式を供給する複数個のレイアウト設計方式記述手段
と、それぞれが、複数個の前記基本回路群からなるライ
ブラリと複数個の前記レイアウト設計方式の何れかとの
組み合わせをデータパスブロック実現方法として選択
し、選択されたデータパスブロック実現方法に基づいて
前記データパス部の面積及び動作速度を推定する複数個
のデータパス部性能推定手段と、それぞれが異なるコン
トロールブロック実現方法に基づいて前記コントロール
部の面積及び動作速度を推定する複数個のコントロール
部性能推定手段と、前記回路全体の動作速度の制約に基
づいて複数個の前記データパスブロック実現方法と複数
個の前記コントロールブロック実現方法とを選択し、選
択された複数個のデータパスブロック実現方法及び複数
個のコントロールブロック実現方法に基づいて前記デー
タパス部及びコントロールパス部のブロック形状の最適
化を行なうフロアプラン最適化手段とを備えている構成
とするものである。
Specifically, a solution taken by the first aspect of the present invention is a register transfer level design for supporting a circuit design in which a data path portion and a control portion of a circuit are designed as independent blocks on a layout at a register transfer level. A plurality of library estimating means for generating a basic circuit group consisting of a plurality of basic circuits each for realizing the same operation between registers with different areas and operating speeds, and different layout designs for the support device; A plurality of layout design method description means for supplying a method, each of which selects a combination of a library including a plurality of the basic circuit groups and any of the plurality of the layout design methods as a data path block realizing method; A surface of the data path unit based on the selected data path block realizing method; A plurality of data path unit performance estimating means for estimating operation speed, a plurality of control unit performance estimating means for estimating the area and operation speed of the control unit based on different control block realization methods, and the circuit Selecting a plurality of the data path block realizing methods and a plurality of the control block realizing methods based on the overall operation speed constraint, and selecting the plurality of the data path block realizing methods and the plurality of control block realizing methods; Floor plan optimizing means for optimizing the block shapes of the data path unit and the control path unit based on a method.

【0020】請求項2の発明は、請求項1の発明の構成
に、それぞれが前記複数個のライブラリ推定手段のそれ
ぞれに対応して設けられ対応するライブラリ推定手段の
推定結果を表示する複数個のライブラリ推定結果表示手
段と、それぞれが前記複数個のデータパス部性能推定手
段のそれぞれに対応して設けられ対応するデータパス部
性能推定手段の推定結果を表示する複数個のデータパス
部性能推定結果表示手段と、それぞれが前記複数個のコ
ントロール部性能推定手段のそれぞれに対応して設けら
れ対応するコントロール部性能推定手段の推定結果を表
示する複数個のコントロール部性能推定結果表示手段
と、前記フロアプラン最適化手段に対応して設けられ最
適化結果を表示するフロアプラン最適化結果表示手段
と、それぞれが前記複数個のライブラリ推定手段のそれ
ぞれに対応して設けられ対応するライブラリ推定手段の
ユーザ割り込みを受け付ける複数個のライブラリ推定割
り込み手段と、それぞれが前記複数個のデータパス部性
能推定手段のそれぞれに対応して設けられ対応するデー
タパス部性能推定手段のユーザ割り込みを受け付ける複
数個のデータパス部性能推定割り込み手段と、それぞれ
が前記複数個のコントロール部性能推定手段のそれぞれ
に対応して設けられ対応するコントロール部性能推定手
段のユーザ割り込みを受け付ける複数個のコントロール
部性能推定割り込み手段と、前記フロアプラン最適化手
段に対応して設けられユーザ割り込みを受け付けるフロ
アプラン最適化割り込み手段とを備え、ユーザ割り込み
により設定条件が変化した場合に、前記複数個のライブ
ラリ推定手段、複数個のデータパス部性能推定手段、複
数個のコントロール部性能推定手段及びフロアプラン最
適化手段の中から変化した設定条件に関連する手段を選
択し起動することによって、前記複数個のライブラリ推
定手段、複数個のデータパス部性能推定手段、複数個の
コントロール部性能推定手段及びフロアプラン最適化手
段の間の設定条件の矛盾をなくす構成を付加するもので
ある。
According to a second aspect of the present invention, in the configuration of the first aspect of the present invention, there are provided a plurality of library estimating means each of which is provided corresponding to each of the plurality of library estimating means. Library estimation result display means, and a plurality of data path section performance estimation results each provided corresponding to each of the plurality of data path section performance estimation means and displaying the estimation results of the corresponding data path section performance estimation means Display means, a plurality of control section performance estimation result display means each provided corresponding to each of the plurality of control section performance estimation means and displaying the estimation result of the corresponding control section performance estimation means, and the floor Floor plan optimization result display means provided corresponding to the plan optimization means and displaying the optimization result; A plurality of library estimating interrupt means provided corresponding to each of the plurality of library estimating means and receiving a user interrupt of the corresponding library estimating means, each corresponding to each of the plurality of data path unit performance estimating means; A plurality of data path section performance estimation interrupt means provided for receiving a user interrupt of the corresponding data path section performance estimation means; and a corresponding control section provided corresponding to each of the plurality of control section performance estimation means. A plurality of control section performance estimating interrupt means for receiving a user interrupt of the performance estimating means; and a floor plan optimizing interrupt means provided corresponding to the floor plan optimizing means for receiving a user interrupt; Is changed, By selecting and activating means related to the changed setting conditions from several library estimating means, a plurality of data path section performance estimating means, a plurality of control section performance estimating means and a floor plan optimizing means, A configuration for eliminating inconsistencies in setting conditions among the plurality of library estimation units, the plurality of data path unit performance estimation units, the plurality of control unit performance estimation units, and the floor plan optimization unit is added.

【0021】請求項3の発明は、請求項1の発明の構成
に、レジスタ間転送及びその制御に要する遅延時間と、
レジスタ間転送及びその処理順の制御方法が言語又は図
で表現されたデータと、回路全体の動作速度とを表示す
る表示手段と、前記回路全体の動作速度の変更要求及び
前記遅延時間の変更要求をユーザ割り込みとして受け付
ける割り込み手段とを備え、前記ユーザ割り込みによ
り、前記複数個のライブラリ推定手段、複数個のデータ
パス部性能推定手段、複数個のコントロール部性能推定
手段及びフロアプラン最適化手段を起動することによっ
て、回路の面積及び動作速度の両方を考慮した最適化を
行なう構成を付加するものである。
According to a third aspect of the present invention, there is provided the configuration according to the first aspect of the present invention, wherein a delay time required for inter-register transfer and its control,
Display means for displaying data expressed in a language or a diagram in the method of controlling the transfer between registers and the processing order thereof, and the operation speed of the entire circuit; And a plurality of library estimating means, a plurality of data path section performance estimating means, a plurality of control section performance estimating means, and a floor plan optimizing means. By doing so, a configuration for performing optimization in consideration of both the circuit area and the operation speed is added.

【0022】請求項4の発明は、請求項1の発明の構成
に、前記複数個のライブラリ推定手段のそれぞれは、対
応するファンクションの面積及び動作速度を、トランジ
スタの幅Wと長さLとの比即ちW/Lをパラメータとし
て、抽象的ゲート回路の接続関係をビット展開可能に示
す抽象的ゲート回路構造テンプレートと該抽象的ゲート
回路構造テンプレートの抽象的ゲート回路に対する製造
テクノロジに依存した情報とを用いて推定する構成を付
加するものである。
According to a fourth aspect of the present invention, in the configuration of the first aspect, each of the plurality of library estimating means determines an area and an operation speed of a corresponding function by a width W and a length L of a transistor. Using the ratio, ie, W / L, as a parameter, an abstract gate circuit structure template that indicates the connection relation of the abstract gate circuit in a bit-expandable manner, and information depending on the manufacturing technology for the abstract gate circuit of the abstract gate circuit structure template This is to add a configuration to be estimated by using.

【0023】請求項5の発明は、請求項1の発明の構成
に、前記複数個のデータパス部性能推定手段のそれぞれ
は、レイアウト設計方式のレイアウト条件の設定にオン
オフ状態が対応するスイッチ手段と、前記レイアウト条
件が設定された場合に前記レイアウト条件に基づいてデ
ータパス部の面積及び動作速度を推定する手段とを有
し、前記複数個のレイアウト設計方式記述手段のそれぞ
れは、対応するデータパス部性能推定手段のスイッチ手
段のオンオフ状態によって、レイアウト設計方式のレイ
アウト条件を設定する構成を付加するものである。
According to a fifth aspect of the present invention, in the configuration of the first aspect, each of the plurality of data path section performance estimating means includes a switch means whose on / off state corresponds to setting of a layout condition of a layout design method. Means for estimating the area and operation speed of a data path unit based on the layout conditions when the layout conditions are set, wherein each of the plurality of layout design method description means A configuration for setting the layout conditions of the layout design method according to the on / off state of the switch means of the unit performance estimating means is added.

【0024】請求項6の発明は、請求項1の発明の構成
に、前記複数個のデータパス部性能推定手段のそれぞれ
は、レイアウト設計方式のレイアウト条件の設定にオン
オフ状態が対応するスイッチ手段と、前記レイアウト条
件が設定された場合に前記レイアウト条件に基づいてデ
ータパス部の面積及び動作速度を推定する手段とを有
し、さらに、機能セルを一行に配置する場合に該機能セ
ルの一次元配置を最適化する手段、配線をバス又はマル
チプレクサで実現する場合の実現方法を最適化する手段
並びにデータ転送の速度及びブロックの面積を推定する
手段のうちの少なくとも1つの手段を有している構成を
付加するものである。
According to a sixth aspect of the present invention, in the configuration of the first aspect, each of the plurality of data path section performance estimating means includes a switch means whose on / off state corresponds to setting of a layout condition of a layout design method. Means for estimating an area and an operation speed of a data path portion based on the layout condition when the layout condition is set, and further comprising: A configuration having at least one of a means for optimizing the arrangement, a means for optimizing a method of realizing wiring when realized by a bus or a multiplexer, and a means for estimating a data transfer speed and a block area Is added.

【0025】請求項7の発明は、請求項1の発明の構成
に、前記複数個のデータパス部性能推定手段のそれぞれ
は、各セル行に1個又は複数個のセルを配置する場合に
おいて、各セル行に含まれるセル及びフィードスルー配
線の幅の総和を当該セル行の幅とし、全てのセル行の幅
のうちの最大幅をブロックの幅Wとし、セルの高さの総
和をブロックの高さHとし、レジスタ間データ転送に要
する遅延時間の最大値をブロックの動作速度Sとし、セ
ル行の並びの変更を順次繰り返すことによりブロックに
おける前記幅W、高さH及び動作速度Sの関数で定義さ
れる評価関数を最小化することによってセル行の線形配
置の最適化を行なう構成を付加するものである。
According to a seventh aspect of the present invention, in the configuration of the first aspect, each of the plurality of data path section performance estimating means includes one or more cells arranged in each cell row. The sum of the widths of the cells and the feedthrough wiring included in each cell row is defined as the width of the cell row, the maximum width of all the cell rows is defined as the block width W, and the sum of the cell heights is defined as the block width. The height H, the maximum value of the delay time required for data transfer between the registers is the operation speed S of the block, and the change of the arrangement of the cell rows is sequentially repeated to obtain a function of the width W, the height H, and the operation speed S in the block. Is added to optimize the linear arrangement of the cell rows by minimizing the evaluation function defined by.

【0026】請求項8の発明は、請求項1の発明の構成
に、前記フロアプラン最適化手段は、各ブロック毎に、
回路全体の動作速度の制約に基づいて当該ブロックの動
作速度の制約を求め、当該ブロックの動作速度の制約を
満足するブロック実現方法とブロック形状との組み合わ
せを列挙し、回路全体の面積が最小となるように各ブロ
ック毎のブロック実現方法とブロック形状との組み合わ
せを選択する構成を付加するものである。
According to an eighth aspect of the present invention, in the configuration of the first aspect, the floor plan optimizing means includes:
Obtain the restriction on the operation speed of the block based on the restriction on the operation speed of the entire circuit, enumerate combinations of block realization methods and block shapes that satisfy the restriction on the operation speed of the block, and determine that the area of the entire circuit is minimum. Thus, a configuration for selecting a combination of a block realizing method and a block shape for each block is added.

【0027】[0027]

【作用】請求項1〜8の発明の構成により、複数個のラ
イブラリ推定手段がライブラリを与え、複数個のレイア
ウト設計方式記述手段が互いに異なる複数個のレイアウ
ト設計方式を与える。各データパス部性能推定手段は、
ライブラリとレイアウト設計方式との組み合わせを回路
のデータパス部のブロック実現方法として選択し、該ブ
ロック実現方法を用いてデータパスブロック内のレイア
ウトの概略を設計する。そして、設計されたレイアウト
に基づいて前記データパス部の面積及び動作速度が推定
される。ここで、面積及び動作速度の推定において、例
えば、スタンダードセル方式、ゲートアレイ方式、モジ
ュール合成方式、ハンドクラフト等の多様なレイアウト
設計方式を考慮することができるため推定結果の精度を
向上させることができる。
According to the invention, a plurality of library estimating means provide a library, and a plurality of layout design method description means provide a plurality of different layout design methods. Each data path section performance estimation means
A combination of a library and a layout design method is selected as a block realization method for a data path portion of a circuit, and an outline of a layout in a data path block is designed using the block realization method. Then, the area and the operation speed of the data path section are estimated based on the designed layout. Here, in estimating the area and the operation speed, for example, various layout design methods such as a standard cell method, a gate array method, a module synthesis method, and handcraft can be considered, so that the accuracy of the estimation result can be improved. it can.

【0028】また、フロアプラン最適化手段が、回路全
体の動作速度の制約に基づいて、複数個のデータパスブ
ロック実現方法及びコントロールブロック実現方法を選
択し、これらのブロック実現方法及びその推定結果を比
較し検討することによって、回路のデータパス部及びコ
ントロール部のブロック形状の最適化を図ることがで
き、レイアウトを考慮に入れた正確なタイミング条件の
もとでの設計を行なうことができる。ここでは、プロセ
スやセルライブラリが後に与えられる場合でも、予め、
トランジスタのドライブ能力や配線幅等をパラメータと
して設計を進めることができ、プロセスが与えられた時
点でそれらのパラメータを固定し同時にチップの概略設
計まで済ませることが可能となる。
Further, the floor plan optimizing means selects a plurality of data path block realizing methods and control block realizing methods based on the restriction of the operation speed of the whole circuit, and selects these block realizing methods and their estimation results. By comparing and studying, the block shapes of the data path portion and the control portion of the circuit can be optimized, and the design can be performed under accurate timing conditions in consideration of the layout. Here, even if a process or cell library is given later,
The design can be advanced by using the drive capability of the transistor, the wiring width, and the like as parameters, and when the process is given, these parameters can be fixed, and at the same time, the rough design of the chip can be completed.

【0029】さらに、請求項2の発明の構成により、ブ
ロックの面積及び動作速度の推定にユーザが割り込むこ
とを可能とし、各割り込み手段が回路合成のためのユー
ザの指定を受け付けその指定情報を前提として推定を行
なうことによって推定精度を向上させることができる。
Further, according to the configuration of the second aspect of the present invention, it is possible for the user to interrupt the estimation of the block area and the operation speed, and each interrupt means accepts a user's designation for circuit synthesis and assumes the designation information. By performing the estimation as, it is possible to improve the estimation accuracy.

【0030】請求項3の発明の構成により、ユーザがレ
イアウトを全く意識しなくてもバックグラウンドで概略
レイアウトの最適化を行なうことができる。
According to the configuration of the third aspect of the invention, the general layout can be optimized in the background without the user being conscious of the layout at all.

【0031】請求項4の発明の構成により、セルライブ
ラリが与えられない場合でも、セルのサイズや動作速度
に関する情報を提供し、これらの情報を用いてブロック
やチップの面積及び動作速度を推定することができる。
According to the configuration of the fourth aspect of the present invention, even when a cell library is not provided, information on cell size and operation speed is provided, and the area and operation speed of blocks and chips are estimated using these information. be able to.

【0032】請求項7の発明の構成により、回路のデー
タパス部の配置において、ブロックの面積及び動作速度
の両方を考慮した最適化を行なうことができる。
According to the configuration of the seventh aspect of the present invention, the layout of the data path portion of the circuit can be optimized in consideration of both the block area and the operation speed.

【0033】請求項8の発明の構成により、ブロックの
形状の最適化を図る際にブロックの動作速度も考慮に入
れているため、ブロックの面積及び動作速度の両方の点
で最適な形状が得られる。
According to the structure of the eighth aspect of the present invention, since the operation speed of the block is taken into consideration when optimizing the shape of the block, an optimum shape can be obtained in terms of both the area of the block and the operation speed. Can be

【0034】[0034]

【実施例】初めに、本発明の一実施例に係るレジスタ転
送レベル設計支援装置の構成を図面に基づいて説明す
る。前記レジスタ転送レベル設計支援装置は、レジスタ
転送レベルにおいて、回路のデータパス部及びコントロ
ール部をレイアウト上互いに独立したブロックとして設
計する回路設計を支援するものである。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS First, a configuration of a register transfer level design support apparatus according to an embodiment of the present invention will be described with reference to the drawings. The register transfer level design support device supports a circuit design in which a data path portion and a control portion of a circuit are designed as independent blocks on a layout at a register transfer level.

【0035】図1は前記レジスタ転送レベル設計支援装
置を示しており、図1において、レジスタ転送レベル設
計支援装置は、回路のデータパス部に対応して設けられ
た複数個のライブラリ推定手段10とレイアウト設計方
式記述手段20a〜20cとデータパス部性能推定手段
30a〜30cとを備えている。1つのライブラリ推定
手段10は、レジスタ間の同一の演算を異なる面積及び
動作速度で実現する複数個の基本回路からなる1つの基
本回路群を定義し、複数個のライブラリ推定手段10に
より複数個の基本回路群からなるライブラリが定義され
る。レイアウト設計方式記述手段20a〜20cはそれ
ぞれデータパス部性能推定手段30a〜30cに異なる
レイアウト設計方式を記述する。データパス部性能推定
手段30a〜30cは、回路のデータパス部の設計を支
援することを目的としており、複数個のレイアウト設計
方式に対して個々に設けられているところに特徴があ
る。
FIG. 1 shows the register transfer level design support apparatus. In FIG. 1, the register transfer level design support apparatus includes a plurality of library estimating means 10 provided corresponding to the data path section of the circuit. Layout design method description means 20a to 20c and data path unit performance estimation means 30a to 30c are provided. One library estimating means 10 defines one basic circuit group consisting of a plurality of basic circuits for realizing the same operation between registers with different areas and operating speeds. A library including a basic circuit group is defined. The layout design method description means 20a to 20c describe different layout design methods in the data path unit performance estimation means 30a to 30c, respectively. The data path section performance estimating means 30a to 30c aim at supporting the design of the data path section of the circuit, and are characterized in that they are provided individually for a plurality of layout design methods.

【0036】データパス部性能推定手段30a〜30c
にはそれぞれ割り込み入力付表示画面40a〜40cが
設けられ、データパス部性能推定手段30a〜30c
は、それぞれ割り込み入力付表示画面40a〜40cか
らデータパス部の設計に関するインタラクティブな指定
を受け付ける。例えば、ファンクションの配置の指定
や、バス又はマルチプレクサの何れにより配線を実現す
るかという指定や、ファンクションの前後にラッチを挿
入するか否かという指定を受け付ける。また、割り込み
入力付表示画面40a〜40cは、それぞれデータパス
部性能推定手段30a〜30cにより計算された面積及
び動作速度の推定値を表示する機能を有する。
Data path section performance estimating means 30a-30c
Are provided with display screens 40a-40c with interrupt inputs, respectively, and data path unit performance estimating means 30a-30c.
Accepts interactive designations regarding the design of the data path unit from the display screens 40a to 40c with interrupt inputs. For example, the specification of the arrangement of the function, the specification of whether the wiring is realized by a bus or a multiplexer, and the specification of whether or not to insert a latch before and after the function are accepted. The display screens with interrupt input 40a to 40c have a function of displaying the estimated values of the area and the operation speed calculated by the data path unit performance estimating means 30a to 30c, respectively.

【0037】また、レジスタ転送レベル設計支援装置は
推定選択手段60を備えており、データパス部性能推定
手段30a〜30cのうちの何れかが推定選択手段60
によって選ばれ、選択されたデータパス部性能推定手段
からフロアプラン最適化手段80にデータパスブロック
の予想形状、タイミング情報が転送される。
Further, the register transfer level design support apparatus has an estimation selecting means 60, and any one of the data path section performance estimating means 30a to 30c is provided with the estimation selecting means 60.
The expected shape and timing information of the data path block are transferred from the selected data path unit performance estimating means to the floor plan optimizing means 80.

【0038】フロアプラン最適化手段80は配置手段8
1と配線手段82と形状最適化手段83とを有してお
り、フロアプラン最適化手段80に対応して割り込み入
力付表示画面90が設けられている。配置手段81は、
ブロックの配置を制御しており、割り込み入力付表示画
面90から与えられた配置指令又は自動最適化指令に基
づきブロックを配置する。配線手段82はブロック間の
配線とピンの配置とを行なう。形状最適化手段83は、
タイミング及び面積の両方を考慮した最適化を目的とし
て、推定選択手段60を使ったブロックの選択とブロッ
ク形状の最適化を行なう。
The floor plan optimizing means 80 includes the arranging means 8
1, a wiring means 82 and a shape optimizing means 83, and a display screen 90 with an interrupt input is provided corresponding to the floor plan optimizing means 80. The arrangement means 81
The arrangement of the blocks is controlled, and the blocks are arranged based on the arrangement command or the automatic optimization command given from the display screen 90 with the interrupt input. The wiring means 82 performs wiring between the blocks and arrangement of the pins. The shape optimizing means 83
For the purpose of optimization in consideration of both the timing and the area, block selection using the estimation selection means 60 and optimization of the block shape are performed.

【0039】推定選択手段60はフロアプラン最適化手
段80からの信号によって制御され、データパス部性能
推定手段30a〜30cの選択の切替えが自由に行なわ
れる。 さらに、レジスタ転送レベル設計支援装置は、
回路のコントロール部に対応して設けられた複数個のラ
イブラリ推定手段110とレイアウト設計方式記述手段
120a〜120cとコントロール部性能推定手段50
a〜50cとを備えており、コントロール部推定手段5
0a〜50cにはそれぞれ割り込み入力付表示画面14
0a〜140cが設けられている。また、レジスタ転送
レベル設計支援装置は、雑回路、ROM、RAM等の専
用ファンクションに対応して設けられた専用ファンクシ
ョン性能推定手段70a〜70cを備えている。
The estimation selecting means 60 is controlled by a signal from the floor plan optimizing means 80, and the selection of the data path performance estimating means 30a to 30c can be freely switched. In addition, the register transfer level design support device
A plurality of library estimating means 110 provided corresponding to the control unit of the circuit, layout design method description means 120a to 120c, and control unit performance estimating means 50
a to 50c, and the control section estimating means 5
The display screens 14 with interrupt input are respectively displayed on 0a to 50c.
0a to 140c are provided. Further, the register transfer level design support device includes dedicated function performance estimating means 70a to 70c provided corresponding to dedicated functions such as a miscellaneous circuit, a ROM, and a RAM.

【0040】コントロール部性能推定手段50a〜50
c及び専用ファンクション性能推定手段70a〜70c
は推定選択手段60に結合されており、データパス部性
能指定手段30a〜30cと同様に推定選択手段60に
より選択される。
Control section performance estimating means 50a-50
c and dedicated function performance estimating means 70a to 70c
Are coupled to the estimation selection means 60, and are selected by the estimation selection means 60 in the same manner as the data path section performance specification means 30a to 30c.

【0041】次に、以上のように構成されたレジスタ転
送レベル設計支援装置を用いた回路設計方法について説
明する。
Next, a circuit design method using the register transfer level design support device configured as described above will be described.

【0042】図2は前記回路設計方法を示す流れ図であ
り、前記レジスタ転送レベル設計支援装置は図2のステ
ップS2、S3、S4及びS5で用いられる。
FIG. 2 is a flow chart showing the circuit design method. The register transfer level design support device is used in steps S2, S3, S4 and S5 of FIG.

【0043】図2に示すように、まず、ステップS1の
レジスタ転送レベルの設計では、個々の演算に対応して
演算器が定義され、設計データはレジスタ間のデータ転
送とそれらの間の順序制御部分とにより構成される。前
記レジスタ間のデータ転送は、ひとまとめにしてデータ
パスブロックとして扱われる。一方、制御部分は有限状
態機械で表現される。
As shown in FIG. 2, first, in the register transfer level design in step S1, an arithmetic unit is defined corresponding to each operation, and design data is transferred between registers and the order control between them. And a part. The data transfer between the registers is collectively treated as a data path block. On the other hand, the control part is represented by a finite state machine.

【0044】次に、ステップS2、S3、S4及びS5
で、レジスタ転送レベル設計支援装置を用いたレジスタ
転送レベルにおける回路設計の支援が行なわれる。
Next, steps S2, S3, S4 and S5
Thus, circuit design at the register transfer level using the register transfer level design support device is supported.

【0045】回路のデータパス部の設計に対応して、ス
テップS2では、例えば、複数個のライブラリ推定手段
10によりデータパス部性能推定手段30aにライブラ
リが与えられ、レイアウト設計方式記述手段20aから
データパス部性能推定手段30aにレイアウト設計方式
が与えられる。そして、データパス部性能推定手段30
aは前記ライブラリ及びレイアウト設計方式をデータパ
ス部のブロック実現方法として用いてデータパスブロッ
ク内のレイアウトの概略設計を行なう。次に、ステップ
S3では、データパス部性能推定手段30aは、ステッ
プS2で設計されたレイアウトに基づいてデータパス部
の面積及び動作速度を推定する。同様に、回路のコント
ロール部の設計に対応して、例えばコントロール部性能
推定手段50aがコントロール部の面積及び動作速度を
推定し、専用ファンクションに対応して、例えば専用フ
ァンクション性能推定手段70aが専用ファンクション
部分の面積及び動作速度を推定する。
In response to the design of the data path section of the circuit, in step S2, for example, a library is provided to the data path section performance estimating section 30a by the plurality of library estimating sections 10, and the data is transmitted from the layout design scheme description section 20a. The layout design method is provided to the path performance estimating means 30a. Then, the data path unit performance estimating means 30
(a) performs a schematic design of a layout in a data path block using the library and the layout design method as a block realizing method of a data path unit. Next, in step S3, the data path unit performance estimating unit 30a estimates the area and operation speed of the data path unit based on the layout designed in step S2. Similarly, according to the design of the control section of the circuit, for example, the control section performance estimating means 50a estimates the area and operation speed of the control section, and, for example, the dedicated function performance estimating means 70a corresponds to the dedicated function. Estimate the area and operating speed of the part.

【0046】ステップS4では、フロアプラン最適化手
段80が、データパス部性能推定手段30a、コントロ
ール部性能推定手段50a及び専用ファンクション性能
推定手段70aからブロックの予想形状やタイミング情
報等を受け取り、ブロックの配置、ブロック間の配線及
びピンの配置を行なうことによって回路全体のレイアウ
トの概略設計を行なう。
In step S4, the floor plan optimizing unit 80 receives the expected shape and timing information of the block from the data path unit performance estimating unit 30a, the control unit performance estimating unit 50a and the dedicated function performance estimating unit 70a, and The layout of the entire circuit is roughly designed by arranging the arrangement, wiring between blocks, and pins.

【0047】データパス部性能推定手段30a〜30
c、コントロール部性能推定手段50a〜50c及び専
用ファンクション性能推定手段70a〜70cはそれぞ
れ複数個のブロック実現方法及びその推定結果を提供す
る。このため、フロアプラン最適化手段80が、データ
パス部性能推定手段30a〜30cの何れかの選択、コ
ントロール部性能推定手段50a〜50cの何れかの選
択、及び、専用ファンクション性能推定手段70a〜7
0cの何れかの選択を推定選択手段60を介して変更
し、ステップS2、S3及びS4を繰り返すことによっ
て、複数個のブロック実現方法及びその推定結果を比較
し検討することができる。これにより、フロアプラン最
適化手段80は、回路全体の動作速度であるクロックと
面積との両方を考慮したブロック形状の最適化を実行す
る。そして、ステップS5でこのような回路の最適化が
完了したか否かを判定し、最適化が完了する即ち回路全
体の概略設計が完了するとステップS6へ進む。
Data path section performance estimating means 30a-30
c, the control section performance estimating means 50a to 50c and the dedicated function performance estimating means 70a to 70c respectively provide a plurality of block realizing methods and their estimation results. For this reason, the floor plan optimizing unit 80 selects one of the data path unit performance estimating units 30a to 30c, one of the control unit performance estimating units 50a to 50c, and the dedicated function performance estimating units 70a to 70c.
By changing any selection of 0c through the estimation selecting means 60 and repeating steps S2, S3 and S4, it is possible to compare and examine a plurality of block realization methods and their estimation results. As a result, the floor plan optimizing unit 80 performs optimization of the block shape in consideration of both the clock and the area, which are the operating speed of the entire circuit. Then, in step S5, it is determined whether or not such circuit optimization is completed. When the optimization is completed, that is, when the schematic design of the entire circuit is completed, the process proceeds to step S6.

【0048】ステップS6のロジックレベルの設計で各
ブロックを論理ゲートへ展開し、ステップS7でレジス
タ転送レベルにおけるレイアウトの概略の設計を改善
し、ステップS8でLSIのマスクパターンを定めレイ
アウト設計を完了させる。
Each block is developed into a logic gate by the logic level design in step S6, the schematic design of the layout at the register transfer level is improved in step S7, and the LSI mask pattern is determined in step S8 to complete the layout design. .

【0049】以上のように、本実施例に係るレジスタ転
送レベル設計支援装置においては、複数個のライブラリ
推定手段10がデータパス部性能推定手段30a〜30
bにライブラリを与え、レイアウト設計方式記述手段2
0a〜20cがそれぞれデータパス部性能推定手段30
a〜30bに異なるレイアウト設計方式を与え、データ
パス部性能推定手段30a〜30bが、ライブラリ及び
レイアウト設計方式をブロック実現方法として用いてデ
ータパスブロック内のレイアウトの概略を設計する。そ
して、同じくデータパス部性能推定手段30a〜30b
が、設計されたレイアウトに基づいてデータパス部の面
積及び動作速度を推定する。ここで、面積及び動作速度
の推定において、例えば、スタンダードセル方式、ゲー
トアレイ方式、モジュール合成方式、ハンドクラフト等
の多様なレイアウト設計方式を考慮することができるた
め推定結果の精度を向上させることができる。
As described above, in the register transfer level design support apparatus according to the present embodiment, the plurality of library estimating means 10 include the data path section performance estimating means 30a to 30.
b to give a library and layout design method description means 2
0a to 20c are data path unit performance estimating means 30 respectively.
Different layout design methods are given to a to 30b, and the data path unit performance estimating means 30a to 30b design the outline of the layout in the data path block using the library and the layout design method as the block realization method. Then, similarly, the data path section performance estimating means 30a to 30b
Estimates the area and operation speed of the data path section based on the designed layout. Here, in estimating the area and the operation speed, for example, various layout design methods such as a standard cell method, a gate array method, a module synthesis method, and handcraft can be considered, so that the accuracy of the estimation result can be improved. it can.

【0050】また、フロアプラン最適化手段が、回路全
体の動作速度の制約に基づいて、複数個のデータパスブ
ロック実現方法及びコントロールブロック実現方法を選
択し、これらのブロック実現方法及びその推定結果を比
較し検討することによって、回路のデータパス部及びコ
ントロール部のブロック形状の最適化を図ることができ
るため、回路全体のレイアウトの概略設計を行なうこと
ができる。
Further, the floor plan optimizing means selects a plurality of data path block realizing methods and control block realizing methods based on the restriction of the operation speed of the entire circuit, and selects these block realizing methods and their estimation results. By comparing and studying, the block shapes of the data path portion and the control portion of the circuit can be optimized, so that the schematic layout of the entire circuit can be designed.

【0051】また、フロアプラン最適化手段80によ
り、互いに異なる複数個のブロック実現方法及びその推
定結果を比較し検討することによって、回路全体の面積
及び動作速度の両方を考慮した最適化を図ることがで
き、レイアウトを考慮に入れた正確なタイミング条件の
もとでの設計を行なうことができる。ここでは、プロセ
スやセルライブラリが後に与えられる場合でも、予め、
トランジスタのドライブ能力や配線幅等をパラメータと
して設計を進めることができ、プロセスが与えられた時
点でそれらのパラメータを固定し同時にチップの概略設
計まで済ませることが可能となる。
Further, the floor plan optimizing means 80 compares and examines a plurality of different block realizing methods and their estimation results, thereby optimizing both the area of the entire circuit and the operation speed. The design can be performed under accurate timing conditions taking the layout into consideration. Here, even if a process or cell library is given later,
The design can be advanced by using the drive capability of the transistor, the wiring width, and the like as parameters, and when the process is given, these parameters can be fixed, and at the same time, the rough design of the chip can be completed.

【0052】本実施例に係るレジスタ転送レベル設計支
援装置は、従来に比べて革新的な構成であり、システム
設計の最適化とユーザに対する親和性との点において非
常に有効なものである。
The register transfer level design support apparatus according to the present embodiment has an innovative configuration as compared with the conventional one, and is very effective in optimizing the system design and compatibility with the user.

【0053】次に、本実施例に係るレジスタ転送レベル
設計支援装置の各手段の詳細について説明する。
Next, details of each means of the register transfer level design support device according to the present embodiment will be described.

【0054】(ユーザ割り込み機構)以下、本実施例に
係るレジスタ転送レベル設計支援装置のユーザ割り込み
機構について説明する。
(User Interruption Mechanism) The user interruption mechanism of the register transfer level design support apparatus according to this embodiment will be described below.

【0055】レジスタ転送レベル設計支援装置の各手段
はイベント起動型で構成されている。即ち、各手段はイ
ベントの行列(キュー)を持っており、他の手段から起
動命令があると前記行列の最後列に最新のイベント要求
が蓄えられる。また、各手段は、必要に応じて他の手段
を起動するためにイベント要求を出す機能も有してい
る。さらに、各手段は、データを分類して持ち、各デー
タに変更があった場合に起動すべき手段のリストを持っ
ている。ユーザの割り込みもイベント要求の一つとして
処理される。
Each means of the register transfer level design support device is of an event-activated type. That is, each means has a matrix (queue) of events, and when there is an activation command from another means, the latest event request is stored in the last column of the matrix. Each unit also has a function of issuing an event request to activate another unit as needed. Further, each means has data classified and has a list of means to be activated when each data is changed. A user interrupt is also processed as one of the event requests.

【0056】このイベント処理方式を使うことによっ
て、複数個のライブラリ推定手段10,110と、デー
タパス部性能推定手段30a〜30cと、コントロール
部性能推定手段50a〜50cと、フロアプラン最適化
手段80とが、それぞれ対応する割り込み入力付表示画
面から独立にユーザ割り込みを受け付ける構成を可能と
する。
By using this event processing method, a plurality of library estimating means 10, 110, data path part performance estimating means 30a-30c, control part performance estimating means 50a-50c, and floor plan optimizing means 80 Enables a configuration in which a user interrupt is independently received from a corresponding display screen with an interrupt input.

【0057】また、前記ユーザ割り込みによって設定条
件が変化した場合には関連する手段を選択して起動し、
各手段が保有するデータの間に設定条件の矛盾をなくす
機構も実現できる。
Further, when the set conditions are changed by the user interrupt, the related means is selected and activated,
A mechanism for eliminating inconsistencies in setting conditions between data held by each means can also be realized.

【0058】本実施例によると、ユーザがチップ内のレ
イアウトを意識しながら設計を進めることができるた
め、従来に比べて面積と動作速度との両面においてより
良い結果を得ることが可能である。しかし、ユーザの中
にはレイアウトに関する知識、経験が全くない者も存在
し、そのようなユーザに対してレイアウトを画面に表示
したり、画面を通じてレイアウトの修正をさせたりする
ことは意味がない。
According to the present embodiment, since the user can proceed with the design while being conscious of the layout in the chip, it is possible to obtain better results in both area and operation speed as compared with the conventional case. However, some users have no knowledge or experience regarding layout, and it is meaningless for such a user to display the layout on the screen or to modify the layout through the screen.

【0059】このようなレイアウトに関する知識、経験
が少ないユーザのとっては、主に、レジスタ間転送及び
その処理順の制御方法を言語又は図で表現したデータ、
その上でのタイミングに関する情報及びシステム全体の
パーフォーマンスに関するデータにのみ関心がある。こ
のため、システムのクロック速度の変更要求、遅延時間
の変更要求等を受け付け、これらの変更要求に従ってフ
ロアプラン等の遅延時間に大きな影響を与えるレイアウ
ト情報をバックグラウンドで最適化する機能を提供す
る。
For a user who has little knowledge and experience of such a layout, mainly, data expressing a method of controlling transfer between registers and a processing order thereof in a language or a diagram,
I am only interested in information on timing there and data on overall system performance. Therefore, a function of receiving a request for changing the clock speed of the system, a request for changing the delay time, and the like, and optimizing in the background layout information that greatly affects the delay time such as a floor plan according to the request for change is provided.

【0060】本機能を実現するために、ユーザに対して
データパス毎の遅延時間情報を表示し、ユーザの遅延時
間改善要求を受け付け、該要求の発生に基づいて、ライ
ブラリ推定手段10,110、データパス部性能推定手
段30a〜30c、コントロール部性能推定手段50a
〜50c及びフロアプラン最適化手段80に遅延時間改
善要求イベントを発生する機能がさらに加えられてい
る。
In order to realize this function, the delay time information for each data path is displayed to the user, the user's delay time improvement request is accepted, and the library estimating means 10, 110, Data path section performance estimating means 30a-30c, control section performance estimating means 50a
To 50c and the floor plan optimizing means 80 are further provided with a function of generating a delay time improvement request event.

【0061】(ライブラリ推定手段)以下、本実施例に
係るレジスタ転送レベル設計支援装置のライブラリ推定
手段について説明する。
(Library Estimating Means) The library estimating means of the register transfer level design support apparatus according to the present embodiment will be described below.

【0062】ライブラリ推定手段10はデータパス部性
能推定手段30a〜30cにセルの面積、動作速度の情
報を与えることを目的としたものである。同様に、ライ
ブラリ推定手段110はコントロール部性能推定手段5
0a〜50cにセルの面積、動作速度の情報を与えるこ
とを目的としたものである。
The library estimating means 10 is intended to provide the data path section performance estimating means 30a to 30c with information on cell area and operation speed. Similarly, the library estimating unit 110 includes the control unit performance estimating unit 5.
The purpose is to give information of the cell area and the operation speed to 0a to 50c.

【0063】複数個のライブラリ推定手段10,110
によって、セルライブラリが準備されていない場合で
も、セルの面積、動作速度に関する情報を推定すること
ができるため、レジスタ転送レベルだけでなくハイレベ
ル及びロジックレベルにおいて、チップやブロックの面
積、動作速度、タイミング等を推定するのに有効な手段
である。
A plurality of library estimating means 10 and 110
Therefore, even when a cell library is not prepared, information about the cell area and the operation speed can be estimated, so that not only at the register transfer level but also at the high level and the logic level, the chip and block areas, the operation speed, This is an effective means for estimating timing and the like.

【0064】以下、ライブラリ推定手段10を図面に基
づいて説明するが、ライブラリ推定手段110も同様の
ものである。
Hereinafter, the library estimating means 10 will be described with reference to the drawings, but the same applies to the library estimating means 110.

【0065】図3はライブラリ推定手段10を示してお
り、図3において、ライブラリ推定手段10は、複数個
の抽象的ゲート回路構造テンプレート11と、テクノロ
ジ定義手段12と、面積・動作速度推定手段13と、テ
ンプレート選択手段14とを備えている。
FIG. 3 shows the library estimating means 10. In FIG. 3, the library estimating means 10 comprises a plurality of abstract gate circuit structure templates 11, a technology defining means 12, and an area / operating speed estimating means 13. And a template selecting means 14.

【0066】抽象的ゲート回路構造テンプレート11
は、製造テクノロジに依存しない抽象的なレベルでの論
理ゲートの接続をビット展開可能な形で記述したもので
ある。例えば、10入力のアンド演算が1個の抽象的ゲ
ートで表現されている。これを実際に製造する場合に
は、2入力のアンド演算の組み合わせ等で多段化する必
要がある。
Abstract Gate Circuit Structure Template 11
Describes the connection of logic gates at an abstract level independent of manufacturing technology in a bit-expandable form. For example, a 10-input AND operation is represented by one abstract gate. When this is actually manufactured, it is necessary to increase the number of stages by a combination of two-input AND operation.

【0067】テンプレート選択手段14には、抽象的ゲ
ート回路構造テンプレート11の表示、修正手段として
割り込み入力付表示画面15が設けられており、ユーザ
が必要に応じて同じファンクションに対して新たに別の
抽象的ゲート回路を登録することも可能である。
The template selecting means 14 is provided with a display screen 15 with an interrupt input as a means for displaying and modifying the abstract gate circuit structure template 11, so that the user can add another function to the same function if necessary. It is also possible to register an abstract gate circuit.

【0068】テクノロジ定義手段12は、製造条件を加
味して抽象的なゲート回路を実際に使える形に置き換え
るための変換規則や、製造テクノロジによって決まる遅
延時間の計算式や、ゲートをレイアウトする場合の配線
部分の占める割合等の情報を保有している。具体的に
は、ゲート内のトランジスタ回路、トランジスタの個数
及び段数、トランジスタのW/Lに依存した遅延算出
式、セル内配線部分比率、デザインルール等が登録され
ている。ここで、トランジスタのW/Lとはトランジス
タのドライブ能力を示すパラメータであり、この値が大
きい程、信号の伝搬を高速に行なうことができる。Lは
トランジスタの長さ、Wはトランジスタの幅を意味し、
普通、Lはデザインルールの最小幅に設定されるのでW
のみが変化する。このため、信号伝搬を高速化するため
にはWを大きく即ちトランジスタのサイズ(面積)を大
きくする必要がある。
The technology definition means 12 includes a conversion rule for replacing the abstract gate circuit with an actually usable form in consideration of the manufacturing conditions, a delay time calculation formula determined by the manufacturing technology, and a gate layout layout. It holds information such as the percentage of the wiring portion. Specifically, a transistor circuit in the gate, the number and number of transistors, a delay calculation formula depending on the W / L of the transistor, a wiring portion ratio in the cell, a design rule, and the like are registered. Here, the W / L of the transistor is a parameter indicating the drive capability of the transistor, and the larger the value, the faster the signal can be propagated. L is the length of the transistor, W is the width of the transistor,
Normally, L is set to the minimum width of the design rule, so W
Only changes. Therefore, in order to speed up signal propagation, it is necessary to increase W, that is, to increase the size (area) of the transistor.

【0069】面積・動作速度推定手段13は、テンプレ
ート選択手段14から複数個の抽象的ゲート回路構造テ
ンプレート11を受け取り、テクノロジ定義手段12か
ら、製造テクノロジによって決まる遅延時間の計算式
や、ゲートをレイアウトする場合の配線部分の占める割
合等の情報を受け取り、セルの複数個の実現方法に対し
て面積と動作速度との関係を求める。
The area / operating speed estimating means 13 receives a plurality of abstract gate circuit structure templates 11 from the template selecting means 14 and, from the technology defining means 12, calculates the delay time determined by the manufacturing technology and lays out the gates. In this case, information such as the ratio of the wiring portion occupied is received, and the relationship between the area and the operation speed is obtained for a plurality of cell realization methods.

【0070】以上のように構成されたライブラリ推定手
段10の起動手順について説明する。
The procedure for activating the library estimating means 10 configured as described above will be described.

【0071】ライブラリ推定手段10を起動するために
は次の信号が入力される。
The following signals are input to activate the library estimating means 10.

【0072】・ファンクション名 ・ビット数 まず、テンプレート選択手段14によって、前記ファン
クション名で示されるファンクションに対応するセルの
抽象的ゲート回路構造テンプレート11が複数個選択さ
れる。例えば、アダーファンクションに対しては、キャ
リールックアヘッドアダーやリップルキャリーアダー等
の抽象的ゲート回路(ビット展開可能な製造テクノロジ
非依存型のゲート回路)が選択される。
Function name Number of bits First, the template selection means 14 selects a plurality of abstract gate circuit structure templates 11 of cells corresponding to the function indicated by the function name. For example, for the adder function, an abstract gate circuit such as a carry look-ahead adder or a ripple carry adder (a bit-expandable manufacturing technology-independent gate circuit) is selected.

【0073】次に、テクノロジ定義手段12を参照し、
抽象的ゲート回路を実際のトランジスタ回路(又は、ト
ランジスタの個数及び段数の表現)に置き換える。多入
力ゲートの場合には、ビット数に依存して多くのファン
インをカバーするためにゲート内部が多段化される。
Next, referring to the technology definition means 12,
Replace the abstract gate circuit with an actual transistor circuit (or a representation of the number of transistors and the number of stages). In the case of a multi-input gate, the inside of the gate is multi-staged to cover many fan-ins depending on the number of bits.

【0074】次に、テクノロジ定義手段12は、トラン
ジスタの個数及び段数と遅延計算式とW/Lとによって
ゲートの面積及び動作速度を計算する。これにより、ゲ
ートの面積及び動作速度はW/Lをパラメータとした表
現になる。
Next, the technology definition means 12 calculates the gate area and the operating speed based on the number and number of transistors, the delay calculation formula, and W / L. Thus, the gate area and the operation speed are expressed using W / L as a parameter.

【0075】次に、テンプレート選択手段14により選
択された抽象的ゲート回路構造テンプレート11の各抽
象的ゲート回路に対応して、テクノロジ定義手段12で
得られたゲートの面積及び動作速度を用いてセルの面積
及び動作速度を推定する。ここで、セルの動作速度は、
ゲート回路上でのクリティカルパス(最も遅延時間の大
きなパス)の遅延値とする。また、セルの面積はゲート
面積の総和にαを乗じた値とする。ただし、αは使用で
きる配線層の個数に依存する値であり、α=(1+配線
部分比率)で示される。
Next, for each abstract gate circuit of the abstract gate circuit structure template 11 selected by the template selecting means 14, the cell is determined by using the gate area and the operating speed obtained by the technology defining means 12. The area and the operation speed are estimated. Here, the operating speed of the cell is
A delay value of a critical path (a path having the longest delay time) on the gate circuit. The area of the cell is a value obtained by multiplying the sum of the gate areas by α. Here, α is a value depending on the number of usable wiring layers, and is represented by α = (1 + wiring portion ratio).

【0076】図4はアダーをファンクションとして考え
た場合の出力例の面積・動作速度トレードオフカーブを
示している。アダーの構成としてはキャリールックアヘ
ッドアダーとリップルキャリーアダーとの抽象的ゲート
回路構造テンプレート11が登録されており、それぞれ
に対してW/Lの変化分によるトレードオフが存在す
る。
FIG. 4 shows an area / operating speed trade-off curve of an output example when an adder is considered as a function. As an adder configuration, an abstract gate circuit structure template 11 of a carry look ahead adder and a ripple carry adder is registered, and there is a trade-off with respect to each of them by a change in W / L.

【0077】(レイアウト設計方式記述手段)以下、本
実施例に係るレジスタ転送レベル設計支援装置のレイア
ウト設計方式記述手段について説明する。ここでは、レ
イアウト設計方式記述手段20aを説明するが、レイア
ウト設計方式記述手段20b,20c,120a〜12
0cも同様のものである。。
(Layout Design Method Description Means) The layout design method description means of the register transfer level design support apparatus according to this embodiment will be described below. Here, the layout design method description means 20a will be described, but the layout design method description means 20b, 20c, 120a-12
0c is the same. .

【0078】レイアウト設計方式記述手段20aはレイ
アウトの設計に関わるルールを記述する手段である。記
述される内容は次に示すようなものである。
The layout design method description means 20a is a means for describing rules related to layout design. The contents described are as follows.

【0079】・配線方法 ・配線層の個数又はセル上配線の可能性 ・配線切替部の実現方法 ・セルタイプ(カスタム、ピン可動セル、スタンダード
セル等) 実際のデータパス部のレイアウト設計方式の例を以下に
示す。
Wiring method Number of wiring layers or possibility of wiring on cells Wiring switching unit realization method Cell type (custom, pin movable cell, standard cell, etc.) Example of actual data path layout design method Is shown below.

【0080】・カスタムレイアウト(人手設計) 基本的に人手設計を行なう場合にはレイアウトスタイル
は自由であるが、次のような方式が取られるのが一般的
である。セルの面積は用いる回路によって決まるが、形
状(縦横比)とピン位置とは自由に設定できる。このた
め、セル行間のチャネルはセル行方向の配線に必要なト
ラック数を確保すれば良い。
Custom Layout (Manual Design) Basically, when performing manual design, the layout style is free, but the following method is generally adopted. Although the area of the cell is determined by the circuit used, the shape (aspect ratio) and the pin position can be freely set. For this reason, the number of tracks required for wiring in the cell row direction may be ensured for the channel between cell rows.

【0081】・モジュール合成 モジュール合成の方式も多種多様であるが、チャネル配
線方式とピン位置合わせ方式とに分類される。チャネル
配線方式の場合には、セルのピン位置を合わせる努力は
しない。各セル行にファンクションが並べられ、セルは
予め用意されたライブラリから面積と速度とのデータを
取ってくる。ピン位置合わせ方式を取る場合には、セル
がピン位置を調整する機能を持っている。ただし、カス
タム設計の場合とは異なり、ピン位置を調整するために
セルの幅が増加する。その増分はピン位置移動距離の総
和に等しい。隣接するセル行の結ぶべきピン集合の並び
の順番が同じとすると、隣接するピン間の距離の差を合
計したものがセル幅の増分となる。ピン集合の並びの順
番が逆転する場合にはチャネル領域での配線が必要とな
る。
Module Synthesis There are various types of module synthesis, and they are classified into a channel wiring system and a pin alignment system. In the case of the channel wiring method, no effort is made to adjust the pin positions of the cells. The functions are arranged in each cell row, and the cells obtain area and speed data from a library prepared in advance. When the pin alignment method is used, the cell has a function of adjusting the pin position. However, unlike the custom design, the width of the cell increases to adjust the pin position. The increment is equal to the sum of the pin position movement distances. Assuming that the order of arrangement of pin sets to be connected in adjacent cell rows is the same, the sum of the difference in distance between adjacent pins is the cell width increment. If the order of the pin set is reversed, wiring in the channel region is required.

【0082】・スタンダードセル方式 基本的にスタンダードセルの組合せ(場合によっては、
マクロセルも組み合わせる)によって構成される。同じ
機能は同じセル行で実現するといった制約は特に存在し
ないが、大体近い行に配置される。配線はチャネル配線
によって行なわれる。
Standard cell method Basically, a combination of standard cells (in some cases,
Macro cell). There is no particular restriction that the same function be realized in the same cell row, but they are arranged in rows that are close to each other. Wiring is performed by channel wiring.

【0083】・フィードスルー配線方式 フィードスルー配線は、使用できる配線層に依存して、
セル間を通過させる場合とセルの上を通過させる場合と
に分かれる。
Feed-through wiring method Feed-through wiring depends on available wiring layers.
There are two cases: passing between cells and passing over cells.

【0084】以上を考慮すると、それぞれのレイアウト
設計方式は次のような分類の組み合わせによって定義が
できる。
In consideration of the above, each layout design method can be defined by a combination of the following classifications.

【0085】 チャネル配線をする場合とピン位置合
わせをする場合とによる分類 セル間にフィードスルーする場合とセル上にフィー
ドスルーを通過させる場合とによる分類 ビットスライスの場合とファンクション・スライス
の場合とによる分類 データパス部性能推定手段30aの中に、〜の分類
条件によって、面積及び動作速度の推定処理方法を切替
える条件スイッチと推定処理手段を設け、レイアウト設
計方式記述手段20aをこれらの条件を記述する手段と
して位置づける。条件の記述は前記条件スイッチのオン
オフ状態で表現する。
Classification by Channel Wiring and Pin Alignment Classification by Feed-through Between Cells and Pass-through on Cells Dependence on Bit Slice and Function Slice The classification data path unit performance estimating means 30a is provided with a condition switch and an estimating processing means for switching the estimation processing method of the area and the operating speed according to the following classification conditions, and the layout design method description means 20a describes these conditions. Positioned as a means. The description of the condition is expressed by the on / off state of the condition switch.

【0086】(データパス部性能推定手段)以下、本実
施例に係るレジスタ転送レベル設計支援装置のデータパ
ス部性能推定手段について説明する。ここでは、データ
パス部性能推定手段30aを図面に基づいて説明する
が、データパス部性能推定手段30b,30cも同様の
ものである。
(Data Path Unit Performance Estimating Means) The data path unit performance estimating unit of the register transfer level design support apparatus according to the present embodiment will be described below. Here, the data path section performance estimating means 30a will be described with reference to the drawings, but the data path section performance estimating means 30b and 30c are similar.

【0087】図5はデータパス部性能推定手段30aを
示しており、図5において、データパス部性能推定手段
30aは、条件スイッチ31と線形配置手段32とセル
選択手段33とチャネル幅推定手段34とセル行幅推定
手段35とバス/マルチプレクサ切替え手段36とビッ
トスライス/ファンクションスライス切替え手段37と
線形配置最適化手段38とを有している。また、データ
パス部性能推定手段30aに対応して、複数個のライブ
ラリ推定手段10(又は実在のセルライブラリ10
0)、レイアウト設計方式記述手段20a及び割り込み
入力付表示画面40aが設けられている。
FIG. 5 shows the data path section performance estimating means 30a. In FIG. 5, the data path section performance estimating means 30a includes a condition switch 31, a linear arrangement means 32, a cell selecting means 33, and a channel width estimating means 34. And a cell row width estimating unit 35, a bus / multiplexer switching unit 36, a bit slice / function slice switching unit 37, and a linear arrangement optimizing unit 38. Further, a plurality of library estimating units 10 (or existing cell libraries 10) are provided corresponding to the data path unit performance estimating unit 30a.
0), a layout design method description means 20a and a display screen 40a with interrupt input are provided.

【0088】図6は推定に用いるレイアウトモデルの一
例を示しており、セル上を配線が通過できない場合のカ
スタム方式によるレイアウトである。
FIG. 6 shows an example of a layout model used for estimation, which is a layout according to a custom system when a wiring cannot pass through a cell.

【0089】図6において、301はセル、302はセ
ル行、303はフィードスルー、304はチャネル、3
05はブロックの外部ピンを示している。
In FIG. 6, reference numeral 301 denotes a cell, 302 denotes a cell row, 303 denotes a feedthrough, 304 denotes a channel,
05 indicates an external pin of the block.

【0090】以下、データパス部性能推定手段30aの
各手段の動作を説明する。
The operation of each means of the data path section performance estimating means 30a will be described below.

【0091】・線形配置手段32 ファンクションの並びの初期化を行なう。また、必要に
応じて面積最小化又は動作速度最大化を目標とした自動
線形配置最適化を行なうことも可能である。自動線形配
置最適化の詳細については後述する。
The linear arrangement means 32 initializes the arrangement of functions. Further, if necessary, it is also possible to perform automatic linear layout optimization aiming at minimizing the area or maximizing the operation speed. Details of the automatic linear arrangement optimization will be described later.

【0092】・セル選択手段33 前提条件として与えられた複数個のライブラリ推定手段
10(又は実在のセルライブラリ100)から、各ファ
ンクションを構成するビット単位のセル301を取り出
し、指定された行に同ファンクションのセル301をビ
ットの並びに従って配置する。また、フィードスルー3
03がセル行302に占める幅を考慮し、セル幅をでき
るだけ揃えるようにセルの選択の最適化を行なう自動セ
ル選択最適化を行なうことも可能である。
Cell selection means 33 From the plurality of library estimating means 10 (or the existing cell library 100) given as a precondition, the cell 301 in bit units constituting each function is taken out and stored in the designated row. The function cells 301 are arranged according to the bit arrangement. Feedthrough 3
It is also possible to perform automatic cell selection optimization for optimizing cell selection so as to make the cell width as uniform as possible in consideration of the width of the cell row 302 occupying the cell row 302.

【0093】・チャネル幅推定手段34 セル行間をチャネル配線によって実現する場合に、各チ
ャネル304の幅を推定する。各チャネル304の上下
左右のフィードスルー303も含めたピン位置に与えら
れる結線要求に基づき同一チャネルの配線トラック数を
求め、それに基づき該チャネルの幅を求める。
The channel width estimating means 34 estimates the width of each channel 304 when the cell row spacing is realized by channel wiring. The number of wiring tracks of the same channel is determined based on the connection request given to the pin positions including the upper, lower, left and right feedthroughs 303 of each channel 304, and the width of the channel is determined based on the number.

【0094】セル行間のチャネル304を配線するに当
たって、チャネル304の上下の結線要求に対しては、
ピン位置合わせを行なうことによって上下をまっすぐ通
すことによりチャネル幅を最小化する場合の各チャネル
幅とセル行幅の増分とを推定する。カスタムレイアウト
方式を用いる場合、即ち、ライブラリ推定手段10aよ
りセル301のサイズを取ってくる場合には、セルの形
とピン位置は柔軟に変更できるのでセル幅は増加しな
い。
In wiring the channel 304 between the cell rows, in response to a connection request above and below the channel 304,
Estimate each channel width and cell row width increment when minimizing the channel width by straightening up and down by pin alignment. When the custom layout method is used, that is, when the size of the cell 301 is obtained from the library estimating unit 10a, the cell shape and the pin position can be flexibly changed, so that the cell width does not increase.

【0095】モジュール合成方式でしかもセルがピン位
置合わせ方式を取る場合には、セルがピン位置を調整す
る機能を持っている。ただし、カスタム設計の場合とは
異なり、ピン位置を調整するためにセルの幅が増加す
る。その増分はピン位置移動距離の総和に等しい。隣接
するセル行の結ぶべきピン集合の並びの順番が同じとす
ると、隣接するピン間の距離の差を合計したものがセル
幅の増分となる。ピン集合の並びの順番が逆転する場合
にはチャネル領域での配線が必要となる。チャネル幅は
チャネル304と水平方向に配線要求があるもの(例え
ばコントロール線)と、ピン位置合わせに失敗したこと
によって発生した水平配線とによる配線トラック数を求
め、それに基づき該チャネル304の幅を求める。
In the case of the module synthesizing method and the cell adopts the pin alignment method, the cell has a function of adjusting the pin position. However, unlike the custom design, the width of the cell increases to adjust the pin position. The increment is equal to the sum of the pin position movement distances. Assuming that the order of arrangement of pin sets to be connected in adjacent cell rows is the same, the sum of the difference in distance between adjacent pins is the cell width increment. If the order of the pin set is reversed, wiring in the channel region is required. For the channel width, the number of wiring tracks is determined by a line that has a wiring request in the horizontal direction with respect to the channel 304 (for example, a control line) and a horizontal track generated by a failure in pin alignment, and the width of the channel 304 is determined based on the number. .

【0096】・セル行幅推定手段35 セルの上のフィードスルーが禁止されている場合には、
セル行幅に、フィードスルー配線を通過させるに要する
幅を加え、その値を該セル行幅とする。
Cell row width estimating means 35 When feedthrough above a cell is prohibited,
The width required to pass through the feedthrough wiring is added to the cell row width, and the value is defined as the cell row width.

【0097】・バス/マルチプレクサ切替え手段36 バスとマルチプレクサとは1つの配線資源を共用して又
は切替えて使う場合に必要となるが、それぞれはビット
毎のトライステートバッファー又はマルチプレクサのセ
ルによって実現されるため、バス、マルチプレクサの必
要な部分に必要なセルよりなるセル行を設けることによ
り、線形配置手段32、セル選択手段33、チャネル幅
推定手段34及びセル行幅推定手段35を起動する。
Bus / multiplexer switching means 36 A bus and a multiplexer are necessary when one wiring resource is shared or switched and used, but each is realized by a tri-state buffer for each bit or a cell of a multiplexer. Therefore, the linear arrangement means 32, the cell selection means 33, the channel width estimation means 34, and the cell row width estimation means 35 are activated by providing a cell row including necessary cells in necessary parts of the bus and the multiplexer.

【0098】・線形配置最適化手段38 線形配置最適化手段38は、データパス内のファンクシ
ョンの線形配置を行なうための手段である。
Linear arrangement optimizing means 38 The linear arrangement optimizing means 38 is a means for performing linear arrangement of functions in a data path.

【0099】図7(a)及び(b)は扱うデータと抽象
化したモデルとを示しており、同図において、401は
ファンクション(F1〜F4)を示し、402はファン
クション間配線を示している。
FIGS. 7A and 7B show data to be handled and an abstracted model. In FIG. 7, reference numeral 401 denotes functions (F1 to F4), and reference numeral 402 denotes wiring between the functions. .

【0100】高さHは、セルの高さの合計とチャネル高
さの合計との和として与える。セル行を入れ換えると、
各セル行のフィードスルー本数が変化するためWの値が
変化する。また、各ファンクションの前後の配線長も変
化するためデータパス部の動作速度Sも変化する。
The height H is given as the sum of the sum of the cell heights and the sum of the channel heights. By swapping cell rows,
Since the number of feedthroughs in each cell row changes, the value of W changes. Further, since the wiring length before and after each function also changes, the operation speed S of the data path unit also changes.

【0101】図7(a)の抽象化モデルと図7(b)の
抽象化モデルとの違いは、ファンクションF2、F3の
位置が入れ替わっている点である。図6(a)では幅W
は120、図7(b)では幅Wは130となる。また、
動作速度Sはドライブするトランジスタの能力と配線長
に依存する。
The difference between the abstract model shown in FIG. 7A and the abstract model shown in FIG. 7B is that the positions of the functions F2 and F3 are interchanged. In FIG. 6A, the width W
Is 120, and the width W is 130 in FIG. Also,
The operating speed S depends on the capability of the driving transistor and the wiring length.

【0102】線形配置最適化手段38のデータパス線形
配置方法は、W、H及びSの関数で与えられる目的関数
を最小化することを目的とし、セル行の入れ換えを繰り
返して評価関数の値を最適化する方法である。最適化の
方法としては公知のシミュレーティッド・アニーリング
法等が使える。
The data path linear layout method of the linear layout optimization means 38 aims at minimizing the objective function given by the functions of W, H and S, and repeatedly changing the cell rows to change the value of the evaluation function. How to optimize. As a method of optimization, a known simulated annealing method or the like can be used.

【0103】(形状最適化手段)以下、本実施例に係る
レジスタ転送レベル設計支援装置の形状最適化手段83
について説明する。
(Shape Optimizing Means) Hereinafter, the shape optimizing means 83 of the register transfer level design support apparatus according to this embodiment will be described.
Will be described.

【0104】形状最適化手段83は、速度の制約が与え
られた時に、その条件を満足する最小面積の形状の組合
せを決定することを目的とするものである。
The purpose of the shape optimizing means 83 is to determine a combination of shapes having a minimum area that satisfies the condition when a speed constraint is given.

【0105】LSIの設計において用いられるデータパ
スやコントロール等のブロックは速度によって面積が異
なる。さらに、それぞれの速度(遅延時間)に対して、
縦及び横のサイズの取り方が一様ではなく複数個の形状
を取りうる。
Blocks such as data paths and controls used in LSI design have different areas depending on the speed. Furthermore, for each speed (delay time),
The vertical and horizontal sizes are not uniform and may take a plurality of shapes.

【0106】レジスタ転送レベルにおいて、システムの
性能を決定するのはクロックの周期である。クロックの
周期を決めると、システムに含まれる各ブロックに求め
られる動作速度の最低速度(最大遅延)が決まる。その
条件に基づいて、それぞれのブロックが取り得る縦横サ
イズの全てを列挙することができる。
At the register transfer level, it is the clock cycle that determines the performance of the system. When the clock cycle is determined, the minimum operation speed (maximum delay) required for each block included in the system is determined. Based on the condition, all the possible vertical and horizontal sizes of each block can be listed.

【0107】それらの縦横サイズをX−Y座標にプロッ
トし、任意の2点A(x1,y1)、B(x2,y2)
の関係がx1<x2及びy1<y2を満足する場合に点
Bを取り除くことを繰り返し、これにより、残った点の
集合を当該ブロックの形状関数として定義し、従来の速
度を考慮しない形状最適化方法を用いて形状の最適化を
行なう。
The vertical and horizontal sizes are plotted on XY coordinates, and two arbitrary points A (x1, y1) and B (x2, y2)
When the relationship of x1 <x2 and y1 <y2 is satisfied, the removal of the point B is repeated, whereby the set of remaining points is defined as the shape function of the block, and the conventional shape optimization without considering the speed The method is used to optimize the shape.

【0108】従来の形状最適化方法は、面積の最小化の
みを目的とするもの、又は、配線長に関する遅延の最適
化のみを目的とするものしかなかった。しかし、形状最
適化手段83においては、回路全体の動作速度も考慮さ
れており、面積及び動作速度の両面で最適な解を得るこ
とができる。
The conventional shape optimizing method only has the object of minimizing the area or the object of optimizing only the delay related to the wiring length. However, in the shape optimizing unit 83, the operation speed of the entire circuit is also taken into consideration, and an optimum solution can be obtained in both the area and the operation speed.

【0109】[0109]

【発明の効果】以上説明したように、請求項1〜8の発
明に係るレジスタ転送レベル設計支援装置によると、レ
イアウト設計方式を加味して回路のデータパス部の面積
及び動作速度を推定することができるため、推定結果の
精度を向上させることができる。また、回路全体の面積
及び動作速度の両方を考慮したブロック形状の最適化を
図ることができ、レイアウトを考慮に入れた正確なタイ
ミング条件のもとでの設計を行なうことができる。
As described above, according to the register transfer level design support apparatus according to the first to eighth aspects of the present invention, the area and the operation speed of the data path portion of the circuit are estimated in consideration of the layout design method. Therefore, the accuracy of the estimation result can be improved. Further, the block shape can be optimized in consideration of both the area and the operation speed of the entire circuit, and the design can be performed under accurate timing conditions in consideration of the layout.

【0110】さらに、請求項2の発明に係るレジスタ転
送レベル設計支援装置によると、ブロックの面積及び動
作速度の推定にユーザが割り込むことを可能とし、各割
り込み手段が回路合成のためのユーザの指定を受け付け
その指定情報を前提として推定を行なうことによって推
定精度を向上させることができる。
Further, according to the register transfer level design support apparatus of the present invention, it is possible for the user to interrupt the estimation of the block area and the operation speed, and each interrupt means can specify the user for circuit synthesis. The estimation accuracy can be improved by performing the estimation on the assumption of the designated information.

【0111】請求項3の発明に係るレジスタ転送レベル
設計支援装置によると、ユーザがレイアウトを全く意識
しなくてもバックグラウンドで概略レイアウトの最適化
を行なうことができる。
According to the register transfer level design support apparatus according to the third aspect of the present invention, the general layout can be optimized in the background without the user being conscious of the layout at all.

【0112】請求項4の発明に係るレジスタ転送レベル
設計支援装置によると、セルライブラリが与えられない
場合でも、セルのサイズや動作速度に関する情報を提供
し、これらの情報を用いてブロックやチップの面積及び
動作速度を推定することができる。
According to the register transfer level design support apparatus according to the fourth aspect of the present invention, even when a cell library is not provided, information on the cell size and operation speed is provided, and the block and chip information is provided using the information. The area and the operation speed can be estimated.

【0113】請求項7の発明に係るレジスタ転送レベル
設計支援装置によると、回路のデータパス部の配置にお
いて、ブロックの面積及び動作速度の両方を考慮した最
適化を行なうことができる。
According to the register transfer level design support apparatus of the present invention, the layout of the data path portion of the circuit can be optimized in consideration of both the area of the block and the operation speed.

【0114】請求項8の発明に係るレジスタ転送レベル
設計支援装置によると、ブロックの形状の最適化を図る
際にブロックの動作速度も考慮に入れているため、ブロ
ックの面積及び動作速度の両方の点で最適な形状が得ら
れる。
According to the register transfer level design support device of the present invention, the operation speed of the block is taken into consideration when optimizing the shape of the block. An optimal shape is obtained in terms of point.

【0115】以上のように、本発明によると、回路設計
のレジスタ転送レベルで、推定と同時にレイアウトの概
略設計も行なうことができるため、推定精度を飛躍的に
向上させることができる。また、レイアウト詳細設計ま
で進んで再びレジスタ転送レベル設計に戻るというよう
な設計の手戻りも最小限に抑えることができ、回路の設
計工程に要する時間を大幅に短縮することが可能であ
る。
As described above, according to the present invention, at the register transfer level of the circuit design, the layout can be roughly designed simultaneously with the estimation, so that the estimation accuracy can be greatly improved. Further, it is possible to minimize design rework such as proceeding to the detailed layout design and returning to the register transfer level design, and it is possible to greatly reduce the time required for the circuit design process.

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

【図1】本発明の一実施例に係るレジスタ転送レベル設
計支援装置を示すブロック図である。
FIG. 1 is a block diagram showing a register transfer level design support device according to one embodiment of the present invention.

【図2】前記レジスタ転送レベル設計支援装置を用いた
回路設計方法を示す流れ図である。
FIG. 2 is a flowchart showing a circuit design method using the register transfer level design support device.

【図3】前記レジスタ転送レベル設計支援装置のライブ
ラリ推定手段を示すブロック図である。
FIG. 3 is a block diagram showing library estimating means of the register transfer level design support device.

【図4】アダーファンクションの面積と動作速度とのト
レードオフカーブを示すグラフである。
FIG. 4 is a graph showing a trade-off curve between an adder function area and an operation speed.

【図5】前記レジスタ転送レベル設計支援装置のデータ
パス部性能推定手段を示すブロック図である。
FIG. 5 is a block diagram showing a data path unit performance estimating means of the register transfer level design support device.

【図6】前記データパス部性能推定手段の推定に用いら
れるレイアウトモデルを示す図である。
FIG. 6 is a diagram showing a layout model used for estimation by the data path unit performance estimation means.

【図7】ファンクション線形配置の抽象化モデルを示す
図である。
FIG. 7 is a diagram illustrating an abstraction model of a function linear arrangement.

【図8】従来の回路設計方法を示す流れ図である。FIG. 8 is a flowchart showing a conventional circuit design method.

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

10 ライブラリ推定手段 11 抽象的ゲート回路構造テンプレート 12 テクノロジ定義手段 13 面積・動作速度推定手段 14 テンプレート選択手段 15 割り込み入力付表示画面 20a〜20c レイアウト設計方式記述手段 30a〜30c データパス部性能推定手段 31 条件スイッチ 32 線形配置手段 33 セル選択手段 34 チャネル幅推定手段 35 セル行幅推定手段 36 バス/マルチプレクサ切替え手段 37 ビットスライス/ファンクションスライス切替え
手段 38 線形配置最適化手段 40a〜40c 割り込み入力付表示画面 50a〜50c コントロール部性能推定手段 60 推定選択手段 70a〜70c 専用ファンクション性能推定手段 80 フロアプラン最適化手段 81 配置手段 82 配線手段 83 形状最適化手段 90 割り込み入力付表示画面 100 セルライブラリ 110 ライブラリ推定手段 120a〜120c レイアウト設計方式記述手段 140a〜140c 割り込み入力付表示画面 301 セル 302 セル行 303 フィードスルー 304 チャネル 305 外部ピン 401 ファンクション 402 ファンクション間配線
DESCRIPTION OF SYMBOLS 10 Library estimation means 11 Abstract gate circuit structure template 12 Technology definition means 13 Area / operation speed estimation means 14 Template selection means 15 Display screen with interrupt input 20a-20c Layout design method description means 30a-30c Data path section performance estimation means 31 Condition switch 32 linear arrangement means 33 cell selection means 34 channel width estimation means 35 cell row width estimation means 36 bus / multiplexer switching means 37 bit slice / function slice switching means 38 linear arrangement optimization means 40a-40c display screen with interrupt input 50a -50c Control section performance estimating means 60 Estimation selecting means 70a-70c Dedicated function performance estimating means 80 Floor plan optimizing means 81 Arranging means 82 Wiring means 83 Shape optimizing means 90 interrupt input with the display screen 100 cell library 110 library estimator 120a~120c layout design method described means 140a~140c interrupt input with the display screen 301 cell 302 cell row 303 feed through 304 channel 305 external pin 401 Function 402 function between the wires

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平5−250437(JP,A) 特開 平4−247575(JP,A) 特開 平3−182969(JP,A) 特開 平3−95679(JP,A) 特開 昭64−82544(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 17/50 ────────────────────────────────────────────────── ─── Continuation of the front page (56) References JP-A-5-250437 (JP, A) JP-A-4-247575 (JP, A) JP-A-3-182969 (JP, A) JP-A-3-182969 95679 (JP, A) JP-A-64-82544 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) G06F 17/50

Claims (8)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 レジスタ転送レベルにおいて、回路のデ
ータパス部及びコントロール部をレイアウト上互いに独
立したブロックとして設計する回路設計を支援するレジ
スタ転送レベル設計支援装置であって、 それぞれが、レジスタ間の同一の演算を異なる面積及び
動作速度で実現する複数個の基本回路からなる基本回路
群を生成する複数個のライブラリ推定手段と、 それぞれが異なるレイアウト設計方式を供給する複数個
のレイアウト設計方式記述手段と、 それぞれが、複数個の前記基本回路群からなるライブラ
リと複数個の前記レイアウト設計方式の何れかとの組み
合わせをデータパスブロック実現方法として選択し、選
択されたデータパスブロック実現方法に基づいて前記デ
ータパス部の面積及び動作速度を推定する複数個のデー
タパス部性能推定手段と、 それぞれが異なるコントロールブロック実現方法に基づ
いて前記コントロール部の面積及び動作速度を推定する
複数個のコントロール部性能推定手段と、 前記回路全体の動作速度の制約に基づいて複数個の前記
データパスブロック実現方法と複数個の前記コントロー
ルブロック実現方法とを選択し、選択された複数個のデ
ータパスブロック実現方法及び複数個のコントロールブ
ロック実現方法に基づいて前記データパス部及びコント
ロール部のブロック形状の最適化を行なうフロアプラン
最適化手段とを備えていることを特徴とするレジスタ転
送レベル設計支援装置。
1. A register transfer level design support device for supporting a circuit design in which a data path portion and a control portion of a circuit are designed as independent blocks on a layout at a register transfer level. A plurality of library estimating means for generating a basic circuit group consisting of a plurality of basic circuits for realizing the above operation with different areas and operation speeds; and a plurality of layout design method description means for supplying different layout design methods. A combination of a library including a plurality of the basic circuit groups and any one of the plurality of layout design methods is selected as a data path block realization method, and the data is selected based on the selected data path block realization method. Multiple data paths for estimating path area and operating speed Unit performance estimating means, a plurality of control unit performance estimating means for estimating the area and operation speed of the control unit based on different control block realization methods, and a plurality of control unit performance estimating units based on constraints on the operation speed of the entire circuit. The data path block realizing method and the plurality of control block realizing methods are selected, and the data path unit and the control unit are selected based on the selected plural data path block realizing methods and the plurality of control block realizing methods. And a floor plan optimizing means for optimizing the block shape of the register.
【請求項2】 それぞれが前記複数個のライブラリ推定
手段のそれぞれに対応して設けられ対応するライブラリ
推定手段の推定結果を表示する複数個のライブラリ推定
結果表示手段と、 それぞれが前記複数個のデータパス部性能推定手段のそ
れぞれに対応して設けられ対応するデータパス部性能推
定手段の推定結果を表示する複数個のデータパス部性能
推定結果表示手段と、 それぞれが前記複数個のコントロール部性能推定手段の
それぞれに対応して設けられ対応するコントロール部性
能推定手段の推定結果を表示する複数個のコントロール
部性能推定結果表示手段と、 前記フロアプラン最適化手段に対応して設けられ最適化
結果を表示するフロアプラン最適化結果表示手段と、 それぞれが前記複数個のライブラリ推定手段のそれぞれ
に対応して設けられ対応するライブラリ推定手段のユー
ザ割り込みを受け付ける複数個のライブラリ推定割り込
み手段と、 それぞれが前記複数個のデータパス部性能推定手段のそ
れぞれに対応して設けられ対応するデータパス部性能推
定手段のユーザ割り込みを受け付ける複数個のデータパ
ス部性能推定割り込み手段と、 それぞれが前記複数個のコントロール部性能推定手段の
それぞれに対応して設けられ対応するコントロール部性
能推定手段のユーザ割り込みを受け付ける複数個のコン
トロール部性能推定割り込み手段と、 前記フロアプラン最適化手段に対応して設けられユーザ
割り込みを受け付けるフロアプラン最適化割り込み手段
とを備え、 ユーザ割り込みにより設定条件が変化した場合に、前記
複数個のライブラリ推定手段、複数個のデータパス部性
能推定手段、複数個のコントロール部性能推定手段及び
フロアプラン最適化手段の中から変化した設定条件に関
連する手段を選択し起動することによって、前記複数個
のライブラリ推定手段、複数個のデータパス部性能推定
手段、複数個のコントロール部性能推定手段及びフロア
プラン最適化手段の間の設定条件の矛盾をなくすように
構成されていることを特徴とする請求項1に記載のレジ
スタ転送レベル設計支援装置。
2. A plurality of library estimation result display means each provided corresponding to each of the plurality of library estimation means and displaying the estimation result of the corresponding library estimation means; A plurality of data path section performance estimation result display means provided corresponding to each of the path section performance estimation means and displaying the estimation results of the corresponding data path section performance estimation means; A plurality of control section performance estimation result display means provided corresponding to each of the means and displaying the estimation result of the corresponding control section performance estimation means; and the optimization result provided corresponding to the floor plan optimization means. A floor plan optimization result display means to be displayed, each of which corresponds to each of the plurality of library estimation means. A plurality of library estimating interrupt means provided for receiving a user interrupt of the corresponding library estimating means; and a corresponding data path part performance estimating means provided corresponding to each of the plurality of data path part performance estimating means. A plurality of data path section performance estimating interrupt means for receiving a user interrupt of the means; and a plurality of data path section performance estimating means each corresponding to each of the plurality of control section performance estimating means for receiving a user interrupt of the corresponding control section performance estimating means. Control section performance estimating interrupt means, and floor plan optimizing interrupt means provided corresponding to the floor plan optimizing means for receiving a user interrupt, wherein the plurality of Library estimation means, multiple Data path section performance estimating means, a plurality of control section performance estimating means and a floor plan optimizing means, by selecting and activating the means relating to the changed setting conditions, the plurality of library estimating means, the plurality of 2. The register transfer level according to claim 1, wherein the register transfer level is configured to eliminate inconsistencies in setting conditions among the data path unit performance estimating unit, the plurality of control unit performance estimating units, and the floor plan optimizing unit. Design support equipment.
【請求項3】 レジスタ間転送及びその制御に要する遅
延時間と、レジスタ間転送及びその処理順の制御方法が
言語又は図で表現されたデータと、回路全体の動作速度
とを表示する表示手段と、 前記回路全体の動作速度の変更要求及び前記遅延時間の
変更要求をユーザ割り込みとして受け付ける割り込み手
段とを備え、 前記ユーザ割り込みにより、前記複数個のライブラリ推
定手段、複数個のデータパス部性能推定手段、複数個の
コントロール部性能推定手段及びフロアプラン最適化手
段を起動することによって、回路の面積及び動作速度の
両方を考慮した最適化を行なうように構成されているこ
とを特徴とする請求項1に記載のレジスタ転送レベル設
計支援装置。
3. A display means for displaying a delay time required for inter-register transfer and control thereof, data expressed in a language or a diagram for a control method of inter-register transfer and processing order, and an operation speed of the entire circuit. Interrupting means for accepting a request to change the operating speed of the entire circuit and a request to change the delay time as a user interrupt, wherein the plurality of library estimating means and the plurality of data path unit performance estimating means are provided by the user interrupt. And activating a plurality of control section performance estimating means and floor plan optimizing means to perform optimization in consideration of both the circuit area and the operation speed. 2. The register transfer level design support device according to 1.
【請求項4】 前記複数個のライブラリ推定手段のそれ
ぞれは、対応するファンクションの面積及び動作速度
を、トランジスタの幅Wと長さLとの比即ちW/Lをパ
ラメータとして、抽象的ゲート回路の接続関係をビット
展開可能に示す抽象的ゲート回路構造テンプレートと該
抽象的ゲート回路構造テンプレートの抽象的ゲート回路
に対する製造テクノロジに依存した情報とを用いて推定
することを特徴とする請求項1に記載のレジスタ転送レ
ベル設計支援装置。
4. The method according to claim 1, wherein each of the plurality of library estimating means determines an area and an operation speed of the corresponding function by using a ratio of the width W to the length L of the transistor, that is, W / L as a parameter. 2. The method according to claim 1, wherein the connection relationship is estimated using an abstract gate circuit structure template that indicates a bit-expandable configuration and information depending on a manufacturing technology for the abstract gate circuit of the abstract gate circuit structure template. Register transfer level design support device.
【請求項5】 前記複数個のデータパス部性能推定手段
のそれぞれは、レイアウト設計方式のレイアウト条件の
設定にオンオフ状態が対応するスイッチ手段と、前記レ
イアウト条件が設定された場合に前記レイアウト条件に
基づいてデータパス部の面積及び動作速度を推定する手
段とを有し、 前記複数個のレイアウト設計方式記述手段のそれぞれ
は、対応するデータパス部性能推定手段のスイッチ手段
のオンオフ状態によって、レイアウト設計方式のレイア
ウト条件を設定することを特徴とする請求項1に記載の
レジスタ転送レベル設計支援装置。
5. Each of the plurality of data path unit performance estimating means includes: a switch means corresponding to an on / off state corresponding to setting of a layout condition of a layout design method; and a switch means corresponding to the layout condition when the layout condition is set. Means for estimating the area and the operation speed of the data path section based on the layout design method. 2. The register transfer level design support device according to claim 1, wherein a layout condition of the system is set.
【請求項6】 前記複数個のデータパス部性能推定手段
のそれぞれは、レイアウト設計方式のレイアウト条件の
設定にオンオフ状態が対応するスイッチ手段と、前記レ
イアウト条件が設定された場合に前記レイアウト条件に
基づいてデータパス部の面積及び動作速度を推定する手
段とを有し、さらに、機能セルを一行に配置する場合に
該機能セルの一次元配置を最適化する手段、配線をバス
又はマルチプレクサで実現する場合の実現方法を最適化
する手段並びにデータ転送の速度及びブロックの面積を
推定する手段のうちの少なくとも1つの手段を有してい
ることを特徴とする請求項1に記載のレジスタ転送レベ
ル設計支援装置。
6. Each of the plurality of data path unit performance estimating means includes a switch means corresponding to an on / off state corresponding to a setting of a layout condition of a layout design method, and a switch means corresponding to the layout condition when the layout condition is set. Means for estimating the area and operation speed of the data path unit based on the data path unit, and further, means for optimizing the one-dimensional arrangement of the function cells when arranging the function cells in one row, and realizing the wiring by a bus or a multiplexer. 2. The register transfer level design according to claim 1, further comprising at least one of a means for optimizing a method for realizing the data transfer and a means for estimating a data transfer speed and a block area. Support equipment.
【請求項7】 前記複数個のデータパス部性能推定手段
のそれぞれは、各セル行に1個又は複数個のセルを配置
する場合において、各セル行に含まれるセル及びフィー
ドスルー配線の幅の総和を当該セル行の幅とし、全ての
セル行の幅のうちの最大幅をブロックの幅Wとし、セル
の高さの総和をブロックの高さHとし、レジスタ間デー
タ転送に要する遅延時間の最大値をブロックの動作速度
Sとし、セル行の並びの変更を順次繰り返すことにより
ブロックにおける前記幅W、高さH及び動作速度Sの関
数で定義される評価関数を最小化することによってセル
行の線形配置の最適化を行なうことを特徴とする請求項
1に記載のレジスタ転送レベル設計支援装置。
7. Each of the plurality of data path unit performance estimating means, when arranging one or a plurality of cells in each cell row, determines a width of a cell included in each cell row and a width of a feedthrough wiring. The sum is defined as the width of the cell row, the maximum width of the widths of all the cell rows is defined as the block width W, the sum of the cell heights is defined as the block height H, and the delay time required for data transfer between registers is calculated. The maximum value is set to the operation speed S of the block, and the change of the arrangement of the cell rows is sequentially repeated to minimize the evaluation function defined by the functions of the width W, the height H and the operation speed S in the block. 2. The register transfer level design support device according to claim 1, wherein optimization of the linear arrangement is performed.
【請求項8】 前記フロアプラン最適化手段は、各ブロ
ック毎に、回路全体の動作速度の制約に基づいて当該ブ
ロックの動作速度の制約を求め、当該ブロックの動作速
度の制約を満足するブロック実現方法とブロック形状と
の組み合わせを列挙し、回路全体の面積が最小となるよ
うに各ブロック毎のブロック実現方法とブロック形状と
の組み合わせを選択することを特徴とする請求項1に記
載のレジスタ転送レベル設計支援装置。
8. The floor plan optimizing means obtains, for each block, a constraint on the operation speed of the block based on a constraint on the operation speed of the entire circuit, and realizes a block that satisfies the constraint on the operation speed of the block. enumerating a combination of methods and block shape, the serial to claim 1, characterized in that selecting a combination of the block implementation and the block shape of each block so that the area of the whole circuit is minimized
Mounting of the register transfer level design support apparatus.
JP05171549A 1993-07-12 1993-07-12 Register transfer level design support system Expired - Fee Related JP3129883B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP05171549A JP3129883B2 (en) 1993-07-12 1993-07-12 Register transfer level design support system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP05171549A JP3129883B2 (en) 1993-07-12 1993-07-12 Register transfer level design support system

Publications (2)

Publication Number Publication Date
JPH0728877A JPH0728877A (en) 1995-01-31
JP3129883B2 true JP3129883B2 (en) 2001-01-31

Family

ID=15925193

Family Applications (1)

Application Number Title Priority Date Filing Date
JP05171549A Expired - Fee Related JP3129883B2 (en) 1993-07-12 1993-07-12 Register transfer level design support system

Country Status (1)

Country Link
JP (1) JP3129883B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6169968B1 (en) 1997-07-09 2001-01-02 Matsushita Electric Industrial Co., Ltd. Apparatus and method for estimating performance integrated circuit
JP3005538B1 (en) 1998-09-03 2000-01-31 日本電気アイシーマイコンシステム株式会社 LSI design system by model creation of functional block and LSI design method
US6904573B1 (en) 2003-05-27 2005-06-07 Hewlett-Packard Development Company, L.P. Logic gate identification based on hardware description language circuit specification
JP4945360B2 (en) * 2007-07-27 2012-06-06 株式会社日立製作所 Design apparatus, design method, and program

Also Published As

Publication number Publication date
JPH0728877A (en) 1995-01-31

Similar Documents

Publication Publication Date Title
US5798936A (en) Congestion-driven placement method and computer-implemented integrated-circuit design tool
EP0684572B1 (en) Designing semiconductor integrated circuits
US6301693B1 (en) Non-linear optimization system and method for wire length and delay optimization for an automatic electric circuit placer
US5818729A (en) Method and system for placing cells using quadratic placement and a spanning tree model
US6651224B1 (en) Method of optimizing signal lines within circuit, optimizing apparatus, recording medium having stored therein optimizing program, and method of designing circuit and recording medium having stored therein program for designing circuit
TW567528B (en) Method for generating a partitioned IC layout
US5956257A (en) Automated optimization of hierarchical netlists
US6282693B1 (en) Non-linear optimization system and method for wire length and density within an automatic electronic circuit placer
US5666289A (en) Flexible design system
US6080201A (en) Integrated placement and synthesis for timing closure of microprocessors
US5930499A (en) Method for mixed placement of structured and non-structured circuit elements
Hedlund Aesop: A tool for automated transistor sizing
US6553338B1 (en) Timing optimization in presence of interconnect delays
US5477460A (en) Early high level net based analysis of simultaneous switching
JP2002500435A (en) Timing closure method
CN101206686A (en) Latch placement for high performance and low power circuits
US7401313B2 (en) Method and apparatus for controlling congestion during integrated circuit design resynthesis
JP3129883B2 (en) Register transfer level design support system
US6601226B1 (en) Tightloop method of timing driven placement
US7100140B2 (en) Generation of graphical congestion data during placement driven synthesis optimization
Lightbody et al. Design of a parameterizable silicon intellectual property core for QR-based RLS filtering
US5930147A (en) Design support system in which delay is estimated from HDL description
JP2001338006A (en) Method for supporting logic automatic design and device for the same
US8935651B1 (en) Methods and apparatus for data path cluster optimization
US6074429A (en) Optimizing combinational circuit layout through iterative restructuring

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20001024

LAPS Cancellation because of no payment of annual fees