JP2003006256A - High-level synthesis device and high-level synthesis method for logic circuit - Google Patents

High-level synthesis device and high-level synthesis method for logic circuit

Info

Publication number
JP2003006256A
JP2003006256A JP2001192181A JP2001192181A JP2003006256A JP 2003006256 A JP2003006256 A JP 2003006256A JP 2001192181 A JP2001192181 A JP 2001192181A JP 2001192181 A JP2001192181 A JP 2001192181A JP 2003006256 A JP2003006256 A JP 2003006256A
Authority
JP
Japan
Prior art keywords
array
array variable
logic circuit
level synthesis
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
JP2001192181A
Other languages
Japanese (ja)
Inventor
Tokuji Masuda
篤司 増田
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 JP2001192181A priority Critical patent/JP2003006256A/en
Publication of JP2003006256A publication Critical patent/JP2003006256A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To shorten behavioral time and reduce a logic circuit size for the logic circuit in which behavioral description defined by an array variable is synthesized with a high-level. SOLUTION: From the array variable and its size to analyze a behavioral description 1 defined by the array variable, analysis data, which is assigned with a virtual name corresponding to an array name and each of its addresses, is generated and rewritten in order to be referred and substituted to the variable which replaces read or write of the array with the above virtual name. The logical circuit is generated by the high-level synthesis of the rewritten behavioral description.

Description

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

【0001】[0001]

【発明の属する技術分野】 本発明は、論理回路の高位
合成装置および高位合成方法に関する。
TECHNICAL FIELD The present invention relates to a high-level synthesis apparatus and a high-level synthesis method for a logic circuit.

【0002】[0002]

【従来の技術】 集積回路の設計において、動作記述に
基づいてこの動作を実現する論理回路を自動合成する高
位合成の技術が実用化されている。この高位合成では一
般にHDL(Hardware Descriptio
n Language)等を用いてハードウエアの動作
が記述される。
2. Description of the Related Art In designing an integrated circuit, a high-level synthesis technique for automatically synthesizing a logic circuit that realizes this operation has been put into practical use. In this high-level synthesis, HDL (Hardware Description) is generally used.
n Language) or the like to describe the operation of the hardware.

【0003】一方、C言語、C++言語等のプログラミ
ング言語によりハードウエアの動作を記述することもで
きる。これらプログラミング言語により動作記述をした
場合、ハードウエアを知らないユーザーでも論理回路の
設計を行うことができる。また、プログラミング言語に
よる記述を言語体系に応じたコンパイラで処理すれば回
路の動作検証ができ、HDLによる記述と異なりシミュ
レータによる検証を不要とすることができる。このた
め、プログラミング言語による動作記述は、HDL等に
よる動作記述と比較して論理回路設計をより容易かつ迅
速化する。
On the other hand, the operation of the hardware can be described in a programming language such as C language or C ++ language. When the behavioral description is made in these programming languages, even a user who does not know the hardware can design the logic circuit. Further, if the description in the programming language is processed by the compiler according to the language system, the circuit operation can be verified, and unlike the description in HDL, the verification by the simulator can be unnecessary. Therefore, the behavioral description in the programming language makes the logic circuit design easier and faster than the behavioral description in the HDL or the like.

【0004】このようなプログラミング言語による動作
記述によって変数の読み出しや書き込みをする場合、配
列変数を定義した動作記述がされる場合がある。この動
作記述を高位合成すると、前記定義した配列をRAM
(Random AccessMemory)やレジス
タファイル等の記憶素子に割当てるのが一般的である。
When a variable is read or written by a behavioral description in such a programming language, a behavioral description defining an array variable may be performed. When this behavioral description is high-level synthesized, the array defined above is stored in RAM.
It is generally assigned to a storage element such as (Random Access Memory) or a register file.

【0005】[0005]

【発明が解決しようとする課題】 しかし、図2のよう
なプログラミング言語による動作記述により変数の読み
出しまたは書き込みをする場合、従来技術によると図1
1に示すようにRAM等の記憶素子300が必要とな
る。その結果、回路規模が大きくなるという問題点があ
った。
However, when a variable is read or written by a behavioral description in a programming language as shown in FIG.
A storage element 300 such as a RAM is required as shown in FIG. As a result, there is a problem that the circuit scale becomes large.

