JP2000348086A - System and method for logic synthesis aid and storage medium - Google Patents

System and method for logic synthesis aid and storage medium

Info

Publication number
JP2000348086A
JP2000348086A JP11161672A JP16167299A JP2000348086A JP 2000348086 A JP2000348086 A JP 2000348086A JP 11161672 A JP11161672 A JP 11161672A JP 16167299 A JP16167299 A JP 16167299A JP 2000348086 A JP2000348086 A JP 2000348086A
Authority
JP
Japan
Prior art keywords
logic synthesis
script
function description
module
description
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP11161672A
Other languages
Japanese (ja)
Inventor
Yuichi Kurosawa
雄一 黒澤
Naohiko Okamoto
直彦 岡本
Teruhisa Fujimoto
曜久 藤本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP11161672A priority Critical patent/JP2000348086A/en
Publication of JP2000348086A publication Critical patent/JP2000348086A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To easily design a circuit of high quality without any error in logic synthesis by generating a logic synthesis script by using the analysis result of the hierarchical structure in a function description. SOLUTION: A function description storage part 11 stores the function description of an object circuit to be designed by a description language VHDL and a structure analysis part 12 extracts the structure of a module, the correspondence between a file name and a module name, and the clock information of each module out of a basic structure information storage part 13. The basic structure information storage part 13 stores information as a key that the structure analysis part 12 takes. A script control part 14 makes settings regarding the kinds of commands included in the generated script and whether the individual commands have an operation. A script generation part 15 generates the script flies of a logic synthesis tool by the modules stored in the function description storage part 11 according to the analysis result of the structure analysis part 12 and the indication of the script control part 14 and stores them in a script storage part 16.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータを用
いてハードウエアの設計を支援するCADシステムで使
用される論理合成スクリプトの生成を支援する論理合成
支援システムとその方法、ならびにプログラム記憶媒体
に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a logic synthesis support system for supporting generation of a logic synthesis script used in a CAD system for supporting hardware design using a computer, a method thereof, and a program storage medium.

【0002】[0002]

【従来の技術】LSIの機能論理設計工程は、設計対象
とする回路の機能をハードウエア記述言語(HDL)と
いう言語によって記述し、機能シミュレーションによっ
て検証し、論理合成システムとよばれるツールによっ
て、HDL記述からゲートアレイ、スタンダードセルな
どのテクノロジに依存した論理回路を自動生成するとい
う手順が一般的になっている。
2. Description of the Related Art In a function logic design process of an LSI, a function of a circuit to be designed is described in a language called a hardware description language (HDL), verified by a function simulation, and a HDL is used by a tool called a logic synthesis system. A general procedure is to automatically generate a logic circuit depending on a technology such as a gate array or a standard cell from a description.

