JP3255139B2 - High-level synthesis system, method and recording medium - Google Patents

High-level synthesis system, method and recording medium

Info

Publication number
JP3255139B2
JP3255139B2 JP04537499A JP4537499A JP3255139B2 JP 3255139 B2 JP3255139 B2 JP 3255139B2 JP 04537499 A JP04537499 A JP 04537499A JP 4537499 A JP4537499 A JP 4537499A JP 3255139 B2 JP3255139 B2 JP 3255139B2
Authority
JP
Japan
Prior art keywords
description
shared register
priority
register
input
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP04537499A
Other languages
Japanese (ja)
Other versions
JP2000242673A (en
Inventor
恵祐 金丸
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP04537499A priority Critical patent/JP3255139B2/en
Publication of JP2000242673A publication Critical patent/JP2000242673A/en
Application granted granted Critical
Publication of JP3255139B2 publication Critical patent/JP3255139B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、高位合成システ
ム、方法、及びこの方法を実行するためのプログラムを
記録した記録媒体に関し、特に共有レジスタの排他制御
を実現しつつ複数のプロセスを合成したRTL(Regist
er Transfer Level)記述を生成するための技術に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a high-level synthesis system, a method, and a recording medium storing a program for executing the method, and more particularly to an RTL which combines a plurality of processes while realizing exclusive control of a shared register. (Regist
(Transfer Level) description.

【0002】[0002]

【従来の技術】半導体集積回路の大規模化に伴って、回
路設計の工数が増加してきている。このような状況に対
処するため、近年では、ハードウェア仕様の動作レベル
を記述した動作記述言語からRTL記述に変換し、さら
にこのRTL記述から回路設計を行うという過程を採用
している。
2. Description of the Related Art As the scale of semiconductor integrated circuits has increased, the number of circuit design steps has increased. In order to cope with such a situation, in recent years, a process of converting an operation description language describing an operation level of hardware specifications into an RTL description, and further performing a circuit design from the RTL description has been adopted.

【0003】ここで、動作記述言語によって動作レベル
で記述されたハードウェアの仕様を、その一貫性を保っ
たままRTL記述に変換することを高位合成と呼んでい
る。そして、動作記述言語で記述されたハードウェアの
仕様中で一連の動作を行い、それぞれが並列に処理を進
めることができる単位をプロセスと呼んでおり、一般的
には、プロセスの集合によって設計される回路が構成さ
れることとなる。
[0003] Converting the hardware specifications described at the operation level in the operation description language to the RTL description while maintaining its consistency is called high-level synthesis. A unit that performs a series of operations in hardware specifications described in an operation description language and can proceed in parallel with each other is called a process, and is generally designed by a set of processes. Circuit is configured.

【0004】ところで、回路中で協調動作するプロセス
間でデータを交換する方法としては、プロセス同士で直
接信号を受け渡しする方法と、プロセス間にレジスタや
メモリを介在させてデータを受け渡しする方法とがあ
る。このうち前者の直接信号を受け渡しする方法では、
信号の送信側のプロセスと受信側のプロセスとが完全に
同期していなければならないため、回路設計を行う場合
に非常に困難が伴う。
As methods for exchanging data between processes cooperating in a circuit, a method of directly passing signals between processes and a method of passing data by interposing a register or a memory between processes are known. is there. In the former method of passing the direct signal,
Since the process on the signal transmitting side and the process on the receiving side must be completely synchronized, it is very difficult to design a circuit.

【0005】これに対して、後者のレジスタやメモリを
介在させてデータ交換する方法、すなわちプロセス間で
のデータ交換のために共有レジスタを用いる方法は、プ
ロセス同士が完全に同期している必要はなく、データの
セット、待ち合わせ、読み出しといった簡単な制御でデ
ータ交換が可能である。このため、共有レジスタを用い
て回路を設計することは、実用的であり、広く用いられ
ている。
On the other hand, the latter method of exchanging data via a register or memory, that is, the method of using a shared register for exchanging data between processes does not require that the processes are completely synchronized. Instead, data exchange is possible with simple control such as data setting, waiting, and reading. For this reason, designing a circuit using a shared register is practical and widely used.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、共有レ
ジスタを用いてデータ交換を行う場合には、同一の共有
レジスタへ複数のプロセスから同時に書き込みが発生し
た場合に、いずれのプロセスがデータを書き込むのかが
問題がある。
However, when data is exchanged using a shared register, when a plurality of processes simultaneously write data to the same shared register, it is determined which process writes the data. There's a problem.

【0007】このような問題へ対処するため、従来は、
同一の共有レジスタへ複数のプロセスからのデータの書
き込みが絶対に発生しないように、関連するプロセス同
士を完全に協調させる方法や、各プロセスが独自に共有
レジスタの書き込み権の取得判定処理を行うという方法
などが採られていた。しかし、これらいずれの方法で共
有レジスタの排他制御を実現する場合でも、回路の設計
者に多くの負担をかけていた。
In order to address such a problem, conventionally,
In order to prevent data from being written to the same shared register from multiple processes, related processes can be completely coordinated with each other, or each process can independently determine whether to write the shared register. The method was adopted. However, when implementing exclusive control of the shared register by any of these methods, a heavy burden is imposed on the circuit designer.

【0008】本発明は、上記従来技術の問題点を解消す
るためになされたものであり、協調動作する複数のプロ
セスの動作記述をRTL記述に変換し、このRTL記述
から論理設計することで回路設計を行う場合に、共有レ
ジスタの排他制御を実現させた回路設計を容易に行うこ
とができる高位合成システム、方法及びこの方法を実行
するためのプログラムを記録したコンピュータ読み取り
可能な記録媒体を提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problems of the prior art. A circuit description is provided by converting operation descriptions of a plurality of cooperating processes into RTL descriptions and logically designing the RTL descriptions. Provided is a high-level synthesis system and method which can easily perform circuit design realizing exclusive control of a shared register when designing, and a computer-readable recording medium storing a program for executing the method. The purpose is to:

【0009】[0009]

【課題を解決するための手段】上記目的を達成するた
め、本発明の第1の観点にかかる高位合成システムは、
設計対象となる回路に含まれる複数のプロセスの動作を
所定の動作記述言語で記述したプロセスの動作記述を入
力するプロセス動作記述入力手段と、前記複数のプロセ
ス間でのデータの受け渡しに使用される共有レジスタの
識別情報と、各共有レジスタにデータの書き込みを行う
プロセスの優先順位とを入力する優先順位入力手段と、
前記プロセス動作記述入力手段から入力されたプロセス
の動作記述をプロセスのレジスタ転送レベルの記述に変
換する高位合成手段と、前記プロセス動作記述入力手段
から入力されたプロセスの動作記述と、前記優先順位入
力手段から入力された共有レジスタ毎のプロセスの優先
順位とに基づいて、前記複数のプロセス間での前記共有
レジスタの排他制御に関するレジスタ転送レベルの記述
を生成する共有レジスタ制御記述生成手段と、前記高位
合成手段が変換したプロセスのレジスタ転送レベルの記
述と前記共有レジスタ制御記述生成手段が生成した前記
共有レジスタの排他制御に関するレジスタ転送レベルの
記述とを統合する統合手段とを備えることを特徴とす
る。
In order to achieve the above object, a high-level synthesis system according to a first aspect of the present invention comprises:
A process operation description input means for inputting a process operation description in which the operations of a plurality of processes included in a circuit to be designed are described in a predetermined operation description language; and used for transferring data between the plurality of processes. Priority input means for inputting identification information of the shared register and a priority of a process of writing data to each shared register;
High-level synthesis means for converting a process operation description input from the process operation description input means into a register transfer level description of the process; a process operation description input from the process operation description input means; A shared register control description generating means for generating a description of a register transfer level relating to exclusive control of the shared register among the plurality of processes, based on a process priority of each shared register input from the means; An integrated means for integrating the register transfer level description of the process converted by the synthesizing means and the register transfer level description related to the exclusive control of the shared register generated by the shared register control description generating means.

【0010】上記高位合成システムでは、プロセスの動
作記述の他に、簡易な情報である共有レジスタの識別情
報と各共有レジスタにデータの書き込みを行うプロセス
の優先順位とを入力すれば、プロセス間での共有レジス
タの排他制御を実現して設計対象となる回路のレジスタ
転送レベルの記述を生成することができる。このため、
回路設計のために設計者に負担をかけることがない。
In the above-described high-level synthesis system, in addition to the operation description of the process, identification information of the shared register, which is simple information, and the priority of the process of writing data to each shared register are input, so that the process can be executed between the processes. The exclusive control of the shared register can be realized to generate a description of the register transfer level of the circuit to be designed. For this reason,
There is no burden on designers for circuit design.

【0011】また、回路設計の途中の段階でプロセス毎
に共有レジスタをアクセスする優先順位を変更する場合
にも、プロセスの動作記述を変更することなく、容易に
行うことができる。
[0011] In addition, when the priority of accessing the shared register is changed for each process at a stage during circuit design, it can be easily performed without changing the operation description of the process.

【0012】上記高位合成システムにおいて、前記プロ
セス動作記述入力手段から入力されるプロセスの動作記
述は、前記複数のプロセスがまとめられて記述されてい
るものであってもよい。この場合、上記高位合成システ
ムは、前記複数のプロセスがまとめられて記述されたプ
ロセスの動作記述をプロセス毎の動作記述に分割すると
共に、各プロセスの動作記述に含まれる共有レジスタの
参照に関する記述を各プロセスから共有レジスタへデー
タを書き込むための要求をする記述に書き換えるプロセ
ス変換手段をさらに備えるものとすることができ、さら
に、前記高位合成手段は、前記プロセス変換手段によっ
て分割されたプロセス毎の動作記述をそれぞれレジスタ
転送レベルの記述に変換するものとすることができる。
In the high-level synthesis system, an operation description of a process input from the process operation description input means may be a description in which the plurality of processes are collectively described. In this case, the high-level synthesis system divides the operation description of the process in which the plurality of processes are collectively described into the operation description of each process, and also describes the reference to the shared register included in the operation description of each process. The high-level synthesizing unit may further include a process conversion unit that rewrites a description for requesting data writing from each process to the shared register, and the high-level synthesis unit performs an operation for each process divided by the process conversion unit. Each description may be converted into a register transfer level description.

【0013】上記高位合成システムは、また、前記プロ
セス動作記述入力手段から入力されたプロセスの動作記
述を解析し、プロセス毎に参照する共有レジスタをリス
トとした解析結果を出力するプロセス解析手段と、前記
優先順位入力手段から入力された共有レジスタの識別情
報とプロセスの優先順位とを解析し、共有レジスタ毎に
参照されるプロセスを優先順位に従ったリストとした解
析結果を出力する優先順位解析手段とをさらに備えるも
のとすることができる。この場合、前記共有レジスタ制
御記述生成手段は、前記プロセス解析手段の解析結果と
前記優先順位解析手段の解析結果とに基づいて、前記複
数のプロセス間での前記共有レジスタの排他制御に関す
るレジスタ転送レベルの記述を生成するものとすること
ができる。
The high-level synthesis system further comprises: a process analyzing means for analyzing the operation description of the process inputted from the process operation description input means, and outputting an analysis result in which a list of shared registers referred to for each process is output; Priority analysis means for analyzing the identification information of the shared register and the priority of the process input from the priority input means, and outputting an analysis result in which the processes referred to for each shared register are listed according to the priority. May be further provided. In this case, the shared register control description generating means may include a register transfer level for exclusive control of the shared register among the plurality of processes, based on an analysis result of the process analysis means and an analysis result of the priority order analysis means. Is generated.

【0014】この場合において、前記共有レジスタ制御
記述生成手段は、前記プロセス解析手段から出力された
プロセス毎に参照する共有レジスタのリストを参照し
て、前記優先順位解析手段が出力した共有レジスタ毎に
参照されるプロセスの優先順位に従ったリストの要素か
ら各共有レジスタを参照していないプロセスを削除し、
この共有レジスタを参照していないプロセスを削除した
リストに基づいて、前記複数のプロセス間での前記共有
レジスタの排他制御に関するレジスタ転送レベルの記述
を生成するものとすることができる。
In this case, the shared register control description generating means refers to a list of shared registers referred to for each process output from the process analyzing means, and for each shared register output by the priority order analyzing means. Remove processes that do not reference each shared register from the elements of the list according to the priority of the referenced process,
A description of a register transfer level relating to exclusive control of the shared register among the plurality of processes may be generated based on the list from which processes that do not refer to the shared register are deleted.

【0015】なお、上記高位合成システムにおいて、前
記優先順位入力手段から入力された各共有レジスタのデ
ータの書き込みを行うプロセスの優先順位は、デフォル
ト設定された優先順位である場合を含むものとしてもよ
い。
In the high-level synthesis system, the priority of the process of writing the data of each shared register input from the priority input means may include a case where the priority is set to a default. .

【0016】上記目的を達成するため、本発明の第2の
観点にかかる高位合成方法は、設計対象となる回路に含
まれる複数のプロセスの動作を所定の動作記述言語で記
述したプロセスの動作記述を入力するプロセス動作記述
入力ステップと、前記複数のプロセス間でのデータの受
け渡しに使用される共有レジスタの識別情報と、各共有
レジスタにデータの書き込みを行うプロセスの優先順位
とを入力する優先順位入力ステップと、前記プロセス動
作記述入力ステップで入力されたプロセスの動作記述を
プロセスのレジスタ転送レベルの記述に変換する高位合
成ステップと、前記プロセス動作記述入力ステップで入
力されたプロセスの動作記述と、前記優先順位入力ステ
ップで入力された共有レジスタ毎のプロセスの優先順位
とに基づいて、前記複数のプロセス間での前記共有レジ
スタの排他制御に関するレジスタ転送レベルの記述を生
成する共有レジスタ制御記述生成ステップと、前記高位
合成ステップで変換したプロセスのレジスタ転送レベル
の記述と前記共有レジスタ制御記述生成ステップで生成
した前記共有レジスタの排他制御に関するレジスタ転送
レベルの記述とを統合する統合ステップとを含むことを
特徴とする。
In order to achieve the above object, a high-level synthesis method according to a second aspect of the present invention provides an operation description of a process in which operations of a plurality of processes included in a circuit to be designed are described in a predetermined operation description language. Inputting process operation description inputting step, inputting identification information of a shared register used for data transfer between the plurality of processes, and inputting priority of a process of writing data to each shared register. An input step, a high-level synthesis step of converting a process operation description input in the process operation description input step into a register transfer level description of the process, and a process operation description input in the process operation description input step; Based on the priority of the process for each shared register input in the priority input step, A shared register control description generating step for generating a register transfer level description related to exclusive control of the shared register among a plurality of processes; a register transfer level description of the process converted in the high-level synthesis step; and the shared register control description generation Integrating the description of the register transfer level relating to the exclusive control of the shared register generated in the step.

【0017】上記高位合成方法は、前記プロセス動作記
述入力手ステップで入力されたプロセスの動作記述を解
析し、プロセス毎に参照する共有レジスタをリストとし
た解析結果を出力するプロセス解析ステップと、前記優
先順位入力ステップで入力された共有レジスタの識別情
報とプロセスの優先順位とを解析し、共有レジスタ毎に
参照されるプロセスを優先順位に従ったリストとした解
析結果を出力する優先順位解析ステップとをさらに含む
ものとしてもよい。この場合、前記共有レジスタ制御記
述生成ステップは、前記プロセス解析ステップでの解析
結果と前記優先順位解析ステップでの解析結果とに基づ
いて、前記複数のプロセス間での前記共有レジスタの排
他制御に関するレジスタ転送レベルの記述を生成するも
のとすることができる。
The high-level synthesis method includes a process analyzing step of analyzing a process operation description input in the process operation description inputting step and outputting an analysis result in which a list of shared registers referred to for each process is output; A priority analysis step of analyzing the shared register identification information and the process priority input in the priority input step, and outputting an analysis result in which a list of processes referred to for each shared register is arranged according to the priority; May be further included. In this case, the shared register control description generation step includes a register related to exclusive control of the shared register among the plurality of processes, based on an analysis result in the process analysis step and an analysis result in the priority order analysis step. A description of the transfer level may be generated.

【0018】上記目的を達成するため、本発明の第3の
観点にかかるコンピュータ読み取り可能な記録媒体は、
設計対象となる回路に含まれる複数のプロセスの動作を
所定の動作記述言語で記述したプロセスの動作記述を入
力するプロセス動作記述入力ステップと、前記複数のプ
ロセス間でのデータの受け渡しに使用される共有レジス
タの識別情報と、各共有レジスタにデータの書き込みを
行うプロセスの優先順位とを入力する優先順位入力ステ
ップと、前記プロセス動作記述入力ステップで入力され
たプロセスの動作記述をプロセスのレジスタ転送レベル
の記述に変換する高位合成ステップと、前記プロセス動
作記述入力ステップで入力されたプロセスの動作記述
と、前記優先順位入力ステップで入力された共有レジス
タ毎のプロセスの優先順位とに基づいて、前記複数のプ
ロセス間での前記共有レジスタの排他制御に関するレジ
スタ転送レベルの記述を生成する共有レジスタ制御記述
生成ステップと、前記高位合成ステップで変換したプロ
セスのレジスタ転送レベルの記述と前記共有レジスタ制
御記述生成ステップで生成した前記共有レジスタの排他
制御に関するレジスタ転送レベルの記述とを統合する統
合ステップとを実行するためのプログラムを記録するこ
とを特徴とする。
In order to achieve the above object, a computer-readable recording medium according to a third aspect of the present invention comprises:
A process operation description input step of inputting a process operation description in which the operations of a plurality of processes included in a circuit to be designed are described in a predetermined operation description language; and used for data transfer between the plurality of processes. A priority input step of inputting identification information of the shared register and a priority of a process of writing data to each shared register; and a process transfer description of the process input in the process operation description input step is a register transfer level of the process. Based on the high-level synthesis step of converting the description into the description of the process, the operation description of the process input in the input step of process operation description, and the priority of the process for each shared register input in the priority input step. Of register transfer level for exclusive control of the shared register between processes Generating a shared register control description, generating a description of a register transfer level of the process converted in the high-level synthesis step, and a description of a register transfer level relating to exclusive control of the shared register generated in the shared register control description generating step. And recording a program for executing the integrating step.

【0019】上記記録媒体は、前記プロセス動作記述入
力手ステップで入力されたプロセスの動作記述を解析
し、プロセス毎に参照する共有レジスタをリストとした
解析結果を出力するプロセス解析ステップと、前記優先
順位入力ステップで入力された共有レジスタの識別情報
とプロセスの優先順位とを解析し、共有レジスタ毎に参
照されるプロセスを優先順位に従ったリストとした解析
結果を出力する優先順位解析ステップとを実行するため
のプログラムをさらに記録していてもよい。この場合、
前記共有レジスタ制御記述生成ステップは、前記プロセ
ス解析ステップでの解析結果と前記優先順位解析ステッ
プでの解析結果とに基づいて、前記複数のプロセス間で
の前記共有レジスタの排他制御に関するレジスタ転送レ
ベルの記述を生成するものとすることができる。
The recording medium analyzes a process operation description input in the process operation description input step, and outputs an analysis result in which a list of shared registers to be referred to for each process is output. A priority analysis step of analyzing the identification information of the shared register and the priority of the process input in the priority input step, and outputting an analysis result in which the processes referred to for each shared register are listed according to the priority. A program for execution may be further recorded. in this case,
The shared register control description generation step includes the step of generating a register transfer level related to exclusive control of the shared register among the plurality of processes based on an analysis result in the process analysis step and an analysis result in the priority analysis step. A description can be generated.

【0020】[0020]

【発明の実施の形態】以下、添付図面を参照して、本発
明の実施の形態について説明する。
Embodiments of the present invention will be described below with reference to the accompanying drawings.

【0021】図1は、この実施の形態にかかる高位合成
システムの構成を示すブロック図である。図示するよう
に、この高位合成システムは、プログラム制御により動
作するデータ処理装置1と、情報を記憶する記憶装置2
とを備えている。
FIG. 1 is a block diagram showing the configuration of a high-level synthesis system according to this embodiment. As shown in the figure, the high-level synthesis system includes a data processing device 1 that operates under program control, and a storage device 2 that stores information.
And

【0022】記憶装置2は、入力データとして共有レジ
スタ名及び優先順位21と、プロセスの動作記述22と
を記憶する。記憶装置2は、また、一次記憶データとし
て内部テーブル23と、プロセスのRTL記述24と、
優先順位付共有レジスタ制御部RTL記述25とを記憶
する。記憶装置2は、さらに、出力データとして複合プ
ロセスRTL記述26を記憶する。
The storage device 2 stores a shared register name and priority 21 and an operation description 22 of a process as input data. The storage device 2 also includes an internal table 23 as primary storage data, an RTL description 24 of the process,
The shared register with priority RTL description 25 is stored. The storage device 2 further stores a composite process RTL description 26 as output data.

【0023】共有レジスタ名及び優先順位21は、共有
レジスタの名前に対応付けて、各レジスタにアクセスす
る可能性のあるプロセスとその優先順位とからなる。共
有レジスタ名及び優先順位21は、回路設計における高
位合成の前の段階で設計者により所定の入力装置から入
力されて予め記憶装置2に記憶されているものである。
The shared register name and priority 21 are made up of processes that may access each register and their priorities in association with the names of the shared registers. The shared register name and the priority order 21 are input from a predetermined input device by a designer at a stage before high-level synthesis in circuit design and are stored in the storage device 2 in advance.

【0024】共有レジスタ名及び優先順位21の例を図
2に示す。ここでは、procA、procB、procC、procD
の4つのプロセスが、Reg1、Reg2、Reg3、Reg4の4
つの共有レジスタを共有する場合を示している。また、
共有レジスタを参照するプロセスの優先順位は、特に指
定がない限りデフォルトの順位に設定される。ここで
は、Reg3を参照するプロセスの優先順位はprocB、pro
cAの順で、Reg4を参照するプロセスの優先順位はproc
D、procC、procB、procAの順で、Reg1及びReg2を
参照するプロセスの優先順位はデフォルトで設定されて
いるprocA、procB、procC、procDの順であることを
示している。
FIG. 2 shows an example of the shared register name and the priority 21. Here, procA, procB, procC, procD
4 processes of Reg1, Reg2, Reg3, Reg4
This shows a case where two shared registers are shared. Also,
The priority of a process that refers to a shared register is set to a default order unless otherwise specified. Here, the priority of the process referring to Reg3 is procB, pro
In the order of cA, the priority of the process that refers to Reg4 is proc
This indicates that the priority order of the processes referring to Reg1 and Reg2 in the order of D, procC, procB, and procA is the order of procA, procB, procC, and procD set by default.

【0025】プロセスの動作記述22は、所定の動作記
述言語を用いて、設計すべき回路を構成する各プロセス
の動作レベルでのハードウェア仕様をまとめて記述した
ものである。各プロセスが参照する共有レジスタは、当
該プロセスの動作記述内でextern宣言されている必要が
ある。プロセスの動作記述22は、回路設計における高
位合成の前の段階で設計者により所定の入力装置から入
力されて予め記憶装置2に記憶されているものである。
The process operation description 22 collectively describes, using a predetermined operation description language, hardware specifications at the operation level of each process constituting a circuit to be designed. The shared register referred to by each process must be extern declared in the operation description of the process. The process operation description 22 is input from a predetermined input device by a designer at a stage before high-level synthesis in circuit design and is stored in the storage device 2 in advance.

【0026】プロセスの動作記述22の例を図3に示
す。ここでは、procAがReg1とReg2とを、procBがRe
g2とReg4とを、procCがReg2とReg3とを、procDが
Reg1とReg2とReg3とReg4とを参照することを示して
いる。なお、プロセスの動作記述22は、共有レジスタ
名及び優先順位21とで1つのレジスタとしてまとめら
れていてもよい。
FIG. 3 shows an example of the operation description 22 of the process. Here, procA stores Reg1 and Reg2, and procB stores Re1 and Reg2.
g2 and Reg4, procC is Reg2 and Reg3, procD is
This indicates that Reg1, Reg2, Reg3, and Reg4 are referred to. The operation description 22 of the process may be put together as one register with the shared register name and the priority 21.

【0027】内部テーブル23は、共有レジスタ毎に参
照されるプロセスとその優先順位をリストにしたプロセ
ス優先順位リストと、プロセス毎に参照する共有レジス
タとその優先順位とをリストにした共有レジスタリスト
が記憶されるものである。
The internal table 23 includes a process priority list listing the processes and their priorities that are referenced for each shared register, and a shared register list listing the shared registers and their priorities that are referenced for each process. It is something that is memorized.

【0028】プロセスのRTL記述24は、高位合成部
11がプロセスの動作記述22をRTL記述に変換した
結果のRTL記述である。
The RTL description 24 of the process is an RTL description resulting from the high-level synthesis unit 11 converting the operation description 22 of the process into an RTL description.

【0029】優先順位付共有レジスタ制御部RTL記述
25は、共有レジスタRTL出力部14が、内部テーブ
ル23としての共有レジスタリストに基づいて、プロセ
ス間での共有レジスタの排他制御を行うための情報をR
TL記述して出力したものである。この記述としては、
詳しく後述するように、if-else文等が用いられる。
The prioritized shared register control unit RTL description 25 contains information for the shared register RTL output unit 14 to perform exclusive control of shared registers between processes based on the shared register list as the internal table 23. R
The TL description is output. As this description,
As described in detail below, an if-else statement or the like is used.

【0030】複合プロセスRTL記述26は、RTL統
合部15によってプロセスのRTL記述24と優先順位
付共有レジスタ制御部RTL記述25とが統合されたR
TL記述である。図4に、複合RTL記述26の例を模
式的に表して示す。この例では、優先順位付共有レジス
タ制御部(RTL記述)25と、プロセスAの回路(R
TL記述)24Aと、プロセスBの回路(RTL記述)
24Bとが含まれている。
The composite process RTL description 26 is obtained by integrating the RTL description 24 of the process and the RTL description 25 with the shared register control unit with priority by the RTL integration unit 15.
This is a TL description. FIG. 4 schematically shows an example of the composite RTL description 26. In this example, a priority-added shared register control unit (RTL description) 25 and a process A circuit (R
TL description) 24A and process B circuit (RTL description)
24B.

【0031】ここで、優先順位付共有レジスタ制御部2
5は、プロセスAの回路24AとプロセスBの回路24
Bとの両方から共有レジスタへのデータの書き込み要求
を同時に受信した場合に、共有レジスタの排他制御に関
する情報(共有レジスタ排他制御部)をチェックし、優
先順位の高いプロセスからの書き込み要求を受理し、こ
のプロセスからのデータを共有レジスタに書き込むよう
にしている。
Here, the priority-added shared register control unit 2
5 is a circuit A of the process A and a circuit 24 of the process B.
When the request for writing data to the shared register is received from both B and B at the same time, information on the exclusive control of the shared register (shared register exclusive control unit) is checked, and a write request from a process with a higher priority is accepted. The data from this process is written to a shared register.

【0032】データ処理装置1は、それぞれ所定のプロ
グラムの実行により実現される、高位合成部11と、プ
ロセス優先順位解析部12と、共有レジスタ参照プロセ
ス解析部13と、共有レジスタRTL出力部14と、R
TL統合部15と、プロセス変換部16とを備える。
The data processor 1 includes a high-level synthesis unit 11, a process priority analysis unit 12, a shared register reference process analysis unit 13, a shared register RTL output unit 14, and a high-level synthesis unit 11, which are realized by executing predetermined programs. , R
A TL integration unit 15 and a process conversion unit 16 are provided.

【0033】プロセス変換部16は、高位合成部11に
よる前処理として、記憶装置2からプロセスの動作記述
22を読み込んで、これをプロセス毎に別々のファイル
に分割する。また、プロセス変換部16は、分割した各
プロセスの動作記述中で、共有レジスタへの書き込みに
関する記述を変更する。すなわち、プロセス変換部16
は、共有レジスタへの書き込み要求を行うための信号の
記述を新たに生成し、プロセス毎の動作記述の該当部分
に挿入する。
The process conversion section 16 reads the operation description 22 of the process from the storage device 2 as pre-processing by the high-level synthesis section 11 and divides this into a separate file for each process. Further, the process conversion unit 16 changes the description related to writing to the shared register in the operation description of each divided process. That is, the process conversion unit 16
Generates a new description of a signal for making a write request to the shared register and inserts it into the corresponding part of the operation description for each process.

【0034】高位合成部11は、プロセス変換部16に
よってプロセス毎に分割され、記述が変更されたプロセ
スの動作記述を、それぞれ順位読み込んで内部で同一の
論理を持つRTL記述に変換してプロセスのRTL記述
24として出力し、記憶装置2に記憶させる。
The high-level synthesizing unit 11 reads the behavioral descriptions of the processes, which are divided for each process by the process converting unit 16 and whose description has been changed, respectively, reads them in order, converts them into RTL descriptions having the same logic inside, and converts the process descriptions into RTL descriptions. It is output as the RTL description 24 and stored in the storage device 2.

【0035】プロセス優先順位解析部12は、記憶装置
2から共有レジスタ名及び優先順位21を読み込み、こ
れを解析することで、共有レジスタ毎に参照されるプロ
セスとその優先順位をリストにしたプロセス優先順位リ
ストを内部テーブル23の1つとして生成し、記憶装置
2に記憶する。
The process priority analysis unit 12 reads the shared register name and the priority 21 from the storage device 2 and analyzes them to obtain a list of the processes to be referred to for each shared register and the priorities. The ranking list is generated as one of the internal tables 23 and stored in the storage device 2.

【0036】共有レジスタ参照プロセス解析部13は、
記憶装置2からプロセスの動作記述24を読み込み、各
プロセスが実際に参照するレジスタを解析することで、
プロセス毎に参照する共有レジスタとその優先順位とを
リストにした共有レジスタリストを内部テーブル23の
1つとし、生成して記憶装置2に記憶する。
The shared register reference process analyzing unit 13
By reading the operation description 24 of the process from the storage device 2 and analyzing the registers actually referred to by each process,
A shared register list that lists the shared registers to be referred to for each process and their priorities is set as one of the internal tables 23, generated, and stored in the storage device 2.

【0037】共有レジスタRTL出力部14は、内部テ
ーブル23として記憶装置2に記憶されているプロセス
優先順位リストと共有レジスタリストとを参照して、プ
ロセス間で使用する共有レジスタを排他制御するための
情報を優先順位付共有レジスタ制御部RTL記述25と
して生成し、記憶装置2に記憶させる。
The shared register RTL output unit 14 refers to the process priority list and the shared register list stored in the storage device 2 as the internal table 23, and exclusively controls the shared registers used between the processes. The information is generated as the priority-added shared register control unit RTL description 25 and stored in the storage device 2.

【0038】RTL統合部15は、記憶装置2からプロ
セスのRTL記述24と優先順位付共有レジスタ制御部
RTL記述25とを読み出し、これらを統合して複合プ
ロセスRTL記述26を生成し、この高位合成システム
の出力データとして記憶装置2に記憶させる。
The RTL integration unit 15 reads out the RTL description 24 of the process and the RTL description 25 of the shared register control unit with priority from the storage device 2 and integrates them to generate a composite process RTL description 26, The data is stored in the storage device 2 as the output data of the system.

【0039】以下、この実施の形態にかかる高位合成シ
ステムの動作について、説明する。ここで、記憶装置2
には、図2に示した共有レジスタ名及び優先順位21
と、図3に示したプロセスの動作記述22とが回路設計
における高位合成の前の段階で予め所定の入力装置から
入力されて記憶されているものとする。
The operation of the high-level synthesis system according to this embodiment will be described below. Here, the storage device 2
Has the shared register name and priority 21 shown in FIG.
And the operation description 22 of the process shown in FIG. 3 are input and stored in advance from a predetermined input device before the high-level synthesis in the circuit design.

【0040】図5は、この実施の形態にかかる高位合成
システムの動作を示すフローチャートである。
FIG. 5 is a flowchart showing the operation of the high-level synthesis system according to this embodiment.

【0041】最初に、プロセス変換部16は、プロセス
の動作記述22を読み込む。読み込んだプロセスの動作
記述22は、複数のプロセスがまとめられて記述されて
いるが、プロセス変換部16は、これをプロセス毎に別
々のファイルに分割する。この際、分割したプロセスの
動作記述中に共有レジスタへの書き込みに関する記述が
あった場合に、共有レジスタの書き込み要求のための信
号を用意し、共有レジスタへデータを書き込む前に共有
レジスタ制御部に向けて書き込み要求信号を発行するよ
うな記述に、その記述を変更する(ステップA1)。
First, the process conversion unit 16 reads the operation description 22 of the process. The operation description 22 of the read process describes a plurality of processes collectively, but the process conversion unit 16 divides the process into separate files for each process. At this time, if there is a description about writing to the shared register in the operation description of the divided process, a signal for a write request of the shared register is prepared, and the data is written to the shared register control unit before writing data to the shared register. The description is changed to a description that issues a write request signal to the user (step A1).

【0042】ここで、説明を簡単にするため、図3とは
異なるプロセスの動作記述の例を図9に示して説明する
と、このプロセスの動作記述は、プロセス変換部16に
よって図10に示すように展開される。すなわち、この
プロセスで共有レジスタReg1にアクセスするための新
たな出力Reg1_procA、Reg1_procA0が追加されてい
る。
Here, for the sake of simplicity, an example of an operation description of a process different from that of FIG. 3 will be described with reference to FIG. 9. The operation description of this process is obtained by the process conversion unit 16 as shown in FIG. Will be expanded to. That is, new outputs Reg1_procA and Reg1_procA0 for accessing the shared register Reg1 in this process are added.

【0043】ここで、Reg1_procA0は書き込み要求信号
であり、procAのReg1への書き込み要求であることを示
している。Reg1_procAは書き込み専用のデータ信号であ
り、Reg1への書き込みはこれを介して行われる。共有レ
ジスタReg1に書き込む時は、まず書き込み要求信号Reg1
_procA0に1をたて、Reg1_procAにデータを書き込む。
データの書き込みが終了したら、書き込み要求信号Reg1
_procA0を0にし、他のプロセスへ共有レジスタReg1を
解放する。
Here, Reg1_procA0 is a write request signal, indicating that procA is a write request to Reg1. Reg1_procA is a write-only data signal, and writing to Reg1 is performed via this. When writing to shared register Reg1, first write request signal Reg1
Set 1 to _procA0 and write data to Reg1_procA.
When data writing is completed, the write request signal Reg1
_procA0 is set to 0, and the shared register Reg1 is released to another process.

【0044】次に、高位合成部11は、プロセス変換部
16でプロセス毎に分割されたプロセスの動作記述を受
け取り、これをRTL記述に変換してプロセスのRTL
記述24として出力し、記憶装置2に記憶させる(ステ
ップA2)。
Next, the high-level synthesis unit 11 receives the operation description of the process divided for each process by the process conversion unit 16, converts this into an RTL description, and converts the RTL description of the process.
It is output as the description 24 and stored in the storage device 2 (step A2).

【0045】次に、プロセス優先順位解析部12は、共
有レジスタ名とプロセスの優先順位とを解析するための
処理を行う(ステップA3)。図6は、ステップA3の
処理を詳細に示すフローチャートである。
Next, the process priority analysis unit 12 performs a process for analyzing the shared register name and the process priority (step A3). FIG. 6 is a flowchart showing the process of step A3 in detail.

【0046】プロセス優先順位解析部12は、共有レジ
スタ名及び優先順位21を1行ずつ読み込んでいき(ス
テップB1)、これが共有レジスタ名の宣言であるかど
うかを判定する(ステップB3)。共有レジスタ名の宣
言でなければ、ステップB1に戻り、次の行の読み込み
に進む。
The process priority analysis unit 12 reads the shared register name and the priority 21 line by line (step B1), and determines whether or not this is a declaration of the shared register name (step B3). If it is not a declaration of a shared register name, the process returns to step B1 and proceeds to read the next line.

【0047】一方、共有レジスタ名の宣言であれば、プ
ロセス優先順位解析部12は、宣言されている共有レジ
スタを使用するプロセスの優先順位リストを取得し、共
有レジスタ名をキーとしたプロセス優先順位リストとし
て内部テーブル23に保存する(ステップB4)。そし
て、ステップB1に戻る。また、すべての行の読み込み
を終了した場合には(ステップB2)、このフローチャ
ートの処理を終了し、図5のフローチャートの処理に復
帰する。
On the other hand, in the case of a declaration of a shared register name, the process priority analysis unit 12 obtains a priority list of processes using the declared shared register, and uses the shared register name as a key. It is stored in the internal table 23 as a list (step B4). Then, the process returns to step B1. When the reading of all the rows is completed (step B2), the processing of this flowchart ends, and the processing returns to the processing of the flowchart of FIG.

【0048】なお、ここでは、一行目でデフォルトのプ
ロセス優先順位が指定されている。Reg1、Reg2は、明示
的に優先順位が指定されていないので、デフォルトが適
用される。Reg3は、部分的な指定なので、B、Aの順で
優先される。Reg4は、全ての優先順位が指定されてい
る。従って、この例において、内部テーブル23として
保存されるプロセス優先順位リストは、図11に示すよ
うになる。
Here, the default process priority is specified on the first line. Reg1 and Reg2 do not have explicit priorities, so defaults apply. Since Reg3 is a partial specification, it is given priority in the order of B and A. Reg4 specifies all priorities. Therefore, in this example, the process priority list stored as the internal table 23 is as shown in FIG.

【0049】図6のフローチャートの処理から復帰する
と、共有レジスタ参照プロセス解析部13は、プロセス
変換部16によってプロセス毎に分割されたプロセスの
動作記述を解析し、共有レジスタを参照するプロセスを
解析する処理を行う(ステップA4)。図7は、ステッ
プA4の処理を詳細に示すフローチャートである。
When returning from the processing of the flowchart of FIG. 6, the shared register referring process analyzing unit 13 analyzes the operation description of the process divided for each process by the process converting unit 16, and analyzes the process referring to the shared register. Processing is performed (step A4). FIG. 7 is a flowchart showing the processing of step A4 in detail.

【0050】共有レジスタ参照プロセス解析部13は、
まず、プロセス変換部16によって分割されたプロセス
の動作記述をプロセス毎に読み込む(ステップC1)。
そして、共有レジスタ参照プロセス解析部13は、その
プロセス内で使用されている共有レジスタ名をリストア
ップする(ステップC3)。図8は、ステップC3の処
理を詳細に示すフローチャートである。
The shared register reference process analyzing unit 13
First, the operation description of the process divided by the process conversion unit 16 is read for each process (step C1).
Then, the shared register reference process analyzing unit 13 lists the names of the shared registers used in the process (Step C3). FIG. 8 is a flowchart showing the process of step C3 in detail.

【0051】すなわち、共有レジスタ参照プロセス解析
部13は、そのプロセス毎に分割されたプロセスの動作
記述を1行ずつ読み込んでいき(ステップD1)、これ
が共有レジスタ名の宣言であるかどうかを判定する(ス
テップD3)。共有レジスタ名の宣言でなければ、ステ
ップD1に戻り、次の行の読み込みに進む。
That is, the shared register reference process analysis unit 13 reads the operation description of the process divided for each process line by line (step D1), and determines whether or not this is a declaration of a shared register name. (Step D3). If it is not a declaration of a shared register name, the process returns to step D1 and proceeds to read the next line.

【0052】一方、共有レジスタ名の宣言であれば、共
有レジスタ参照プロセス解析部13は、その共有レジス
タをプロセス名をキーとした共有レジスタリストとして
内部テーブル23に保存する(ステップD4)。そし
て、ステップD1に戻る。また、すべての行の読み込み
を終了した場合には(ステップD2)、このフローチャ
ートの処理を終了し、図7のフローチャートの処理に復
帰する。
On the other hand, if it is a declaration of a shared register name, the shared register referring process analyzing unit 13 stores the shared register in the internal table 23 as a shared register list using the process name as a key (step D4). Then, the process returns to step D1. When the reading of all the rows is completed (step D2), the processing of this flowchart ends, and the processing returns to the processing of the flowchart of FIG.

【0053】この例のように、プロセスの動作記述22
が図3に示すように記述されていた例を考えると、各プ
ロセスの記述の中で、共有レジスタは明示的に宣言され
ているので、ここでの処理は、それらが単に内部テーブ
ル23に記憶されるのみとなる。このとき、内部テーブ
ル23として記憶される共有レジスタリストの状態は、
図8に示すようになる。
As in this example, the process operation description 22
3 is described as shown in FIG. 3, since the shared registers are explicitly declared in the description of each process, the processing here is simply that they are stored in the internal table 23. Only be done. At this time, the state of the shared register list stored as the internal table 23 is
As shown in FIG.

【0054】プロセス変換部16でプロセス毎に分割さ
れたすべてのプロセスの動作記述の読み込みを終了して
いる場合には(ステップC2)、共有レジスタ参照プロ
セス解析部13は、内部テーブル23としてそれぞれ記
憶されているプロセス優先順位リストと共有レジスタリ
ストとの照合作業に入る。すなわち、プロセス優先順位
リストには、実際にそのレジスタを参照しないプロセス
も含まれている可能性がある。そこで、プロセスが実際
に参照している共有レジスタのリストと照合することに
よって、冗長なプロセスをプロセス優先順位リストから
削除する。
When the process description unit 16 has finished reading the operation descriptions of all the processes divided for each process (step C 2), the shared register reference process analysis unit 13 stores them as the internal table 23. The process for checking the list of process priorities and the shared register list is started. That is, the process priority list may include a process that does not actually refer to the register. Therefore, the redundant process is deleted from the process priority list by checking the list of the shared registers actually referred to by the process.

【0055】ここでは、共有レジスタ参照プロセス解析
部13は、プロセス名をキーとして共有レジスタリスト
を一つ読み込む(ステップC4)。ここで、キーとした
プロセス名をカレントプロセスとする。次に、共有レジ
スタプロセス解析部13は、読み込んだリストに含まれ
る全てのレジスタをキーとしてプロセス優先順位リスト
を参照し、そのリストがカレントプロセスを要素として
持っていた場合は、その要素をチェックする(ステップ
C6)。この作業を、全てのプロセスエントリに対して
行う。これによって、プロセス優先順位リストの中でチ
ェックされていないプロセス名は、実際には参照されて
いないということになり、後述するステップC7での削
除の対象とすることができる。
Here, the shared register referring process analysis unit 13 reads one shared register list using the process name as a key (step C4). Here, the process name used as the key is the current process. Next, the shared register process analysis unit 13 refers to the process priority list using all the registers included in the read list as keys, and if the list has the current process as an element, checks that element. (Step C6). This operation is performed for all process entries. As a result, a process name that is not checked in the process priority list is not actually referred to, and can be deleted in step C7 described later.

【0056】この例では、共有レジスタリストは図11
の状態に、プロセス優先順位リストは図12の状態にな
っている。このとき、最初に図12のprocAのリストが
読み込まれる。procAの共有レジスタリストは、Reg1、R
eg2を要素として持つので、図11のReg1リストのproc
A、Reg2リストのprocAがチェックされる。同様に、図1
2のprocBリストの解析によって、図11のReg2、Reg4
リストのprocBがチェックされる。全ての共有レジスタ
リストを処理し終わった時点で、プロセス優先順位リス
トは図13のようになる。ここで、色のついた要素がチ
ェック済み、すなわちプロセス中で実際に使われている
ことを表している。逆に色のない要素は参照されること
がなく、冗長な要素であることを表している。
In this example, the shared register list is shown in FIG.
In the state shown in FIG. 12, the process priority list is in the state shown in FIG. At this time, first, the list of procA in FIG. 12 is read. The shared register list of procA is Reg1, R
Since it has eg2 as an element, the proc in the Reg1 list in FIG.
A, procA of Reg2 list is checked. Similarly, FIG.
By analyzing the procB list in FIG. 2, Reg2 and Reg4 in FIG.
The procB in the list is checked. When all the shared register lists have been processed, the process priority list becomes as shown in FIG. Here, the colored elements are checked, that is, they are actually used in the process. Conversely, an element without a color is not referenced and indicates that it is a redundant element.

【0057】共有レジスタリスト中のすべてのキーとな
る共有レジスタについて、上記のプロセスのチェックが
終了すると(ステップC5)、共有レジスタ参照プロセ
ス解析部13は、プロセス優先順位リストからチェック
されていないプロセスを削除する(ステップC7)。そ
して、このフローチャートの処理を終了し、図6のフロ
ーチャートの処理に復帰する。なお、この時点で、内部
テーブル23の冗長記載を除去したプロセス優先順位リ
ストは、図14に示すようになる。
When the above-described process check has been completed for all of the shared registers serving as keys in the shared register list (step C5), the shared register referring process analysis unit 13 identifies the processes not checked from the process priority list. It is deleted (step C7). Then, the process of this flowchart ends, and the process returns to the process of the flowchart of FIG. At this point, the process priority list from which the redundant description in the internal table 23 has been removed is as shown in FIG.

【0058】図7のフローチャートの処理から復帰する
と、共有レジスタRTL出力部14は、冗長な記載が除
去されたプロセス優先順位リストを、内部テーブル23
から読み込む。共有レジスタRTL出力部14は、読み
込んだプロセス優先順位リストに従って共有レジスタへ
のアクセス制御を行うためのRTL記述を生成し、優先
順位付共有レジスタRTL記述25として出力して記憶
装置2に記憶させる(ステップA5)。
When returning from the process of the flowchart of FIG. 7, the shared register RTL output unit 14 stores the process priority list from which the redundant description has been removed into the internal table 23.
Read from. The shared register RTL output unit 14 generates an RTL description for controlling access to the shared register according to the read process priority list, outputs the RTL description as a shared register with priority RTL description 25, and stores the RTL description 25 in the storage device 2 ( Step A5).

【0059】ここで、Reg1の制御部RTL記述(ここで
はVerilogHDLを使用)は、図15に示すようになる。こ
の例では、Reg1はprocAとprocDから参照されているの
で、共有レジスタ制御部は二つの書き込みデータ信号
(Reg1_procA, Reg1_procD)と、二つの書き込み要求信
号(Reg1_procA0, Reg1_procD0)とを持つ。ここで、Re
g1の値は、if-else文によって決められ、Reg1_procA0の
信号が立てば無条件でReg1_procA、そうでない場合でRe
g1_procD0が立っていればReg1_procDをReg1に書き込む
こととなる。これによって、procA > procDの優先順位
付き排他制御を実現している。
Here, the control unit RTL description of Reg1 (here, Verilog HDL is used) is as shown in FIG. In this example, since Reg1 is referenced from procA and procD, the shared register control unit has two write data signals (Reg1_procA, Reg1_procD) and two write request signals (Reg1_procA0, Reg1_procD0). Where Re
The value of g1 is determined by the if-else statement. If the signal of Reg1_procA0 is set, Reg1_procA is unconditionally set.
If g1_procD0 is set, Reg1_procD is written to Reg1. As a result, exclusive control with priority of procA> procD is realized.

【0060】最後に、RTL統合部15は、それぞれ記
憶装置2に記憶されているプロセスのRTL記述24と
優先順位付共有レジスタ制御部RTL記述25とを統合
し、複合プロセスRTL記述26として出力して記憶装
置2に記憶させる(ステップA6)。以上で、この実施
の形態にかかる高位合成システムにおける高位合成の処
理が終了する。
Finally, the RTL integrating unit 15 integrates the RTL description 24 of the process and the shared register control unit with priority RTL description 25 stored in the storage device 2 and outputs them as the composite process RTL description 26. In the storage device 2 (step A6). Thus, the high-level synthesis processing in the high-level synthesis system according to this embodiment ends.

【0061】以上のようにして高位合成の処理が終了
し、複合プロセスRTL記述26が記憶装置2に記憶さ
れると、回路設計装置(データ処理装置1上で実現され
ているものであっても可)は、この複合プロセスRTL
記述26に従って論理設計を行い、プロセスの動作記述
22で記述された動作に対応する回路を設計することと
なる。
When the high-level synthesis processing is completed as described above and the composite process RTL description 26 is stored in the storage device 2, the circuit design device (even if it is realized on the data processing device 1). OK) is the composite process RTL
A logic design is performed according to the description 26, and a circuit corresponding to the operation described in the operation description 22 of the process is designed.

【0062】以上説明したように、この実施の形態にか
かる高位合成システムでは、回路設計における高位合成
を行う前の段階で、プロセスの動作記述24の他に共有
レジスタ及び優先順位21のみを設計者が作成して記憶
装置2に記憶させておけば、プロセスの動作記述24に
含まれるプロセス間でデータ交換に使用する共有レジス
タを排他制御することができる複合プロセスRTL記述
26が得られる。そして、この複合RTL記述26に従
って論理設計をすることで、プロセス間での共有レジス
タの排他制御を実現した回路を設計することができる。
As described above, in the high-level synthesis system according to this embodiment, before performing high-level synthesis in circuit design, only the shared register and the priority 21 in addition to the process operation description 24 can be used by the designer. Is created and stored in the storage device 2, a composite process RTL description 26 that can exclusively control a shared register used for data exchange between processes included in the process operation description 24 is obtained. Then, by performing a logic design according to the composite RTL description 26, it is possible to design a circuit that realizes exclusive control of a shared register between processes.

【0063】つまり、プロセス間での共有レジスタの排
他制御を実現するためには、設計者は、単にハードウェ
ア仕様のみを所定の動作記述言語で記述するほかに、共
有レジスタ名及び優先順位21といった簡易な情報を作
成するだけでよい。このため、回路設計時に設計者にほ
とんど負担をかけることがない。
That is, in order to realize exclusive control of the shared register between the processes, the designer not only describes the hardware specifications only in a predetermined operation description language, but also describes the shared register name and the priority 21. You only need to create simple information. Therefore, there is almost no burden on the designer when designing the circuit.

【0064】また、共有レジスタ名及び優先順位21
は、プロセスの動作記述22とは別に作成されて記憶装
置2に記憶されている。このため、回路設計の途中の段
階でプロセス毎に共有レジスタをアクセスする優先順位
を変更する場合にも、プロセスの動作記述22を変更す
ることなく、容易に行うことができる。
The shared register name and priority 21
Are created separately from the process operation description 22 and stored in the storage device 2. Therefore, even when the priority of accessing the shared register is changed for each process at a stage during the circuit design, it can be easily performed without changing the operation description 22 of the process.

【0065】本発明は、上記の実施の形態に限られず、
種々の変形、応用が可能である。以下、本発明に適用可
能な上記の実施の形態の変形態様について、説明する。
The present invention is not limited to the above embodiment,
Various modifications and applications are possible. Hereinafter, modifications of the above-described embodiment applicable to the present invention will be described.

【0066】上記の実施の形態では、プロセスの動作記
述22は、複数のプロセスがまとめられて記述され、記
憶装置2に記憶されていた。そして、プロセス変換部1
6によってプロセス毎に分割されていた。しかしなが
ら、最初からプロセス毎に分割されたものとして記述さ
れ、記憶装置2に記憶させておくものとしてもよい。こ
の場合、プロセス変換部16は、プロセスの動作記述を
プロセス毎に分割するための機能が不要となる。
In the above embodiment, the process operation description 22 describes a plurality of processes collectively and is stored in the storage device 2. Then, the process conversion unit 1
6 for each process. However, the process may be described as being divided for each process from the beginning, and may be stored in the storage device 2. In this case, the process conversion unit 16 does not need a function for dividing the operation description of the process for each process.

【0067】上記の実施の形態では、共有レジスタRT
L出力部14は、プロセス優先順位解析部12の解析結
果であるプロセス優先順位リストと、共有レジスタ参照
プロセス解析部13の解析結果である共有レジスタリス
トとに基づいて、優先順位付共有レジスタ制御部RTL
記述25を生成し、記憶装置2に記憶させていた。しか
しながら、このような中間データとしてのリストを作成
することなく、共有レジスタRTL出力部14は、共有
レジスタ名及び優先順位リスト21とプロセスの動作記
述22をそのままの状態で参照して(プロセスの動作記
述22に関しては、プロセス変換部16によってプロセ
ス毎に分割された場合を含む)、優先順位付共有レジス
タ制御部RTL記述25を生成するものとしてもよい。
In the above embodiment, the shared register RT
The L output unit 14 controls the priority-added shared register control unit based on the process priority list that is the analysis result of the process priority analysis unit 12 and the shared register list that is the analysis result of the shared register reference process analysis unit 13. RTL
The description 25 is generated and stored in the storage device 2. However, without creating such a list as intermediate data, the shared register RTL output unit 14 refers to the shared register name and priority list 21 and the process operation description 22 as they are (operation of the process). The description 22 includes a case where the description is divided for each process by the process conversion unit 16), and the shared register control unit with priority RTL description 25 may be generated.