【0006】また、記憶素子に対して一旦変数を書き込
み、さらに前記記憶素子に書き込んだ変数を読みだす動
作が必要なため、それぞれの動作の際にクロック入力を
伴い論理回路の動作時間が増加するという問題も発生し
ていた。
Further, since it is necessary to write a variable into the memory element once and then to read out the variable written in the memory element, the operation time of the logic circuit increases with the clock input in each operation. There was also a problem.

【0007】そこで本願発明は、プログラミング言語に
よる動作記述中に配列変数の定義による変数の読み出し
または書き込みをすることで論理回路設計を容易すると
共に、高位合成後の論理回路の動作時間の短縮化および
回路規模の縮小化を図ることを目的とする。
Therefore, the present invention facilitates logic circuit design by reading or writing variables according to the definition of array variables during behavioral description in a programming language, and shortens the operation time of the logic circuit after high-level synthesis and The purpose is to reduce the circuit scale.

【0008】[0008]

【課題を解決するための手段】 上記課題は、動作記述
に基づいて論理回路を合成する高位合成装置において、
入力された動作記述中にある配列変数を解析して配列名
およびその各アドレスに対応してそれぞれの仮想名を付
けた配列変数解析データを生成する配列変数解析部と、
この配列変数解析データに基づき、前記動作記述から書
き換え後動作記述を生成する変数書き換え部とを具備
し、前記書き換え後動作記述に基づいて論理回路を高位
合成することを特徴とする論理回路の高位合成装置によ
り解決する。
Means for Solving the Problem The above problem is in a high-level synthesis apparatus that synthesizes a logic circuit based on a behavioral description.
An array variable analysis unit that analyzes the array variables in the input behavioral description and generates array variable analysis data with each virtual name corresponding to the array name and its address,
A variable rewriting unit for generating a rewritten behavioral description from the behavioral description based on the array variable analysis data, and performing a high-level synthesis of the logic circuit based on the rewritten behavioral description. Solve with a synthesizer.

【0009】上記手段により、配列変数を定義した動作
記述に対して高位合成を行っても配列を記憶素子に割当
てるのではなく、マルチプレクサ回路若しくはデマルチ
プレクサ回路からなる論理回路を合成することができ
る。
By the above means, even if the high-level synthesis is performed on the behavioral description defining the array variable, the array is not allocated to the storage element, but the logic circuit including the multiplexer circuit or the demultiplexer circuit can be synthesized.

【0010】[0010]

【発明の実施の形態】 本願発明の実施形態について、
図を参照しながら詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Regarding the embodiments of the present invention,
A detailed description will be given with reference to the drawings.

【0011】図1に示すように、本実施形態にかかる高
位合成装置は、構文解析部2と、配列変数解析部4と、
変数書き換え部6と、データフロー解析部8と、ステー
ト割当て部10と、バインディング部11とを具備す
る。
As shown in FIG. 1, the high-level synthesis apparatus according to this embodiment includes a syntax analysis unit 2, an array variable analysis unit 4, and
The variable rewriting unit 6, the data flow analysis unit 8, the state allocation unit 10, and the binding unit 11 are provided.

【0012】構文解析部2は、入力されたプログラミン
グ言語によるハードウエア動作記述1の構文を解析し
て、第1のデータフロ−3を作成する。
The syntax analysis unit 2 analyzes the syntax of the input hardware behavioral description 1 in the programming language and creates the first data flow-3.

【0013】配列変数解析部4は、前記第1のデータフ
ロ−3から動作記述1中の配列変数とそのサイズを得
て、配列名とその各アドレスに対応した仮想名を付けた
配列変数解析データ5を作成する。
The array variable analysis unit 4 obtains the array variable and its size in the behavioral description 1 from the first data flow-3, and outputs the array variable analysis data with the array name and the virtual name corresponding to each address. Create 5.

【0014】変数書き換え部6は、配列の書き込み若し
くは読み出しを、前記仮想名に置き換えた変数に対して
参照若しくは代入するように書き換えた第2のデータフ
ロー7を作成する。
The variable rewriting unit 6 creates a second data flow 7 in which the writing or reading of the array is rewritten so as to refer to or substitute for the variable replaced with the virtual name.

【0015】データフロー解析部8は、前記第2のデー
タフロー7を解析して、最適化データフロー9を出力す
る。ステート割当て部10は、前記最適化データフロー
9中の演算子の遅延を解析し、各演算子に実行クロック
(遅延情報)を割当てる。バインディング部11は、ス
テート割当された各演算子にハードウエアである演算器
を割当てることにより論理回路12を合成する。
The data flow analysis unit 8 analyzes the second data flow 7 and outputs an optimized data flow 9. The state allocation unit 10 analyzes the delay of the operator in the optimized data flow 9 and allocates the execution clock (delay information) to each operator. The binding unit 11 synthesizes the logic circuit 12 by assigning an arithmetic unit, which is hardware, to each state-assigned operator.

【0016】図2は、図1における動作記述1の一例で
あり、変数の読み出し動作を記述したものである。
FIG. 2 is an example of the behavioral description 1 shown in FIG. 1 and describes a variable reading operation.

【0017】図2の動作記述は構文解析部2により解析
された第1のデータフロ−3は、図3に示すように配列
変数解析部4により配列名がr、サイズが3と解析さ
れ、それぞれのインデクスに対応して変数r#0、r#
1、r#2を仮想名として登録された配列変数解析デー
タ5が作成される。
In the behavioral description of FIG. 2, the first data flow-3 analyzed by the syntax analysis unit 2 is analyzed by the array variable analysis unit 4 as the array name r and the size 3 as shown in FIG. Variables r # 0 and r # corresponding to the index of
Array variable analysis data 5 is created in which 1 and r # 2 are registered as virtual names.

【0018】次に、変数書き換え部6において、配列r
[0]、r[1]、r[2]をそれぞれ前記仮想名r#0、r#
1、r#2に書き換える。また、インデクスが変数であ
る配列r[i]をswitch文を用いた記述に書き換
えて、図4のような書き換え後動作記述を出力する。な
お、この書き換え後動作記述は図1に示す第2のデータ
フロー7に該当する。
Next, in the variable rewriting unit 6, the array r
[0], r [1], r [2] are the virtual names r # 0, r #, respectively.
Rewrite to 1, r # 2. Also, the array r [i] whose index is a variable is rewritten to the description using the switch statement, and the rewritten operation description as shown in FIG. 4 is output. The post-rewrite operation description corresponds to the second data flow 7 shown in FIG.

【0019】この書き換え後動作記述に対してデータフ
ロー解析部8、ステート割当部10、バインディング部
11からなる高位合成処理されることによって、図5の
ようなマルチプレクサ回路100を用いた論理回路に自
動合成される。したがって、図5より明らかに図2の動
作記述から高位合成された論理回路には、従来技術で合
成され図11に示すような記憶素子300は存在しな
い。
The post-rewrite operation description is subjected to high-level synthesis processing including a data flow analysis unit 8, a state allocation unit 10, and a binding unit 11, so that a logic circuit using a multiplexer circuit 100 as shown in FIG. Is synthesized. Therefore, it is apparent from FIG. 5 that the memory device 300 synthesized by the conventional technique and shown in FIG. 11 does not exist in the logic circuit which is high-level synthesized from the behavioral description of FIG.

【0020】従来技術の高位合成による配列に記憶素子
300を割当てた論理回路が動作する場合、配列変数の
内容をそれぞれ対応した記憶素子のアドレスに変数を代
入、すなわち図11ではr[0]、r[1]、r[2]の配列
変数を記憶素子に書き込み、さらに記憶された配列変数
を読み出すため、少なくとも4クロック分の時間を要す
る。
When the logic circuit in which the storage element 300 is assigned to the array by the high-level synthesis of the prior art operates, the contents of the array variable are substituted into the address of the corresponding storage element, that is, r [0] in FIG. At least 4 clocks are required to write the array variables r [1] and r [2] in the storage element and read the stored array variables.

【0021】これに対して、本願発明によって配列変数
による動作記述によって高位合成された論理回路では、
図5に示すように読み出す仮想名に対応したアドレスを
インデクスに代入するのみで変数読み出しが可能なた
め、1クロック分の時間で変数の読み出しが可能とな
り、記憶素子を用いた論理回路と比較して明らかに動作
時間を縮減することができる。
On the other hand, in the logic circuit which is high-level synthesized by the behavioral description by the array variable according to the present invention,
As shown in FIG. 5, since variable reading can be performed only by substituting the address corresponding to the virtual name to be read into the index, the variable reading can be performed in a time period of one clock, and comparison with a logic circuit using a storage element Therefore, the operating time can be obviously reduced.

【0022】また、図5の論理回路は図6の論理回路の
ような等価回路に容易に置換えることができ、さらに回
路規模を小さくすることが可能である。
The logic circuit of FIG. 5 can be easily replaced with an equivalent circuit like the logic circuit of FIG. 6, and the circuit scale can be further reduced.

【0023】また変数の書き込みの場合は、図7の動作
記述が構文解析部2、配列変数解析部4によって図8に
示す配列変数解析データ5を生成する。図8に示す配列
変数解析データ5は図3と同様に配列名、アドレスおよ
びそのアドレスに対応した仮想名からなるデータであ
る。
In the case of writing variables, the operation description of FIG. 7 causes the syntax analysis unit 2 and the array variable analysis unit 4 to generate the array variable analysis data 5 shown in FIG. The array variable analysis data 5 shown in FIG. 8 is data including an array name, an address, and a virtual name corresponding to the address, as in FIG.

【0024】次に、変数書き換え部6において図9に示
すように、switch文の記述中に入力変数i1を各
インデクスに対応した仮想名r#0、r#1、r#2に代
入するような書き換え後動作記述、すなわち図1に示す
第2のデータフロー7を出力する。
Next, as shown in FIG. 9, the variable rewriting unit 6 substitutes the input variable i1 into the virtual names r # 0, r # 1, r # 2 corresponding to each index in the description of the switch statement. After the rewriting, that is, the second data flow 7 shown in FIG. 1 is output.

【0025】この書き換え後動作記述に対してデータフ
ロー解析部8、ステート割当部10、バインディング部
11からなる高位合成処理されることによって、図10
のようなデマルチプレクサ回路200を用いた論理回路
に自動合成されるので、記憶素子が配列変数に割当てら
れることはない。
The high-level synthesis process including the data flow analysis unit 8, the state allocation unit 10, and the binding unit 11 is applied to the post-rewriting operation description so that FIG.
Since it is automatically synthesized into the logic circuit using the demultiplexer circuit 200 as described above, the storage element is not assigned to the array variable.

【0026】なお、図5または図6のようなマルチプレ
クサ回路100や図10のようなデマルチプレクサ回路
200を用いた論理回路を自動合成させるために、図4
や図9の動作記述を直接人手で記述することも可能であ
るが、図4や図9のような記述はわかりにくく長い記述
となり正しく動作するアルゴリズム記述を完成させるま
でに非常に長い時間がかかってしまう。これに対して本
願発明によると、図2や図7だけの記述ですむので、記
述量も少なく、理解しやすい記述のため記述ミスも避け
ることができる。
In order to automatically synthesize a logic circuit using the multiplexer circuit 100 shown in FIG. 5 or 6 and the demultiplexer circuit 200 shown in FIG.
Although it is possible to manually describe the behavioral description of FIG. 9 and FIG. 9, the description of FIG. 4 and FIG. 9 is difficult to understand and becomes a long description, and it takes a very long time to complete an algorithm description that operates correctly. Will end up. On the other hand, according to the present invention, only the description of FIG. 2 or FIG. 7 is required, so the description amount is small and the description is easy to understand, so that description errors can be avoided.

【0027】[0027]

【発明の効果】 以上詳述したように本願発明により、
プログラミング言語による動作記述中に配列変数の定義
による変数の読み出し書き込みをすることで論理回路設
計を容易すると共に、高位合成後の論理回路の動作時間
の短縮化および回路規模の縮小化を図ることが可能とな
る。
As described in detail above, according to the present invention,
By reading and writing variables according to the definition of array variables during operation description in a programming language, it is possible to facilitate the logic circuit design, and to reduce the operation time and the circuit scale of the logic circuit after high-level synthesis. It will be possible.

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

【図1】 本願発明の実施形態に係る論理回路の高位合
成装置の機能構成を示すブロック図である。
FIG. 1 is a block diagram showing a functional configuration of a high-level synthesis device for a logic circuit according to an embodiment of the present invention.

【図2】 配列変数を定義した変数の読み出しを行う場
合の動作記述の一例の図である。
FIG. 2 is a diagram of an example of an operation description when reading a variable that defines an array variable.

【図3】 本願発明の配列変数解析部において、動作記
述を解析した配列変数解析データである。
FIG. 3 is array variable analysis data obtained by analyzing the behavioral description in the array variable analysis unit of the present invention.