【0003】論理合成ツールとしては、Synopsys,Inc.
製 Design Compiler が広く使用されている。(文献
「Design Compiler Reference Manual:Fundamentals
(日本語版)」1997日本シノプシス株式会社)ここ
で、論理合成システムによって回路を自動生成する場合
においては、論理合成の内部処理手順、オプションなど
を論理合成システムがもつスクリプト言語で記述して、
論理合成システムに入力する必要がある。
As a logic synthesis tool, Synopsys, Inc.
Design Compiler is widely used. (Reference "Design Compiler Reference Manual: Fundamentals
(Japanese version) "1997 Synopsys, Japan) When a circuit is automatically generated by a logic synthesis system, the internal processing procedures and options of the logic synthesis are described in a script language of the logic synthesis system.
Must be input to the logic synthesis system.

【0004】論理合成は、基本的に、HDL記述のモジ
ュール単位に行うため、回路が大規模でモジュール数が
数十、数百になると、人手で個々に作成することは、手
間がかかり、また、誤りを起こりやすいという問題があ
る。また、この結果、不適当な回路が生成され、回路の
修正に工数を要してしまうという問題がある。
Since the logic synthesis is basically performed for each module of the HDL description, when a circuit is large and the number of modules is several tens or several hundreds, it is troublesome to manually create each module individually. However, there is a problem that errors easily occur. In addition, as a result, an inappropriate circuit is generated, and there is a problem that a man-hour is required for correcting the circuit.

【0005】また、論理合成は、通常回路の下位モジュ
ールから順番に行われるため、論理合成の実行順序を制
御するオペレーティングシステム上のコマンド(例え
ば、UNIX(登録商標)オペレーティングシステムの
メイクファイル。文献「UNIXユーティリティライブ
ラリmake」 1990 啓学出版ISBN4-7665-1093-3)
を作成することも必要である。更に、論理合成スクリプ
トの中で行う必要のある各種の設定、例えば、最適化処
理の強さ、モジュールの外部ピンヘの遅延の設定には、
使用経験や実績にもとづくノウハウがあり、初心者では
適切な設定を行うことが困難であるという問題がある。
[0005] In addition, since logic synthesis is normally performed in order from the lower module of the circuit, commands on the operating system for controlling the execution order of the logic synthesis (for example, a makefile of a UNIX (registered trademark) operating system; UNIX Utility Library make "1990 Keigaku Publishing ISBN4-7665-1093-3)
It is also necessary to create In addition, various settings that need to be made in the logic synthesis script, such as the strength of optimization processing and the setting of delay to external pins of the module,
There is a know-how based on experience and achievements, and it is difficult for a beginner to make appropriate settings.

【0006】[0006]

【発明が解決しようとする課題】本発明は、このような
課題を鑑みてなされたものであり、各モジュールの論理
合成スクリプトや、それらの論理合成スクリプトの実行
制御コマンドを作成する作業を自動化することによっ
て、論理合成を誤りなく、容易に行い、かつ高品質の回
路を設計できるような環境を提供することのできる論理
合成支援システムとその方法、ならびにプログラム記憶
媒体の提供を目的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned problems, and has been made in consideration of the above circumstances. Accordingly, the present invention automates a task of creating a logic synthesis script of each module and an execution control command of the logic synthesis script. Accordingly, an object of the present invention is to provide a logic synthesis support system and method capable of providing an environment in which logic synthesis can be easily performed without error and a high quality circuit can be designed, and a program storage medium.

【0007】また、本発明は、論理合成の熟練者がもつ
ノウハウを用いた論理合成を容易に行うことを可能とす
る論理合成支援システムとその方法、ならびにプログラ
ム記憶媒体の提供を目的とする。
Another object of the present invention is to provide a logic synthesis support system and method for easily performing logic synthesis using know-how possessed by a logic synthesis expert, and a program storage medium.

【0008】さらに、本発明は、HDL記述を再利用し
た設計においても、再利用部分の論理合成を容易に行う
ことのできる論理合成支援システムとその方法、ならび
にプログラム記憶媒体の提供を目的とする。
A further object of the present invention is to provide a logic synthesis support system and method capable of easily performing logic synthesis of a reused part even in a design in which an HDL description is reused, and a program storage medium. .

【0009】[0009]

【課題を解決するための手段】上記目的を達成するため
に、本発明の請求項1に関わる論理合成支援システム
は、デザインの機能記述を記憶する機能記述記憶手段
と、前記機能記述における階層構造を解析する構造解析
手段と、前記構造解析手段により得られた解析結果を用
いて、前記機能記述を論理合成するCADツールの入力
となる論理合成スクリプトを生成するスクリプト生成手
段とを具備することを特徴とする。このシステムによれ
ば前記機能記述におけるモジュール毎の論理合成スクリ
プトを自動的かつ容易に作成することが可能となる。
To achieve the above object, a logic synthesis support system according to claim 1 of the present invention comprises a function description storing means for storing a function description of a design, and a hierarchical structure in the function description. And a script generation means for generating a logic synthesis script which is an input of a CAD tool for logic-synthesizing the function description using the analysis result obtained by the structure analysis means. Features. According to this system, it is possible to automatically and easily create a logic synthesis script for each module in the function description.

【0010】本発明の請求項2に関わる論理合成支援方
法は、デザインの機能記述を記憶するステップと、前記
機能記述における階層構造の解析を行うステップと、こ
の解析結果を用いて前記機能記述を論理合成するCAD
ツールの入力となる論理合成スクリプトを生成するステ
ップとをもつことを特徴とする。この方法によれば、前
記機能記述におけるモジュール毎の論理合成スクリプト
を自動的かつに容易に作成することが可能となる。
According to a second aspect of the present invention, there is provided a logic synthesis supporting method, comprising the steps of: storing a function description of a design; analyzing a hierarchical structure of the function description; CAD for logic synthesis
Generating a logic synthesis script to be input to the tool. According to this method, a logic synthesis script for each module in the function description can be automatically and easily created.

【0011】本発明の請求項3に関わるコンピュータ読
み取り可能な記憶媒体は、デザインの機能記述を記憶す
る機能記述記憶手段と、前記機能記述における階層構造
を解析する構造解析手段と、前記構造解析手段により得
られた解析結果を用いて、前記機能記述を論理合成する
CADツールの入力となる論理合成スクリプトを生成す
るスクリプト生成手段とをコンピュータにより読み取り
可能なプログラムとして記憶したものである。この記憶
媒体に記憶されたプログラムによれば、前記機能記述に
おけるモジュール毎の論理合成スクリプトを自動的かつ
容易に作成することが可能となる。
According to a third aspect of the present invention, there is provided a computer-readable storage medium storing a function description storing a function description of a design, a structure analyzing means analyzing a hierarchical structure in the function description, and the structure analyzing means. Script generation means for generating a logic synthesis script which is an input of a CAD tool for logic-synthesizing the functional description using the analysis result obtained by the above-described method, and stored as a computer-readable program. According to the program stored in the storage medium, it is possible to automatically and easily create a logic synthesis script for each module in the function description.

【0012】本発明の請求項4に関わる論理合成支援シ
ステムは、請求項1に加え、前記スクリプト生成手段が
生成する論理合成スクリプトの内容を指定するスクリプ
ト制御手段を具備することを特徴とする。このシステム
によれば、生成されるスクリプトの内容を柔軟に変更す
ることが可能となる。
A logic synthesis support system according to a fourth aspect of the present invention is characterized in that, in addition to the first aspect, the logic synthesis support system further comprises script control means for designating the contents of the logic synthesis script generated by the script generation means. According to this system, the contents of the generated script can be flexibly changed.

【0013】本発明の請求項5に関わる論理合成支援方
法は、請求項2に加え、前記論理合成スクリプトを生成
するステップが生成する論理合成スクリプトの内容を指
定するステップを具備することを特徴とする。この方法
によれば、生成されるスクリプトの内容を柔軟に変更す
ることが可能となる。
According to a fifth aspect of the present invention, there is provided a logic synthesis supporting method according to the second aspect, further comprising the step of designating the contents of the logic synthesis script generated by the step of generating the logic synthesis script. I do. According to this method, the contents of the generated script can be flexibly changed.

【0014】本発明の請求項6に関わるコンピュータ読
み取り可能な記憶媒体は、請求項3に加え、前記プログ
ラムが、前記スクリプト生成手段が生成する論理合成ス
クリプトの内容を指定するスクリプト制御手段をさらに
含むことを特徴とする。この記憶媒体に記憶されたプロ
グラムによれば、生成されるスクリプトの内容を柔軟に
変更することが可能となる。
According to a sixth aspect of the present invention, in the computer-readable storage medium according to the third aspect, the program further includes script control means for designating the contents of a logic synthesis script generated by the script generation means. It is characterized by the following. According to the program stored in the storage medium, the contents of the generated script can be flexibly changed.

【0015】また、本発明の請求項7に関わる論理合成
支援システムは、デザインの機能記述を記憶する機能記
述記憶手段と、前記機能記述における階層構造の解析を
行う構造解析手段と、構造解析手段による解析結果を用
いて前記機能記述に含まれるモジュール相互間の論理合
成実行順序を制御するコマンドを生成する実行制御コマ
ンド生成手段とをもつことを特徴とする。このシステム
によれば前記機能記述における各モジュールを論理合成
するを示す実行制御コマンドを自動的かつ容易に作成す
ることが可能となる。
According to a seventh aspect of the present invention, there is provided a logic synthesis support system, comprising: a function description storage means for storing a function description of a design; a structure analysis means for analyzing a hierarchical structure in the function description; Execution control command generation means for generating a command for controlling the order of execution of logic synthesis between modules included in the function description using the analysis result of the function description. According to this system, it is possible to automatically and easily create an execution control command indicating that each module in the function description is logically synthesized.

【0016】本発明の請求項8に関わる論理合成支援方
法は、デザインの機能記述を記憶するステップと、前記
機能記述における階層構造の解析を行うステップと、前
記ステップによる解析結果を用いて、前記機能記述に含
まれるモジュール相互間の論理合成実行順序を制御する
コマンドを生成するステップとをもつことを特徴とす
る。この方法によれば、前記機能記述における各モジュ
ールを論理合成するを示す実行制御コマンドを自動的か
つ容易に作成することが可能となる。
The logic synthesis support method according to claim 8 of the present invention includes the steps of: storing a function description of a design; analyzing a hierarchical structure in the function description; Generating a command for controlling the order of execution of logic synthesis between modules included in the function description. According to this method, it is possible to automatically and easily create an execution control command indicating that each module in the function description is logically synthesized.

【0017】本発明の請求項9に関わるコンピュータ読
み取り可能な記憶媒体は、デザインの機能記述を記憶す
る機能記述記憶手段と、前記機能記述における階層構造
の解析を行う構造解析手段と、前記構造解析手段により
得られた解析結果を用いて、前記機能記述に含まれるモ
ジュール相互間の論理合成実行順序を制御するコマンド
を生成する実行制御コマンド生成手段とをコンピュータ
により読み取り可能なプログラムとして記憶したもので
ある。この記憶媒体に記憶されたプログラムによれば、
前記機能記述における各モジュールを論理合成する順序
を示す実行制御コマンドを自動的かつ容易に作成するこ
とが可能となる。
According to a ninth aspect of the present invention, there is provided a computer-readable storage medium, comprising: a function description storage unit for storing a function description of a design; a structure analysis unit for analyzing a hierarchical structure in the function description; Execution control command generation means for generating a command for controlling a logic synthesis execution order between modules included in the function description using the analysis result obtained by the means, and stored as a computer-readable program. is there. According to the program stored in the storage medium,
It is possible to automatically and easily create an execution control command indicating the order of logically synthesizing each module in the function description.

【0018】[0018]

【発明の実施の形態】以下、図面を参照しながら発明の
実施の形態を説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0019】(第一の実施形態)図1に本発明の第一の
実施形態に関わる論理合成支援システムの構成図を示
す。
(First Embodiment) FIG. 1 shows a configuration diagram of a logic synthesis support system according to a first embodiment of the present invention.

【0020】同図において、機能記述記憶部11は、I
EEE標準ハードウエア記述言語VHDLによる設計対
象回路の機能記述を記憶する。構造解析部12は、機能
記述記憶部11と基本構造情報記憶部13から、モジュ
ールの階層構造、VHDL記述のファイル名とモジュー
ル名の対応、および各モジュールのクロック情報を抽出
する。基本構造情報記憶部13は、構造解析部12が行
うキーなる情報、すなわち、最上位モジュールを含むV
HDLファイル名およびクロックピン名とその周期の情
報を記憶する。スクリプト制御部14は、生成されるス
クリプト中に含まれるコマンドの種類や各コマンドのオ
プションの有無に関する設定を行う。スクリプト生成部
15は、構造解析部12による解析結果とスクリプト制
御部14による指示に従って、機能記述記憶部11に記
憶されたVHDL記述のモジュール毎にモジュール名.s
crという名前で、論理合成ツールDesign Compiler のス
クリプトファイルを生成し、スクリプト記憶部16に記
憶する。以下では、機能記述記憶部11に図3〜図6の
VHDL記述が含まれている場合を例にとり説明する。
In FIG. 1, the function description storage unit 11 stores
The function description of the circuit to be designed in the EEE standard hardware description language VHDL is stored. The structure analysis unit 12 extracts, from the function description storage unit 11 and the basic structure information storage unit 13, the hierarchical structure of the module, the correspondence between the file name of the VHDL description and the module name, and the clock information of each module. The basic structure information storage unit 13 stores the key information performed by the structure analysis unit 12, that is, the V including the top module.
The HDL file name, clock pin name, and information on its cycle are stored. The script control unit 14 sets the type of command included in the generated script and the presence / absence of an option of each command. The script generation unit 15 generates a module name.s for each module of the VHDL description stored in the function description storage unit 11 according to the analysis result of the structure analysis unit 12 and the instruction of the script control unit 14.
A script file of the logic synthesis tool Design Compiler is generated under the name cr and stored in the script storage unit 16. Hereinafter, a case where the function description storage unit 11 includes the VHDL description of FIGS. 3 to 6 will be described as an example.

【0021】図3〜図6の記述はモジュール(entity)
毎にそれぞれ別ファイルex.vhdl sub1.vhdl sub2.vhd
l sub3.vhdlに記憶されているとする。図7に図3〜図
6のVHDLのブロック図を示す。最上位モジュールは
EXであり、入力ポートICLKは周期10nsのクロ
ックであるとする。
The description of FIGS. 3 to 6 is based on a module (entity).
Ex.vhdl sub1.vhdl sub2.vhd
It is assumed that it is stored in l sub3.vhdl. FIG. 7 shows a block diagram of the VHDL of FIGS. The highest-order module is EX, and the input port ICLK is a clock having a period of 10 ns.

【0022】基本構造情報記憶部13はこれらVHDL
記述の存在するディレクトリ名、最上位モジュールのフ
ァイル名、クロックの情報を図8のような形式で記憶す
る。構造解析部12は、これら図8の情報から、図9の
フローにしたがって、機能記述部11に記憶されたVH
DL記述(図3〜図6)の解析を行って、モジュール毎
にVHDLファイル名、クロックピン名、サブモジュー
ル名とそのインスタンス名を図10の形式で生成する。
The basic structure information storage unit 13 stores these VHDL
The directory name where the description exists, the file name of the top module, and clock information are stored in a format as shown in FIG. The structure analysis unit 12 obtains the VH stored in the function description unit 11 from the information of FIG. 8 according to the flow of FIG.
By analyzing the DL description (FIGS. 3 to 6), a VHDL file name, a clock pin name, a submodule name and its instance name are generated for each module in the format of FIG.

【0023】まず、図8の1行目 dirで指定されたディ
レクトリに存在するVHDLファイル(拡張子 .vhdl)
から entity 宣言部分を抽出し、ファイル名とモジュー
ル名の対応を記憶する(ステップS61)。次に、図
8、2行目top で指定されたファイルを読み込み、その
モジュール名とファイル名を図10の1行目のように出
力する(ステップS64)。さらに、図8、3行目cloc
k で指定されたクロックピン名ICLKを取得し、図1
0の2行目のように出力する(ステップS63)。さら
に、図3の記述を走査し、サブモジュールインスタンス
C1,C2とそのモジュール名SUBI,SUB2(図
3の33,39行目)を取得し、図10、3,4行目の
ように出力する。
First, a VHDL file (extension .vhdl) existing in the directory specified by dir on the first line in FIG.
Then, an entity declaration part is extracted from the list, and the correspondence between the file name and the module name is stored (step S61). Next, the file specified by top in the second line of FIG. 8 is read, and its module name and file name are output as in the first line of FIG. 10 (step S64). Further, FIG. 8, the third line cloc
The clock pin name ICLK specified by k is obtained, and FIG.
0 is output as in the second row (step S63). Further, the description in FIG. 3 is scanned to obtain the submodule instances C1 and C2 and their module names SUB1 and SUB2 (lines 33 and 39 in FIG. 3) and output them as shown in FIGS. .

【0024】また、クロックピンICLK1の参照箇所
(図3の34,41行目)を求め、下位モジュールSU
B1,SUB2の入力ポートICLK1,ICLK2が
クロックピンであることを検出し、記憶する(ステップ
S66)。そして、サブモジュールSUB1,SUB2
について再帰的に同様な処理を行う(ステップS68〜
S615)。
Further, the reference position of the clock pin ICLK1 (lines 34 and 41 in FIG. 3) is obtained, and the lower module SU
It detects that the input ports ICLK1 and ICLK2 of B1 and SUB2 are clock pins and stores them (step S66). Then, the submodules SUB1 and SUB2
The same processing is performed recursively for (steps S68 to S68).
S615).

【0025】ここで図9ステップS66において、クロ
ックピン名は、上記の説明のように予め上位モジュール
の走査時に求められているために、図10、6行目のよ
うに出力される。
Here, in step S66 in FIG. 9, the clock pin name is output as shown in the sixth row in FIG. 10, since it is determined in advance when scanning the upper module as described above.

【0026】構造解析部12による解析結果全体を図1
0に示す。スクリプト生成部15はこの情報と図11に
示すスクリプト制御部14の指定にもとづいて論理合成
スクリプトを生成する。
FIG. 1 shows the entire analysis result by the structural analysis unit 12.
0 is shown. The script generation unit 15 generates a logic synthesis script based on this information and the designation of the script control unit 14 shown in FIG.

【0027】図11において、1行目は、最上位モジュ
ールを medium の強さ、その他の階層を high の強さで
コンパイルすることを指示する。2行目は、最大遅延に
関する最適化を行うときの動作条件を WCCOM、最小遅延
に関する最適化を行うときの動作条件を BCCOMとするこ
とを指示する。3,4行目は、最上位モジュールの合成
時に、論理合成結果レポートとデザインルールチェック
レポートを出力することを指示する。5行目は、最上位
モジュールを合成する場合には、全モジュールの合成結
果をファイルに出力し、最上位以外のモジュールを合成
する場合には、当該モジュールの合成結果のみをファイ
ルに出力することを示す(図中の1,0は全モジュール
の合成結果を出力するか否かを示すフラグ)。6行目
は、最上位モジュールを合成する場合には、全モジュー
ルの合成結果をネットリスト出力し、それ以外のモジュ
ールを合成する場合には、ネットリスト出力しないこと
を示す(図中の1,0はネットリスト出力の有無を示す
フラグ)。また、7、8行目はネットリストを verilog
HDL形式で出力すること、およびネットリストファイ
ルの拡張子を .net にすることを示す。
In FIG. 11, the first line indicates that the top module is compiled with medium strength and the other layers are compiled with high strength. The second line indicates that the operating condition when optimizing for the maximum delay is WCCOM and the operating condition when optimizing for the minimum delay is BCCOM. The third and fourth lines indicate that a logic synthesis result report and a design rule check report are output when the top module is synthesized. In the fifth line, when synthesizing the top module, output the synthesis result of all modules to a file, and when synthesizing a module other than the top module, output only the synthesis result of the module to a file. (1, 0 in the figure is a flag indicating whether or not to output the synthesis result of all modules). The sixth line indicates that the synthesis result of all modules is output as a netlist when the top module is synthesized, and the netlist is not output when other modules are synthesized (1, 1 in the figure). 0 is a flag indicating whether or not to output a netlist). Lines 7 and 8 are verilog netlists.
Indicates that the file is output in the HDL format and that the extension of the netlist file is .net.

【0028】図12にスクリプト生成部15の処理フロ
ーを示す。(a)は全体フローであり、(b)は、
(a)のステップS91とS95で呼ばれるサブルーチ
ンである。(a)のフローでは、図10における最上位
モジュールEXのデータを参照し(ステップS92)、
まず、最上位モジュールEX、次に、各サブモジュール
SUB1,SUB2について順に論理合成スクリプトを
生成する。ここで、SUB2はさらにSUB3をサブモ
ジュールにもつため、SUB2のスクリプト生成後にS
UB3のスクリプト生成を行う(ステップS96)。
FIG. 12 shows a processing flow of the script generation unit 15. (A) is the whole flow, (b) is
This is a subroutine called in steps S91 and S95 of FIG. In the flow of (a), the data of the top module EX in FIG. 10 is referred to (step S92),
First, a logic synthesis script is generated for the top module EX and then for each of the submodules SUB1 and SUB2. Here, since SUB2 further has SUB3 as a submodule, after SUB2 script generation, S
A script for UB3 is generated (step S96).

【0029】この結果、生成される最上位モジュールE
Xの合成スクリプトファイルEX.scrの内容を図13に
示す。図13において、14,15,18,19行目は
図12のステップS98における出力、3,4行目はス
テップS99における出力、5〜11行目はステップS
910における出力、12,13行目はステップS91
1における出力、14〜19行目はステップS912に
おける出力、20〜25行目はステップS913におけ
る出力である。
As a result, the generated top module E
FIG. 13 shows the contents of the X. synthesis script file EX.scr. 13, lines 14, 15, 18, and 19 are outputs in step S98 of FIG. 12, lines 3 and 4 are outputs in step S99, and lines 5 to 11 are in step S98.
The output at 910, and the twelfth and thirteenth rows correspond to Step S91
1, the 14th to 19th lines are outputs in step S912, and the 20th to 25th lines are outputs in step S913.