【0068】上記の実施の形態では、共有レジスタ名及
び優先順位21とプロセスの動作記述22とは、回路設
計における高位合成の前の段階で所定の入力装置から入
力され、記憶装置2に予め記憶されているものとした。
しかしながら、共有レジスタ名及び優先順位21とプロ
セスの動作記述22とを幾つか作成した後にライブラリ
として記憶させておき、高位合成を開始するに当たって
このライブラリから読み出して記憶装置2に記憶させる
ものとしてもよい。
In the above embodiment, the shared register name and priority 21 and the operation description 22 of the process are input from a predetermined input device at a stage before high-level synthesis in circuit design, and are stored in the storage device 2 in advance. It was assumed that.
However, the shared register name and priority 21 and the operation description 22 of the process may be created and stored as a library, and read out from the library and stored in the storage device 2 when starting high-level synthesis. .

【0069】上記の実施の形態において、図1では3つ
のプロセスを、図3、4では4つのプロセスからなる回
路を設計する場合の例を説明したが、本発明は、2つ以
上のプロセスからなり、プロセス間でデータ交換をする
ために共有レジスタを使用するあらゆる回路の設計に適
用することができる。
In the above-described embodiment, an example in which a circuit composed of three processes is designed in FIG. 1 and a circuit composed of four processes is described in FIGS. Thus, it can be applied to any circuit design that uses a shared register to exchange data between processes.

