JP3489673B2 - Integrated process RTL description generation method - Google Patents

Integrated process RTL description generation method

Info

Publication number
JP3489673B2
JP3489673B2 JP2000023455A JP2000023455A JP3489673B2 JP 3489673 B2 JP3489673 B2 JP 3489673B2 JP 2000023455 A JP2000023455 A JP 2000023455A JP 2000023455 A JP2000023455 A JP 2000023455A JP 3489673 B2 JP3489673 B2 JP 3489673B2
Authority
JP
Japan
Prior art keywords
shared register
priority
description
write
shared
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
JP2000023455A
Other languages
Japanese (ja)
Other versions
JP2001216339A (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 JP2000023455A priority Critical patent/JP3489673B2/en
Publication of JP2001216339A publication Critical patent/JP2001216339A/en
Application granted granted Critical
Publication of JP3489673B2 publication Critical patent/JP3489673B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は統合プロセスRTL
記述生成方式に関し、特にプロセスの動作記述からプロ
セスのRTL(Register Transfer L
evel)記述を生成する高位合成における統合プロセ
スRTL記述生成方式に関する。
TECHNICAL FIELD The present invention relates to an integrated process RTL.
Regarding the description generation method, in particular, from the behavior description of a process to the RTL (Register Transfer L) of the process.
and an integrated process RTL description generation method in high-level synthesis for generating a description.

【0002】[0002]

【従来の技術】高位合成とは、動作記述言語によって動
作レベルで記述されたハードウェアの仕様を、一貫性を
保ったままRTL記述に変換することである(高位合成
については、McFarlandらの"Tutoria
l on High―level Synthesis",
proceedings of 25th ACM/IE
EE Design Automation Con
f.,1988や、Devadasらの"Algori
thms For Hardware Allocati
on in Data Path Synthesis",
IEEE Trans.onCAD,Vol.8,N
o.7,1989等を参照)。動作記述言語中で、ある
一連の動作を行う単位をプロセスと呼び、一般的にはプ
ロセスの集合によって回路全体が構成される。
2. Description of the Related Art High-level synthesis is conversion of hardware specifications described at a behavioral level in a behavioral description language into RTL description while maintaining consistency (for high-level synthesis, McFarland et al. Tutoria
l on High-level Synthesis ",
Processedings of 25th ACM / IE
EE Design Automation Con
f. , 1988, and Devadas et al., "Algori."
thms For Hardware Allocati
on in Data Path Synthesis ",
IEEE Trans. onCAD, Vol. 8, N
o. 7, 1989). In a behavioral description language, a unit that performs a certain series of behaviors is called a process, and generally, a set of processes constitutes the entire circuit.

【0003】協調動作するプロセス間のデータ交換に
は、信号を直接受け渡しする方法と、信号をレジスタや
メモリなどを介在させて受け渡しする方法とがある。前
者は送信側と受信側とが完全に同期していなければなら
ないために設計に困難が伴うのに対し、後者は完全に同
期している必要はなく、データのセット,待ち合わせ,
読み出しといった簡単な制御でデータ交換が可能である
ために実用的である。ここで、データ交換に用いられる
レジスタを共有レジスタという。
Data exchange between cooperating processes includes a method of directly passing a signal and a method of passing a signal through a register or a memory. The former requires the transmitter and the receiver to be completely synchronized, which complicates the design, while the latter does not need to be completely synchronized.
It is practical because data can be exchanged by simple control such as reading. Here, the register used for data exchange is called a shared register.

【0004】共有レジスタは、プロセス間で共有される
レジスタであり、複数のプロセスから同時に書き込みが
あった場合には、なんらかの排他制御が必要となる。一
般的には、同時書き込みが絶対に発生しないように、関
連するプロセスを完全に協調させる方法や、各プロセス
が独自に書き込み権の取得判定処理を行う方法などがあ
るが、これらの方法では設計者に多くの負担がかかって
いた。
The shared register is a register shared between processes, and when writing is simultaneously performed by a plurality of processes, some kind of exclusive control is required. Generally, there are methods such as completely coordinating related processes so that simultaneous writing never occurs, or methods in which each process performs its own write right acquisition judgment processing. Was burdened by a lot of people.

【0005】たとえば、特開平11−213024号公
報には、動作記述中から同じタイミングで処理しない変
数を探し出し、共有化するレジスタのビット数に対して
変数のビット数が足りない場合に、符号付きの変数に対
しては足りないビット数だけ符号ビットと同じデータを
付与し、符号無しの変数に対しては足りないビット数だ
け所定のデータを付与した後、レジスタの共有化を行う
方法が記載されている。しかし、この方法は、レジスタ
の共有化を行っているものの、排他制御を意図したもの
ではなく、同時書き込みの発生を防ぐことはできなかっ
た。
For example, in Japanese Patent Laid-Open No. 11-213024, a variable which is not processed at the same timing is searched from the behavioral description, and when the number of bits of the variable is insufficient with respect to the number of bits of the register to be shared, a code is added. A method is described in which the same data as the sign bit is added to the variable of No. and the same data as the sign bit is given to the variable of no sign, and the specified data is added to the variable without sign, and then the register is shared. Has been done. However, although this method shares registers, it is not intended for exclusive control and cannot prevent simultaneous writing from occurring.

【0006】[0006]

【発明が解決しようとする課題】上述した従来の技術の
問題点は、共有レジスタを用いたデータ交換の際に同時
書き込みが絶対に発生しないようにするためには、設計
者に多くの負担がかかるということである。その理由
は、設計者が、関連するプロセスを完全に協調させるよ
うに設計を行ったり、各プロセスが独自に書き込み権の
取得判定処理を行うように設計を行ったりする必要があ
ったからである。
The problem of the above-mentioned conventional technique is that a great burden is imposed on the designer in order to prevent simultaneous writing from occurring at the time of data exchange using the shared register. That is to say. The reason is that the designer needs to design so that the related processes are perfectly coordinated, or that each process performs its own write right acquisition determination processing.

【0007】本発明の目的は、静的なプロセス優先順位
および動的な書き込み時優先レベルという2つの優先順
位を採り入れて共有レジスタへの書き込み時の優先順位
付き排他制御を実現するRTL記述を自動生成すること
によって設計の効率化を図るようにした統合プロセスR
TL記述生成方式を提供することにある。
An object of the present invention is to automatically create an RTL description that implements exclusive control with priority when writing to a shared register by incorporating two priorities, a static process priority and a dynamic write priority level. Integrated process R designed to improve design efficiency
It is to provide a TL description generation method.

【0008】本発明の他の目的は、プロセス優先順位お
よび書き込み時優先レベルという2つの優先順位を採り
入れて共有レジスタへの書き込み時の優先順位付き排他
制御を実現するRTL記述を自動生成することによって
設計の効率化を図るようにした共有レジスタ排他制御R
TL記述生成方式を提供することにある。
Another object of the present invention is to automatically generate an RTL description that implements exclusive control with priority when writing to a shared register by incorporating two priorities, a process priority and a write priority level. Shared register exclusive control R designed to improve design efficiency
It is to provide a TL description generation method.

【0009】[0009]

【課題を解決するための手段】本発明の統合プロセスR
TL記述生成方式は、プロセスの動作記述を各プロセス
の動作記述に分割するとともに、プロセスの動作記述中
共有レジスタへの書き込み記述部分があった場合は
き込み要求信号を作成して、共有レジスタに書き込む前
に書き込み要求信号を発行するように変更し、プロセス
の動作記述中に書き込み時優先レベルの指定があった場
合は書き込み要求信号に書き込み時優先レベルを設定し
発行するように共有レジスタへの書き込み記述部分を
変更するプロセス変換手段と、前記プロセス変換手段に
よって分割および変更された各プロセスの動作記述を各
プロセスのRTL記述に変換する高位合成手段と、共有
レジスタ名およびプロセス優先順位を読み込んで解析
し、共有レジスタ名および共有レジスタへの書き込みの
プロセス優先順位をプロセス優先順位リストとして生成
し、前記プロセス変換手段により分割および変更された
各プロセスの動作記述を読み込み、各プロセスが実際に
どの共有レジスタに書き込みを行っているかを抽出して
プロセス毎の共有レジスタリストを生成し、前記プロセ
ス毎の共有レジスタリストを参照して、前記共有レジス
タ毎のプロセス優先順位リストから実際は共有レジスタ
に書き込みを行わないプロセスを取り除いて冗長除去済
みプロセス優先順位リストを生成し、前記冗長除去済み
プロセス優先順位リストに従ってプロセス優先順位の順
に書き込み要求信号の書き込み時優先レベルを比較して
共有レジスタへの書き込みを排他制御する共有レジスタ
排他制御RTL記述を生成する共有レジスタ処理部と、
前記各プロセスのRTL記述と前記共有レジスタ排他制
御RTL記述とを統合して統合プロセスRTL記述を生
成するRTL統合手段とを有することを特徴とする。
The integrated process R of the present invention
The TL description generation method divides the behavioral description of a process into behavioral descriptions of each process and
The create request signal writes <br/> If a write description part of the shared register, before writing to shared register
Change to issue a write request signal to the process
If the write priority level is specified in the behavior description of
If a write request signal is set to a write priority level and issued, a process conversion means for changing the write description part to the shared register and the process divided by the process conversion means and changed. High-level synthesis means for converting the behavioral description into the RTL description of each process, and reading the shared register name and process priority order for analysis
Of the shared register name and writing to the shared register
Generate process priority as process priority list
Was divided and changed by the process conversion means.
The behavior description of each process is read, and each process actually
Extract which shared register you are writing to
Generate a shared register list for each process and
Refer to the shared register list for each
From the process priority list for each
Redundancy removed by removing processes that do not write to
Only process priority list is generated and the redundancy is removed.
A shared register processing unit that compares shared write priority levels of write request signals in the order of process priority according to the process priority list and generates a shared register exclusive control RTL description that exclusively controls writing to the shared register.
RTL integration means for integrating the RTL description of each process and the shared register exclusive control RTL description to generate an integrated process RTL description.

【0010】また、本発明の統合プロセスRTL記述生
成方式は、前記共有レジスタ処理部が、共有レジスタ名
およびプロセス優先順位を読み込んで解析し、共有レジ
スタ名および共有レジスタへの書き込みのプロセス優先
順位をプロセス優先順位リストとして生成するプロセス
優先順位解析手段と、前記プロセス変換手段により分割
および変更された各プロセスの動作記述を読み込み、各
プロセスが実際にどの共有レジスタに書き込みを行って
いるかを抽出してプロセス毎の共有レジスタリストを生
する共有レジスタ書き込みプロセス解析手段と、前記
プロセス毎の共有レジスタリストを参照して、前記共有
レジスタ毎のプロセス優先順位リストから実際は共有レ
ジスタに書き込みを行わないプロセスを取り除いて冗長
除去済みプロセス優先順位リストを生成し、前記冗長除
去済みプロセス優先順位リストに従ってプロセス優先順
位の順に書き込み要求信号の書き込み時優先レベルを比
較して共有レジスタへの書き込みを排他制御する共有レ
ジスタ排他制御RTL記述を生成する共有レジスタRT
L出力手段とから構成されることを特徴とする。
Further, in the integrated process RTL description generation method of the present invention, the shared register processing unit reads and analyzes the shared register name and the process priority , and the shared register
Process priority for writing to the stack name and shared register
A process priority analysis means for generating a priority as a process priority list, divided by the process conversion unit
And read the behavior description of each changed process,
Which shared register the process actually writes to
Extract the squid and generate a shared register list for each process.
A shared register write process analysis means for forming, the
Refer to the shared register list for each process to share
From the process priority list for each register,
Redundant by eliminating the process that does not write to the register
Generate a list of removed process priorities and
A shared register RT that generates a shared register exclusive control RTL description that exclusively controls write to the shared register by comparing the write priority levels of the write request signals in the order of process priority according to the removed process priority list.
And L output means.

【0011】さらに、本発明の統合プロセスRTL記述
生成方式は、プロセスの動作記述を各プロセスの動作記
述に分割するとともに、プロセスの動作記述中に共有レ
ジスタへの書き込み記述部分があった場合は書き込み要
求信号を作成して、共有レジスタに書き込む前に書き込
み要求信号を発行するように変更し、プロセスの動作記
述中に書き込み時優先レベルの指定があった場合は書き
込み要求信号に書き込み時優先レベルを設定して発行す
るように共有レジスタへの書き込み記述部分を変更する
プロセス変換手段と、前記プロセス変換手段によって分
割および変更された各プロセスの動作記述を各プロセス
のRTL記述に変換する高位合成手段と、共有レジスタ
名およびプロセス優先順位を読み込んで解析し、共有レ
ジスタ名および共有レジスタへの書き込みのプロセス優
先順位をプロセス優先順位リストとして生成するプロセ
ス優先順位解析手段と、前記プロセス変換手段により分
割および変更された各プロセスの動作記述を読み込み、
各プロセスが実際にどの共有レジスタに書き込みを行っ
ているかを抽出してプロセス毎の共有レジスタリストを
生成する共有レジスタ書き込みプロセス解析手段と、
記プロセス毎の共有レジスタリストを参照して、前記共
有レジスタ毎のプロセス優先順位リストから実際は共有
レジスタに書き込みを行わないプロセスを取り除いて冗
長除去済みプロセス優先順位リストを生成し、前記冗長
除去済みプロセス優先順位リストに従ってプロセス優先
順位の順に書き込み要求信号の書き込み時優先レベルを
比較して共有レジスタへの書き込みを排他制御する共有
レジスタ排他制御RTL記述を生成する共有レジスタR
TL出力手段と、前記各プロセスのRTL記述と前記共
有レジスタ排他制御RTL記述とを統合して統合プロセ
スRTL記述を生成するRTL統合手段とを有すること
を特徴とする。
Further, according to the integrated process RTL description generation method of the present invention, the behavioral description of a process is divided into behavioral descriptions of each process, and if there is a write description part in a shared register in the behavioral description of a process, it is written. Create request signal and write before writing to shared register
Only the request signal is issued, and the process operation record is changed.
Write if the write priority level is specified in the description
Set the priority level for writing to the request signal and issue
And a high-level synthesis means for converting the behavioral description of each process divided and modified by the process conversion means into the RTL description of each process, and the shared register name. And process priorities are read and analyzed and shared
Process name for register name and write to shared register
The process priority analysis means for generating the priorities as a process priority list and the process conversion means
Read the behavior description of each process that has been split and changed,
Which shared register each process actually writes to
The common register list for each process
A shared register write process analysis unit to be generated, before
Refer to the shared register list for each process
Yes Shared from the process priority list for each register
Remove the process that does not write to the register
Generate a long-removed process priority list for redundancy
Shared register R for generating a shared register exclusive control RTL description for exclusive control of writing to the shared register by comparing the write priority levels of write request signals in the order of process priority according to the removed process priority list
It is characterized by having TL output means and RTL integration means for integrating the RTL description of each process and the shared register exclusive control RTL description to generate an integrated process RTL description.

【0012】さらにまた、本発明の共有レジスタ排他制
御RTL記述生成方式は、共有レジスタ名およびプロセ
ス優先順位を読み込んで解析し、共有レジスタ名および
共有レジスタへの書き込みのプロセス優先順位をプロセ
ス優先順位リストとして生成するプロセス優先順位解析
手段と、前記プロセス変換手段により分割および変更さ
れた各プロセスの動作記述を読み込み、各プロセスが実
際にどの共有レジスタに書き込みを行っているかを抽出
してプロセス毎の共有レジスタリストを生成する共有レ
ジスタ書き込みプロセス解析手段と、前記プロセス毎の
共有レジスタリストを参照して、前記共有レジスタ毎の
プロセス優先順位リストから実際は共有レジスタに書き
込みを行わないプロセスを取り除いて冗長除去済みプロ
セス優先順位リストを生成し、前記冗長除去済みプロセ
ス優先順位リストに従ってプロセス優先順位の順に書き
込み要求信号の書き込み時優先レベルを比較して共有レ
ジスタへの書き込みを排他制御する共有レジスタ排他制
御RTL記述を生成する共有レジスタRTL出力手段と
を有することを特徴とする。
Further, according to the shared register exclusive control RTL description generation method of the present invention, the shared register name and the process priority are read and analyzed, and the shared register name and the process priority are analyzed.
Process priority analysis means for generating the process priority order of writing to the shared register as a process priority order list , and the process priority conversion means for dividing and changing the process priority order.
The behavior description of each process
At which shared register is being written
And a shared register writing process analyzing means for generating a shared register list for each process, and
For each shared register, refer to the shared register list.
Actually write to the shared register from the process priority list
Remove redundant processes to eliminate redundant processes
Process priority list and generate the redundant-removed process.
Shared register RTL output means for generating a shared register exclusive control RTL description for exclusive control of writing to the shared register by comparing the write priority levels of the write request signals in the order of process priority according to the priority list. Characterize.

【0013】[0013]

【0014】[0014]

【0015】本発明のコンピュータ読み取り可能な記録
媒体は、コンピュータを、プロセスの動作記述を各プロ
セスの動作記述に分割するとともに、プロセスの動作記
述中に共有レジスタへの書き込み記述部分があった場合
書き込み要求信号を作成して、共有レジスタに書き込
む前に書き込み要求信号を発行するように変更し、プロ
セスの動作記述中に書き込み時優先レベルの指定があっ
た場合は書き込み要求信号に書き込み時優先レベルを設
定して発行するように共有レジスタへの書き込み記述部
分を変更するプロセス変換手段と、前記プロセス変換手
段によって分割および変更された各プロセスの動作記述
を各プロセスのRTL記述に変換する高位合成手段と、
共有レジスタ名およびプロセス優先順位を読み込んで解
析し、共有レジスタ名および共有レジスタへの書き込み
のプロセス優先順位をプロセス優先順位リストとして生
成し、前記プロセス変換手段により分割および変更され
た各プロセスの動作記述を読み込み、各プロセスが実際
にどの共有レジスタに書き込みを行っているかを抽出し
てプロセス毎の共有レジスタリストを生成し、前記プロ
セス毎の共有レジスタリストを参照して、前記共有レジ
スタ毎のプロセス優先順位リストから実際は共有レジス
タに書き込みを行わないプロセスを取り除いて冗長除去
済みプロセス優先順位リストを生成し、前記冗長除去済
みプロセス優先順位リストに従ってプロセス優先順位の
順に書き込み要求信号の書き込み時優先レベルを比較し
て共有レジスタへの書き込みを排他制御する共有レジス
タ排他制御RTL記述を生成する共有レジスタ処理部
と、前記各プロセスのRTL記述と前記共有レジスタ排
他制御RTL記述とを統合して統合プロセスRTL記述
を生成するRTL統合手段として機能させるためのプロ
グラムを記録したことを特徴とする。
The computer-readable recording medium of the present invention divides the behavior description of a process into behavior descriptions of each process in the computer, and further describes the behavior description of the process.
If there is a written description portion of the share register during the predicate
Create a write request signal is written to the shared register
Change to issue a write request signal before
There is a write priority level specified in the behavior description of the process.
Write request to the shared register so that the write request signal is issued with the write priority level set.
A process converting means for changing the minutes, and a high-level synthesizing means for converting the behavioral description of each process divided and changed by the process converting means into the RTL description of each process,
Solution reads the shared register name and process priority
And write to shared register name and shared register
Process priorities as a process priority list
And is divided and changed by the process conversion means.
The behavior description of each process is read, and each process is actually
Which shared register is being written to
To generate a shared register list for each process,
Refer to the shared register list for each process
From the process priority list for each star, it is actually a shared register
Redundant processes by removing the processes that do not write
Generated process priority list and removed redundancy
A shared register processing unit that compares shared write priority levels of write request signals in order of process priority according to the process priority list to generate a shared register exclusive control RTL description for exclusive control of writing to the shared register, and each of the processes. The RTL description and the shared register exclusive control RTL description are integrated, and a program for functioning as an RTL integrating means for generating an integrated process RTL description is recorded .

【0016】本発明のコンピュータ読み取り可能な記録
媒体は、コンピュータを、プロセスの動作記述を各プロ
セスの動作記述に分割するとともに、プロセスの動作記
述中に共有レジスタへの書き込み記述部分があった場合
書き込み要求信号を作成して、共有レジスタに書き込
む前に書き込み要求信号を発行するように変更し、プロ
セスの動作記述中に書き込み時優先レベルの指定があっ
た場合は書き込み要求信号に書き込み時優先レベルを設
定して発行するように共有レジスタへの書き込み記述部
分を変更するプロセス変換手段と、前記プロセス変換手
段によって分割および変更された各プロセスの動作記述
を各プロセスのRTL記述に変換する高位合成手段と、
共有レジスタ名およびプロセス優先順位を読み込んで解
析し、共有レジスタ名および共有レジスタへの書き込み
のプロセス優先順位をプロセス優先順位リストとして
成するプロセス優先順位解析手段と、前記プロセス変換
手段により分割および変更された各プロセスの動作記述
を読み込み、各プロセスが実際にどの共有レジスタに書
き込みを行っているかを抽出してプロセス毎の共有レジ
スタリストを生成する共有レジスタ書き込みプロセス解
析手段と、前記プロセス毎の共有レジスタリストを参照
して、前記共有レジスタ毎のプロセス優先順位リストか
ら実際は共有レジスタに書き込みを行わないプロセスを
取り除いて冗長除去済みプロセス優先順位リストを生成
し、前記冗長除去済みプロセス優先順位リストに従って
プロセス優先順位の順に書き込み要求信号の書き込み時
優先レベルを比較して共有レジスタへの書き込みを排他
制御する共有レジスタ排他制御RTL記述を生成する共
有レジスタRTL出力手段と、前記各プロセスのRTL
記述と前記共有レジスタ排他制御RTL記述とを統合し
て統合プロセスRTL記述を生成するRTL統合手段と
して機能させるためのプログラムを記録したことを特徴
とする。
The computer-readable recording medium of the present invention divides a computer operation description into process operation descriptions, and at the same time , a process operation description.
If there is a written description portion of the share register during the predicate
Create a write request signal is written to the shared register
Change to issue a write request signal before
There is a write priority level specified in the behavior description of the process.
Write request to the shared register so that the write request signal is issued with the write priority level set.
A process converting means for changing the minutes, and a high-level synthesizing means for converting the behavioral description of each process divided and changed by the process converting means into the RTL description of each process,
Solution reads the shared register name and process priority
And write to shared register name and shared register
Process priority analysis means for generating the process priority order of the above as a process priority list , and the process conversion
Behavior description of each process divided and changed by means
And each process actually writes to which shared register
Shared cash register for each process by extracting whether or not
Refer to the shared register writing process analysis means for generating a star list and the shared register list for each process
The process priority list for each shared register
Process that does not actually write to the shared register.
Generates a process priority list that has been stripped to remove redundancy
Then, according to the redundancy-removed process priority list, the write priority levels of the write request signals are compared in the order of process priority order to generate a shared register exclusion control RTL description for exclusive control of writing to the shared register. Shared register RTL output means and RTL of each process
It is characterized in that a program is recorded for causing the description and the shared register exclusive control RTL description to be integrated to function as an RTL integration means for generating an integrated process RTL description.
And

【0017】[0017]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面を参照して詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

【0018】(1)第1の実施の形態 図1は、本発明の第1の実施の形態に係る統合プロセス
RTL記述生成方式の構成を示すブロック図である。本
実施の形態に係る統合プロセスRTL記述生成方式は、
プログラム制御により動作するデータ処理装置(コンピ
ュータ)1と、情報を記憶する記憶装置2とから、その
主要部が構成されている。
(1) First Embodiment FIG. 1 is a block diagram showing the configuration of an integrated process RTL description generation system according to the first embodiment of the present invention. The integrated process RTL description generation method according to the present embodiment is
A data processing device (computer) 1 that operates by program control and a storage device 2 that stores information form the main part thereof.

【0019】データ処理装置1は、プロセス変換手段1
0と、高位合成手段11と、プロセス優先順位解析手段
12と、共有レジスタ書き込みプロセス解析手段13
と、共有レジスタRTL出力手段14と、RTL統合手
段15とを含む。なお、プロセス優先順位解析手段1
2,共有レジスタ書き込みプロセス解析手段13,およ
び共有レジスタRTL出力手段14は、共有レジスタ処
理部を構成する。
The data processing device 1 includes process conversion means 1
0, high-level synthesis means 11, process priority analysis means 12, shared register writing process analysis means 13
And a shared register RTL output means 14 and an RTL integration means 15. The process priority analysis means 1
2, the shared register writing process analysis unit 13 and the shared register RTL output unit 14 form a shared register processing unit.

【0020】記憶装置2は、共有レジスタ名・プロセス
優先順位21と、プロセスの動作記述22と、内部テー
ブル23と、プロセスのRTL記述24と、共有レジス
タ排他制御RTL記述25と、統合プロセスRTL記述
26とを格納する。なお、プロセスの動作記述22は、
各プロセスA,B,C,Dの動作記述22A,22B,
22C,22Dからなり、プロセスのRTL記述24
は、各プロセスA,B,C,DのRTL記述24A,2
4B,24C,24Dからなる。
The storage device 2 has a shared register name / process priority 21, a process behavior description 22, an internal table 23, a process RTL description 24, a shared register exclusive control RTL description 25, and an integrated process RTL description. 26 and are stored. The process behavior description 22 is
Behavioral descriptions 22A, 22B of each process A, B, C, D,
22C, 22D, RTL description of process 24
Is the RTL description 24A, 2 of each process A, B, C, D
It consists of 4B, 24C and 24D.

【0021】図2を参照すると、第1実施の形態に係る
統合プロセスRTL記述生成方式の処理は、プロセス分
割・変更ステップS1と、RTL記述への変換ステップ
S2と、共有レジスタ名およびプロセス優先順位解析ス
テップS3と、共有レジスタ書き込みプロセス解析ステ
ップS4と、プロセス優先順位リストからの冗長除去ス
テップS5と、共有レジスタ排他制御RTL記述出力ス
テップS6と、RTL記述統合ステップS7とからな
る。
Referring to FIG. 2, in the process of the integrated process RTL description generation method according to the first embodiment, a process division / modification step S1, an RTL description conversion step S2, a shared register name and a process priority order. It comprises an analysis step S3, a shared register write process analysis step S4, a redundancy removal step S5 from the process priority list, a shared register exclusive control RTL description output step S6, and an RTL description integration step S7.

【0022】共有レジスタ名・プロセス優先順位21
は、共有レジスタ名と、共有レジスタに書き込みをする
可能性のあるプロセスのプロセス優先順位とからなる。
プロセス優先順位は、設計者があらかじめ設定する共有
レジスタ毎の書き込みプロセスに与えられる静的な優先
順位である。
Shared register name / process priority 21
Consists of the shared register name and the process priority of the process that may write to the shared register.
The process priority is a static priority given to the writing process for each shared register preset by the designer.

【0023】図3は、共有レジスタ名・プロセス優先順
位21の一例を示す図である。本例は、procA,
procB, procC, procDの4つのプロセ
スと、Reg1, Reg2, Reg3, Reg4の
4つの共有レジスタとがある場合であり、プロセス優先
順位は、procB>procC>procA>pro
cDの順になっている。
FIG. 3 is a diagram showing an example of the shared register name / process priority 21. In this example, procA,
This is a case where there are four processes procB, procC, procD and four shared registers Reg1, Reg2, Reg3, Reg4, and the process priority is procB>procC>procA> proc.
The order is cD.

【0024】プロセスの動作記述22は、各プロセス
A,B,C,Dが動作レベルで記述されたものである。
設計者は、プロセスの動作記述22の中で共有レジスタ
への書き込みが行われる毎に、必要であれば、プロセス
が実際に共有レジスタにデータを書き込みに行く際の動
的な優先順位である書き込み時優先レベルを指定するこ
とができる。
The process behavior description 22 is a description of each process A, B, C, D at the behavior level.
Every time a designer writes to a shared register in the behavioral description 22 of a process, the designer, if necessary, writes a dynamic priority when the process actually goes to write data to the shared register. You can specify the time priority level.

【0025】図4は、プロセスの動作記述22の一例を
示す図である。本例は、複数のプロセスA,B,C,D
の動作記述がまとめられたものである。共有レジスタ
は、プロセスの動作記述22内で、extern文で宣
言されている必要があり、たとえば、procAは、共
有レジスタReg1, Reg2に書き込みをすること
を表している。
FIG. 4 is a diagram showing an example of the behavioral description 22 of the process. In this example, a plurality of processes A, B, C, D
The behavior description of is summarized. The shared register needs to be declared by an extern statement in the behavioral description 22 of the process. For example, procA represents writing to the shared registers Reg1 and Reg2.

【0026】なお、共有レジスタ名・プロセス優先順位
21とプロセスの動作記述22とは、1つのファイルと
してまとめられていてもよい。
The shared register name / process priority 21 and the process behavior description 22 may be integrated into one file.

【0027】プロセス変換手段10は、プロセスの動作
記述22を読み込み、各プロセスA,B,C,Dの動作
記述22A,22B,22C,22Dとして個々のファ
イルに分割する。これと同時に、プロセス変換手段10
は、共有レジスタへの書き込み記述部分に変更を施す。
具体的には、共有レジスタへの書き込み要求信号を新た
に作成し、各プロセスA,B,C,Dの動作記述22
A,22B,22C,22Dの書き込み記述部分に挿入
する。また、書き込み時優先レベルの指定があった場
合、プロセス変換手段10は、書き込み要求信号に書き
込み時優先レベルを設定する。なお、プロセスの動作記
述22を各プロセスA,B,C,Dの動作記述22A,
22B,22C,22Dに分割するのは、高位合成手段
11がプロセス単位で合成を行うためである。
The process converting means 10 reads the operation description 22 of the process and divides it into individual files as the operation descriptions 22A, 22B, 22C and 22D of the processes A, B, C and D, respectively. At the same time, the process conversion means 10
Changes the part of the description written to the shared register.
Specifically, a write request signal to the shared register is newly created, and the operation description 22 of each process A, B, C, D is created.
It is inserted in the write description part of A, 22B, 22C and 22D. Further, when the write priority level is designated, the process conversion means 10 sets the write request signal to the write priority level. It should be noted that the process behavior description 22 is the behavior description 22A of each process A, B, C, D.
The division into 22B, 22C, and 22D is performed because the high-level synthesis means 11 performs synthesis in process units.

【0028】図5は、プロセスAの動作記述22Aの、
共有レジスタへの書き込み記述部分の変更前の一例を示
す図である。
FIG. 5 shows the behavioral description 22A of the process A.
It is a figure which shows an example before the change of the write description part to a shared register.

【0029】図6は、プロセスAの動作記述22Aの、
共有レジスタへの書き込み記述部分の変換後の一例を示
す図である。
FIG. 6 shows the behavioral description 22A of the process A.
It is a figure which shows an example after the conversion of the write description part to a shared register.

【0030】高位合成手段11は、プロセス変換手段1
0により分割および変更された各プロセスA,B,C,
Dの動作記述22A,22B,22C,22Dを1つず
つ読み込み、内部で同一の論理を持つ各プロセスA,
B,C,DのRTL記述24A,24B,24C,24
Dに変換して出力する。
The high-level synthesis means 11 is the process conversion means 1
Each process A, B, C, divided and modified by 0
Each of the behavioral descriptions 22A, 22B, 22C, and 22D of D is read one by one, and each process A having the same logic inside,
B, C, D RTL descriptions 24A, 24B, 24C, 24
Convert to D and output.

【0031】各プロセスA,B,C,DのRTL記述2
4A,24B,24C,24Dは、高位合成手段11に
より、各プロセスA,B,C,Dの動作記述22A,2
2B,22C,22DがRTL記述に変換された結果で
ある。
RTL description 2 of each process A, B, C, D
4A, 24B, 24C, and 24D are operation descriptions 22A and 2 of the processes A, B, C, and D by the high-level synthesis means 11.
2B, 22C and 22D are the results converted into the RTL description.

【0032】図7は、プロセスAのRTL記述24Aの
一例を示す図である。プロセスAのRTL記述24A
は、状態遷移の形で記載されており、LOCK_and_WTは書
き込み権取得および書き込みフェーズ、RELEASEは書き
込み権開放フェーズを示す。両者は同時に実行できない
ので、2フェーズに分けられている。
FIG. 7 is a diagram showing an example of the RTL description 24A of the process A. RTL description 24A of process A
Are described in the form of state transition, LOCK_and_WT indicates a write right acquisition and write phase, and RELEASE indicates a write right release phase. Both cannot be executed at the same time, so it is divided into two phases.

【0033】プロセス優先順位解析手段12は、共有レ
ジスタ名・プロセス優先順位21を読み込み、特定のフ
ォーマットで記述されたプロセス優先順位を解析し、共
有レジスタ毎のプロセス優先順位リストとして内部テー
ブル23に保存する。
The process priority order analysis means 12 reads the shared register name / process priority order 21, analyzes the process priority order described in a specific format, and stores it in the internal table 23 as a process priority order list for each shared register. To do.

【0034】共有レジスタ書き込みプロセス解析手段1
3は、プロセス変換手段10により分割および変更され
た各プロセスA,B,C,Dの動作記述22A,22
B,22C,22Dを読み込み、各プロセスA,B,
C,Dが実際に書き込みを行う共有レジスタを解析して
プロセス毎の共有レジスタリストとして内部テーブル2
3に保存する。また、共有レジスタ書き込みプロセス解
析手段13は、プロセス毎の共有レジスタリストを参照
して、共有レジスタ毎のプロセス優先順位リストから実
際には共有レジスタに書き込みを行わないプロセスを削
除して冗長除去済みプロセス優先順位リストとして内部
テーブル23に保存する。
Shared register writing process analysis means 1
3 is the behavioral description 22A, 22 of each process A, B, C, D divided and modified by the process conversion means 10.
B, 22C, 22D are read, and each process A, B,
Internal table 2 is used as a shared register list for each process by analyzing the shared registers that C and D actually write.
Save to 3. Further, the shared register writing process analysis unit 13 refers to the shared register list for each process, deletes the process that does not actually write to the shared register from the process priority list for each shared register, and eliminates redundancy. It is stored in the internal table 23 as a priority list.

【0035】内部テーブル23は、共有レジスタ,共有
レジスタに実際に書き込みを行うプロセス,およびそれ
らのプロセスの優先順位を、共有レジスタ毎のプロセス
優先順位リストとして一時的に保存する。また、内部テ
ーブル23は、プロセス名,およびプロセスが書き込み
を行う共有レジスタ名をプロセス毎の共有レジスタリス
トとして一時的に保存する。
The internal table 23 temporarily stores the shared registers, the processes that actually write to the shared registers, and the priorities of these processes as a process priority list for each shared register. Further, the internal table 23 temporarily stores the process name and the shared register name written by the process as a shared register list for each process.

【0036】共有レジスタRTL出力手段14は、内部
テーブル23に保存されたプロセス毎の共有レジスタリ
ストおよび共有レジスタ毎の冗長除去済みプロセス優先
順位リストを参照して、プロセス優先順位の順に書き込
み要求信号の書き込み時優先レベルを比較して共有レジ
スタへの書き込みを排他制御する共有レジスタ排他制御
RTL記述25を生成する。
The shared register RTL output means 14 refers to the shared register list for each process and the redundancy-removed process priority list for each shared register stored in the internal table 23, and outputs the write request signals in the order of process priority. A shared register exclusive control RTL description 25 is generated which compares the write priority levels and exclusively controls the writing to the shared register.

【0037】共有レジスタ排他制御RTL記述25は、
共有レジスタRTL出力手段14により、内部テーブル
23のプロセス毎の共有レジスタリストおよび共有レジ
スタ毎のプロセス優先順位リストに基づいて、共有レジ
スタへの書き込みの排他制御を行うRTL記述が出力さ
れたものである。共有レジスタ排他制御RTL記述25
は、2つのプロセスの書き込み時優先レベルを比較し
て、書き込み時優先レベルの高いプロセスのデータを共
有レジスタに書き込むように排他制御を行う。書き込み
時優先レベルが同一だった場合は、プロセス優先順位の
高いプロセスの書き込み要求信号を受理し、プロセス優
先順位の高いプロセスからのデータを共有レジスタに書
き込むように排他制御する。
The shared register exclusive control RTL description 25 is
The shared register RTL output means 14 outputs an RTL description for performing exclusive control of writing to the shared register based on the shared register list for each process and the process priority list for each shared register in the internal table 23. . Shared register exclusive control RTL description 25
Compares the write priority levels of the two processes and performs exclusive control so that the data of the process having the higher write priority level is written to the shared register. When the priority levels at the time of writing are the same, the write request signal of the process having the higher process priority is accepted, and exclusive control is performed so that the data from the process having the higher process priority is written to the shared register.

【0038】図8は、プロセスA,C,D(プロセス優
先順位C>A>D)の共有レジスタReg1への共有レ
ジスタ排他制御RTL記述25の一例 (ここでは、Ve
rilogHDLを使用)を示す。なお、プロセスB
は、共有レジスタReg1への書き込みを行わないもの
と仮定した。図8において、Reg1_procA0,
Reg1_procC0, Reg1_procD0
は、書き込み要求信号であり、各プロセスA,C,Dが
共有レジスタReg1に直接書き込みを行う前に、書き
込む権利を得るために発する信号である。書き込み要求
信号は0以上の整数で表される書き込み時優先レベルを
持ち、0のときは書き込み要求無し、1以上のときは値
が大きいほど優先順位が高いものとする。
FIG. 8 shows an example of the shared register exclusive control RTL description 25 in the shared register Reg1 of the processes A, C and D (process priority C>A> D) (Ve in this case).
(using rilog HDL). Note that process B
Assumed that the shared register Reg1 is not written. In FIG. 8, Reg1_procA0,
Reg1_procC0, Reg1_procD0
Is a write request signal, and is a signal issued by each of the processes A, C, and D to obtain the right to write before directly writing to the shared register Reg1. The write request signal has a write priority level represented by an integer of 0 or more. When 0, there is no write request, and when 1 or more, the higher the value, the higher the priority.

【0039】RTL統合手段15は、各プロセスA,
B,C,DのRTL記述24A,24B,24C,24
Dと共有レジスタ排他制御RTL記述25とを統合し、
統合プロセスRTL記述26として出力する。
The RTL integrating means 15 includes the processes A,
B, C, D RTL descriptions 24A, 24B, 24C, 24
D and shared register exclusive control RTL description 25 are integrated,
Output as the integrated process RTL description 26.

【0040】統合プロセスRTL記述26は、RTL統
合手段15によって各プロセスA,B,C,DのRTL
記述24A,24B,24C,24Dと共有レジスタ排
他制御RTL記述25とが統合されたものである。
The integrated process RTL description 26 is the RTL of each process A, B, C, D by the RTL integrating means 15.
The descriptions 24A, 24B, 24C and 24D and the shared register exclusive control RTL description 25 are integrated.

【0041】図9は、共有レジスタReg1についての
統合プロセスRTL記述26の一例を示す図である。こ
の統合プロセスRTL記述26は、プロセスAのRTL
記述部分と、共有レジスタ排他制御RTL記述部分とか
らなる。
FIG. 9 is a diagram showing an example of the integrated process RTL description 26 for the shared register Reg1. This integrated process RTL description 26 is the RTL of process A.
It is composed of a description part and a shared register exclusive control RTL description part.

【0042】図10は、統合プロセスRTL記述26の
回路イメージの一例を示す図である。この例では、共有
レジスタReg1が記述された共有レジスタ排他制御R
TL記述25の回路と、共有レジスタReg1に対して
書き込みを行うプロセスAのRTL記述24A,プロセ
スCのRTL記述24C,およびプロセスDのRTL記
述24Dの回路とがある。プロセスAのRTL記述24
A,プロセスCのRTL記述24CおよびプロセスDの
RTL記述24Dの各回路から共有レジスタReg1へ
の書き込み要求信号があった場合、共有レジスタ排他制
御RTL記述25の回路が排他制御を行い、書き込み時
優先レベルおよびプロセス優先順位を考慮して、優先順
位の高いプロセスからのデータを共有レジスタReg1
に書き込む。
FIG. 10 is a diagram showing an example of a circuit image of the integrated process RTL description 26. In this example, the shared register exclusive control R in which the shared register Reg1 is described
There are a circuit of the TL description 25, an RTL description 24A of the process A, an RTL description 24C of the process C, and a circuit of the RTL description 24D of the process D that write to the shared register Reg1. RTL description 24 of process A
When there is a write request signal to the shared register Reg1 from each circuit of the RTL description 24C of A, the process C, and the RTL description 24D of the process D, the circuit of the shared register exclusive control RTL description 25 performs exclusive control, and the write priority Considering the level and process priority, the data from the process with the higher priority is shared by the register Reg1.
Write in.

【0043】次に、このように構成された第1実施の形
態に係る統合プロセスRTL記述生成方式の動作につい
て、図1〜図10を参照しながら詳細に説明する。
Next, the operation of the integrated process RTL description generation method according to the first embodiment configured as described above will be described in detail with reference to FIGS.

【0044】最初に、プロセス変換手段10は、プロセ
スの動作記述22を読み込み、読み込んだプロセスの動
作記述22を各プロセスA,B,C,Dの動作記述22
A,22B,22C,22Dに分割する。その際、プロ
セスの動作記述22中に共有レジスタへの書き込み記述
部分があった場合、プロセス変換手段10は、書き込み
要求信号を作成し、共有レジスタに書き込む前に書き込
み要求信号を発行するように変更する。また、プロセス
変換手段10は、プロセスの動作記述22中に書き込み
時優先レベルの指定があった場合は、書き込み要求信号
に書き込み時優先レベルを設定して発行するように共有
レジスタへの書き込み記述部分を変更する(ステップS
1)。
First, the process converting means 10 reads the behavioral description 22 of the process, and the behavioral description 22 of the read process is the behavioral description 22 of each process A, B, C, D.
It is divided into A, 22B, 22C and 22D. At that time, when the operation description 22 of the process includes a write description part to the shared register, the process conversion means 10 creates a write request signal and issues a write request signal before writing to the shared register. To do. Further, the process conversion unit 10 sets the write priority level in the write request signal and issues the write request signal when the write priority level is specified in the process behavior description 22. Is changed (step S
1).

【0045】たとえば、プロセス変換手段10は、図5
に例示するプロセスAの動作記述22Aについては、図
6に例示するようなプロセスAの動作記述22Aに変更
する。図5に例示するプロセスAの動作記述22Aで
は、共有レジスタReg1およびReg2が宣言されて
いるので、共有レジスタReg1にデータAAを書き込
む記述部分” Reg1:=AA”では、”/* LVL
= 3 */”という記述部分によって書き込み時優先
レベルを3が設定されている。このため、プロセス変換
手段10は、図3に例示する共有レジスタ名・プロセス
優先順位21の共有レジスタ宣言記述部分から、図6に
示すように、共有レジスタReg1への書き込みを要求
する書き込み要求信号Reg1_procA0と、書き
込むデータそのものである書き込みデータ信号Reg1
_procAとを作成する。書き込み時優先レベルは、
書き込み要求信号Reg1_procA0に反映され
る。ここでは、書き込み時優先レベルとして3が設定さ
れているため、書き込み要求信号Reg1_procA
0に3を入れる記述部分” Reg1_procA0:
=3;”を生成する。共有レジスタReg1に書き込む
時は、まず書き込み要求信号Reg1_procA0に
指定された書き込み時優先レベル3を設定して、書き込
みデータ信号Reg1_procAにデータを書き込
む。データの書き込みが終了したならば、書き込み要求
信号Reg1_procA0を0にし、共有レジスタR
eg1を他のプロセスに解放する。
For example, the process converting means 10 is shown in FIG.
The behavioral description 22A of the process A illustrated in FIG. 6 is changed to the behavioral description 22A of the process A illustrated in FIG. In the operation description 22A of the process A illustrated in FIG. 5, since the shared registers Reg1 and Reg2 are declared, the description portion "Reg1: = AA" for writing the data AA in the shared register Reg1 is "/ * LVL.
The write priority level is set to 3 by the description part "= 3 * /". Therefore, the process conversion means 10 uses the shared register declaration description part of the shared register name / process priority 21 illustrated in FIG. As shown in FIG. 6, a write request signal Reg1_procA0 that requests writing to the shared register Reg1 and a write data signal Reg1 that is the write data itself.
Create _procA. When writing, the priority level is
It is reflected in the write request signal Reg1_procA0. Here, since the write priority level is set to 3, the write request signal Reg1_procA
A description part that puts 3 into 0 "Reg1_procA0:
= 3; "is generated. When writing to the shared register Reg1, first, the write priority level 3 designated in the write request signal Reg1_procA0 is set, and the data is written to the write data signal Reg1_procA. The data writing is completed. Then, the write request signal Reg1_procA0 is set to 0, and the shared register R
Release eg1 to another process.

【0046】次に、高位合成手段11は、プロセス変換
手段10により分割および変更された各プロセスA,
B,C,Dの動作記述22A,22B,22C,22D
を読み込み、内部で動作記述からRTL記述への変換を
行い、各プロセスA,B,C,DのRTL記述24A,
24B,24C,24Dを出力する(ステップS2)。
Next, the high-level synthesis means 11 uses the respective process A divided and changed by the process conversion means 10.
Behavioral description 22A, 22B, 22C, 22D of B, C, D
Is read and the operation description is converted into the RTL description internally, and the RTL description 24A of each process A, B, C, D is read.
24B, 24C, and 24D are output (step S2).

【0047】一方、プロセス優先順位解析手段12は、
共有レジスタ名・プロセス優先順位21を読み込んで解
析し、共有レジスタ名および共有レジスタへの書き込み
のプロセス優先順位をプロセス優先順位リストとして内
部テーブル23に保存する(ステップS3)。
On the other hand, the process priority analysis means 12 is
The shared register name / process priority 21 is read and analyzed, and the shared register name and the process priority of writing to the shared register are stored in the internal table 23 as a process priority list (step S3).

【0048】たとえば、図3に示した共有レジスタ名・
プロセス優先順位21の場合、プロセス優先順位リスト
は、次のようになる。
For example, the shared register name shown in FIG.
For process priority 21, the process priority list is as follows:

【0049】 Reg1 : procB → procC → procA
→ procD; Reg2 : procB → procC → procA
→ procD; Reg3 : procB → procC → procA
→ procD; Reg4 : procB → procC → procA
→ procD;
Reg 1: procB → procC → procA
→ procD; Reg2: procB → procC → procA
→ procD; Reg3: procB → procC → procA
→ procD; Reg4: procB → procC → procA
→ procD;

【0050】次に、共有レジスタ書き込みプロセス解析
手段13は、プロセス変換手段10により分割および変
更された各プロセスA,B,C,Dの動作記述22A,
22B,22C,22Dを読み込み、各プロセスA,
B,C,Dが実際にどの共有レジスタに書き込みを行っ
ているかを抽出してプロセス毎の共有レジスタリストを
内部テーブル23に保存する(ステップS4)。
Next, the shared register writing process analysis means 13 operates the operation descriptions 22A, 22A of the respective processes A, B, C, D divided and changed by the process conversion means 10.
22B, 22C, 22D are read, and each process A,
Which shared register B, C, D is actually writing is extracted and the shared register list for each process is stored in the internal table 23 (step S4).

【0051】たとえば、図4に示したプロセスの動作記
述22の場合、各プロセスA,B,C,D毎の共有レジ
スタリストは、次のようになる。
For example, in the operation description 22 of the process shown in FIG. 4, the shared register list for each process A, B, C, D is as follows.

【0052】 procA : Reg1, Reg2 procB : Reg2, Reg4 procC : Reg1, Reg2, Reg3 procD : Reg1, Reg2, Reg3, R
eg4
ProcA: Reg1, Reg2 procB: Reg2, Reg4 procC: Reg1, Reg2, Reg3 procD: Reg1, Reg2, Reg3, R
eg4

【0053】続いて、共有レジスタRTL出力手段14
は、内部テーブル23に保存されたプロセスA,B,
C,D毎の共有レジスタリストを参照して、内部テーブ
ル23に保存された共有レジスタReg1,Reg2,
Reg3,Reg4毎のプロセス優先順位リストから実
際は共有レジスタに書き込みを行わないプロセスを取り
除いて、冗長除去済みプロセス優先順位リストとして内
部テーブル23に保存する(ステップS5)。
Subsequently, the shared register RTL output means 14
Are processes A, B, stored in the internal table 23,
With reference to the shared register list for each of C and D, the shared registers Reg1, Reg2 saved in the internal table 23
A process that does not actually write to the shared register is removed from the process priority list for each of Reg3 and Reg4, and stored in the internal table 23 as a redundancy removed process priority list (step S5).

【0054】たとえば、上記した各プロセスA,B,
C,D毎の共有レジスタリストおよび共有レジスタRe
g1,Reg2,Reg3,Reg4毎のプロセス優先
順位リストの場合、冗長除去済みプロセス優先順位リス
トは、次のようになる。
For example, each of the above processes A, B,
Shared register list and shared register Re for each C and D
In the case of the process priority list for each of g1, Reg2, Reg3 and Reg4, the redundancy removed process priority list is as follows.

【0055】 Reg1 : procC → procA → procD
; Reg2 : procB → procC → procA
→ procD ; Reg3 : procC → procD ; Reg4 : procB → procD ;
Reg 1: procC → procA → procD
; Reg2: procB → procC → procA
→ procD; Reg3: procC → procD; Reg4: procB → procD;

【0056】次に、共有レジスタRTL出力手段14
は、内部テーブル23の冗長除去済みプロセス優先順位
リストを読み込み、冗長除去済みプロセス優先順位リス
トに従ってプロセス優先順位の順に書き込み要求信号の
書き込み時優先レベルを比較して共有レジスタへの書き
込みを排他制御する共有レジスタ排他制御RTL記述2
5を生成し記憶装置2に出力する(ステップS6)。
Next, the shared register RTL output means 14
Reads the redundancy-removed process priority list of the internal table 23, compares the write-request priority levels of the write request signals in the order of process priority according to the redundancy-removed process priority list, and exclusively controls writing to the shared register. Shared register exclusive control RTL description 2
5 is generated and output to the storage device 2 (step S6).

【0057】たとえば、共有レジスタReg1について
は、共有レジスタRTL出力手段14は、図8に示すよ
うな共有レジスタ排他制御RTL記述25を出力する。
For the shared register Reg1, for example, the shared register RTL output means 14 outputs the shared register exclusive control RTL description 25 as shown in FIG.

【0058】詳しくは、共有レジスタRTL出力手段1
4は、まず、共有レジスタReg1がprocA,pr
ocC,procDから書き込みをされるので、3つの
書き込みデータ信号Reg1_procA, Reg1
_procC, Reg1_procDと、3つの書き
込み要求信号Reg1_procA0, Reg1_p
rocC0, Reg1_procD0とを持つことを
記述する。
Specifically, the shared register RTL output means 1
4, the shared register Reg1 is first procA, pr
Since writing is performed from ocC and procD, three write data signals Reg1_procA and Reg1 are written.
_ProcC, Reg1_procD and three write request signals Reg1_procA0, Reg1_p
It is described that it has rocC0 and Reg1_procD0.

【0059】次に、共有レジスタRTL出力手段14
は、書き込み要求信号Reg1_procA0, Re
g1_procC0, Reg1_procD0が全て
0、すなわち共有レジスタReg1への書き込み要求が
なかった場合に、何もしないという処理を記述する(図
9−参照)。
Next, the shared register RTL output means 14
Are write request signals Reg1_procA0, Re
When g1_procC0 and Reg1_procD0 are all 0, that is, when there is no write request to the shared register Reg1, a process of doing nothing is described (see FIG. 9-).

【0060】続いて、共有レジスタRTL出力手段14
は、書き込み要求信号Reg1_procC0が書き込
み要求信号Reg1_procA0以上、かつ書き込み
要求信号Reg1_procC0が書き込み要求信号R
eg1_procD0以上の場合に、書き込みデータ信
号Reg1_procCを共有レジスタReg1に書き
込む処理を記述する(図9−参照)。
Then, the shared register RTL output means 14
The write request signal Reg1_procC0 is equal to or more than the write request signal Reg1_procA0, and the write request signal Reg1_procC0 is the write request signal R.
A process of writing the write data signal Reg1_procC to the shared register Reg1 when the value is equal to or more than eg1_procD0 will be described (see FIG. 9-).

【0061】次に、共有レジスタRTL出力手段14
は、書き込み要求信号Reg1_procA0が書き込
み要求信号Reg1_procC0より大きく、かつ書
き込み要求信号Reg1_procA0が書き込み要求
信号Reg1_procD0以上の場合に、書き込みデ
ータ信号Reg1_procAを共有レジスタReg1
に書き込む処理を記述する(図9−参照)。
Next, the shared register RTL output means 14
Is the shared register Reg1 when the write request signal Reg1_procA0 is larger than the write request signal Reg1_procC0 and the write request signal Reg1_procA0 is equal to or larger than the write request signal Reg1_procD0.
The process of writing to the memory is described (see FIG. 9-).

【0062】最後に、共有レジスタRTL出力手段14
は、書き込み要求信号Reg1_procD0が書き込
み要求信号Reg1_procC0より大きく、かつ書
き込み要求信号Reg1_procD0が書き込み要求
信号Reg1_procA0より大きい場合に、書き込
みデータ信号Reg1_procDを共有レジスタRe
g1に書き込む処理を記述する(図9−参照)。
Finally, the shared register RTL output means 14
When the write request signal Reg1_procD0 is larger than the write request signal Reg1_procC0 and the write request signal Reg1_procD0 is larger than the write request signal Reg1_procA0, the write data signal Reg1_procD is shared register Re.
The process of writing to g1 is described (see FIG. 9-).

【0063】図9−〜では、プロセスA,C,Dの
どのプロセスからの書き込み要求信号が一番書き込み時
優先レベルが高いかを判定し、同じ書き込み時優先レベ
ルであれば、if―else文の並び順、すなわち各プ
ロセスC,A,Dのプロセス優先順位が反映されるよう
な記述になっている。
In FIG. 9-, it is determined which one of the processes A, C, and D has the highest write request priority level. If the write request signal has the same write priority level, the if-else statement is issued. Is arranged, that is, the process priority of each process C, A, D is reflected.

【0064】なお、他の共有レジスタReg2,Reg
3,Reg4についても、共有レジスタReg1と同様
の処理が行われる。
The other shared registers Reg2, Reg
For 3 and Reg4, the same processing as that of the shared register Reg1 is performed.

【0065】最後に、RTL統合手段15は、高位合成
手段11によって生成された各プロセスA,B,C,D
のRTL記述24A,24B,24C,24Dと、共有
レジスタ排他制御RTL記述25とを統合し、統合プロ
セスRTL記述26として出力する(ステップS7)。
Finally, the RTL unifying means 15 has the processes A, B, C and D generated by the high-level synthesizing means 11.
The RTL descriptions 24A, 24B, 24C, and 24D are shared with the shared register exclusive control RTL description 25 and output as an integrated process RTL description 26 (step S7).

【0066】この結果、共有レジスタReg1について
は、図9に例示するような統合プロセスRTL記述26
が得られる。また、他の共有レジスタReg2,Reg
3,Reg4についても、共有レジスタReg1と同様
な統合プロセスRTL記述26が一体のものとして得ら
れる。
As a result, regarding the shared register Reg1, the integrated process RTL description 26 as illustrated in FIG.
Is obtained. In addition, other shared registers Reg2 and Reg
Also for 3 and Reg4, the integrated process RTL description 26 similar to the shared register Reg1 is obtained as one.

【0067】統合プロセスRTL記述26の共有レジス
タ排他制御記述部分は、最初に書き込み時優先レベルを
比較し、大きい方を優先させ、それら書き込み時優先レ
ベルが同じであればプロセス優先順位を適用して、書き
込みの排他制御を行う。
In the shared register exclusive control description portion of the integrated process RTL description 26, the priority levels at the time of writing are first compared, the larger one is prioritized, and if the priority levels at the time of writing are the same, the process priority order is applied. , Write exclusive control.

【0068】たとえば、プロセスAおよびプロセスCか
らそれぞれ書き込み時優先レベル1の書き込み要求信号
Reg1_procA0およびReg1_procC0
が来た場合(プロセスDからは書き込み時優先レベル0
の書き込み要求信号Reg1_procD0がきたと考
える)、が真となるため、必ずプロセス優先順位の高
いプロセスCからの書き込みが優先されることになる。
また、プロセスAから書き込み時優先レベル2の書き込
み要求信号Reg1_procA0が、プロセスCから
書き込み時優先レベル1の書き込み要求信号Reg1_
procC0がきた場合には、が真となり、プロセス
Aからの書き込みが優先されることになる。
For example, write request signals Reg1_procA0 and Reg1_procC0 of write priority level 1 from process A and process C, respectively.
Is received (from process D, write priority level 0
Of the write request signal Reg1_procD0) is true, the write from the process C having a high process priority is always prioritized.
Further, the write request signal Reg1_procA0 of the write priority level 2 from the process A and the write request signal Reg1_proc of the write priority level 1 from the process C.
When procC0 arrives, is true, and the writing from the process A is prioritized.

【0069】(2)第2の実施の形態 図11は、本発明の第2の実施の形態に係る統合プロセ
スRTL記述生成方式の構成を示すブロック図である。
本実施の形態に係る統合プロセスRTL記述生成方式
は、図1に示した第1の実施の形態に係る統合プロセス
RTL記述生成方式において、データ処理装置1に、高
位合成手段11,プロセス優先順位解析手段12,共有
レジスタ書き込みプロセス解析手段13,共有レジスタ
RTL出力手段14,RTL統合手段15,およびプロ
セス変換手段10を実現する統合プロセスRTL記述生
成プログラムを記録した記録媒体100を備えるように
したものである。この記録媒体100は、磁気ディス
ク,半導体メモリ,その他の記録媒体であってよい。な
お、その他の構成については、第1の実施の形態に係る
統合プロセスRTL記述生成方式における場合と全く同
様であるので、対応する部分には同一の符号を付してそ
れらの詳しい説明は省略する。
(2) Second Embodiment FIG. 11 is a block diagram showing the configuration of the integrated process RTL description generation method according to the second embodiment of the present invention.
The integrated process RTL description generation method according to the present embodiment is the same as the integrated process RTL description generation method according to the first embodiment shown in FIG. A recording medium 100 recording an integrated process RTL description generation program that realizes the means 12, the shared register write process analysis means 13, the shared register RTL output means 14, the RTL integration means 15, and the process conversion means 10. is there. The recording medium 100 may be a magnetic disk, a semiconductor memory, or another recording medium. Note that other configurations are exactly the same as those in the integrated process RTL description generation method according to the first embodiment, and therefore, corresponding parts will be denoted by the same reference numerals and detailed description thereof will be omitted. .

【0070】このような第2の実施の形態に係る統合プ
ロセスRTL記述生成方式では、記録媒体100から統
合プロセスRTL記述生成プログラムがデータ処理装置
1に読み込まれ、高位合成手段11,プロセス優先順位
解析手段12,共有レジスタ書き込みプロセス解析手段
13,共有レジスタRTL出力手段14,RTL統合手
段15,およびプロセス変換手段10として動作する。
これら各手段の詳しい動作は、第1の実施の形態に係る
統合プロセスRTL記述生成方式における場合と全く同
様になるので、その詳しい説明を割愛する。
In the integrated process RTL description generation method according to the second embodiment as described above, the integrated process RTL description generation program is read from the recording medium 100 into the data processing device 1, and the high-level synthesis means 11 and the process priority analysis are performed. It operates as a unit 12, a shared register writing process analysis unit 13, a shared register RTL output unit 14, an RTL integration unit 15, and a process conversion unit 10.
The detailed operation of each of these means is exactly the same as that in the integrated process RTL description generation method according to the first embodiment, so a detailed description thereof will be omitted.

【0071】[0071]

【発明の効果】第1の効果は、共有レジスタの排他制御
に関して設計者の負担を軽減できるということである。
その理由は、静的なプロセス優先順位および動的な書き
込み時優先レベルという2つの優先順位を組み合わせる
ことによって、簡単かつ柔軟性のある共有レジスタへの
書き込みの排他制御が行えるからである。
The first effect is that it is possible to reduce the burden on the designer regarding exclusive control of the shared register.
The reason is that the exclusive control of writing to the shared register can be performed easily and flexibly by combining the two priorities of the static process priority and the dynamic write priority level.

【0072】第2の効果は、設計途中でのプロセス優先
順位の変更が容易になるということである。その理由
は、プロセス優先順位の宣言記述をプロセスの動作記述
と分離することによって、動作記述言語を直接変更する
必要がなくなるからである。
The second effect is that the process priorities can be easily changed during design. The reason is that it is not necessary to directly change the behavioral description language by separating the process priority declarative description from the process behavioral description.

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

【図1】本発明の第1の実施の形態に係る統合プロセス
RTL記述生成方式の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of an integrated process RTL description generation system according to a first exemplary embodiment of the present invention.

【図2】第1の実施の形態に係る統合プロセスRTL記
述生成方式の処理を示す流れ図である。
FIG. 2 is a flowchart showing processing of an integrated process RTL description generation method according to the first exemplary embodiment.

【図3】図1中の共有レジスタ名・プロセス優先順位の
一例を示す図である。
FIG. 3 is a diagram showing an example of shared register names and process priorities in FIG.

【図4】図1中のプロセスの動作記述の一例を示す図で
ある。
4 is a diagram showing an example of a behavioral description of a process in FIG.

【図5】図1中のプロセスAの動作記述における共有レ
ジスタへの書き込み記述部分の変更前の一例を示す図で
ある。
5 is a diagram showing an example of a behavioral description of a process A in FIG. 1 before a write description part to a shared register is changed.

【図6】図1中のプロセスAの動作記述における共有レ
ジスタへの書き込み記述部分の変更後の一例を示す図で
ある。
FIG. 6 is a diagram showing an example of a behavior description of process A in FIG. 1 after a write description part to a shared register is changed.

【図7】図1中のプロセスAのRTL記述の一例を示す
図である。
FIG. 7 is a diagram showing an example of an RTL description of process A in FIG.

【図8】図1中の共有レジスタ排他制御RTL記述の一
例を示す図である。
8 is a diagram showing an example of a shared register exclusive control RTL description in FIG. 1. FIG.

【図9】図1中の統合プロセスRTL記述の一例を示す
図である。
9 is a diagram showing an example of an integrated process RTL description in FIG. 1. FIG.

【図10】図1中の統合プロセスRTL記述による共有
レジスタReg1への書き込みを行う回路のイメージ図
である。
10 is an image diagram of a circuit for writing to a shared register Reg1 according to the integrated process RTL description in FIG.

【図11】本発明の第2の実施の形態に係る統合プロセ
スRTL記述生成方式の構成を示すブロック図である。
FIG. 11 is a block diagram showing a configuration of an integrated process RTL description generation method according to a second exemplary embodiment of the present invention.

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

1 データ処理装置(コンピュータ) 2 記憶装置 10 プロセス変換手段 11 高位合成手段 12 プロセス優先順位解析手段 13 共有レジスタ書き込みプロセス解析手段 14 共有レジスタRTL出力手段 15 RTL統合手段 21 共有レジスタ名・プロセス優先順位 22 プロセスの動作記述 22A プロセスAの動作記述 22B プロセスBの動作記述 22C プロセスCの動作記述 22D プロセスDの動作記述 23 内部テーブル 24 プロセスのRTL記述 24A プロセスAのRTL記述 24B プロセスBのRTL記述 24C プロセスCのRTL記述 24D プロセスDのRTL記述 25 共有レジスタ排他制御RTL記述 26 統合プロセスRTL記述 100 記録媒体 1 Data processing device (computer) 2 storage devices 10 Process conversion means 11 High-level synthesis means 12 Process priority analysis means 13 Shared register writing process analysis means 14 Shared register RTL output means 15 RTL integration means 21 Shared register name / process priority 22 Process behavior description 22A Behavior description of process A 22B Behavioral description of process B 22C Behavior description of process C 22D Behavior description of process D 23 Internal table RTL description of 24 processes 24A Process A RTL description 24B Process B RTL description 24C Process C RTL description 24D Process D RTL description 25 Shared register exclusive control RTL description 26 Integrated process RTL description 100 recording media

Claims (6)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】プロセスの動作記述を各プロセスの動作記
述に分割するとともに、プロセスの動作記述中に共有レ
ジスタへの書き込み記述部分があった場合は書き込み要
求信号を作成して、共有レジスタに書き込む前に書き込
み要求信号を発行するように変更し、プロセスの動作記
述中に書き込み時優先レベルの指定があった場合は書き
込み要求信号に書き込み時優先レベルを設定して発行す
るように共有レジスタへの書き込み記述部分を変更する
プロセス変換手段と、 前記プロセス変換手段によって分割および変更された各
プロセスの動作記述を各プロセスのRTL記述に変換す
る高位合成手段と、 共有レジスタ名およびプロセス優先順位を読み込んで解
析し、共有レジスタ名および共有レジスタへの書き込み
のプロセス優先順位をプロセス優先順位リストとして生
成し、前記プロセス変換手段により分割および変更され
た各プロセスの動作記述を読み込み、各プロセスが実際
にどの共有レジスタに書き込みを行っているかを抽出し
てプロセス毎の共有レジスタリストを生成し、前記プロ
セス毎の共有レジスタリストを参照して、前記共有レジ
スタ毎のプロセス優先順位リストから実際は共有レジス
タに書き込みを行わないプロセスを取り除いて冗長除去
済みプロセス優先順位リストを生成し、前記冗長除去済
みプロセス優先順位リストに従ってプロセス優先順位の
順に書き込み要求信号の書き込み時優先レベルを比較し
て共有レジスタへの書き込みを排他制御する共有レジス
タ排他制御RTL記述を生成する共有レジスタ処理部
と、 前記各プロセスのRTL記述と前記共有レジスタ排他制
御RTL記述とを統合して統合プロセスRTL記述を生
成するRTL統合手段とを有することを特徴とする統合
プロセスRTL記述生成方式。
The method according to claim 1 The process of operation described in conjunction with dividing the operation description of each process, if during the operation description of the process a write description part of the shared register creates a write request signal is written in the shared register Write before
Only the request signal is issued, and the process operation record is changed.
Write if the write priority level is specified in the description
Set the priority level for writing to the request signal and issue
And a high-level synthesis means for converting the behavioral description of each process divided and modified by the process conversion means into the RTL description of each process, and the shared register name and the solution reads the process priority
And write to shared register name and shared register
Process priorities as a process priority list
And is divided and changed by the process conversion means.
The behavior description of each process is read, and each process is actually
Which shared register is being written to
To generate a shared register list for each process,
Refer to the shared register list for each process
From the process priority list for each star, it is actually a shared register
Redundant processes by removing the processes that do not write
Generated process priority list and removed redundancy
A shared register processing unit that compares shared write priority levels of write request signals in order of process priority according to the process priority list to generate a shared register exclusive control RTL description for exclusive control of writing to the shared register; Integrated process RTL description generation method, characterized in that the integrated process RTL description generation system and the shared register exclusive control RTL description are integrated to generate an integrated process RTL description.
【請求項2】前記共有レジスタ処理部が、共有レジスタ
名およびプロセス優先順位を読み込んで解析し、共有レ
ジスタ名および共有レジスタへの書き込みのプロセス優
先順位をプロセス優先順位リストとして生成するプロセ
ス優先順位解析手段と、前記プロセス変換手段により分
割および変更された各プロセスの動作記述を読み込み、
各プロセスが実際にどの共有レジスタに書き込みを行っ
ているかを抽出してプロセス毎の共有レジスタリストを
生成する共有レジスタ書き込みプロセス解析手段と、
記プロセス毎の共有レジスタリストを参照して、前記共
有レジスタ毎のプロセス優先順位リストから実際は共有
レジスタに書き込みを行わないプロセスを取り除いて冗
長除去済みプロセス優先順位リストを生成し、前記冗長
除去済みプロセス優先順位リストに従ってプロセス優先
順位の順に書き込み要求信号の書き込み時優先レベルを
比較して共有レジスタへの書き込みを排他制御する共有
レジスタ排他制御RTL記述を生成する共有レジスタR
TL出力手段とから構成される請求項1記載の統合プロ
セスRTL記述生成方式。
2. The shared register processing unit reads and analyzes the shared register name and the process priority, and a shared register
Process name for register name and write to shared register
The process priority analysis means for generating the priorities as a process priority list and the process conversion means
Read the behavior description of each process that has been split and changed ,
Which shared register each process actually writes to
A shared register list for each process or by being extracted and
A shared register write process analysis unit to be generated, before
Refer to the shared register list for each process
Yes Shared from the process priority list for each register
Remove the process that does not write to the register
Generate a long-removed process priority list for redundancy
Shared register R for generating a shared register exclusive control RTL description for exclusive control of writing to the shared register by comparing the write priority levels of write request signals in the order of process priority according to the removed process priority list
The integrated process RTL description generation method according to claim 1, comprising an TL output means.
【請求項3】プロセスの動作記述を各プロセスの動作記
述に分割するとともに、プロセスの動作記述中に共有レ
ジスタへの書き込み記述部分があった場合は書き込み要
求信号を作成し、共有レジスタに書き込む前に書き込み
要求信号を発行するように変更し、プロセスの動作記述
中に書き込み時優先レベルの指定があった場合は書き込
み要求信号に書き込み時優先レベルを設定して発行する
ように共有レジスタへの書き込み記述部分を変更するプ
ロセス変換手段と、 前記プロセス変換手段によって分割および変更された各
プロセスの動作記述を各プロセスのRTL記述に変換す
る高位合成手段と、 共有レジスタ名およびプロセス優先順位を読み込んで解
析し、共有レジスタ名および共有レジスタへの書き込み
のプロセス優先順位をプロセス優先順位リストとして
成するプロセス優先順位解析手段と、前記プロセス変換手段により分割および変更された各プ
ロセスの動作記述を読み込み、各プロセスが実際にどの
共有レジスタに書き込みを行っているかを抽出してプロ
セス毎の共有レジスタリストを生成 する共有レジスタ書
き込みプロセス解析手段と、前記プロセス毎の共有レジ
スタリストを参照して、前記共有レジスタ毎のプロセス
優先順位リストから実際は共有レジスタに書き込みを行
わないプロセスを取り除いて冗長除去済 みプロセス優先
順位リストを生成し、前記冗長除去済みプロセス優先順
位リストに従ってプロセス優先順位の順に書き込み要求
信号の書き込み時優先レベルを比較して共有レジスタへ
の書き込みを排他制御する共有レジスタ排他制御RTL
記述を生成する共有レジスタRTL出力手段と、 前記各プロセスのRTL記述と前記共有レジスタ排他制
御RTL記述とを統合して統合プロセスRTL記述を生
成するRTL統合手段とを有することを特徴とする統合
プロセスRTL記述生成方式。
The 3. A process of operation described in conjunction with dividing the operation description of each process, if there is write description part of the shared register during operation description of a process to create a write request signal, before writing to shared register Write in
Change to issue a request signal and describe the process behavior
If the priority level for writing is specified, write
Issued by setting the writing during the priority level to only request signal
And a high-level synthesis means for converting the behavioral description of each process divided and modified by the process conversion means into the RTL description of each process, and the shared register name and Read process priority and solve
And write to shared register name and shared register
Process priority analysis means for generating the process priority order of each process as a process priority list , and each process divided and changed by the process conversion means.
Process behavior description and how each process actually
Extract whether you are writing to the shared register and
Shared register writing process analysis means for generating a shared register list for each process, and a shared register for each process.
Process for each shared register with reference to a star list
Actually write to the shared register from the priority list.
Redundancy removal already seen the process priority to remove the s not process
Generates a priority list, and the redundancy-removed process priority order
Shared register exclusive control RTL for exclusive control of writing to shared registers by comparing the write priority levels of write request signals in the order of process priority according to the order list
An integrated process comprising: a shared register RTL output means for generating a description; and an RTL integration means for integrating the RTL description of each process and the shared register exclusive control RTL description to generate an integrated process RTL description. RTL description generation method.
【請求項4】共有レジスタ名およびプロセス優先順位
読み込んで解析し、共有レジスタ名および共有レジスタ
への書き込みのプロセス優先順位をプロセス優先順位リ
ストとして生成するプロセス優先順位解析手段と、前記プロセス変換手段により分割および変更された各プ
ロセスの動作記述を読み込み、各プロセスが実際にどの
共有レジスタに書き込みを行っているかを抽出してプロ
セス毎の共有レジスタリストを生成 する共有レジスタ書
き込みプロセス解析手段と、前記プロセス毎の共有レジ
スタリストを参照して、前記共有レジスタ毎のプロセス
優先順位リストから実際は共有レジスタに書き込みを行
わないプロセスを取り除いて冗長除去済みプロセス優先
順位リストを生成し、前記冗長除去済みプロセス優先順
位リストに従ってプロセス優先順位の順に書き込み要求
信号の書き込み時優先レベルを比較して共有レジスタへ
の書き込みを排他制御する共有レジスタ排他制御RTL
記述を生成する共有レジスタRTL出力手段とを有する
ことを特徴とする共有レジスタ排他制御RTL記述生成
方式。
4. A shared register name and the process priority
Read and parse, shared register name and shared register
Process priority analysis means for generating the process priority order of writing into the process priority list , and each process divided and changed by the process conversion means.
Process behavior description and how each process actually
Extract whether you are writing to the shared register and
Shared register writing process analysis means for generating a shared register list for each process, and a shared register for each process.
Process for each shared register with reference to a star list
Actually write to the shared register from the priority list.
Remove redundant processes to eliminate redundant processes. Prioritize processes.
Generates a priority list, and the redundancy-removed process priority order
Shared register exclusive control RTL for exclusive control of writing to shared registers by comparing the write priority levels of write request signals in the order of process priority according to the order list
A shared register exclusive control RTL description generation method comprising: a shared register RTL output means for generating a description.
【請求項5】コンピュータを、プロセスの動作記述を各
プロセスの動作記述に分割するとともに、プロセスの動
作記述中に共有レジスタへの書き込み記述部分があった
場合は書き込み要求信号を作成して、共有レジスタに書
き込む前に書き込み要求信号を発行するように変更し、
プロセスの動作記述中に書き込み時優先レベルの指定が
あった場合は書き込み要求信号に書き込み時優先レベル
を設定して発行するように共有レジスタへの書き込み記
述部分を変更するプロセス変換手段と、前記プロセス変
換手段によって分割および変更された各プロセスの動作
記述を各プロセスのRTL記述に変換する高位合成手段
と、共有レジスタ名およびプロセス優先順位を読み込ん
で解析し、共有レジスタ名および共有レジスタへの書き
込みのプロセス優先順位をプロセス優先順位リストとし
て生成し、前記プロセス変換手段により分割および変更
された各プロセスの動作記述を読み込み、各プロセスが
実際にどの共有レジスタに書き込みを行っているかを抽
出してプロセス毎の共有レジスタリストを生成し、前記
プロセス毎の共有レジスタリストを参照して、前記共有
レジスタ毎のプロセス優先順位リストから実際は共有レ
ジスタに書き込みを行わないプロセスを取り除いて冗長
除去済みプロセス優先順位リストを生成し、前記冗長除
去済みプロセス優先順位リストに従ってプロセス優先順
位の順に書き込み要求信号の書き込み時優先レベルを比
較して共有レジスタへの書き込みを排他制御する共有レ
ジスタ排他制御RTL記述を生成する共有レジスタ処理
部と、前記各プロセスのRTL記述と前記共有レジスタ
排他制御RTL記述とを統合して統合プロセスRTL記
述を生成するRTL統合手段として機能させるためのプ
ログラムを記録したコンピュータ読み取り可能な記録媒
体。
5. A computer divides a behavioral description of a process into behavioral descriptions of each process, and
There was a description part to write to the shared register during the description .
If creating a write request signal, written in the shared register
Change to issue a write request signal before writing,
The priority level for writing is specified in the behavior description of the process.
If there is, set the write request signal to the write priority level and issue the write request to the shared register.
A process conversion means for changing the predicate portion, a high-level synthesis means for converting the behavioral description of each process divided and changed by the process conversion means into an RTL description of each process, a shared register name and a process priority order are read.
And write to the shared register name and shared register
Included process priorities in the process priority list
Generated and divided and modified by the process conversion means
The behavior description of each process
Select which shared register is actually writing
To generate a shared register list for each process,
Refer to the shared register list for each process to share
From the process priority list for each register,
Redundant by eliminating the process that does not write to the register
Generate a list of removed process priorities and
A shared register processing unit for generating a shared register exclusive control RTL description for exclusive control of writing to a shared register by comparing the write priority levels of write request signals in the order of process priority according to the removed process priority list, and A computer-readable recording medium in which a program for causing an RTL description of a process and the shared register exclusive control RTL description to be integrated to function as an RTL integrating means for generating an integrated process RTL description.
【請求項6】コンピュータを、プロセスの動作記述を各
プロセスの動作記述に分割するとともに、プロセスの動
作記述中に共有レジスタへの書き込み記述部分があった
場合は書き込み要求信号を作成して、共有レジスタに書
き込む前に書き込み要求信号を発行するように変更し、
プロセスの動作記述中に書き込み時優先レベルの指定が
あった場合は書き込み要求信号に書き込み時優先レベル
を設定して発行するように共有レジスタへの書き込み記
述部分を変更するプロセス変換手段と、前記プロセス変
換手段によって分割および変更された各プロセスの動作
記述を各プロセスのRTL記述に変換する高位合成手段
と、共有レジスタ名およびプロセス優先順位を読み込ん
で解析し、共有レジスタ名および共有レジスタへの書き
込みのプロセス優先順位をプロセス優先順位リストとし
生成するプロセス優先順位解析手段と、前記プロセス
変換手段により分割および変更された各プロセスの動作
記述を読み込み、各プロセスが実際にどの共有レジスタ
に書き込みを行っているかを抽出 してプロセス毎の共有
レジスタリストを生成する共有レジスタ書き込みプロセ
ス解析手段と、前記プロセス毎の共有レジスタリストを
参照して、前記共有レジスタ毎のプロセス優先順位リス
トから実際は共有レジスタに書き込みを行わないプロセ
スを取り除いて冗長除去済みプロセス優先順位リストを
生成し、前記冗長除去済みプロセス優先順位リストに従
ってプロセス優先順位の順に書き込み要求信号の書き込
み時優先レベルを比較して共有レジスタへの書き込みを
排他制御する共有レジスタ排他制御RTL記述を生成す
る共有レジスタRTL出力手段と、前記各プロセスのR
TL記述と前記共有レジスタ排他制御RTL記述とを統
合して統合プロセスRTL記述を生成するRTL統合手
段として機能させるためのプログラムを記録したコンピ
ュータ読み取り可能な記録媒体。
6. The computer divides a behavioral description of a process into behavioral descriptions of each process, and
There was a description part to write to the shared register during the description .
If creating a write request signal, written in the shared register
Change to issue a write request signal before writing,
The priority level for writing is specified in the behavior description of the process.
If there is, set the write request signal to the write priority level and issue the write request to the shared register.
A process conversion means for changing the predicate portion, a high-level synthesis means for converting the behavioral description of each process divided and changed by the process conversion means into an RTL description of each process, a shared register name and a process priority order are read.
And write to the shared register name and shared register
The write of the process priority to the process priority list
And a process priority analysis means for generating the process
Operation of each process divided and changed by the conversion means
Read the description and see which shared register each process actually has
Shared to each process by extracting whether writing to
A shared register write process analysis means for generating a register list and a shared register list for each process
Referring to the process priority list for each shared register,
Process that does not actually write to the shared register.
To remove the redundant process list
Generated and according to the process list for removing the redundant process.
Therefore, the shared register RTL output means for comparing the write priority levels of the write request signals in the order of the process priority to generate the shared register exclusive control RTL description for exclusive control of writing to the shared register, and R of each process.
Compilation which records a program for functioning as RTL integration means integrates TL described as a the shared register exclusive control RTL description to generate an integration process RTL description
Computer readable recording medium.
JP2000023455A 2000-02-01 2000-02-01 Integrated process RTL description generation method Expired - Fee Related JP3489673B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000023455A JP3489673B2 (en) 2000-02-01 2000-02-01 Integrated process RTL description generation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000023455A JP3489673B2 (en) 2000-02-01 2000-02-01 Integrated process RTL description generation method

Publications (2)

Publication Number Publication Date
JP2001216339A JP2001216339A (en) 2001-08-10
JP3489673B2 true JP3489673B2 (en) 2004-01-26

Family

ID=18549614

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000023455A Expired - Fee Related JP3489673B2 (en) 2000-02-01 2000-02-01 Integrated process RTL description generation method

Country Status (1)

Country Link
JP (1) JP3489673B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5211776B2 (en) * 2008-03-14 2013-06-12 日本電気株式会社 Behavioral synthesis apparatus, behavioral synthesis method, and program

Also Published As

Publication number Publication date
JP2001216339A (en) 2001-08-10

Similar Documents

Publication Publication Date Title
WO2016026328A1 (en) Information processing method and device and computer storage medium
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
US20090222778A1 (en) Property generating apparatus, property generating method and program
US6532573B1 (en) LSI verification method, LSI verification apparatus, and recording medium
JP3489673B2 (en) Integrated process RTL description generation method
US5943489A (en) Logic simulation system for logic simulation of the semiconductor integrated circuit
US20110289298A1 (en) Semiconductor circuit and designing apparatus
US7565632B2 (en) Behavioral synthesizer system, operation synthesizing method and program
US6532584B1 (en) Circuit synthesis method
JP2988521B2 (en) Automatic synthesis of logic circuits
KR100412964B1 (en) Method and apparatus for preparing a logic simulation model and recording medium for storing the same
JP2001043251A (en) Device and method for high-order synthesis and recording medium used for the same
US20030018460A1 (en) Method to preserve comments of circuit simulation text file
JPH11154093A (en) Program compiler and storage medium recording compiler program
JP7026563B2 (en) High-level synthesis method, high-level synthesis program, high-level synthesis device
JP2930087B2 (en) Logic design support system
US7765502B1 (en) ASIC functional specification parser
JP3255139B2 (en) High-level synthesis system, method and recording medium
JP2923914B2 (en) CAD system for integrated circuits
JP4199816B2 (en) Logic synthesis method
JPH11154169A (en) System and method for analyzing timing
JPH11265290A (en) Program loading method
JP3705772B2 (en) Electronic circuit design support method in C ++ language
JP2001202252A (en) Program processing method and recording medium
JP2001043106A (en) Method and device for test bench mark

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071107

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081107

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081107

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091107

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091107

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101107

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111107

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111107

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121107

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees