JPH0229828A - Logic circuit converting system - Google Patents

Logic circuit converting system

Info

Publication number
JPH0229828A
JPH0229828A JP63179208A JP17920888A JPH0229828A JP H0229828 A JPH0229828 A JP H0229828A JP 63179208 A JP63179208 A JP 63179208A JP 17920888 A JP17920888 A JP 17920888A JP H0229828 A JPH0229828 A JP H0229828A
Authority
JP
Japan
Prior art keywords
rule
logic circuit
rules
application order
circuit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP63179208A
Other languages
Japanese (ja)
Inventor
Yuichi Kurosawa
雄一 黒澤
Yoshio Masubuchi
増渕 美生
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 JP63179208A priority Critical patent/JPH0229828A/en
Publication of JPH0229828A publication Critical patent/JPH0229828A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To allow the title system to flexibly correspond to a change request in rule application order by applying a rule to a logic circuit in accordance with the application order of the rule. CONSTITUTION:At the time of starting the logic circuit conversion system, a rule application means 14 successively apply rules to a logic circuit in accordance with rule application order specified by a user through a rule application order specifying means to execute circuit conversion. Since the rule application order is applied as a command at the time of starting the system without writing it in a rule or a program, the change and correction of the rule application order can be easily executed.

Description

【発明の詳細な説明】 〔発明の目的〕 (産業上の利用分野) 本発明は、ルールベース方式にもとづいて論理回路の変
換を自動的に行なう論理回路変換システムに関する。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Industrial Application Field) The present invention relates to a logic circuit conversion system that automatically converts logic circuits based on a rule-based method.

(従来の技術) デジタルシステムの大規模化に伴って、設計効率を目的
として各種の自動論理合成システムが開発されている。
(Prior Art) As digital systems become larger in scale, various automatic logic synthesis systems have been developed for the purpose of improving design efficiency.

これらのシステムは論理回路の動作記述や機能図と呼ば
れる設計対象回路の機能モジュールとそれらの接続関係
を表現した図面を入力として、所望の動作、論理を実現
する論理回路を自動生成するものである。論理回路生成
処理は通常、入力の動作記述や機能図から、内部データ
構造(非ライブラリ依存回路)を生成する過程と、該内
部データ構造に対し、論理最適化、ターゲットテクノロ
ジーとする回路構成要素の割当て(セルライブラリ要素
の割当て)等数々の変換処理を施して、該テクノロジー
素子から成る回路を生成する過程に大別される。後者の
過程は、ユーザにより使用するセルライブラリや該ライ
ブラリ要素の種類が異なる場合に1システム(プログラ
ム)自体の大幅な変更をせずに、該ライブラリに依存す
る部分の追加、削除を容易に行なうことができるように
、また、システム開発時において種々の回路生成手順に
よる回路生成を試み、最適な回路生成手順を開発する場
合に、上記回路生成手順の変更が容易に行なえるように
、各回路変換規則をルールベースに格納し、それらを一
定の順序に従って適用させ回路変換を行なうルールベー
ス方式が頻繁に用いられている。これは、各ルールがシ
ステム(ルール処理系)から独立しており、上記、追加
、削除等の変更作業が容易となるからである。
These systems automatically generate logic circuits that achieve the desired behavior and logic by inputting logic circuit behavior descriptions and drawings called functional diagrams that represent the functional modules of the circuit to be designed and their connection relationships. . Logic circuit generation processing usually involves the process of generating an internal data structure (non-library-dependent circuit) from an input behavioral description or functional diagram, and then applying logic optimization to the internal data structure and designing the circuit components as the target technology. The process is broadly divided into the process of generating a circuit made of the technology element by performing various conversion processes such as allocation (allocation of cell library elements). The latter process allows users to easily add or delete parts that depend on the library without making major changes to the system (program) itself when the types of cell libraries and library elements used differ. In addition, when developing an optimal circuit generation procedure by attempting circuit generation using various circuit generation procedures during system development, each circuit is A rule-based method is frequently used in which conversion rules are stored in a rule base and applied in a fixed order to perform circuit conversion. This is because each rule is independent from the system (rule processing system), and the above-mentioned changes such as addition and deletion become easy.

さらに1ルールベース中のルールを、高速に実行するた
めに内部形式にコンパイルする「ルールのフンパイル」
手法も頻繁に用いられている。
Furthermore, "rule pile" compiles the rules in one rule base into an internal format for high-speed execution.
methods are also frequently used.

ここで、上記ルールの適用順序を定める方法として従来
は「ルールの起動条件がマツチした最初のものを選択す
る等システムが一定の基準にもとづいて選ぶ」方法、ル
ールの適用順序をメタルールとして記述する方法がとら
れていた。
Here, the conventional method for determining the application order of the above rules is that ``the system selects the first one that matches the activation condition of the rule based on a certain standard'', and the application order of the rules is described as a meta-rule. A method was taken.

このように、従来のルールベース方式の論理変換システ
ムにおいては、ルールベースに対するルールの追加や削
除は容易であるが、ルールの適用順序を変更しようとし
た場合、「システム内部でルールの適用順序を決定して
いる部分(プログラム)を変更する。」、「ルールの適
用順序を記述したメタルールを書き直す。」という通常
の手続きプログラムを修正する場合と同様の作業が必要
となり、「ミスが起こりやすくデバッグに時間がかかる
。」、「コンパイルの手間がかかる。」といった問題点
があった。
In this way, in conventional rule-based logic conversion systems, it is easy to add or delete rules from the rule base, but when you try to change the order of applying rules, it is difficult to change the order of application of rules within the system. It requires the same work as when modifying a normal procedural program, such as "changing the part (program) that has been determined" and "rewriting the meta-rules that describe the order in which rules are applied." There were problems such as "It takes time to compile" and "It takes time to compile."

このように従来の論理変換システムにおいて本発明は、
論理回路変換システムのユーザが用いるライブラリある
いは回路設計手順の違いによって、頻繁に起こるルール
適用順序の変更要求に柔軟に対応することができる論理
回路変換システムを提供することを目的とする。
In this way, in the conventional logic conversion system, the present invention
It is an object of the present invention to provide a logic circuit conversion system that can flexibly respond to frequent requests for changing the rule application order due to differences in libraries or circuit design procedures used by users of the logic circuit conversion system.

〔発明の構成〕[Structure of the invention]

(課題を解決するための手段) 本発明は、ルールベースに格納された論理回路変換ルー
ルの適用順序を指定するルール適用順序指定手段と、該
指定手段によって与えられた順序に従って、論理回路に
対し、ルールを適用させるルール適用手段をもつことを
特徴としている。
(Means for Solving the Problems) The present invention includes a rule application order designation means for designating the application order of logic circuit conversion rules stored in a rule base, and a logic circuit according to the order given by the designation means. , is characterized by having a rule application means for applying rules.

(作用) 本発明によれば、論理回路変換システムを起動する時点
において、ユーザがルール適用順序指定手段を用いて指
定したルール適用順序に従゛りて、ルール適用手段が、
論理回路に対してルールを順次適用し、回路変換を行な
ってゆく。すなわち、ルールの適用順序をルールやプロ
グラム中に記述せずシステム起動時のコマンドとして与
えるため、ルー、ル適用順の変更、修正を容易に行なう
ことが可能となる。
(Operation) According to the present invention, at the time of starting up the logic circuit conversion system, the rule application means performs the following operations according to the rule application order specified by the user using the rule application order specification means.
Rules are sequentially applied to logic circuits to perform circuit conversion. That is, since the application order of the rules is not written in the rules or programs but is given as a command at system startup, it is possible to easily change and modify the rules and the application order.

(実施例) 以下、本発明の実施例を図面に基づいて説明する。(Example) Embodiments of the present invention will be described below based on the drawings.

第1図は、本発明の一実施例の構成図である。FIG. 1 is a block diagram of an embodiment of the present invention.

論理回路データ記憶部11は、論理回路の構成要素とそ
れらの接続関係を表わすネットワーク状のデータである
。回路の構成要素の型としては、簡単のため第2図のよ
うにセルライブラリ要素と、セルライブラリに依存しな
いn入力(nは2以上の整数)のAND、OR等の論理
ゲート、レジスターラッチ、セレクタ、デコーダ等の記
憶要素や機能モジ為−ルが用意されているものとする。
The logic circuit data storage unit 11 is network-like data representing the components of a logic circuit and their connection relationships. For simplicity, the types of circuit components are as shown in Figure 2: cell library elements, logic gates such as AND and OR with n inputs (n is an integer of 2 or more) that do not depend on the cell library, register latches, It is assumed that storage elements and functional modules such as selectors and decoders are provided.

論理回路変換ルール記憶部12は、回路の動作記述や機
能図をコンパイルして得られるライブラリ非依存要素か
ら成る初期論理回路データを入力し、セルライブラリ要
素から成る論理回路データを生成するまでに必要な処理
すなわち冗長論理の削除、機能モジエールのゲート展開
、セルライブラリ要素の割付は等を行なうルールを格納
する。ここで、各ルールはルール名と同じ名前のファイ
ルに格納しておくものとする。ルール適用順序指定部1
3は論理回路変換ルール記憶部12に含まれているルー
ルの適用順序を第3図に示す形式のコマンド列から成る
コマンドファイルを作り指定する。
The logic circuit conversion rule storage unit 12 inputs initial logic circuit data consisting of library-independent elements obtained by compiling the operational description and functional diagram of the circuit, and inputs necessary information until generating logic circuit data consisting of cell library elements. It stores rules for performing various processes, such as deletion of redundant logic, gate expansion of functional modules, and allocation of cell library elements. Here, each rule is stored in a file with the same name as the rule name. Rule application order specification part 1
Step 3 specifies the application order of the rules contained in the logic circuit conversion rule storage section 12 by creating a command file consisting of a command string in the format shown in FIG.

ルール適用部14は、ルール適用順序指定部13によっ
て指定されたコマンドを順に読み込み、指定されたルー
ルを論理回路変換ルール記憶部12から探し、論理回路
データ11に対して適用する。
The rule application unit 14 sequentially reads the commands designated by the rule application order designation unit 13, searches for the designated rule from the logic circuit conversion rule storage unit 12, and applies it to the logic circuit data 11.

このフローチャートを第4図に示す。セルライブラリデ
ータ記憶部15は、使用可能なセルの種類、端子、ドラ
イブ能力等の情報を格納しているものである。ルール適
用部14は、セルに関するルールを適用する場合は、セ
ルライブラリデータ記憶部15の清報も用いる。
This flowchart is shown in FIG. The cell library data storage section 15 stores information such as usable cell types, terminals, and drive capabilities. The rule application unit 14 also uses information in the cell library data storage unit 15 when applying rules regarding cells.

いま、第2図に示したライブラリ非依存要素から成る論
理回路をセルライブラリデータ記憶部に含まれるセルか
ら成る回路に変換する場合を例にとり説明する。簡単の
ため、論理回路変換ルール記憶部12は、第5図に示す
ようにRED 1.RED 2という名の冗長論理ゲー
ト削除ルール、EXADD。
Now, an example will be explained in which a logic circuit consisting of library-independent elements shown in FIG. 2 is converted into a circuit consisting of cells included in a cell library data storage section. For simplicity, the logic circuit conversion rule storage unit 12 stores RED 1. as shown in FIG. Redundant logic gate deletion rule named RED 2, EXADD.

EXSEL、EXDECという名前の加算器、セレクタ
、デコーダのAND10Rゲートへの展開ルール、DU
MP という名の回路の構成要素とその接続関係の一覧
表出力を行なうルール、セルライブラリデータ記憶部1
5内のセル名と同名のルールを含むものとする。前記セ
ル名と同名のルールは該セルの割当て処理を行なうもの
で、0以上の整数を引数としてもち、引数が自然数であ
れば、該自然数を識別番号とする要素(回路の各構成要
素には一意的に自然数の識別番号が付けられるものとす
る。)K対して上記ルールを適用し、引数が0であれば
すべての対象要素(EXADDの場合は、加算モジュー
ル等ルールごとに定められているとする。)に対して、
ルールを適用するものと1°る。
Rules for expanding adders, selectors, and decoders named EXSEL and EXDEC into AND10R gates, DU
Rule for outputting a list of circuit components named MP and their connection relationships, cell library data storage unit 1
It is assumed that a rule with the same name as the cell name in 5 is included. The rule with the same name as the cell name performs the allocation process for the cell, and has an integer greater than or equal to 0 as an argument, and if the argument is a natural number, an element whose identification number is the natural number (each component of the circuit has The above rule is applied to K, and if the argument is 0, all target elements (in the case of EXADD, it is specified for each rule such as addition module). ), for
It is assumed that the rules apply.

また、セルライブラリには、第6図に示す名前のセルが
用意されているとする。
It is also assumed that cells with names shown in FIG. 6 are prepared in the cell library.

いま、システムのユーザ人が、第6図中のセルを使用し
て、非ライブラリ依存回路からライブラリ依存回路への
変換を行なう場合にルール適用順序指定部13において
指定するコマンドファイルの例を第7図に示す。システ
ムを起動させると、ルール適用部14は、第7図のコマ
ンドを1つずつ読み込み、第4図のフローに従って与え
られた非ライブラリ依存回路に対しルールの適用を行な
う。すなわち、第7図のコマンドによれば、冗長論理削
除(1〜2行目)、デコーダ、セレクタ、加算器セルの
割当て(3〜7行目)、セル割当てをされなかったデコ
ーダ、セレクタ、加算器のゲート展開(8〜10行目)
、冗長論理削除(11〜121〜12行目ップフロップ
セル割当て(13〜143〜14行目トセル割当て(1
5〜235〜23行目処理が行なわれ、セルライブラリ
要素から成る回路が生成される。
Now, when a system user uses the cells in FIG. 6 to convert a non-library-dependent circuit to a library-dependent circuit, an example of a command file specified in the rule application order specifying unit 13 is shown in the seventh example. As shown in the figure. When the system is started, the rule application unit 14 reads the commands shown in FIG. 7 one by one and applies the rules to the given non-library dependent circuit according to the flow shown in FIG. That is, according to the commands in FIG. 7, redundant logic deletion (1st to 2nd lines), allocation of decoders, selectors, and adder cells (3rd to 7th lines), and decoders, selectors, and adders to which cells were not allocated Vessel gate expansion (lines 8-10)
, Redundant logic deletion (11th to 121st to 12th lines p-flop cell allocation (13th to 143rd to 14th lines to cell allocation (1
Processing on lines 5 to 235 to 23 is performed to generate a circuit consisting of cell library elements.

さて、今度はシステムのユーザBがユーザ人と同一のセ
ルライブラリを使用して以下の条件の下知非ライブラリ
依存回路から、ライブラリ依存回路への変換を行なうと
する。
Now, suppose that user B of the system uses the same cell library as the user to convert a non-library-dependent circuit to a library-dependent circuit under the following conditions.

(1)  セルFAIの割当ては、該セルを割当てる直
前の回路の構成要素とそれらの接続関係を見て判断し、
該セルを割当てる要素を個別に指定する。
(1) Cell FAI assignment is determined by looking at the components of the circuit immediately before the cell is assigned and their connection relationships,
Individually specify the element to which the cell is assigned.

(2+  AND、ORゲートセルは使用しない。(2+ AND, OR gate cells are not used.

(1)のためには、セルFAIを割当てる直前の回路を
生成し、その構成の一覧表を出力することが必要である
。それゆえ、ユーザBは、ルール適用順序指定部13で
第8図のようなコマンドを指定し、システムを起動させ
ればよい。該コマンドは、第7図のコマンドから7〜2
4行目を削除し、リスト出力を行なうルールDUMPの
起動コマンド(第8図7行目)を追加するだけで生成で
きる。
For (1), it is necessary to generate a circuit immediately before allocating the cell FAI and output a list of its configuration. Therefore, user B only needs to specify a command as shown in FIG. 8 in the rule application order specifying section 13 and start the system. The command is 7 to 2 from the commands in FIG.
It can be generated by simply deleting the 4th line and adding the start command for the rule DUMP (7th line in Figure 8) that outputs the list.

第4図の70−により第8図のコマンドが実行されると
・冗長論理削除(1〜2行目)、デコーダ、セレクタ割
当て(3〜6行目)を行なった回路とその構成−覧表(
7行目)が出力される。次に、ユーザBは前記構成−覧
表を見ながら、セルFAIを割当てるべき構成要素を個
々に指定すればよい。
When the command in Figure 8 is executed by 70- in Figure 4 - List of circuits and their configurations that performed redundant logic deletion (1st to 2nd lines), decoder, and selector assignment (3rd to 6th lines) (
7th line) is output. Next, user B may designate each component to which a cell FAI is to be assigned while looking at the configuration list.

このようなコマンドの例を第9図に示す。第9図1〜8
行目は、識別番号20〜23.36〜39をもつ回路の
要素のみにセルFAIを割当てることを示す。また、前
記条件(2)のため、第91dAN3、AN2、OR3
、OR2を割当てるルールを適用させるコマンドは含ま
ない。第8図のコマンド適用後の回路に対し、システム
を起動し、第9図のコマンドを適用すれば(1)、(2
)の条件を満たすユーザBの所望とする回路が生成され
る。ここで、第9図のコマンドは、第7図のコマンド中
1〜7行目、15〜195〜19行目、セルFAIの割
当てるコマンドを付加するだけで容易に作成できる。
An example of such a command is shown in FIG. Figure 9 1-8
The row 1 indicates that cells FAI are assigned only to circuit elements having identification numbers 20 to 23 and 36 to 39. Furthermore, because of the condition (2), the 91st dAN3, AN2, OR3
, OR2 is not included. If you start the system and apply the commands in Figure 9 to the circuit after applying the commands in Figure 8, (1) and (2)
) A circuit desired by user B is generated that satisfies the conditions. Here, the command shown in FIG. 9 can be easily created by simply adding commands for allocating cell FAI to lines 1 to 7, lines 15 to 195 to 19 of the command shown in FIG.

以上のように、本実施例によれば、論理回路変換ルール
記憶部12に格納されたルールの適用順序をコマンドに
より、システム起動時に与えることができるためルール
やプログラムの修正、コンパイル作業を一切必要とせず
、該適用順序の変更が容易に可能である。7 なお、本発明は、上述した実施例に限定されるものでは
ない。例えば、「数個ずつの論理回路変換ルールの適用
順序を制御するメタルールを複数個用意しておき、該メ
タルールの適用順序をルール適用順序指定部13で指定
する。」というように、従来のメタルールによるルール
制御方法と本発明による方法を組合せて用いることも可
能である。
As described above, according to this embodiment, the application order of the rules stored in the logic circuit conversion rule storage unit 12 can be given by command at the time of system startup, so there is no need to modify or compile the rules or programs. It is possible to easily change the order of application without having to do so. 7 Note that the present invention is not limited to the embodiments described above. For example, a conventional meta-rule may be used, such as "prepare a plurality of meta-rules that control the application order of several logic circuit conversion rules, and specify the application order of the meta-rules using the rule application order specifying unit 13." It is also possible to use a combination of the rule control method according to the method according to the present invention and the method according to the present invention.

〔発明の効果〕〔Effect of the invention〕

以上述べたように1本発明によれば、論理回路変換ルー
ルの適用順序を論理回路変換?ステム起動時のコマンド
として与えることができるため、ルールやプログラムの
修正、コンパイル作業をすることなく、該ルールの適用
順序を容易に変更することが可能であり、「使用するラ
イブラリ要素の制約」、「ライブラリ要素の割当ての手
順°」、「回路生成過程の分割方法(回路生成過程を複
数ステップに分け、該回数分システムを起動させて最終
回路を生成するやり方)」といった種々の要求に柔軟に
対応することができる。
As described above, according to the present invention, the order in which logic circuit conversion rules are applied is changed to whether the logic circuit conversion rules are applied or not. Since it can be given as a command when starting the system, it is possible to easily change the application order of the rules without modifying or compiling the rules or programs. Flexible to meet various requests such as "procedure for allocating library elements" and "method of dividing the circuit generation process (dividing the circuit generation process into multiple steps and starting the system the number of times to generate the final circuit)" can be accommodated.

【図面の簡単な説明】 第1図は本発明の一実施例に係る論理回路変換システム
の構成図、fa2図は論理回路データの構成要素の分類
を示す図、第3図は回路変換ルールの適用順序を指定す
るコマンドの形式を示す図1第4図は第1図中ルール適
用部14の処理フロー図、第5図は―理回路変換ルール
記憶部12に含まれるルールの種類を示す図、第6図は
セルライ13で指定するコマンドの例を示す図である。 11・・・論理回路データ記憶部、 12・・・論理回路変換ルール記憶部、13・・・ルー
ル適用順序指定部、 14°・°ルール適用部、 15・・・セルライブラリデータ記憶部。
[Brief Description of the Drawings] Fig. 1 is a configuration diagram of a logic circuit conversion system according to an embodiment of the present invention, FA2 is a diagram showing classification of components of logic circuit data, and Fig. 3 is a diagram of circuit conversion rules. FIG. 1 shows the format of the command that specifies the order of application. FIG. 4 is a processing flow diagram of the rule application unit 14 in FIG. 1, and FIG. , FIG. 6 is a diagram showing an example of commands specified by the cell line 13. 11... Logic circuit data storage section, 12... Logic circuit conversion rule storage section, 13... Rule application order designation section, 14°/° rule application section, 15... Cell library data storage section.

Claims (1)

【特許請求の範囲】 論理回路の変換規則をルールベースとして 持ち該ルールベース中のルールを実行させることにより
論理回路の変換を行なうシステムにおいて、ルールの適
用順序を指定するルール適用順序指定手段と、この手段
によって与えられた順序に従って前記論理回路に対しル
ールを適用させるルール適用手段とを具備したことを特
徴とする論理回路変換システム。
[Scope of Claims] In a system that has logic circuit conversion rules as a rule base and converts a logic circuit by executing the rules in the rule base, a rule application order designation means for specifying the application order of the rules; A logic circuit conversion system comprising: rule application means for applying rules to the logic circuit according to the order given by the means.
JP63179208A 1988-07-20 1988-07-20 Logic circuit converting system Pending JPH0229828A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63179208A JPH0229828A (en) 1988-07-20 1988-07-20 Logic circuit converting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63179208A JPH0229828A (en) 1988-07-20 1988-07-20 Logic circuit converting system

Publications (1)

Publication Number Publication Date
JPH0229828A true JPH0229828A (en) 1990-01-31

Family

ID=16061820

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63179208A Pending JPH0229828A (en) 1988-07-20 1988-07-20 Logic circuit converting system

Country Status (1)

Country Link
JP (1) JPH0229828A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5139412A (en) * 1990-05-08 1992-08-18 Weyerhaeuser Company Method and apparatus for profiling the bed of a furnace

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5139412A (en) * 1990-05-08 1992-08-18 Weyerhaeuser Company Method and apparatus for profiling the bed of a furnace

Similar Documents

Publication Publication Date Title
US5960182A (en) Hardware-software co-simulation system, hardware-software co-simulation method, and computer-readable memory containing a hardware-software co-simulation program
US5603015A (en) Logic simulation apparatus for executing simulation of a circuit
US5912819A (en) Method for designing an architectural system
US5964861A (en) Method for writing a program to control processors using any instructions selected from original instructions and defining the instructions used as a new instruction set
JPH11250112A (en) Method and device for synthesizing hardware and recording medium recorded with hardware synthesizing program
JP3163959B2 (en) LSI design data file conversion method and apparatus
JP5157534B2 (en) Behavioral synthesis apparatus and program
JPH05101141A (en) High-level composition device
JPH0229828A (en) Logic circuit converting system
CN115617009A (en) Virtual development environment apparatus, method and recording medium
US20040143813A1 (en) System development supporting apparatus, system development supporting method, and computer-readable recorded medium
JP4730536B2 (en) Behavioral synthesis system, behavioral synthesis method and program
JP3330122B2 (en) Function-variable DSP program creation device, DSP program creation method, recording medium recording DSP program creation program, and DSP device
US20100223596A1 (en) Data processing device and method
KR100631780B1 (en) Communication method between overlay units and apparatus using same
JP2002230062A (en) Design supporting device and method and system design supporting device
JP2001338004A (en) High order synthesis system and high order synthesis method and computer readable recording medium with high order synthesis method execution program stored
JPH03135630A (en) Instruction scheduling system
JP2724242B2 (en) Automatic program generator with macro block diagram processing function
JP2925160B2 (en) Logic synthesis method
JP2002312167A (en) Program for making computer calculate value of variable, compile program, variable value determining method, and program generating method
JP3246462B2 (en) Function synthesizing method using C language circuit model and recording medium storing the program
JP2835082B2 (en) Logic circuit synthesizer
JPH1115865A (en) Device and method for synthesizing logic circuit, and computer-readable recording medium recorded with synthesis program of logic circuit
JPH0896018A (en) Cad tool management method and automatic circuit design system