【0070】上記の実施の形態では、データ処理装置1
は、プログラム制御により動作するものとし、そのプロ
グラムの実行によって実現される高位合成部11、プロ
セス優先順位解析部12、共有レジスタ参照プロセス解
析部13、共有レジスタRTL出力部14、RTL統合
部15及びプロセス変換部16を備えるものとしてい
た。これに対し、これら各部11〜16を実現するため
のプログラムは、CD−ROMなどのコンピュータ読み
取り可能な記録媒体に格納して配布してもよい。
In the above embodiment, the data processing device 1
Operates under program control, and is realized by execution of the program. The high-level synthesis unit 11, the process priority analysis unit 12, the shared register reference process analysis unit 13, the shared register RTL output unit 14, the RTL integration unit 15, and The process conversion unit 16 was provided. On the other hand, a program for implementing each of the units 11 to 16 may be stored in a computer-readable recording medium such as a CD-ROM and distributed.

【0071】[0071]

【発明の効果】以上説明したように、本発明によれば、
プロセス間での共有レジスタの排他制御を実現するため
に、プロセスの動作記述の他に簡易な情報である共有レ
ジスタの識別情報と各共有レジスタにデータの書き込み
を行うプロセスの優先順位とを入力すればよいので、回
路設計のために設計者に負担をかけることがない。
As described above, according to the present invention,
In order to realize exclusive control of the shared register between processes, in addition to the operation description of the process, the identification information of the shared register, which is simple information, and the priority of the process for writing data to each shared register are input. Since it suffices, no burden is imposed on the designer for the circuit design.