【図4】 本願発明の変数書き換え部において、配列変
数解析データを書き換えた書き換え後動作記述を表した
図である。
FIG. 4 is a diagram showing a post-rewriting operation description in which the array variable analysis data is rewritten in the variable rewriting unit of the present invention.

【図5】 本願発明により高位合成された第1の論理回
路である。
FIG. 5 is a first logic circuit that is high-level synthesized according to the present invention.

【図6】 本願発明により高位合成された第2の論理回
路である。
FIG. 6 is a second logic circuit that is high-level synthesized according to the present invention.

【図7】 配列変数を定義した変数の書き込みを行う場
合の動作記述の一例の図である。
FIG. 7 is a diagram of an example of an operation description when writing a variable that defines an array variable.

【図8】 本願発明の配列変数解析部において、動作記
述を解析した配列変数解析データである。
FIG. 8 is array variable analysis data obtained by analyzing the behavioral description in the array variable analysis unit of the present invention.

【図9】 本願発明の変数書き換え部において、配列変
数解析データを書き換えた書き換え後動作記述を表した
図である。
FIG. 9 is a diagram showing a post-rewriting operation description in which the array variable analysis data is rewritten in the variable rewriting unit of the present invention.

【図10】 本願発明により高位合成された第3の論理
回路である。
FIG. 10 is a third logic circuit that is high-level synthesized according to the present invention.

【図11】 配列変数を含んだ動作記述に対して、従来
技術によって高位合成された論理回路を示す図である。
FIG. 11 is a diagram showing a logic circuit that is high-level synthesized by a conventional technique with respect to a behavioral description including array variables.

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

1…動作記述、2…構文解析部、3…第1のデータフロ
ー、4…配列変数解析部、5…配列変数解析データ、6
…変数書き換え部、7…第2のデータフロー(書き換え
後動作記述)、8…データフロー解析部、9…最適化デ
ータフロー、10…ステート割当て部、11…バインデ
ィング部、12…論理回路、100…マルチプレクサ、
200…デマルチプレクサ、300…記憶素子
1 ... Behavior description, 2 ... Syntax analysis unit, 3 ... First data flow, 4 ... Array variable analysis unit, 5 ... Array variable analysis data, 6
... variable rewriting unit, 7 ... second data flow (post-rewriting operation description), 8 ... data flow analysis unit, 9 ... optimized data flow, 10 ... state assignment unit, 11 ... binding unit, 12 ... logic circuit, 100 … Multiplexer,
200 ... Demultiplexer, 300 ... Storage element

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 動作記述に基づいて論理回路を合成する
高位合成装置において、 入力された動作記述中にある配列変数を解析して配列名
およびその各アドレスに対応してそれぞれの仮想名を付
けた配列変数解析データを生成する配列変数解析部と、 この配列変数解析データに基づき、前記動作記述から書
き換え後動作記述を生成する変数書き換え部とを具備
し、 前記書き換え後動作記述に基づいて論理回路を高位合成
することを特徴とする論理回路の高位合成装置。
1. A high-level synthesis device for synthesizing a logic circuit based on a behavioral description, analyzes an array variable in an inputted behavioral description, and assigns a virtual name to each of the array name and its address. An array variable analysis unit for generating array variable analysis data and a variable rewriting unit for generating a post-rewriting operation description from the operation description based on the array variable analysis data, and a logic based on the post-rewriting operation description. A high-level synthesis apparatus for logic circuits, which is characterized by high-level synthesis of circuits.
【請求項2】 動作記述に基づいて論理回路を合成する
高位合成方法であって、 入力された動作記述中にある配列変数を解析して配列名
およびその各アドレスに対応したそれぞれの仮想名を付
けた配列変数解析データを生成するステップと、 この配列変数解析データに基づき、前記動作記述を書き
換えるステップと、 この書き換えた動作記述に基づいて論理回路を高位合成
するステップとを含むことを特徴とする論理回路の高位
合成方法。
2. A high-level synthesis method for synthesizing a logic circuit based on a behavioral description, wherein an array variable in an inputted behavioral description is analyzed to obtain an array name and respective virtual names corresponding to respective addresses. A step of generating attached array variable analysis data, a step of rewriting the behavioral description based on the array variable analysis data, and a step of performing high-level synthesis of a logic circuit based on the rewritten behavioral description. High-level synthesis method for logic circuits.
【請求項3】 配列変数の読み出しを含む動作記述に対
し、前記配列変数のアドレスからそのアドレスに対応し
たデータを読み出すマルチプレクサからなる論理回路を
合成する高位合成方法。
3. A high-level synthesis method for synthesizing a logic circuit including a multiplexer that reads data corresponding to an address of the array variable from an operation description including reading of the array variable.
【請求項4】 配列変数の書き込みを含む動作記述に対
し、前記配列変数のアドレスにそのアドレスに対応した
データを書き込むデマルチプレクサからなる論理回路を
合成する高位合成方法。
4. A high-level synthesis method for synthesizing a logic circuit composed of a demultiplexer, which writes data corresponding to an address of an array variable to a behavioral description including writing of an array variable.
【請求項5】 配列変数の読み出しを含む動作記述に対
し、前記配列変数のアドレスからそのアドレスに対応し
たデータを選択するマルチプレクサからなる論理回路が
合成される高位合成装置。
5. A high-level synthesis device for synthesizing a logic circuit including a multiplexer for selecting data corresponding to an address of the array variable with respect to a behavioral description including reading of the array variable.
【請求項6】 配列変数の書き込みを含む動作記述に対
し、前記配列変数のアドレスにそのアドレスに対応した
データパスを選択するデマルチプレクサからなる論理回
路が合成される高位合成装置。
6. A high-level synthesis apparatus for synthesizing an operation description including writing of an array variable with a logic circuit including a demultiplexer that selects a data path corresponding to the address of the array variable.
JP2001192181A 2001-06-26 2001-06-26 High-level synthesis device and high-level synthesis method for logic circuit Pending JP2003006256A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001192181A JP2003006256A (en) 2001-06-26 2001-06-26 High-level synthesis device and high-level synthesis method for logic circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001192181A JP2003006256A (en) 2001-06-26 2001-06-26 High-level synthesis device and high-level synthesis method for logic circuit

Publications (1)

Publication Number Publication Date
JP2003006256A true JP2003006256A (en) 2003-01-10

Family

ID=19030671

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001192181A Pending JP2003006256A (en) 2001-06-26 2001-06-26 High-level synthesis device and high-level synthesis method for logic circuit

Country Status (1)

Country Link
JP (1) JP2003006256A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7971163B2 (en) 2008-02-28 2011-06-28 Nec Corporation Property generating apparatus, property generating method and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7971163B2 (en) 2008-02-28 2011-06-28 Nec Corporation Property generating apparatus, property generating method and program

Similar Documents

Publication Publication Date Title
De Micheli et al. The Olympus synthesis system
US5164911A (en) Schematic capture method having different model couplers for model types for changing the definition of the schematic based upon model type selection
US6611952B1 (en) Interactive memory allocation in a behavioral synthesis tool
US20080172646A1 (en) Array transformation in a behavioral synthesis tool
US20070250827A1 (en) Apparatus for supporting program development, and operation method for the apparatus
US20060259884A1 (en) Merging a hardware design language source file with a separate assertion file
JP2009002950A (en) Testing device for testing at least one electronic control system and method for operating testing device
JP2014154173A (en) Method for randomly accessing signal value of fpga at runtime, data processing device, computer program, digital storage medium, and method for executing fpga build
JPH08320808A (en) Emulation system
US7707019B1 (en) Command buffering for hardware co-simulation
EP0847022A2 (en) Method for designing an architectural system
US7676774B2 (en) System LSI verification system and system LSI verification method
US7171632B2 (en) Apparatus, method and program for designing semiconductor integrated circuit
JPH05101141A (en) High-level composition device
JPH03116281A (en) Logic synthesizing device
US6539537B1 (en) System synthesizer
JP2003006256A (en) High-level synthesis device and high-level synthesis method for logic circuit
Huggi et al. Design and verification of memory elements using python
Asheim et al. VHDL Generation From Python Synchronous Message Exchange Networks
JP2000122890A (en) Circuit trial production device and circuit verifying device
EP0969395B1 (en) Design of an application specific processor (asp)
JP2007018313A (en) Circuit design program, circuit design device and circuit design method
JP2005078402A (en) Action composite method for electronic circuit
JP2006202329A (en) Method for designing system lsi and recording medium storing the same
Talley ELECTRONIC DESIGN AUTOMATION

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20050414

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20050606