【0030】また、図11の1,2行目の指定は図13
の1,2行目に、図11の3,4行目の指定は図13の
21,22行目に、図11の5〜8行目の指定は図13
の23,24行目にそれぞれ反映されている。また、図
13の3,7,9,11行目は、基本構造情報記憶部1
3,スクリプト制御部14による設定にもとづく出力で
はなく、論理合成方法における一般的な知識、ノウハウ
としてスクリプト生成部にプログラムしておき、自動的
に出力する。
The designation of the first and second lines in FIG.
The first and second lines in FIG. 11 are specified in lines 21 and 22 in FIG. 13, and the fifth to eighth lines in FIG.
Are reflected on lines 23 and 24, respectively. In addition, the third, seventh, ninth, and eleventh rows in FIG.
3. Instead of output based on the settings by the script control unit 14, the script is programmed in the script generation unit as general knowledge and know-how in the logic synthesis method, and is automatically output.

【0031】なお、3行目におけるdefault_top.scr
は、最上位モジュールの記述を読込むスクリプトであ
り、これは、予め汎用のスクリプトとして用意されてい
るものとする。同様に、下位モジュールSUB1の合成
スクリプトファイルSUB1.scrの内容を図14に示
す。SUB1は最上位モジュールではないため、図14
の3,13,17,19行目が図13と異なるが、他は
同様である。ここで、UNIXのコマンドラインから dc_shell -f SUB1.scr と入力することによって、モジュールSUB1の論理合
成が実行され、結果がSUB1.db というファイルに生
成される( dc_shell はDesign Compiler のプログラム
名。)。また、このように下位モジュールから順に生成
されたスクリプトを上記のようにdc_shellコマンドで実
行することによって、図7の回路全体を論理合成するこ
とができる。
The default_top.scr in the third line
Is a script for reading the description of the top-level module, which is prepared in advance as a general-purpose script. Similarly, FIG. 14 shows the contents of the synthesis script file SUB1.scr of the lower module SUB1. Since SUB1 is not the top module, FIG.
Lines 3, 13, 17, and 19 are different from those in FIG. 13, but the others are the same. Here, by inputting dc_shell -f SUB1.scr from the UNIX command line, logic synthesis of the module SUB1 is executed, and the result is generated in a file called SUB1.db (dc_shell is the program name of Design Compiler.) . Further, by executing the scripts generated in this order from the lower module by the dc_shell command as described above, the entire circuit of FIG. 7 can be logically synthesized.

【0032】このように、構造解析部12が機能記述部
11に記憶されたHDL記述の階層構造を自動的に解析
することによって、図13の12,13行目のような下
位モジュールに対する set_dont_touch コマンドを生成
したり、また、最上位モジュールとその他のモジュール
でコマンドの生成方法を変えることができる。また、図
13の7行目、8行目のように、全モジュールに共通の
方法はシステムに組み込んでおくことによって、自動的
に生成することができる。また、スクリプト制御部14
によって、図13の21行目、23行目のようなコマン
ドの有無やオプションを容易に切り替えることが可能で
ある。
As described above, the structure analysis unit 12 automatically analyzes the hierarchical structure of the HDL description stored in the function description unit 11 so that the set_dont_touch command for the lower module as shown in lines 12 and 13 in FIG. , And the way commands are generated in the top-level module and other modules. In addition, as shown in the seventh and eighth lines in FIG. 13, a method common to all modules can be automatically generated by being incorporated in the system. The script control unit 14
Accordingly, it is possible to easily switch the presence / absence of a command and options as shown on the 21st and 23rd lines in FIG.

【0033】(第二の実施形態)図2に本発明の第二の
実施形態に関わる論理合成支援システムの構成図を示
す。本実施形態は、第一の実施形態で生成したモジュー
ル毎の論理合成スクリプトを用いて、下位モジュールか
ら順に自動的に論理合成を行うような、論理合成ツール
を実行するオペレーティングシステムの制御コマンドを
生成するものである。
(Second Embodiment) FIG. 2 shows a configuration diagram of a logic synthesis support system according to a second embodiment of the present invention. This embodiment uses the logic synthesis script for each module generated in the first embodiment to generate a control command of an operating system that executes a logic synthesis tool, such as automatically performing logic synthesis in order from the lower module. Is what you do.

【0034】機能記述記憶部21は、IEEE標準ハー
ドウエア記述言語VHDLによる設計対象回路の機能記
述を記憶する。構造解析部22は、機能記述記憶部21
と基本構造情報記憶部23から、モジュールの階層構
造、VHDL記述のファイル名とモジュール名の対応を
抽出する。基本構造情報記憶部23は、構造解析部22
が行うキーなる情報、すなわち、最上位モジュールを含
むVHDLファイル名を記憶する。論理合成実行手順制
御コマンド生成部24は、構造解析部22による解析結
果に従って、機能記述記憶部21に記憶されたVHDL
記述の各モジュールを論理合成する手順を指定するUN
IXのメイクファイルを例えば、makefile_ 最上位モジ
ュール名という名前で生成し、結果を論理合成実行手順
制御コマンド記憶部25に記憶する。
The function description storage unit 21 stores a function description of a circuit to be designed in the IEEE standard hardware description language VHDL. The structure analysis unit 22 includes a function description storage unit 21
Then, the module hierarchical structure and the correspondence between the file name of the VHDL description and the module name are extracted from the basic structure information storage unit 23. The basic structure information storage unit 23 includes the structure analysis unit 22
Is stored, that is, the VHDL file name including the top module. The logic synthesis execution procedure control command generation unit 24 generates the VHDL stored in the function description storage unit 21 according to the analysis result by the structure analysis unit 22.
UN that specifies the procedure for logically synthesizing each module of the description
The IX make file is generated, for example, with the name makefile_top-level module name, and the result is stored in the logic synthesis execution procedure control command storage unit 25.

【0035】ここで、論理合成スクリプトは、VHDL
のモジュール毎にモジュール名.scrという名前で例え
ば、第一の実施形態によって作成することを仮定する。
以下では、機能記述記憶部21に図3〜図6のVHDL
記述が含まれている場合を例にとり説明する。
Here, the logic synthesis script is VHDL
For example, it is assumed that each module is created with a name of module name.scr according to the first embodiment.
In the following, the VHDL of FIGS.
The case where the description is included will be described as an example.

【0036】基本構造情報記憶部23では、図8の1,
2行目の情報を指定する。本実施形態の場合は、図8の
3行目の情報は不要である。構造解析部22は、図9と
同様のフロー(ただし、ステップS64,S66,S6
11,S613のクロックに関する処理は行わない。)
により、図10と同様の情報(キーワードclock をもつ
行を除いた情報)を生成する。
In the basic structure information storage unit 23, 1 in FIG.
Specify the information on the second line. In the case of the present embodiment, the information on the third line in FIG. 8 is unnecessary. The structure analysis unit 22 performs the same flow as in FIG. 9 (however, steps S64, S66, S6
11, the processing related to the clock in S613 is not performed. )
As a result, information similar to that shown in FIG. 10 (information excluding the line having the keyword clock) is generated.

【0037】図15に論理合成実行手順制御コマンド生
成部24の処理フローを示す。(a)は全体フローであ
り、(b)はステップS122,S125において呼ば
れる1モジュールに対するメイクコマンドの出力処理フ
ローである。本処理フローは図12と同様に、構造解析
部22の出力する情報を参照し、最上位から順に、すな
わち、モジュールEX,SUB1,SUB2,SUB3
の順にメイクファイルに記述するコマンド行を生成して
ゆくものである。
FIG. 15 shows a processing flow of the logic synthesis execution procedure control command generation unit 24. (A) is an overall flow, and (b) is a flow of output processing of a make command for one module called in steps S122 and S125. This processing flow refers to the information output from the structure analysis unit 22 in the same manner as in FIG. 12, and sequentially from the top, that is, the modules EX, SUB1, SUB2, and SUB3.
The command lines described in the makefile in this order are generated.

【0038】例えば、ステップS121において、
(b)の処理が呼ばれ、ターゲットファイル名EX.db
および依存するファイルとして、当該モジュールのスク
リプトファイル名(EX.scr)とVHDLファイル名
(EX.vhdl)下位モジュールの合成結果ファイル(モジ
ュール名.db )を出力し、さらに、EX.db を生成する
ための論理合成実行コマンド(dc_shell )を以下のよう
に出力する。
For example, in step S121,
The process (b) is called, and the target file name EX.db
The script file name (EX.scr) and the VHDL file name (EX.vhdl) of the module are output as dependent files, and the synthesis result file (module name.db) of the lower module is output, and EX.db is generated. Command to execute logic synthesis (dc_shell) is output as follows.

【0039】EX.db : EX.scr EX.vhdl SUB1.db SUB2.d
b dc_shell -f EX.scr 同様にして、他のモジュールSUB1,SUB2,SU
B3についての記述を生成した結果のファイル makefil
e_Exの内容を図16に示す。このメイクファイルを用
いて、UNIXのコマンドラインにおいて、 make -f makefile_EX EX.db と入力することによって、モジュールEX以下の全モジ
ュールの論理合成を自動的に行うことができる。
EX.db: EX.scr EX.vhdl SUB1.db SUB2.d
b dc_shell -f EX.scr Similarly, other modules SUB1, SUB2, SU
Makefil file resulting from the description of B3
FIG. 16 shows the contents of e_Ex. By using this makefile and inputting make -f makefile_EX EX.db on the UNIX command line, the logic synthesis of all modules below the module EX can be automatically performed.

【0040】このように、構造解析部22が機能記述部
21に記億されたHDL記述の階層構造を自動的に解析
することによって、図16のような論理合成ツールの実
行を制御するコマンドファイルを自動生成することがで
きる。
As described above, the structure analysis unit 22 automatically analyzes the hierarchical structure of the HDL description recorded in the function description unit 21 so that the command file for controlling the execution of the logic synthesis tool as shown in FIG. Can be automatically generated.

【0041】以下では、上記実施形態に施すことができ
る変形の例を示す。
The following is an example of a modification that can be made to the above embodiment.

【0042】(1)上記実施形熊では、基本構造情報記
憶部13,23を設けた場合を説明したが、これは、本
発明にとって、必須の構成要素ではない。すなわち、上
記実施形態では、最上位モジュールを基本構造情報記憶
部13,23で指定したが、構造解析部が機能記述を探
索するディレクトリを予め決めておき、構造解析部が前
記ディレクトリを探索し、最上位モジュールを自動的に
判断するようにしてもよい。同様に、上記実施形態で
は、クロック名とその周期を基本構造情報記憶部13で
指定したが、これらは、機能記述記憶部11のHDL記
述中で指定してもよい。具体的には、例えば、図3のV
HDL記述8行目の宣言においてコメントを利用して ICLK:IN std_logic; -- clock 10 のように記述することが考えられる。
(1) In the above embodiment, the case where the basic structure information storage units 13 and 23 are provided has been described, but this is not an essential component for the present invention. That is, in the above embodiment, the top-level module is specified in the basic structure information storage units 13 and 23, but a directory in which the structure analysis unit searches for the function description is determined in advance, and the structure analysis unit searches the directory. The top module may be automatically determined. Similarly, in the above embodiment, the clock name and its cycle are specified in the basic structure information storage unit 13, but these may be specified in the HDL description of the function description storage unit 11. Specifically, for example, V in FIG.
It is conceivable to use a comment in the declaration of the eighth line of the HDL description to describe as ICLK: IN std_logic;-clock10.

【0043】(2)上記実施形態では、機能記述におけ
る全モジュールの論理合成スクリプトを生成したが、例
えば、スクリプト制御部14においてスクリプトを生成
する範囲を指定することによって特定のモジュールのス
クリプトのみを生成したり、あるモジュール以下のスク
リプトを生成するようにしてもよい。これによって、モ
ジュール毎に条件を変えて論理合成を行うことや、ある
モジュールについて条件を変えて論理合成をやりなおす
ことが容易に可能となる。
(2) In the above embodiment, the logic synthesis scripts of all the modules in the function description are generated. However, for example, only the script of a specific module is generated by designating the range for generating the script in the script control unit 14. Alternatively, a script below a certain module may be generated. This makes it possible to easily perform logic synthesis by changing conditions for each module, or to perform logic synthesis again by changing conditions for a certain module.

【0044】(3)また、上記2つの実施形態を組み合
わせて使用してもよい。さらに、図12,15は出力す
る内容が異なるが基本的には同一のフローであるため、
これらを統合して、論理合成スクリプトと論理合成の実
行制御コマンドを同時に出力することも考えられる。
(3) The above two embodiments may be used in combination. 12 and 15 are different from each other in output contents, but are basically the same flow.
It is also conceivable that these are integrated to output a logic synthesis script and a logic synthesis execution control command at the same time.

【0045】(4)本発明と特願平10−278686
の発明を組み合わせて使用してもよい。すなわち、特願
平10−278686の発明を使用し、機能記述に埋め
込まれた情報から生成された回路のタイミングに関する
制約を本発明で生成されたスクリプト中に取り込むこと
によって(例えば、図13の12行目に includeファイ
ル名を記述して取り込む。)、回路の例外パス(フォル
スパス、マルチサイクルパス)などの情報も利用した論
理合成を行うことができる。
(4) The present invention and Japanese Patent Application No. 10-278686.
May be used in combination. That is, by using the invention of Japanese Patent Application No. 10-278686, by incorporating restrictions on the timing of the circuit generated from the information embedded in the function description into the script generated by the present invention (for example, 12 in FIG. 13). Logic synthesis using information such as an include file name described in the line and a circuit exception path (false path, multi-cycle path) can be performed.

【0046】同様に、本発明によって生成された論理合
成スクリプトと人手作成によるコマンドを付加して論理
合成を行ってもよいことはもちろんである。
Similarly, it goes without saying that logic synthesis may be performed by adding a logic synthesis script generated by the present invention and a command manually created.

【0047】(5)また、上記実施形態では、VHDL
を使用する場合を述べたが、他のHDL、例えば、 Ver
ilogHDLであってもよい。また、上記実施形態では、
通常、論理合成の対象となるレジスタトランスファレベ
ルと呼ばれる記述から論理合成を行う場合を例に取り上
げたが、より上位の動作記述から論理回路を合成する場
合(いわゆる高位合成)について適用することも可能で
ある。
(5) In the above embodiment, VHDL
Has been described, but other HDLs, for example, Ver
It may be ilogHDL. In the above embodiment,
Usually, the case where logic synthesis is performed from a description called register transfer level to be subjected to logic synthesis is taken as an example, but it is also applicable to a case where a logic circuit is synthesized from a higher-level operation description (so-called high-level synthesis). It is.

【0048】(6)上記実施形態では、ボトムアップと
呼ばれる合成手法を実現するスクリプトを生成する場合
について説明した。すなわち、図13,16は下位モジ
ュールから上位モジュールヘ順に論理合成を行うことを
前提にしたスクリプトやメイクファイルであるが、他の
合成手法、例えば、トップダウン合成手法(ある階層以
下の記述を一括して読み込んで論理合成する手法)を実
現するスクリプトやメイクファイルも本発明のによって
生成することも可能である。
(6) In the above-described embodiment, a case has been described in which a script for realizing a combining method called bottom-up is generated. That is, FIGS. 13 and 16 show scripts and makefiles on the assumption that logic synthesis is performed in order from the lower module to the upper module. However, other synthesis methods, for example, a top-down synthesis method (a Scripts and makefiles for implementing the method of reading and performing logic synthesis) can also be generated by the present invention.

【0049】以上、本発明に係る論理合成支援システム
の実施形態について説明したが、本論理合成支援システ
ムの機能は、フロッピーディスクや光ディスク等のコン
ピュータが読み取り可能な記憶媒体に記憶されたプログ
ラムとして提供されるものであってよい。
The embodiment of the logic synthesis support system according to the present invention has been described above. The function of the logic synthesis support system is provided as a program stored in a computer-readable storage medium such as a floppy disk or an optical disk. May be performed.

【0050】[0050]

【発明の効果】以上のように、本発明によれば、デザイ
ンの機能記述の階層構造を自動的に解析し、各モジュー
ルの論理合成スクリプトや、それらの論理合成スクリプ
トの実行制御コマンドを自動的に生成することができ
る。したがって、設計者は、これらの論理合成スクリプ
トや実行制御コマンドを1つ1つ人手で作成することが
不要になり、これらの作業を大幅に効率化することがで
きる。また、これらを人手で作成する場合に比べ、スク
リプト作成時のミスを大幅に削減することができる。ま
た、論理合成の熟練者がもつノウハウをシステムに組み
込むことも可能であり、高品質の回路を容易に設計でき
ることが可能となる。さらに、HDL記述を再利用した
設計においても、本発明を用いて、論理合成スクリプト
や実行制御コマンドを生成することによって、再利用部
分の論理合成を容易に行うことができる。
As described above, according to the present invention, the hierarchical structure of the functional description of the design is automatically analyzed, and the logic synthesis script of each module and the execution control commands of the logic synthesis script are automatically analyzed. Can be generated. Therefore, it is not necessary for the designer to manually create these logic synthesis scripts and execution control commands one by one, and these operations can be made much more efficient. In addition, errors in script creation can be significantly reduced as compared with the case where these are created manually. Further, know-how possessed by an expert in logic synthesis can be incorporated into the system, and a high-quality circuit can be easily designed. Further, even in a design in which the HDL description is reused, the logic synthesis of the reused portion can be easily performed by generating a logic synthesis script and an execution control command using the present invention.

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

【図1】本発明の第一の実施形態に関わる論理合成支援
システムの構成を示すブロック図
FIG. 1 is a block diagram showing a configuration of a logic synthesis support system according to a first embodiment of the present invention.

【図2】本発明の第二の実施形態に関わる論理合成支援
システムの構成を示すブロック図
FIG. 2 is a block diagram showing a configuration of a logic synthesis support system according to a second embodiment of the present invention;

【図3】機能記述記憶部11に記憶されるVHDL記述
の例(ファイルex.vhdl )
FIG. 3 shows an example of a VHDL description stored in a function description storage unit 11 (file ex.vhdl)

【図4】機能記述記憶部11に記憶されるVHDL記述
の例(ファイルsub1.vhdl )
FIG. 4 shows an example of a VHDL description stored in the function description storage unit 11 (file sub1.vhdl)

【図5】機能記述記憶部11に記憶されるVHDL記述
の例(ファイルsub2.vhdl )
FIG. 5 shows an example of a VHDL description stored in the function description storage unit 11 (file sub2.vhdl).

【図6】機能記述記憶部11に記憶されるVHDL記述
の例(ファイルsub3.vhdl )
FIG. 6 shows an example of a VHDL description stored in the function description storage unit 11 (file sub3.vhdl).

【図7】図3〜図6のVHDL記述の階層構造を示すブ
ロック図
FIG. 7 is a block diagram showing a hierarchical structure of the VHDL description of FIGS. 3 to 6;

【図8】基本構造情報記憶部13に記憶される情報の例
を示す図
FIG. 8 is a diagram showing an example of information stored in a basic structure information storage unit 13;

【図9】構造解析部12の処理フローを示す図FIG. 9 is a diagram showing a processing flow of the structure analysis unit 12;

【図10】構造解析部12による解析結果を示す図FIG. 10 is a diagram showing an analysis result by the structural analysis unit 12.

【図11】スクリプト制御部14の指定例を示す図FIG. 11 is a diagram showing a specification example of a script control unit 14;

【図12】スクリプト生成部15の処理フローを示す図FIG. 12 is a diagram showing a processing flow of a script generation unit 15;

【図13】スクリプト記憶部16に生成される最上位モ
ジュールEXの合成スクリプトファイルEX.scrの内容
を示す図
FIG. 13 is a view showing the contents of a synthesized script file EX.scr of the top module EX generated in the script storage unit 16;

【図14】スクリプト記憶部16に生成されるモジュー
ルSUB1の合成スクリプトファイルSUB1.scrの内
容を示す図
FIG. 14 is a view showing the contents of a composite script file SUB1.scr of a module SUB1 generated in the script storage unit 16;

【図15】論理合成実行手順制御コマンド生成部24の
処理フローを示す図
FIG. 15 is a diagram showing a processing flow of a logic synthesis execution procedure control command generation unit 24;

【図16】論理合成実行手順制御コマンド生成部24に
よって生成されるメイクファイルmakefile_EX の内容を
示す図
FIG. 16 is a diagram showing contents of a makefile makefile_EX generated by a logic synthesis execution procedure control command generation unit 24;

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

11…機能記述記憶部 12…構造解析部 13…基本構造情報記憶部 14…スクリプト制御部 15…スクリプト生成部 16…スクリプト記憶部 21…機能記述記憶部 22…構造解析部 23…基本構造情報記憶部 24…論理合成実行手順制御コマンド生成部 25…論理合成実行手順制御コマンド記憶部 DESCRIPTION OF SYMBOLS 11 ... Function description storage part 12 ... Structural analysis part 13 ... Basic structure information storage part 14 ... Script control part 15 ... Script generation part 16 ... Script storage part 21 ... Function description storage part 22 ... Structural analysis part 23 ... Basic structure information storage Unit 24: Logic synthesis execution procedure control command generation unit 25: Logic synthesis execution procedure control command storage unit

フロントページの続き (72)発明者 藤本 曜久 東京都青梅市末広町2丁目9番地 株式会 社東芝青梅工場内 Fターム(参考) 5B046 AA08 BA03 DA04 JA07 Continued on the front page (72) Inventor Yukihisa Fujimoto 2-9-9 Suehirocho, Ome-shi, Tokyo F-term in Toshiba Ome Plant (reference) 5B046 AA08 BA03 DA04 JA07

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 デザインの機能記述を記憶する機能記述
記憶手段と、 前記機能記述における階層構造を解析する構造解析手段
と、 前記構造解析手段により得られた解析結果を用いて、前
記機能記述を論理合成するCADツールの入力となる論
理合成スクリプトを生成するスクリプト生成手段とを具
備することを特徴とする論理合成支援システム。
A function description storage unit for storing a function description of a design; a structure analysis unit for analyzing a hierarchical structure in the function description; and an analysis result obtained by the structure analysis unit. A logic synthesis support system comprising: script generation means for generating a logic synthesis script to be input to a CAD tool for logic synthesis.
【請求項2】 デザインの機能記述を記憶するステップ
と、 前記機能記述における階層構造を解析するステップと、 この解析結果を用いて前記機能記述を論理合成するCA
Dツールの入力となる論理合成スクリプトを生成するス
テップとを有することを特徴とする論理合成支援方法。
2. A step of storing a function description of a design, a step of analyzing a hierarchical structure in the function description, and a CA for logically synthesizing the function description using a result of the analysis.
Generating a logic synthesis script to be input to the D tool.
【請求項3】 デザインの機能記述を記憶する機能記述
記憶手段と、 前記機能記述における階層構造を解析する構造解析手段
と、 前記構造解析手段により得られた解析結果を用いて、前
記機能記述を論理合成するCADツールの入力となる論
理合成スクリプトを生成するスクリプト生成手段とをコ
ンピュータにより読み取り可能なプログラムとして記憶
した記憶媒体。
3. A function description storage unit for storing a function description of a design, a structure analysis unit for analyzing a hierarchical structure in the function description, and the function description using an analysis result obtained by the structure analysis unit. A storage medium storing, as a computer-readable program, script generation means for generating a logic synthesis script to be input to a CAD tool for logic synthesis.
【請求項4】 前記スクリプト生成手段が生成する論理
合成スクリプトの内容を指定するスクリプト制御手段を
さらに具備することを特徴とする請求項1記載の論理合
成支援システム。
4. The logic synthesis support system according to claim 1, further comprising script control means for designating the contents of a logic synthesis script generated by said script generation means.
【請求項5】 前記論理合成スクリプトを生成するステ
ップが生成する論理合成スクリプトの内容を指定するス
テップをさらに具備することを特徴とする請求項2記載
の論理合成支援方法。
5. The logic synthesis support method according to claim 2, further comprising the step of designating the contents of the logic synthesis script generated by the step of generating the logic synthesis script.
【請求項6】 前記プログラムが、前記スクリプト生成
手段が生成する論理合成スクリプトの内容を指定するス
クリプト制御手段をさらに含むことを特徴とする請求項
3記載の記憶媒体。
6. The storage medium according to claim 3, wherein said program further includes script control means for designating the contents of a logic synthesis script generated by said script generation means.
【請求項7】 デザインの機能記述を記憶する機能記述
記憶手段と、 前記機能記述における階層構造の解析を行う構造解析手
段と、 前記構造解析手段により得られた解析結果を用いて、前
記機能記述に含まれるモジュール相互間の論理合成実行
順序を制御するコマンドを生成する実行制御コマンド生
成手段とを有することを特徴とする論理合成支援システ
ム。
7. A function description storage unit for storing a function description of a design, a structure analysis unit for analyzing a hierarchical structure in the function description, and the function description using an analysis result obtained by the structure analysis unit. And an execution control command generation means for generating a command for controlling the order of execution of logic synthesis between modules included in the logic synthesis support system.
【請求項8】 デザインの機能記述を記憶するステップ
と、 前記機能記述における階層構造を解析するステップと、 この解析結果を用いて、前記機能記述に含まれるモジュ
ール相互間の論理合成実行順序を制御するコマンドを生
成するステップとを有することを特徴とする論理合成支
援方法。
8. A step of storing a function description of a design, a step of analyzing a hierarchical structure in the function description, and using the analysis result, controlling a logic synthesis execution order between modules included in the function description. Generating a command to perform the logic synthesis.
【請求項9】 デザインの機能記述を記憶する機能記述
記憶手段と、 前記機能記述における階層構造の解析を行う構造解析手
段と、 前記構造解析手段により得られた解析結果を用いて、前
記機能記述に含まれるモジュール相互間の論理合成実行
順序を制御するコマンドを生成する実行制御コマンド生
成手段とをコンピュータにより読み取り可能なプログラ
ムとして記憶した記憶媒体。
9. A function description storage unit for storing a function description of a design, a structure analysis unit for analyzing a hierarchical structure in the function description, and the function description using an analysis result obtained by the structure analysis unit. And an execution control command generation means for generating a command for controlling a logic synthesis execution order between modules included in the storage medium.
JP11161672A 1999-06-08 1999-06-08 System and method for logic synthesis aid and storage medium Pending JP2000348086A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11161672A JP2000348086A (en) 1999-06-08 1999-06-08 System and method for logic synthesis aid and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11161672A JP2000348086A (en) 1999-06-08 1999-06-08 System and method for logic synthesis aid and storage medium

Publications (1)

Publication Number Publication Date
JP2000348086A true JP2000348086A (en) 2000-12-15

Family

ID=15739660

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11161672A Pending JP2000348086A (en) 1999-06-08 1999-06-08 System and method for logic synthesis aid and storage medium

Country Status (1)

Country Link
JP (1) JP2000348086A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7694248B2 (en) 2005-03-18 2010-04-06 Fujitsu Microelectronics Limited Method and apparatus for supporting verification, and computer product

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7694248B2 (en) 2005-03-18 2010-04-06 Fujitsu Microelectronics Limited Method and apparatus for supporting verification, and computer product

Similar Documents

Publication Publication Date Title
US6530073B2 (en) RTL annotation tool for layout induced netlist changes
Bhatnagar Advanced ASIC Chip Synthesis: Using Synopsys® Design CompilerTM Physical CompilerTM and PrimeTime®
US5933356A (en) Method and system for creating and verifying structural logic model of electronic design from behavioral description, including generation of logic and timing models
US5812416A (en) Integrated circuit design decomposition
US5903475A (en) System simulation for testing integrated circuit models
US5980092A (en) Method and apparatus for optimizing a gated clock structure using a standard optimization tool
US8739086B2 (en) Compiler for closed-loop 1×N VLSI design
US8543951B2 (en) Modeling approach for timing closure in hierarchical designs leveraging the separation of horizontal and vertical aspects of the design flow
US6353915B1 (en) Methods for evaluating systems of electronic components
US8196076B2 (en) Optimal flow in designing a circuit operable in multiple timing modes
US7962872B2 (en) Timing analysis when integrating multiple circuit blocks while balancing resource requirements and accuracy
US8584062B2 (en) Tool suite for RTL-level reconfiguration and repartitioning
KR20040034613A (en) Method for generating design constraints for modulates in a hierarchical integrated circuit design system
US7350180B1 (en) Search algorithm for inheriting clock contexts in hardware description language translation tools
US20140165022A1 (en) Relative timing architecture
US20040030999A1 (en) Method and system for debugging using replicated logic
US20100058269A1 (en) Uniquification and Parent-Child Constructs for 1xN VLSI Design
US20150026653A1 (en) Relative timing characterization
US6964027B2 (en) System and method for optimizing exceptions
US9501592B1 (en) Methods, systems, and articles of manufacture for implementing analog behavioral modeling and IP integration using systemverilog hardware description language
JP2000348086A (en) System and method for logic synthesis aid and storage medium
Oliveira Filho et al. CGADL: An architecture description language for coarse-grained reconfigurable arrays
Plassan et al. Improving the efficiency of formal verification: the case of clock-domain crossings
Dai et al. Verifying High-Level Latency-Insensitive Designs with Formal Model Checking
JP4006120B2 (en) Logic synthesis device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040315

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070129

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070206

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070605