【0072】また、回路設計の途中の段階でプロセス毎
に共有レジスタをアクセスする優先順位を変更する場合
にも、プロセスの動作記述を変更することなく、容易に
行うことができる。
Further, even when the priority of accessing the shared register is changed for each process in the course of circuit design, it can be easily performed without changing the operation description of the process.

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

【図1】本発明の実施の形態にかかる高位合成システム
の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a high-level synthesis system according to an embodiment of the present invention.

【図2】図1の記憶装置に記憶される共有レジスタ名及
び優先順位の例を示す図である。
FIG. 2 is a diagram illustrating an example of shared register names and priorities stored in a storage device of FIG. 1;

【図3】図1の記憶装置に記憶されるプロセスの動作記
述の例を示す図である。
FIG. 3 is a diagram illustrating an example of an operation description of a process stored in the storage device of FIG. 1;

【図4】図1の複合プロセスRTL記述を模式的に示す
図である。
FIG. 4 is a diagram schematically showing the composite process RTL description of FIG. 1;

【図5】本発明の実施の形態にかかる高位合成システム
の動作を示すフローチャートである。
FIG. 5 is a flowchart showing the operation of the high-level synthesis system according to the embodiment of the present invention.

【図6】図5の「共有レジスタ名とプロセス優先順位の
解析」の処理を詳細に示すフローチャートである。
FIG. 6 is a flowchart showing in detail a process of “analysis of shared register name and process priority” in FIG. 5;

【図7】図5の「共有レジスタ参照プロセス解析」の処
理を詳細に示すフローチャートである。
FIG. 7 is a flowchart showing in detail a process of “shared register reference process analysis” of FIG. 5;

【図8】図7の「プロセス内の共有レジスタ名の取得」
の処理を詳細に示すフローチャートである。
FIG. 8 “Acquisition of shared register name in process” in FIG. 7
3 is a flowchart showing the details of the process.

【図9】プロセスの動作記述の他の例を示す図である。FIG. 9 is a diagram showing another example of the operation description of the process.

【図10】図9のプロセスの動作記述を図1のプロセス
変換部によって変換した結果を示す図である。
10 is a diagram showing a result obtained by converting the operation description of the process of FIG. 9 by the process conversion unit of FIG. 1;

【図11】図1の内部テーブルとして記憶される共有レ
ジスタリストを示す図である。
FIG. 11 is a diagram showing a shared register list stored as an internal table in FIG. 1;

【図12】図3の共有レジスタ名及び優先順位をプロセ
ス優先順位解析部で解析した結果、図1の内部テーブル
として記憶される共有レジスタリストを示す図である。
12 is a diagram showing a shared register list stored as an internal table in FIG. 1 as a result of analyzing a shared register name and a priority in FIG. 3 by a process priority analysis unit.

【図13】図1の内部テーブルとして記憶されるプロセ
ス優先順位リスト、及びこれを図1の共有レジスタ参照
プロセス解析部が図2の共有レジスタリストを参照する
状態を示す図である。
13 is a diagram showing a process priority list stored as an internal table in FIG. 1 and a state in which the shared register reference process analysis unit in FIG. 1 refers to the shared register list in FIG. 2;

【図14】図13に示した参照の状態で生成されるプロ
セス優先順位リストを示す図である。
FIG. 14 is a diagram showing a process priority list generated in the state of reference shown in FIG. 13;

【図15】図1の優先順位付共有レジスタ制御部RTL
記述を示す図である。
15 is a shared register control unit with priority RTL of FIG. 1;
It is a figure which shows a description.

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

1 データ処理装置 2 記憶装置 11 高位合成部 12 プロセス優先順位解析部 13 共有レジスタ参照プロセス解析部 14 共有レジスタRTL出力部 15 RTL統合部 16 プロセス変換部 21 共有レジスタ名及び優先順位 22 プロセスの動作記述 23 内部テーブル 24 プロセスのRTL記述 25 優先順位付共有レジスタ制御部RTL記述 26 複合プロセスRTL記述 REFERENCE SIGNS LIST 1 data processing device 2 storage device 11 high-level synthesis unit 12 process priority analysis unit 13 shared register reference process analysis unit 14 shared register RTL output unit 15 RTL integration unit 16 process conversion unit 21 shared register name and priority 22 process operation description 23 Internal Table 24 Process RTL Description 25 Shared Register Control Unit RTL Description with Priority 26 Complex Process RTL Description

Claims (9)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】設計対象となる回路に含まれる複数のプロ
セスの動作を所定の動作記述言語で記述したプロセスの
動作記述を入力するプロセス動作記述入力手段と、 前記複数のプロセス間でのデータの受け渡しに使用され
る共有レジスタの識別情報と、各共有レジスタにデータ
の書き込みを行うプロセスの優先順位とを入力する優先
順位入力手段と、 前記プロセス動作記述入力手段から入力されたプロセス
の動作記述をプロセスのレジスタ転送レベルの記述に変
換する高位合成手段と、 前記プロセス動作記述入力手段から入力されたプロセス
の動作記述と、前記優先順位入力手段から入力された共
有レジスタ毎のプロセスの優先順位とに基づいて、前記
複数のプロセス間での前記共有レジスタの排他制御に関
するレジスタ転送レベルの記述を生成する共有レジスタ
制御記述生成手段と、 前記高位合成手段が変換したプロセスのレジスタ転送レ
ベルの記述と前記共有レジスタ制御記述生成手段が生成
した前記共有レジスタの排他制御に関するレジスタ転送
レベルの記述とを統合する統合手段とを備えることを特
徴とする高位合成システム。
1. A process operation description input means for inputting an operation description of a process in which operations of a plurality of processes included in a circuit to be designed are described in a predetermined operation description language; Priority input means for inputting identification information of a shared register used for transfer and priority of a process for writing data to each shared register; and a process operation description input from the process operation description input means. A high-level synthesizing unit that converts the description into a register transfer level description of the process; a process operation description input from the process operation description input unit; and a process priority for each shared register input from the priority input unit. A description of a register transfer level related to exclusive control of the shared register among the plurality of processes. A shared register control description generating unit that integrates a description of a register transfer level of a process converted by the high-level synthesizing unit and a description of a register transfer level related to exclusive control of the shared register generated by the shared register control description generating unit. A high-level synthesis system comprising:
【請求項2】前記プロセス動作記述入力手段から入力さ
れるプロセスの動作記述は、前記複数のプロセスがまと
められて記述されており、 前記複数のプロセスがまとめられて記述されたプロセス
の動作記述をプロセス毎の動作記述に分割すると共に、
各プロセスの動作記述に含まれる共有レジスタの参照に
関する記述を各プロセスから共有レジスタへデータを書
き込むための要求をする記述に書き換えるプロセス変換
手段をさらに備え、 前記高位合成手段は、前記プロセス変換手段によって分
割されたプロセス毎の動作記述をそれぞれレジスタ転送
レベルの記述に変換することを特徴とする請求項1に記
載の高位合成システム。
2. The process operation description input from the process operation description input means describes the plurality of processes collectively. The process description describes the process description collectively describing the plurality of processes. In addition to dividing into operation descriptions for each process,
The high-level synthesizing unit further includes a process conversion unit that rewrites a description related to the reference to the shared register included in the operation description of each process to a description that requests to write data from each process to the shared register. 2. The high-level synthesis system according to claim 1, wherein the operation description for each divided process is converted into a description of a register transfer level.
【請求項3】前記プロセス動作記述入力手段から入力さ
れたプロセスの動作記述を解析し、プロセス毎に参照す
る共有レジスタをリストとした解析結果を出力するプロ
セス解析手段と、 前記優先順位入力手段から入力された共有レジスタの識
別情報とプロセスの優先順位とを解析し、共有レジスタ
毎に参照されるプロセスを優先順位に従ったリストとし
た解析結果を出力する優先順位解析手段とをさらに備
え、 前記共有レジスタ制御記述生成手段は、前記プロセス解
析手段の解析結果と前記優先順位解析手段の解析結果と
に基づいて、前記複数のプロセス間での前記共有レジス
タの排他制御に関するレジスタ転送レベルの記述を生成
することを特徴とする請求項1または2に記載の高位合
成システム。
3. A process analysis means for analyzing a process operation description input from the process operation description input means and outputting an analysis result in which a list of shared registers referred to for each process is output; A priority analysis unit that analyzes the input identification information of the shared register and the priority of the process, and outputs an analysis result in which a process referred to for each shared register is listed according to the priority; The shared register control description generating means generates a register transfer level description relating to the exclusive control of the shared register among the plurality of processes, based on the analysis result of the process analyzing means and the analysis result of the priority order analyzing means. The high-level synthesis system according to claim 1, wherein:
【請求項4】前記共有レジスタ制御記述生成手段は、前
記プロセス解析手段から出力されたプロセス毎に参照す
る共有レジスタのリストを参照して、前記優先順位解析
手段が出力した共有レジスタ毎に参照されるプロセスの
優先順位に従ったリストの要素から各共有レジスタを参
照していないプロセスを削除し、この共有レジスタを参
照していないプロセスを削除したリストに基づいて、前
記複数のプロセス間での前記共有レジスタの排他制御に
関するレジスタ転送レベルの記述を生成することを特徴
とする請求項3に記載の高位合成システム。
4. The shared register control description generating means refers to a list of shared registers output from the process analyzing means and referenced for each process, and is referenced for each shared register output by the priority order analyzing means. The process that does not refer to each shared register is deleted from the elements of the list according to the priority of the process to be executed.Based on the list in which the processes that do not refer to this shared register are deleted, the process between the plurality of processes is performed. 4. The high-level synthesis system according to claim 3, wherein a description of a register transfer level related to exclusive control of a shared register is generated.
【請求項5】前記優先順位入力手段から入力された各共
有レジスタのデータの書き込みを行うプロセスの優先順
位は、デフォルト設定された優先順位である場合を含む
ことを特徴とする請求項1乃至4のいずれか1項に記載
の高位合成システム。
5. The process according to claim 1, wherein the priority of the process of writing data of each shared register input from said priority input means includes a case where default priority is set. The high-level synthesis system according to any one of the above items.
【請求項6】設計対象となる回路に含まれる複数のプロ
セスの動作を所定の動作記述言語で記述したプロセスの
動作記述を入力するプロセス動作記述入力ステップと、 前記複数のプロセス間でのデータの受け渡しに使用され
る共有レジスタの識別情報と、各共有レジスタにデータ
の書き込みを行うプロセスの優先順位とを入力する優先
順位入力ステップと、 前記プロセス動作記述入力ステップで入力されたプロセ
スの動作記述をプロセスのレジスタ転送レベルの記述に
変換する高位合成ステップと、 前記プロセス動作記述入力ステップで入力されたプロセ
スの動作記述と、前記優先順位入力ステップで入力され
た共有レジスタ毎のプロセスの優先順位とに基づいて、
前記複数のプロセス間での前記共有レジスタの排他制御
に関するレジスタ転送レベルの記述を生成する共有レジ
スタ制御記述生成ステップと、 前記高位合成ステップで変換したプロセスのレジスタ転
送レベルの記述と前記共有レジスタ制御記述生成ステッ
プで生成した前記共有レジスタの排他制御に関するレジ
スタ転送レベルの記述とを統合する統合ステップとを含
むことを特徴とする高位合成方法。
6. A process operation description inputting step of inputting an operation description of a process in which operations of a plurality of processes included in a circuit to be designed are described in a predetermined operation description language; A priority input step for inputting identification information of a shared register used for transfer and a priority of a process for writing data to each shared register; and an operation description of the process input in the process operation description input step. A high-level synthesis step of converting the description into a register transfer level description of the process; a process operation description input in the process operation description input step; and a process priority of each shared register input in the priority input step. On the basis of,
A shared register control description generating step of generating a register transfer level description relating to exclusive control of the shared register among the plurality of processes; a register transfer level description of the process converted in the high-level synthesis step; and the shared register control description An integrating step of integrating a description of a register transfer level relating to exclusive control of the shared register generated in the generating step.
【請求項7】前記プロセス動作記述入力手ステップで入
力されたプロセスの動作記述を解析し、プロセス毎に参
照する共有レジスタをリストとした解析結果を出力する
プロセス解析ステップと、 前記優先順位入力ステップで入力された共有レジスタの
識別情報とプロセスの優先順位とを解析し、共有レジス
タ毎に参照されるプロセスを優先順位に従ったリストと
した解析結果を出力する優先順位解析ステップとをさら
に含み、 前記共有レジスタ制御記述生成ステップは、前記プロセ
ス解析ステップでの解析結果と前記優先順位解析ステッ
プでの解析結果とに基づいて、前記複数のプロセス間で
の前記共有レジスタの排他制御に関するレジスタ転送レ
ベルの記述を生成することを特徴とする請求項6に記載
の高位合成方法。
7. A process analysis step of analyzing a process operation description input in the process operation description input step, and outputting an analysis result in which a list of shared registers to be referred to for each process is output; Analyzing the identification information of the shared register and the priority of the process input in the, and a priority analysis step of outputting an analysis result as a list according to the priority of the processes referenced for each shared register, further comprising: The shared register control description generation step includes the step of generating a register transfer level related to exclusive control of the shared register among the plurality of processes based on an analysis result in the process analysis step and an analysis result in the priority analysis step. 7. The high-level synthesis method according to claim 6, wherein the description is generated.
【請求項8】設計対象となる回路に含まれる複数のプロ
セスの動作を所定の動作記述言語で記述したプロセスの
動作記述を入力するプロセス動作記述入力ステップと、 前記複数のプロセス間でのデータの受け渡しに使用され
る共有レジスタの識別情報と、各共有レジスタにデータ
の書き込みを行うプロセスの優先順位とを入力する優先
順位入力ステップと、 前記プロセス動作記述入力ステップで入力されたプロセ
スの動作記述をプロセスのレジスタ転送レベルの記述に
変換する高位合成ステップと、 前記プロセス動作記述入力ステップで入力されたプロセ
スの動作記述と、前記優先順位入力ステップで入力され
た共有レジスタ毎のプロセスの優先順位とに基づいて、
前記複数のプロセス間での前記共有レジスタの排他制御
に関するレジスタ転送レベルの記述を生成する共有レジ
スタ制御記述生成ステップと、 前記高位合成ステップで変換したプロセスのレジスタ転
送レベルの記述と前記共有レジスタ制御記述生成ステッ
プで生成した前記共有レジスタの排他制御に関するレジ
スタ転送レベルの記述とを統合する統合ステップとを実
行するためのプログラムを記録することを特徴とするコ
ンピュータ読み取り可能な記録媒体。
8. A process behavior description inputting step of inputting a behavior description of a process in which the behavior of a plurality of processes included in a circuit to be designed is described in a predetermined behavior description language; A priority input step for inputting identification information of a shared register used for transfer and a priority of a process for writing data to each shared register; and an operation description of the process input in the process operation description input step. A high-level synthesis step of converting the description into a register transfer level description of the process; a process operation description input in the process operation description input step; and a process priority for each shared register input in the priority input step. On the basis of,
A shared register control description generating step of generating a register transfer level description relating to exclusive control of the shared register among the plurality of processes; a register transfer level description of the process converted in the high-level synthesis step; and the shared register control description A computer-readable recording medium for recording a program for executing an integration step of integrating a description of a register transfer level relating to exclusive control of the shared register generated in the generation step.
【請求項9】前記プロセス動作記述入力手ステップで入
力されたプロセスの動作記述を解析し、プロセス毎に参
照する共有レジスタをリストとした解析結果を出力する
プロセス解析ステップと、 前記優先順位入力ステップで入力された共有レジスタの
識別情報とプロセスの優先順位とを解析し、共有レジス
タ毎に参照されるプロセスを優先順位に従ったリストと
した解析結果を出力する優先順位解析ステップとを実行
するためのプログラムをさらに記録し、 前記共有レジスタ制御記述生成ステップは、前記プロセ
ス解析ステップでの解析結果と前記優先順位解析ステッ
プでの解析結果とに基づいて、前記複数のプロセス間で
の前記共有レジスタの排他制御に関するレジスタ転送レ
ベルの記述を生成することを特徴とする請求項8に記載
のコンピュータ読み取り可能な記録媒体。
9. A process analysis step of analyzing a process operation description input in the process operation description inputting step and outputting an analysis result in which a list of shared registers to be referred to for each process is output; Analyzing the identification information of the shared register and the priority of the process inputted in the step (a), and outputting a result of analysis in which the processes referred to for each shared register are listed according to the priority. The shared register control description generating step further comprises: storing the shared register between the plurality of processes based on an analysis result in the process analysis step and an analysis result in the priority order analysis step. 9. The method according to claim 8, wherein a description of a register transfer level related to exclusive control is generated. Computer readable recording medium.
JP04537499A 1999-02-23 1999-02-23 High-level synthesis system, method and recording medium Expired - Fee Related JP3255139B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP04537499A JP3255139B2 (en) 1999-02-23 1999-02-23 High-level synthesis system, method and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP04537499A JP3255139B2 (en) 1999-02-23 1999-02-23 High-level synthesis system, method and recording medium

Publications (2)

Publication Number Publication Date
JP2000242673A JP2000242673A (en) 2000-09-08
JP3255139B2 true JP3255139B2 (en) 2002-02-12

Family

ID=12717504

Family Applications (1)

Application Number Title Priority Date Filing Date
JP04537499A Expired - Fee Related JP3255139B2 (en) 1999-02-23 1999-02-23 High-level synthesis system, method and recording medium

Country Status (1)

Country Link
JP (1) JP3255139B2 (en)

Also Published As

Publication number Publication date
JP2000242673A (en) 2000-09-08

Similar Documents

Publication Publication Date Title
US6115738A (en) Input/output device information management method and apparatus for multi-computers
Narayan et al. Interfacing incompatible protocols using interface process generation
US8156454B2 (en) Virtual data representation through selective bidirectional translation
US8302056B2 (en) Method and system for placement of electronic circuit components in integrated circuit design
CA2393971A1 (en) Method for implementing a physical design for a dynamically reconfigurable logic circuit
US5912819A (en) Method for designing an architectural system
US8397190B2 (en) Method for manipulating and repartitioning a hierarchical integrated circuit design
Gong et al. Model refinement for hardware-software codesign
JP3899104B2 (en) System development method and data processing system
US20030126563A1 (en) Method for designing a system LSI
US20020053069A1 (en) High-level synthesis method, high-level synthesis apparatus, method for producing logic circuit using the high-level synthesis method for logic circuit design, and recording medium
US20050034090A1 (en) Circuit designing method and a circuit designing system
US20050066295A1 (en) Adaptable circuit blocks for use in multi-block chip design
US7676774B2 (en) System LSI verification system and system LSI verification method
US7496869B1 (en) Method and apparatus for implementing a program language description of a circuit design for an integrated circuit
US6536012B1 (en) Database for designing integrated circuit device, and method for designing integrated circuit device
JPH03116281A (en) Logic synthesizing device
US9507741B2 (en) System-on-chip design structure
JP3255139B2 (en) High-level synthesis system, method and recording medium
JP2001084284A (en) Device and method for synthesizing system and recording medium with system synthetic program recorded thereon
JPH056913B2 (en)
JP2861994B1 (en) Circuit synthesis method, circuit synthesis device, and recording medium
Charaf et al. Amah-flex: A modular and highly flexible tool for generating relocatable systems on fpgas
Gharsalli et al. Unifying memory and processor wrapper architecture in multiprocessor SoC design
US9442788B2 (en) Bus protocol checker, system on chip including the same, bus protocol checking method

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees