JP2002073713A - Circuit generating device, circuit generating method and cad designing device - Google Patents

Circuit generating device, circuit generating method and cad designing device

Info

Publication number
JP2002073713A
JP2002073713A JP2000263486A JP2000263486A JP2002073713A JP 2002073713 A JP2002073713 A JP 2002073713A JP 2000263486 A JP2000263486 A JP 2000263486A JP 2000263486 A JP2000263486 A JP 2000263486A JP 2002073713 A JP2002073713 A JP 2002073713A
Authority
JP
Japan
Prior art keywords
circuit
information
parallelized
degree
parallelism
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2000263486A
Other languages
Japanese (ja)
Inventor
Makoto Terajima
信 寺島
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.)
Sony Corp
Original Assignee
Sony 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 Sony Corp filed Critical Sony Corp
Priority to JP2000263486A priority Critical patent/JP2002073713A/en
Publication of JP2002073713A publication Critical patent/JP2002073713A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a circuit generating device capable of generating a circuit having an equivalent function without redesigning the circuit and operatable at high speed, a circuit generating method and a CAD designing device for circuit formation. SOLUTION: This circuit generating device is provided with an input file 101 for inputting circuit information, a parallelizing verification means 102, a necessary parallelism extraction means 103 for selecting a parallelizable circuit from circuit information, a parallelism-determining means 104 for determining parallelism when the circuit extracted by the necessary parallelism extraction means 103 is converted into a parallelizing circuit, a parallelizing circuit generation means105 for generating circuit information on the parallelizing circuit from circuit information on a parallelizable circuit and parallelism determined by the parallelism-determining means 104 and an output file 108 for outputting circuit information generated from a recording file 106, a logic composition means 107 and the parallelizing circuit generation means 105.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、LSI設計の技術
分野で利用可能な回路生成装置、回路生成方法及び回路
生成のためのCAD設計装置に関する。
The present invention relates to a circuit generation device, a circuit generation method, and a CAD design device for circuit generation that can be used in the technical field of LSI design.

【0002】[0002]

【従来の技術】ASIC(特定用途向け集積回路)、シ
ステムLSI等の集積回路は、年々級数的に大規模にな
ってきているため、集積される回路に含まれている全て
の回路要素を新規に設計することが困難になっている。
現在では、過去に蓄積された設計資産を再利用すること
により、新規設計部分の割合を削減して、こうした困難
を回避可能とする設計手法が開発されている。
2. Description of the Related Art Since integrated circuits such as ASICs (application-specific integrated circuits) and system LSIs have been increasing in scale year by year, all the circuit elements included in the integrated circuits have to be replaced with new ones. It is difficult to design.
At present, a design method has been developed which can reduce such a difficulty by reusing the design resources accumulated in the past to reduce the ratio of new design portions.

【0003】また、現在のLSIの設計に用いられるC
AD(コンピュータ支援設計)システムでは、回路記述
や回路を表す記号による図面等のデータを作成し、論理
合成ツール等の合成ツールにデータを入力することで、
論理回路に変換する手法が主流となっている。さらに、
このような設計手法の下では、論理回路は回路の動作速
度を規定するクロックに同期して動作するものが大半を
占めている。
[0003] In addition, C used in current LSI design is
In an AD (Computer Aided Design) system, data such as a circuit description and drawings using symbols representing circuits are created, and the data is input to a synthesis tool such as a logic synthesis tool.
The method of converting to a logic circuit has become mainstream. further,
Under such a design method, the majority of logic circuits operate in synchronization with a clock that specifies the operation speed of the circuit.

【0004】以下、従来の回路生成装置について、図2
を参照しながら説明する。なお、従来例の各構成要素は
主にソフトウェアによって実現されているものである
が、以下では機能ブロックに置き換えて説明する。
[0004] A conventional circuit generator will be described below with reference to FIG.
This will be described with reference to FIG. Each component of the conventional example is mainly realized by software, but will be described below by replacing it with functional blocks.

【0005】図2は、従来の回路生成装置の構成を示す
ブロック図である。この回路生成装置は、入力ファイル
101、論理合成手段107、出力ファイル108によ
って構成されている。
FIG. 2 is a block diagram showing a configuration of a conventional circuit generator. This circuit generation device includes an input file 101, a logic synthesis unit 107, and an output file 108.

【0006】以下、図2の各部の動作について説明す
る。図2において、入力ファイル101は、所望の回路
を表すハードウェア記述言語(HDL)による回路記述
や、回路を表す記号による図面等を記した回路記述情
報、及び所望の回路動作速度を表す回路動作速度情報な
どの回路情報を有する。ここでハードウェア記述言語に
よる回路記述とは、例えばVerilog−HDL、V
HDL等のHDLによるRTL記述である。回路を表す
記号による図面とは、例えば回路を表す記号に対応する
論理ゲート、論理回路等の回路要素間の接続情報であ
る。また、回路を上位回路に組み込んで使用する場合、
回路動作速度は上位回路の動作速度になる。さらに、入
力ファイル101には、回路情報として回路の最大動作
速度情報を含む場合もある。
The operation of each unit shown in FIG. 2 will be described below. In FIG. 2, an input file 101 includes a circuit description in a hardware description language (HDL) representing a desired circuit, circuit description information describing a drawing or the like with a symbol representing the circuit, and a circuit operation representing a desired circuit operation speed. It has circuit information such as speed information. Here, the circuit description in the hardware description language is, for example, Verilog-HDL, V
This is an RTL description in HDL such as HDL. The drawing using symbols representing circuits is, for example, connection information between circuit elements such as logic gates and logic circuits corresponding to symbols representing circuits. Also, when the circuit is used by incorporating it into a higher-level circuit,
The circuit operation speed is equal to the operation speed of the host circuit. Further, the input file 101 may include the maximum operation speed information of the circuit as the circuit information.

【0007】ここで、回路動作速度情報、最大動作速度
情報は、例えばクロックが動作する時間間隔、すなわち
クロック周期を表す数値、或いは回路の入力から出力ま
での遅延時間を表す数値である。また、最大動作速度情
報とは、例えば回路が動作可能な最短のクロック周期、
或いは遅延時間の最小値をいう。
Here, the circuit operating speed information and the maximum operating speed information are, for example, numerical values representing time intervals during which the clock operates, that is, clock cycles, or numerical values representing the delay time from input to output of the circuit. The maximum operation speed information is, for example, the shortest clock cycle at which the circuit can operate,
Alternatively, it refers to the minimum value of the delay time.

【0008】こうした回路動作速度情報を含む回路情報
は、論理合成手段107に供給され、処理は論理合成手
段107に渡される。論理合成手段107は、入力ファ
イル101より供給される回路情報を、動作速度情報を
制約として論理合成することで、論理回路情報を生成す
る。ここで論理合成とは、例えばRTL HDL記述さ
れた内容から、LSIを構成する論理ゲート等に変換す
る情報処理をいう。したがって論理回路情報とは、例え
ばLSIを構成する論理ゲート等の接続情報である。
[0008] The circuit information including such circuit operation speed information is supplied to the logic synthesizing means 107, and the processing is passed to the logic synthesizing means 107. The logic synthesis unit 107 generates logic circuit information by performing logic synthesis on the circuit information supplied from the input file 101 with the operation speed information as a constraint. Here, the logic synthesis refers to information processing for converting, for example, the contents described in the RTL HDL into logic gates and the like constituting an LSI. Therefore, the logic circuit information is, for example, connection information of a logic gate or the like forming an LSI.

【0009】一般に、論理合成では回路情報が表す回路
の構成により最大動作速度が決定され、最大動作速度以
上の回路動作速度情報を制約として論理合成した場合で
も、最大動作速度以上で動作する回路を論理合成するこ
とはできない。こうした論理合成には、市販の論理合成
ツールが用いられ、論理合成手段107で生成された論
理回路情報は、出力ファイル108に供給され、処理は
出力ファイル108に渡される。出力ファイル108
は、論理合成手段107から供給された論理回路情報を
ファイル等に出力する。
In general, in logic synthesis, the maximum operation speed is determined by the configuration of the circuit represented by the circuit information. Even when logic synthesis is performed using circuit operation speed information higher than the maximum operation speed as a constraint, a circuit operating at the maximum operation speed or higher is determined. It cannot be logically synthesized. A commercially available logic synthesis tool is used for such logic synthesis, and the logic circuit information generated by the logic synthesis means 107 is supplied to an output file 108, and the processing is passed to the output file 108. Output file 108
Outputs the logic circuit information supplied from the logic synthesis unit 107 to a file or the like.

【0010】[0010]

【発明が解決しようとする課題】ところで、上述した従
来の回路生成装置では、回路を上位の回路に組み込んで
設計する際、組み込まれる回路の動作速度が該回路を組
み込む上位回路の動作速度に対して低速である場合は、
過去の設計資産として保持された回路をそのまま組み込
んで使用することができない。そこで、該回路と同等の
機能を有し、かつ高速に動作する新たな回路を生成する
ことが必要になる。
By the way, in the above-mentioned conventional circuit generating apparatus, when designing a circuit by incorporating it into a higher-level circuit, the operating speed of the integrated circuit is lower than the operating speed of the higher-level circuit incorporating the circuit. If you are slow
Circuits held as past design assets cannot be directly incorporated and used. Therefore, it is necessary to generate a new circuit having the same function as the circuit and operating at high speed.

【0011】従来、高速に動作する回路の生成には、回
路のパイプライン段数を増やすなどの回路の再設計が必
要である。ところが、こうした回路の再設計では、LS
I設計者自身が設計資産を作成していない等、該回路の
内部を詳細に熟知していない場合には、設計期間が長く
かかったり、回路資産を有効に利用できない等の問題が
あった。
Conventionally, in order to generate a circuit that operates at a high speed, it is necessary to redesign the circuit such as increasing the number of pipeline stages of the circuit. However, in such circuit redesign, LS
If the I-designer does not create the design resources by himself, and does not know the inside of the circuit in detail, there are problems such as a long design period and the inability to effectively use the circuit resources.

【0012】本発明は、このような問題点を解決するた
めになされたもので、回路を再設計することなく、同等
な機能を有し、かつ高速に動作可能な回路を生成するこ
とができる回路生成装置、回路生成方法及び回路生成の
ためのCAD設計装置を提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve such a problem, and a circuit having equivalent functions and capable of operating at high speed can be generated without redesigning the circuit. It is an object to provide a circuit generation device, a circuit generation method, and a CAD design device for circuit generation.

【0013】[0013]

【課題を解決するための手段】上記目的を達成するため
に、所望の回路を表すハードウェア記述言語による回路
記述や回路を表す記号による図面等を記した回路情報か
ら並列化した回路情報を生成する回路生成装置が提供さ
れる。この回路生成装置は、前記回路情報を入力するた
めの情報入力手段と、前記回路情報より並列化可能な回
路を選択する選択手段と、前記選択手段で選択された回
路を並列化回路に変換する際の並列度を決定する並列度
決定手段と、前記選択手段により選択された並列化可能
な回路の回路情報、及び並列度決定手段により決定され
た並列度から、並列化回路の回路情報を生成する回路情
報生成手段と、前記回路情報生成手段により生成された
回路情報を出力する出力手段と、から構成される。
In order to achieve the above object, parallelized circuit information is generated from circuit information describing a circuit description in a hardware description language representing a desired circuit, drawings including symbols representing the circuit, and the like. A circuit generating device is provided. The circuit generation device includes an information input unit for inputting the circuit information, a selection unit that selects a circuit that can be parallelized from the circuit information, and converts the circuit selected by the selection unit into a parallelized circuit. Means for determining the degree of parallelism, circuit information of the parallelizable circuit selected by the selecting means, and circuit information of the parallelized circuit generated from the degree of parallelism determined by the parallelism determining means. Circuit information generating means, and output means for outputting the circuit information generated by the circuit information generating means.

【0014】上記構成の回路生成装置を用いることで、
回路の処理を並列処理する並列化回路を生成することが
でき、蓄積された回路設計情報を設計者が再設計するこ
となく、同等の機能を有し、かつ高速に動作する回路を
生成することが可能になる。
By using the circuit generating device having the above configuration,
It is possible to generate a parallelized circuit that performs parallel processing of circuits, and to generate a circuit that has equivalent functions and operates at high speed without the designer redesigning the stored circuit design information. Becomes possible.

【0015】[0015]

【発明の実施の形態】以下、本発明の実施の形態につい
て、図面を参照して説明する。図1は、実施の形態にか
かる回路生成装置の構成を示すブロック図である。この
回路生成装置は主にソフトウェアによって実現されてい
るものであるが、以下では機能ブロックに置き換えて説
明する。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram illustrating a configuration of the circuit generation device according to the embodiment. This circuit generation device is mainly realized by software, but will be described below by replacing it with functional blocks.

【0016】図1において、101は入力ファイル、1
02は並列化検証手段、103は必要並列度抽出手段、
104は並列度決定手段、105は並列化回路生成手
段、106は記録ファイル、107,108はそれぞれ
図2の従来装置と同じ論理合成手段、出力ファイルであ
る。
In FIG. 1, reference numeral 101 denotes an input file, 1
02 is a parallelization verification unit, 103 is a necessary parallelism extraction unit,
Reference numeral 104 denotes a parallelism determining means, 105 denotes a parallelized circuit generating means, 106 denotes a recording file, and 107 and 108 denote logic synthesizing means and output files, respectively, which are the same as those of the conventional apparatus of FIG.

【0017】入力ファイル101には、所望の回路を表
すハードウェア記述言語による回路記述や、回路を表す
記号による図面等を記した回路記述情報の他、所望の回
路動作速度を表す回路動作速度情報等の回路情報が入力
されている。このうち回路記述情報は並列化検証手段1
02に供給され、回路動作速度情報は必要並列度抽出手
段103、論理合成手段107に供給され、処理は並列
化検証手段102に渡される。
The input file 101 includes, in addition to a circuit description in a hardware description language representing a desired circuit, circuit description information describing drawings and the like using symbols representing the circuit, and circuit operation speed information representing a desired circuit operation speed. And other circuit information. Of these, the circuit description information is the parallelization verification means 1
02, the circuit operating speed information is supplied to the necessary parallelism extracting means 103 and the logic synthesizing means 107, and the processing is passed to the parallelization verifying means 102.

【0018】並列化検証手段102は、入力ファイル1
01から供給される回路記述情報が表す回路の特性を検
査して、回路が並列化可能か否かを判断するものであ
る。ここでは、並列化できる回路の種類としては、例え
ば組み合わせ論理回路、或いは組み合わせ論理回路をパ
イプライン化した回路等である。こうした回路の特性を
検査するためには、例えば市販の論理合成ツール、或い
は市販のハードウェア記述構文解析ツール等を用いるこ
とができる。
The parallelization verification means 102 determines whether the input file 1
The circuit characteristic indicated by the circuit description information supplied from 01 is inspected to determine whether the circuit can be parallelized. Here, the types of circuits that can be parallelized include, for example, a combinational logic circuit or a circuit in which the combinational logic circuit is pipelined. In order to inspect the characteristics of such a circuit, for example, a commercially available logic synthesis tool, a commercially available hardware description parsing tool, or the like can be used.

【0019】回路が並列化可能な場合、回路記述情報は
必要並列度抽出手段103へ供給され、処理は必要並列
度抽出手段103に渡される。回路が並列化不可能の場
合には、回路記述情報は論理合成手段107へ供給さ
れ、処理は論理合成手段107に渡される。
If the circuit can be parallelized, the circuit description information is supplied to the necessary parallelism extracting means 103, and the processing is passed to the necessary parallelism extracting means 103. If the circuit cannot be parallelized, the circuit description information is supplied to the logic synthesizing means 107, and the processing is passed to the logic synthesizing means 107.

【0020】必要並列度抽出手段103は、上記入力フ
ァイル101から供給された回路動作速度情報、及び並
列化検証手段102から供給された回路記述情報によ
り、回路が所望の動作速度で動作するために必要な並列
度を抽出するものである。ここで、回路情報に回路の最
大動作速度情報が含まれない場合、回路特性を検査し回
路の最大動作速度情報を得る。回路特性を検査するため
には、例えば市販の論理合成ツール、市販の静的タイミ
ング解析ツール、市販のハードウェア記述構文解析ツー
ル等を用いる。
The required parallelism extraction means 103 uses the circuit operation speed information supplied from the input file 101 and the circuit description information supplied from the parallelization verification means 102 to operate the circuit at a desired operation speed. The necessary degree of parallelism is extracted. Here, when the circuit information does not include the maximum operating speed information of the circuit, the circuit characteristics are inspected to obtain the maximum operating speed information of the circuit. In order to inspect the circuit characteristics, for example, a commercially available logic synthesis tool, a commercially available static timing analysis tool, a commercially available hardware description syntax analysis tool, or the like is used.

【0021】必要並列度Nminは、回路動作速度情報
であるクロック周期、或いは遅延時間の値(SYSCL
K−DELAY)、及び回路の最大動作速度情報である
最短クロック周期、或いは最大遅延時間の値(CIRC
UIT−DELAY)から、以下の式で求められる。
The required parallelism Nmin is a value of a clock cycle or delay time (SYSCL) which is circuit operation speed information.
K-DELAY) and the value of the shortest clock cycle or the maximum delay time, which is the maximum operating speed information of the circuit (CIRC
(UIT-DELAY) is obtained by the following equation.

【0022】[0022]

【数1】Nmin={CIRCUIT−DELAY/S
YSCLK−DELAY} 以上の最小自然数したがって、SYSCLK−DELA
YがCIRCUIT−DELAY以上であれば、必要並
列度Nminは1となる。
Nmin = {CIRCUIT-DELAY / S
YSCLK-DELAY} Minimum natural number greater than or equal to SYSCLK-DELA
If Y is equal to or greater than CIRCUIT-DELAY, the necessary degree of parallelism Nmin is 1.

【0023】この必要並列度を含む回路情報は、並列度
決定手段104へ供給される。処理は、この並列度決定
手段104に渡される。並列度決定手段104は、必要
並列度抽出手段103から供給された必要並列度に基づ
いて、回路を並列化回路に変換する際の並列度を決定す
る。並列度は、必要並列度をNminとすると、Nmi
nに等しいか、それ以上の任意の自然数となる。すなわ
ち、並列度Nは必要並列度Nminであってもよい。こ
の並列度Nは、例えば設計者が指示することができる。
あるいは、必要並列度Nminをそのまま使用すること
もできる。さらに、市販の論理合成ツール等を用いて、
回路要素の回路特性等を評価して、所定の関数に基づい
て決定することもできる。
The circuit information including the required degree of parallelism is supplied to the degree of parallelism determining means 104. The processing is passed to the parallel degree determining means 104. The parallel degree determining means 104 determines the parallel degree at the time of converting the circuit into a parallel circuit based on the required parallel degree supplied from the necessary parallel degree extracting means 103. The degree of parallelism is Nmi, where Nmin is the required degree of parallelism.
Any natural number equal to or greater than n. That is, the parallel degree N may be the necessary parallel degree Nmin. The degree of parallelism N can be specified by a designer, for example.
Alternatively, the necessary parallelism Nmin can be used as it is. Furthermore, using a commercially available logic synthesis tool, etc.,
It is also possible to evaluate the circuit characteristics and the like of the circuit element and determine the value based on a predetermined function.

【0024】並列度決定手段104で求めた並列度は、
回路情報と共に並列化回路生成手段105に供給され、
処理はこの並列化回路生成手段105に渡される。並列
化回路生成手段105は、並列度決定手段104より供
給される回路情報、及び並列度決定手段104で決定さ
れた並列度に基づいて、新たに並列化した回路情報を生
成するものである。次に説明する図3乃至図11は、並
列化回路への変換例である。
The parallel degree obtained by the parallel degree determining means 104 is
It is supplied to the parallelized circuit generation means 105 together with the circuit information,
The processing is passed to the parallelized circuit generating means 105. The parallelized circuit generating means 105 generates newly parallelized circuit information based on the circuit information supplied from the parallelism determining means 104 and the parallelism determined by the parallelism determining means 104. FIGS. 3 to 11 to be described next are examples of conversion to a parallelized circuit.

【0025】図3は、並列化する回路の一例を示すブロ
ック図である。図において、SYSCLK101はクロ
ック信号線、IN101は入力信号線、IFF101は
入力信号記憶装置、C101は組み合わせ論理回路(或
いは組み合わせ論理回路をパイプライン化した回路、以
下の説明も同様とする)、OFF101は出力信号記憶
装置、OUT101は出力信号線である。
FIG. 3 is a block diagram showing an example of a circuit to be parallelized. In the figure, SYSCLK 101 is a clock signal line, IN 101 is an input signal line, IFF 101 is an input signal storage device, C 101 is a combinational logic circuit (or a circuit in which the combinational logic circuit is pipelined, the same applies to the following description), and OFF 101 is The output signal storage device OUT101 is an output signal line.

【0026】クロック信号線SYSCLK101には、
並列化する回路が組み込まれた上位の回路より供給され
るクロック信号SYSCLKが供給され、それぞれ入力
信号記憶装置IFF101、組み合わせ論理回路C10
1、出力信号記憶装置OFF101に供給されている。
The clock signal line SYSCLK101 has
A clock signal SYSCLK supplied from a higher-level circuit in which a circuit to be parallelized is incorporated is supplied, and the input signal storage device IFF101 and the combinational logic circuit C10 are supplied.
1. The output signal is supplied to the output signal storage device OFF101.

【0027】入力信号線IN101は、並列化する回路
が組み込まれた上位の回路から入力信号INを供給する
ためのもので、入力信号記憶装置IFF101に接続さ
れている。入力信号INの信号線数は単数であっても、
複数であってもよい。
The input signal line IN101 is for supplying the input signal IN from an upper-level circuit in which a circuit to be parallelized is incorporated, and is connected to the input signal storage device IFF101. Even if the number of signal lines of the input signal IN is single,
There may be more than one.

【0028】入力信号記憶装置IFF101は、入力信
号線IN101から供給された入力信号INをクロック
信号SYSCLKに同期して記憶する。記憶した信号
は、組み合わせ論理回路C101に供給される。
The input signal storage device IFF101 stores the input signal IN supplied from the input signal line IN101 in synchronization with the clock signal SYSCLK. The stored signal is supplied to the combinational logic circuit C101.

【0029】組み合わせ論理回路C101は、入力信号
記憶装置IFF101から供給された信号を論理演算す
るものである。この組み合わせ論理回路C101では、
動作可能な最短のクロック周期、或いは最大遅延時間
(CIRCUIT−DELAY)をD、レイテンシをM
としている。演算結果は出力信号記憶装置OFF101
に供給される。組み合わせ論理回路C101では、パイ
プライン化した回路の場合、その動作速度はクロック信
号SYSCLKの周波数により決定される。
The combinational logic circuit C101 performs a logical operation on the signal supplied from the input signal storage device IFF101. In this combinational logic circuit C101,
The shortest operable clock cycle or the maximum delay time (CIRCUIT-DELAY) is D, and the latency is M
And The calculation result is output signal storage device OFF101.
Supplied to In the combinational logic circuit C101, in the case of a pipelined circuit, the operation speed is determined by the frequency of the clock signal SYSCLK.

【0030】出力信号記憶装置OFF101は、組み合
わせ論理回路C101から供給された信号をクロック信
号SYSCLKに同期して記憶する。記憶された信号
は、出力信号線OUT101から出力される。この出力
信号線OUT101の信号線数は単数であっても、複数
であってもよい。
The output signal storage device OFF101 stores the signal supplied from the combinational logic circuit C101 in synchronization with the clock signal SYSCLK. The stored signal is output from the output signal line OUT101. The number of output signal lines OUT101 may be singular or plural.

【0031】出力信号線OUT101は、出力信号OU
Tを並列化する回路が組み込まれた上位の回路に供給す
るものである。図3の並列化する回路の最大動作速度情
報はD、レイテンシはM+2である。ここでレイテンシ
とは、例えば入力信号INが入力信号線IN101から
図3の並列化する回路に供給されてから、論理演算結果
が出力信号線OUT101から外部に出力されるまで
の、クロック信号SYSCLKの動作回数である。これ
は、並列化する回路のパイプライン段数に等しい。
The output signal line OUT101 is connected to the output signal OU.
This is supplied to a higher-level circuit in which a circuit for parallelizing T is incorporated. The maximum operating speed information of the circuit to be parallelized in FIG. 3 is D, and the latency is M + 2. Here, the latency refers to, for example, the clock signal SYSCLK from when the input signal IN is supplied from the input signal line IN101 to the parallelizing circuit in FIG. 3 to when the logical operation result is output to the outside from the output signal line OUT101. The number of operations. This is equal to the number of pipeline stages of the circuit to be parallelized.

【0032】つぎに、図3に示す並列化する回路に基づ
いて生成された並列化回路について説明する。図4、図
5、図6は、それぞれ並列化した回路情報により構成さ
れる並列化回路の一例を示すブロック図である。これら
の図において、図3と同一回路部品及び信号要素には、
同一の符号を付けている。
Next, a parallelizing circuit generated based on the parallelizing circuit shown in FIG. 3 will be described. FIG. 4, FIG. 5, and FIG. 6 are block diagrams each showing an example of a parallelized circuit constituted by parallelized circuit information. In these figures, the same circuit components and signal elements as in FIG.
The same reference numerals are given.

【0033】図4に示す第1の並列化回路は、出力信号
の遅延時間の短縮、及びレイテンシの短縮を優先した例
である。出力信号の遅延時間とは、例えばクロック信号
SYSCLKが動作してから、出力信号記憶装置OFF
101に記憶された信号が出力信号線OUT101から
出力されるまでの時間をいう。図7は、図4の並列化回
路における各信号線の時系列変化を示す図である。
The first parallel circuit shown in FIG. 4 is an example in which the priority is given to the reduction of the delay time of the output signal and the reduction of the latency. The delay time of the output signal refers to, for example, the time when the clock signal SYSCLK operates and the time when the output signal storage device is turned off.
It refers to the time until the signal stored in 101 is output from the output signal line OUT101. FIG. 7 is a diagram showing a time-series change of each signal line in the parallelization circuit of FIG.

【0034】また、図5に示す第2の並列化回路は、組
み合わせ論理回路の出力遅延余裕度の伸張、及びレイテ
ンシの短縮を優先した例である。出力遅延余裕度とは、
例えば組み合わせ論理回路C101,C102,C10
3の出力信号を出力信号記憶装置OFF101で記憶す
るまでの時間をいう。組み合わせ論理回路C101,C
102,C103の出力遅延余裕度が大きい程、並列化
回路は安定した高速動作が可能になる。図8は、図5の
並列化回路における各信号線の時系列変化を示す図であ
る。
The second parallel circuit shown in FIG. 5 is an example in which expansion of the output delay margin of the combinational logic circuit and reduction of the latency are prioritized. The output delay margin is
For example, the combinational logic circuits C101, C102, C10
3 means the time until the output signal is stored in the output signal storage device OFF101. Combinational logic circuit C101, C
The larger the output delay margin of 102 and C103, the more stable the parallel circuit can operate at high speed. FIG. 8 is a diagram showing a time-series change of each signal line in the parallel circuit of FIG.

【0035】さらに、図6に示す第3の並列化回路は、
組み合わせ論理回路の出力遅延余裕度の伸張、及び出力
信号の遅延時間の短縮を優先した例である。図9は、図
6の並列化回路における各信号線の時系列変化を示す図
である。 (第1の並列化回路)図4に示す第1の並列化回路につ
いて、さらに説明する。この第1の並列化回路は、図3
のものと比較した場合、新たに並列化クロック信号線C
LK101、CLK102、CLK103、入力信号記
憶装置IFF102、IFF103、組み合わせ論理回
路C102、C103、信号線CO101、CO10
2、CO103、信号選択装置SEL101、信号選択
装置出力線SO101を付加した構成となっている。こ
の並列化回路では、並列度決定手段104から供給され
る並列度がNであった場合には、N個の並列化クロック
信号、入力信号記憶装置、組み合わせ論理回路、信号線
を用いることで、処理をN並列に実行できる。
Further, the third parallel circuit shown in FIG.
This is an example in which priority is given to extending the output delay margin of the combinational logic circuit and shortening the delay time of the output signal. FIG. 9 is a diagram showing a time-series change of each signal line in the parallel circuit of FIG. (First Parallelized Circuit) The first parallelized circuit shown in FIG. 4 will be further described. This first parallel circuit is shown in FIG.
When compared with the parallel clock signal line C
LK101, CLK102, CLK103, input signal storage devices IFF102, IFF103, combinational logic circuits C102, C103, signal lines CO101, CO10
2, CO103, a signal selection device SEL101, and a signal selection device output line SO101. In this parallelization circuit, when the parallelism supplied from the parallelism determination means 104 is N, by using N parallel clock signals, input signal storage devices, combinational logic circuits, and signal lines, Processing can be executed in N parallel.

【0036】図4の各回路には、理解を容易にするため
に、入力信号線IN101から分岐する各ブロックに、
その処理担当の順に番号を付加している。すなわち、1
番目のクロック信号線はCLK101、入力信号記憶装
置はIFF101、組み合わせ論理回路はC101、信
号線はCO101である。同様に、1以上N以下の任意
の数をiとすると、i番目のクロック信号線はCLK1
02、入力信号記憶装置はIFF102、組み合わせ論
理回路はC102、信号線はCO102である。また、
N番目のクロック信号線はCLK103、入力信号記憶
装置はIFF103、組み合わせ論理回路はC103、
信号線はCO103である。
In each circuit shown in FIG. 4, each block branched from the input signal line IN101 includes:
The numbers are added in the order of the processing charge. That is, 1
The clock signal line is CLK101, the input signal storage device is IFF101, the combinational logic circuit is C101, and the signal line is CO101. Similarly, if an arbitrary number from 1 to N is i, the i-th clock signal line is CLK1
02, the input signal storage device is IFF102, the combinational logic circuit is C102, and the signal line is CO102. Also,
The Nth clock signal line is CLK103, the input signal storage device is IFF103, the combinational logic circuit is C103,
The signal line is CO103.

【0037】つぎに、図7を参照しながら、第1の並列
化回路の動作を説明する。並列化クロック信号CLK
[1]、CLK[i]、CLK[N]は、この並列化回
路に入力された入力信号INを並列に処理するためのク
ロック信号であって、それぞれ入力信号記憶装置IFF
101、IFF102、IFF103、組み合わせ論理
回路C101、C102、C103に供給されている。
並列化クロック信号CLK[1]、CLK[i]、CL
K[N]の動作周期は、クロック信号SYSCLKのN
回の動作に相当する周期とする。
Next, the operation of the first parallelizing circuit will be described with reference to FIG. Parallel clock signal CLK
[1], CLK [i], and CLK [N] are clock signals for processing the input signal IN input to the parallelization circuit in parallel, and are input signal storage devices IFF, respectively.
101, IFF102, IFF103, and combinational logic circuits C101, C102, C103.
Parallelized clock signals CLK [1], CLK [i], CL
The operation cycle of K [N] is equal to N of the clock signal SYSCLK.
A cycle corresponding to one operation.

【0038】並列化クロック信号CLK[1]、CLK
[i]、CLK[N]は、クロック信号SYSCLKの
動作に同期して入力信号線IN101から供給される信
号値を処理する順番に動作する。すなわち、並列化クロ
ック信号CLK[1]は、1番目の入力信号の処理を担
当するので、1番目のクロック信号線SYSCLK10
1に同期して生成され、かつクロック信号SYSCLK
のN倍の周期となる。同様に、並列化クロック信号CL
K[i]は、i番目の入力信号の処理を担当するので、
i番目のクロック信号線SYSCLK101に同期して
生成され、かつクロック信号SYSCLKのN倍の周期
となる。さらに、並列化クロック信号CLK[N]は、
N番目の入力信号の処理を担当するので、N番目のクロ
ック信号線SYSCLK101に同期して生成され、か
つクロック信号SYSCLKのN倍の周期となる。
Parallelized clock signals CLK [1], CLK
[I] and CLK [N] operate in the order of processing the signal values supplied from the input signal line IN101 in synchronization with the operation of the clock signal SYSCLK. That is, the parallelized clock signal CLK [1] is responsible for processing the first input signal, and therefore the first clock signal line SYSCLK10
1 and the clock signal SYSCLK
Is N times as large as the period. Similarly, the parallel clock signal CL
K [i] is responsible for processing the i-th input signal,
It is generated in synchronization with the i-th clock signal line SYSCLK101 and has a period N times as long as the clock signal SYSCLK. Further, the parallelized clock signal CLK [N] is
Since it is in charge of the processing of the Nth input signal, it is generated in synchronization with the Nth clock signal line SYSCLK101, and has a cycle N times the clock signal SYSCLK.

【0039】入力信号記憶装置IFF101、IFF1
02、IFF103は、入力信号線IN101から供給
される信号をそれぞれ並列化クロック信号CLK
[1],CLK[i]、CLK[N]の動作により記憶
する。すなわち、入力信号記憶装置IFF101は、入
力信号線IN101からの信号を並列化クロック信号C
LK[1]の動作により記憶し、入力信号記憶装置IF
F102は、入力信号線IN101からの信号を並列化
クロック信号CLK[i]の動作により記憶し、入力信
号記憶装置IFF103は、入力信号線IN101から
の信号を並列化クロック信号CLK[N]の動作により
記憶する。入力信号線IN101の信号線数は、単数で
あっても複数であってもよい。記憶された信号は、それ
ぞれ対応する組み合わせ論理回路C101、C102、
C103に供給される。
Input signal storage devices IFF101, IFF1
02, the IFF 103 converts the signal supplied from the input signal line IN101 into the parallel clock signal CLK, respectively.
[1], stored by the operation of CLK [i] and CLK [N]. That is, the input signal storage device IFF101 converts the signal from the input signal line IN101 into the parallel clock signal C
LK [1], and stores the input signal storage device IF
F102 stores the signal from the input signal line IN101 by the operation of the parallelized clock signal CLK [i], and the input signal storage device IFF103 stores the signal from the input signal line IN101 in the operation of the parallelized clock signal CLK [N]. Remember by The number of input signal lines IN101 may be one or more. The stored signals are respectively associated with combinational logic circuits C101, C102,
It is supplied to C103.

【0040】組み合わせ論理回路C101、C102、
C103は、それぞれ供給された信号を論理演算する。
ここで、C101、C102、C103はいずれも図3
に示した組み合わせ論理回路C101と同一構成の回路
である。論理演算結果は信号線CO101、CO10
2、CO103を経て信号選択装置SEL101に供給
される。
The combinational logic circuits C101, C102,
C103 performs a logical operation on the supplied signals.
Here, C101, C102 and C103 are all shown in FIG.
Is a circuit having the same configuration as the combinational logic circuit C101 shown in FIG. The result of the logical operation is indicated by signal lines CO101 and CO10.
2. The signal is supplied to the signal selection device SEL101 via the CO103.

【0041】信号選択装置SEL101は、信号線CO
101、CO102、CO103を経て入力される組み
合わせ論理回路C101、C102、C103の信号の
うち、論理演算処理が終了した1信号を選択するもので
ある。入力信号INの論理演算処理は、クロック信号S
YSCLKの動作に同期して入力順に終了するため、例
えばクロック信号SYSCLKの動作に同期するN進バ
イナリカウンタ装置等の出力を用いて選択できる。
The signal selection device SEL101 is connected to the signal line CO.
One of the signals of the combinational logic circuits C101, C102, and C103, which are input via the circuits 101, CO102, and CO103, selects one signal for which the logical operation processing has been completed. The logical operation of the input signal IN is performed by the clock signal S
Since the processing is completed in the order of input in synchronization with the operation of YSCLK, selection can be made by using an output of, for example, an N-ary binary counter device synchronized with the operation of the clock signal SYSCLK.

【0042】組み合わせ論理回路C101のレイテン
シ、すなわちパイプライン段数をMとする。このとき、
C101が組み合わせ回路の場合はMを0とする。ま
た、図7に示すように、入力信号線IN101から供給
される1番目の信号をID[1]とする。このID
[1]を入力信号記憶装置IFF101に記憶するため
のクロック信号SYSCLKの動作を1番目の動作とす
ると、信号線CO101に論理演算結果C[1]が出力
されるのは、クロック信号SYSCLKの(M+1)*
N番目の動作後である。
It is assumed that the latency of the combinational logic circuit C101, that is, the number of pipeline stages is M. At this time,
If C101 is a combinational circuit, M is set to 0. Further, as shown in FIG. 7, the first signal supplied from the input signal line IN101 is ID [1]. This ID
Assuming that the operation of the clock signal SYSCLK for storing [1] in the input signal storage device IFF101 is the first operation, the logical operation result C [1] is output to the signal line CO101 only when the clock signal SYSCLK ( M + 1) *
After the Nth operation.

【0043】同様に、入力信号線IN101から供給さ
れるi番目の信号をID[i]とすると、このID
[i]を入力信号記憶装置IFF102に記憶するため
のクロック信号SYSCLKの動作はi番目の動作とな
り、信号線CO102に論理演算結果C[i]が出力さ
れるのは、クロック信号SYSCLKの(M+1)*N
+i−1番目の動作後である。
Similarly, if the i-th signal supplied from the input signal line IN101 is ID [i],
The operation of the clock signal SYSCLK for storing [i] in the input signal storage device IFF102 is the i-th operation, and the logical operation result C [i] is output to the signal line CO102 because (M + 1) of the clock signal SYSCLK. ) * N
+ I-1 after the first operation.

【0044】さらに、入力信号線IN101から供給さ
れるN番目の信号をID[N]とすると、このID
[N]を入力信号記憶装置IFF103に記憶するため
のクロック信号SYSCLKの動作はN番目の動作とな
り、信号線CO103に論理演算結果C[N]が出力さ
れるのは、クロック信号SYSCLKの(M+1)*N
+N−1番目の動作後である。
Further, assuming that the N-th signal supplied from the input signal line IN101 is ID [N], this ID
The operation of the clock signal SYSCLK for storing [N] in the input signal storage device IFF103 is the Nth operation, and the logical operation result C [N] is output to the signal line CO103 only when (M + 1) of the clock signal SYSCLK is output. ) * N
After the (+ N-1) th operation.

【0045】以上のように、第1の並列化回路ではクロ
ック信号SYSCLKのN個の動作を1周期としてパイ
プライン動作しているので、論理演算処理が終了した信
号線は、クロック信号SYSCLKの動作番号をNで割
ったときの剰余でもって一意に選択できる。信号選択装
置SEL101のN進バイナリカウンタ装置として、例
えばクロック信号SYSCLKの1番目の動作直後に1
を、i番目の動作直後にiを、N番目の動作直後にN
を、N+1番目の動作直後に1を出力するものを用いれ
ば、信号選択装置SEL101では値Nのときに信号線
CO101を選択し、値i−1のときに信号線CO10
2を選択し、値N−1のときに信号線CO103を選択
することができる。選択された信号は、信号選択装置S
EL101から出力線SO101を介して出力信号記憶
装置OFF101に出力される。
As described above, in the first parallel circuit, the pipeline operation is performed with the N operations of the clock signal SYSCLK as one cycle. Therefore, the signal line on which the logical operation processing has been completed is operated by the clock signal SYSCLK. The number can be uniquely selected by the remainder when the number is divided by N. As the N-ary binary counter device of the signal selection device SEL101, for example, 1 is set immediately after the first operation of the clock signal SYSCLK.
, I immediately after the i-th operation, and N immediately after the N-th operation.
Is used, the signal selecting device SEL101 selects the signal line CO101 when the value is N, and selects the signal line CO10 when the value is i−1.
2, the signal line CO103 can be selected when the value is N-1. The selected signal is output from the signal selection device S
The signal is output from the EL 101 to the output signal storage device OFF101 via the output line SO101.

【0046】出力信号記憶装置OFF101は、信号選
択装置SEL101から供給された信号をクロック信号
SYSCLKの動作により記憶する。出力信号OUTの
信号線数は、単数であっても複数であってもよい。出力
信号記憶装置OFF101に記憶された信号は、クロッ
ク信号SYSCLKの動作により出力される。
The output signal storage device OFF101 stores the signal supplied from the signal selection device SEL101 by the operation of the clock signal SYSCLK. The number of signal lines of the output signal OUT may be singular or plural. The signal stored in the output signal storage device OFF101 is output by the operation of the clock signal SYSCLK.

【0047】出力信号線OUT101は、出力信号OU
Tを並列化回路の外部に供給するためのものである。図
10は、第1の並列化回路の等価回路を示すブロック図
である。図10の等価回路では、組み合わせ論理回路C
104の最大動作速度情報(CIRCUIT−DELA
Y)がD/Nであり、レイテンシが(M+1)*N+1
となっている。ここで、Dは並列化していない図3に示
す組み合わせ論理回路C101の動作可能な最短のクロ
ック周期、或いは最大遅延時間(CIRCUIT−DE
LAY)であり、Mはそのレイテンシである。したがっ
て、図1に示す回路生成装置により並列化回路に変換処
理することで、図3に示す回路と等価な機能を備え、か
つ最大N倍の動作速度で動作可能な、レイテンシ(M+
1)*N+1の並列化回路の回路情報を生成できる。 (第2の並列化回路)図5に示す第2の並列化回路につ
いて、さらに説明する。この第2の並列化回路は、図3
のものと比較した場合、出力信号記憶装置OFF101
を削除し、新たに並列化クロック信号線CLK101,
CLK102,CLK103、入力信号記憶装置IFF
102,IFF103、組み合わせ論理回路C102,
C103、それぞれの論理演算結果を保持するための出
力信号記憶装置PFF101,PFF102,PFF1
03、信号線CO101,CO102,CO103、信
号選択装置SEL101、信号選択装置出力線SO10
1を付加した構成となっている。この並列化回路では、
並列度決定手段104から供給される並列度がNであっ
た場合には、N個の並列化クロック信号、入力信号記憶
装置、組み合わせ論理回路、信号線を用いることで、処
理をN並列に実行できる。
The output signal line OUT101 is connected to the output signal OU
This is for supplying T to the outside of the parallel circuit. FIG. 10 is a block diagram showing an equivalent circuit of the first parallelized circuit. In the equivalent circuit of FIG.
104 maximum operating speed information (CIRCUIT-DELA)
Y) is D / N, and latency is (M + 1) * N + 1
It has become. Here, D is the shortest clock cycle in which the combinational logic circuit C101 shown in FIG. 3 that is not parallelized can operate or the maximum delay time (CIRCUIT-DE).
LAY), and M is the latency. Therefore, by performing conversion processing into a parallelized circuit by the circuit generation device shown in FIG. 1, the latency (M +) having a function equivalent to that of the circuit shown in FIG.
1) Circuit information of * N + 1 parallel circuits can be generated. (Second parallel circuit) The second parallel circuit shown in FIG. 5 will be further described. This second parallel circuit is shown in FIG.
Output signal storage device OFF101
, And the parallelized clock signal lines CLK101, CLK101,
CLK102, CLK103, input signal storage device IFF
102, IFF103, combinational logic circuit C102,
C103, output signal storage devices PFF101, PFF102, PFF1 for holding respective logical operation results
03, signal lines CO101, CO102, CO103, signal selection device SEL101, signal selection device output line SO10
1 is added. In this parallelized circuit,
If the degree of parallelism supplied from the degree-of-parallel determination means 104 is N, the process is executed in N parallel by using N parallel clock signals, input signal storage devices, combinational logic circuits, and signal lines. it can.

【0048】図5の各回路には、理解を容易にするため
に、入力信号線IN101から分岐する各ブロックに、
その処理担当の順に番号を付加している。すなわち、1
番目のクロック信号線はCLK101、入力信号記憶装
置はIFF101、組み合わせ論理回路はC101、出
力信号記憶装置はPFF101、信号線はCO101で
ある。同様に、1以上N以下の任意の数をiとすると、
i番目のクロック信号線はCLK102、入力信号記憶
装置はIFF102、組み合わせ論理回路はC102、
出力信号記憶装置はPFF102、信号線はCO102
である。また、N番目のクロック信号線はCLK10
3、入力信号記憶装置はIFF103、組み合わせ論理
回路はC103、出力信号記憶装置はPFF103、信
号線はCO103である。
Each circuit shown in FIG. 5 includes, in order to facilitate understanding, each block branched from the input signal line IN101.
The numbers are added in the order of the processing charge. That is, 1
The first clock signal line is CLK101, the input signal storage device is IFF101, the combinational logic circuit is C101, the output signal storage device is PFF101, and the signal line is CO101. Similarly, if i is any number from 1 to N,
The i-th clock signal line is CLK102, the input signal storage device is IFF102, the combinational logic circuit is C102,
Output signal storage device is PFF102, signal line is CO102
It is. The N-th clock signal line is CLK10
3. The input signal storage device is IFF103, the combinational logic circuit is C103, the output signal storage device is PFF103, and the signal line is CO103.

【0049】つぎに、第2の並列化回路の動作を説明す
る。並列化クロック信号CLK[1]、CLK[i]、
CLK[N]は、この並列化回路に入力された信号IN
を並列に処理するためのクロック信号であって、それぞ
れ入力信号記憶装置IFF101,IFF102,IF
F103、組み合わせ論理回路C101,C102,C
103に供給されている。並列化クロック信号CLK
[1]、CLK[i]、CLK[N]の動作周期は、ク
ロック信号SYSCLKのN回の動作に相当する周期と
する。
Next, the operation of the second parallelizing circuit will be described. The parallelized clock signals CLK [1], CLK [i],
CLK [N] is the signal IN input to the parallel circuit.
Are processed in parallel, and the input signal storage devices IFF101, IFF102, IF
F103, combinational logic circuits C101, C102, C
103. Parallel clock signal CLK
The operation cycle of [1], CLK [i], and CLK [N] is a cycle corresponding to N operations of the clock signal SYSCLK.

【0050】並列化クロック信号CLK[1]、CLK
[i]、CLK[N]は、クロック信号SYSCLKの
動作に同期して入力信号線IN101から供給される信
号値を処理する順番に動作する。すなわち、並列化クロ
ック信号CLK[1]は、1番目の入力信号の処理を担
当するので、1番目のクロック信号線SYSCLK10
1に同期して生成され、かつクロック信号SYSCLK
のN倍の周期となる。同様に、クロック信号CLK
[i]は、i番目の入力信号の処理を担当するので、i
番目のクロック信号線SYSCLK101に同期して生
成され、かつクロック信号SYSCLKのN倍の周期と
なる。さらに、クロック信号CLK[N]は、N番目の
入力信号の処理を担当するので、N番目のクロック信号
線SYSCLK101に同期して生成され、かつクロッ
ク信号SYSCLKのN倍の周期となる。
The parallelized clock signals CLK [1], CLK
[I] and CLK [N] operate in the order of processing the signal values supplied from the input signal line IN101 in synchronization with the operation of the clock signal SYSCLK. That is, the parallelized clock signal CLK [1] is responsible for processing the first input signal, and therefore the first clock signal line SYSCLK10
1 and the clock signal SYSCLK
Is N times as large as the period. Similarly, clock signal CLK
[I] is responsible for processing the i-th input signal, so i
The clock signal is generated in synchronization with the clock signal line SYSCLK101 and has a cycle N times as long as the clock signal SYSCLK. Further, since the clock signal CLK [N] is responsible for processing the Nth input signal, the clock signal CLK [N] is generated in synchronization with the Nth clock signal line SYSCLK101 and has a cycle N times the clock signal SYSCLK.

【0051】入力信号記憶装置IFF101,IFF1
02,IFF103は、入力信号線IN101から供給
される信号をそれぞれ並列化クロック信号CLK
[1]、CLK[i]、CLK[N]の動作により記憶
する。すなわち、入力信号記憶装置IFF101は、入
力信号線IN101からの信号を並列化クロック信号C
LK[1]の動作により記憶し、入力信号記憶装置IF
F102は、入力信号線IN101からの信号を並列化
クロック信号CLK[i]の動作により記憶し、入力信
号記憶装置IFF103は、入力信号線IN101から
の信号を並列化クロック信号CLK[N]の動作により
記憶する。入力信号線IN101の信号線数は、単数で
あっても複数であってもよい。記憶された信号は、それ
ぞれ対応する組み合わせ論理回路C101,C102,
C103に供給される。
Input signal storage devices IFF101, IFF1
02 and the IFF 103 convert the signal supplied from the input signal line IN101 into the parallel clock signal CLK, respectively.
[1], stored by the operation of CLK [i], CLK [N]. That is, the input signal storage device IFF101 converts the signal from the input signal line IN101 into the parallel clock signal C
LK [1], and stores the input signal storage device IF
F102 stores the signal from the input signal line IN101 by the operation of the parallelized clock signal CLK [i], and the input signal storage device IFF103 stores the signal from the input signal line IN101 in the operation of the parallelized clock signal CLK [N]. Remember by The number of input signal lines IN101 may be one or more. The stored signals correspond to the corresponding combinational logic circuits C101, C102,
It is supplied to C103.

【0052】組み合わせ論理回路C101,C102,
C103は、それぞれ供給された信号を論理演算する。
ここで、C101,C102,C103はいずれも図3
に示した組み合わせ論理回路C101と同一構成の回路
である。論理演算結果は、それぞれ出力信号記憶装置P
FF101,PFF102,PFF103に供給され
る。
The combinational logic circuits C101, C102,
C103 performs a logical operation on the supplied signals.
Here, C101, C102 and C103 are all shown in FIG.
Is a circuit having the same configuration as the combinational logic circuit C101 shown in FIG. The logical operation results are stored in the output signal storage device P, respectively.
It is supplied to FF101, PFF102, PFF103.

【0053】出力信号記憶装置PFF101,PFF1
02,PFF103は、組み合わせ論理回路C101,
C102,C103からそれぞれ供給される信号を、そ
れぞれ並列化クロック信号CLK[1]、CLK
[i]、CLK[N]の動作により記憶する。記憶され
た信号は、それぞれ信号線CO101,CO102,C
O103を経て信号選択装置SEL101に供給され
る。
Output signal storage devices PFF101, PFF1
02, the PFF 103 is a combinational logic circuit C101,
The signals supplied from C102 and C103 are respectively converted into parallel clock signals CLK [1] and CLK [1].
[I], and stored by the operation of CLK [N]. The stored signals are signal lines CO101, CO102, C
The signal is supplied to the signal selection device SEL101 via O103.

【0054】信号選択装置SEL101は、信号線CO
101,CO102,CO103を経て入力される組み
合わせ論理回路C101,C102,C103の信号の
うち、論理演算処理が終了した1信号を選択するもので
ある。入力信号INの論理演算処理は、クロック信号S
YSCLKの動作に同期して入力順に終了するため、例
えばクロック信号SYSCLKの動作に同期するN進バ
イナリカウンタ装置等の出力を用いて選択できる。
The signal selector SEL101 is connected to the signal line CO.
One of the signals of the combinational logic circuits C101, C102, and C103, which are input through the circuits 101, CO102, and CO103, selects one signal for which the logical operation processing has been completed. The logical operation of the input signal IN is performed by the clock signal S
Since the processing is completed in the order of input in synchronization with the operation of YSCLK, selection can be made by using an output of, for example, an N-ary binary counter device synchronized with the operation of the clock signal SYSCLK.

【0055】組み合わせ論理回路C101のレイテン
シ、すなわちパイプライン段数をMとする。このとき、
C101が組み合わせ回路の場合はMを0とする。ま
た、図8に示すように、入力信号線IN101から供給
される1番目の信号をID[1]とする。このID
[1]を入力信号記憶装置IFF101に記憶するため
のクロック信号SYSCLKの動作を1番目の動作とす
ると、信号線CO101に論理演算結果C[1]が出力
されるのは、クロック信号SYSCLKの(M+1)*
N+1番目の動作後である。
Let M be the latency of the combinational logic circuit C101, that is, the number of pipeline stages. At this time,
If C101 is a combinational circuit, M is set to 0. In addition, as shown in FIG. 8, the first signal supplied from the input signal line IN101 is ID [1]. This ID
Assuming that the operation of the clock signal SYSCLK for storing [1] in the input signal storage device IFF101 is the first operation, the logical operation result C [1] is output to the signal line CO101 only when the clock signal SYSCLK ( M + 1) *
After the (N + 1) th operation.

【0056】同様に、入力信号線IN101から供給さ
れるi番目の信号をID[i]とすると、このID
[i]を入力信号記憶装置IFF102に記憶するため
のクロック信号SYSCLKの動作はi番目の動作とな
り、信号線CO102に論理演算結果C[i]が出力さ
れるのは、クロック信号SYSCLKの(M+1)*N
+i番目の動作後である。
Similarly, if the i-th signal supplied from the input signal line IN101 is ID [i], this ID
The operation of the clock signal SYSCLK for storing [i] in the input signal storage device IFF102 is the i-th operation, and the logical operation result C [i] is output to the signal line CO102 because (M + 1) of the clock signal SYSCLK. ) * N
After the + i-th operation.

【0057】さらに、入力信号線IN101から供給さ
れるN番目の信号をID[N]とすると、このID
[N]を入力信号記憶装置IFF103に記憶するため
のクロック信号SYSCLKの動作はN番目の動作とな
り、信号線CO103に論理演算結果C[N]が出力さ
れるのは、クロック信号SYSCLKの(M+1)*N
+N番目の動作後である。
Further, assuming that the N-th signal supplied from the input signal line IN101 is ID [N], this ID
The operation of the clock signal SYSCLK for storing [N] in the input signal storage device IFF103 is the Nth operation, and the logical operation result C [N] is output to the signal line CO103 only when (M + 1) of the clock signal SYSCLK is output. ) * N
After the + N-th operation.

【0058】以上のように、第2の並列化回路では、ク
ロック信号SYSCLKのN個の動作を1周期としてパ
イプライン動作しているので、論理演算処理が終了した
信号線は、クロック信号SYSCLKの動作番号をNで
割ったときの剰余でもって一意に選択できる。N進バイ
ナリカウンタ装置には、例えばクロック信号SYSCL
Kの1番目の動作直後に1を、i番目の動作直後にi
を、N番目の動作直後にNを、N+1番目の動作直後に
1を出力するものを用いれば、信号選択装置SEL10
1では値1のときに信号線CO101を選択し、値iの
ときに信号線CO102を選択し、値Nのときに信号線
CO103を選択すればよい。選択された信号は、信号
選択装置SEL101から出力線SO101(出力信号
線OUT101)を介して出力される。
As described above, in the second parallel circuit, the pipeline operation is performed with the N operations of the clock signal SYSCLK as one cycle. Therefore, the signal line on which the logical operation process has been completed is the signal line of the clock signal SYSCLK. The operation number can be uniquely selected by the remainder when divided by N. The N-ary binary counter device includes, for example, a clock signal SYSCL.
1 immediately after the first operation of K, i
Is output immediately after the Nth operation and 1 is output immediately after the (N + 1) th operation.
In the case of 1, when the value is 1, the signal line CO101 is selected, when the value is i, the signal line CO102 is selected, and when the value is N, the signal line CO103 is selected. The selected signal is output from the signal selection device SEL101 via the output line SO101 (output signal line OUT101).

【0059】出力信号線OUT101は、出力信号OU
Tを並列化回路の外部に供給するためのものである。出
力信号OUTの信号線数は、単数であっても複数であっ
てもよい。
The output signal line OUT101 is connected to the output signal OU.
This is for supplying T to the outside of the parallel circuit. The number of signal lines of the output signal OUT may be singular or plural.

【0060】第1の並列化回路の等価回路を示す図10
は、第2の並列化回路の等価回路のブロック図でもあ
る。図10の等価回路では、組み合わせ論理回路C10
4の最大動作速度情報(CIRCUIT−DELAY)
がD/Nであり、レイテンシが(M+1)*N+1となっ
ている。ここで、Dは並列化していない図3に示す組み
合わせ論理回路C101の動作可能な最短のクロック周
期、或いは最大遅延時間(CIRCUIT−DELA
Y)であり、Mはそのレイテンシである。したがって、
図1に示す回路生成装置により並列化回路に変換処理す
ることで、図3に示す回路と等価な機能を備え、かつ最
大N倍の動作速度で動作可能な、レイテンシ(M+1)
*N+1の並列化回路の回路情報を生成できる。 (第3の並列化回路)図6に示す第3の並列化回路につ
いて、さらに説明する。この第3の並列化回路は、図3
のものと比較した場合、新たに並列化クロック信号線C
LK101,CLK102,CLK103、入力信号記
憶装置IFF102,IFF103、組み合わせ論理回
路C102,C103、それぞれの論理演算結果を保持
するための出力信号記憶装置PFF101,PFF10
2,PFF103、信号線CO101,CO102,C
O103、信号選択装置SEL101、信号選択装置出
力線SO101を付加した構成となっている。この並列
化回路では、並列度決定手段104から供給される並列
度がNであった場合には、N個の並列化クロック信号、
入力信号記憶装置、組み合わせ論理回路、信号線を用い
ることで、処理をN並列に実行できる。
FIG. 10 shows an equivalent circuit of the first parallelized circuit.
Is also a block diagram of an equivalent circuit of the second parallel circuit. In the equivalent circuit of FIG. 10, the combinational logic circuit C10
4 maximum operating speed information (CIRCUIT-DELAY)
Is D / N, and the latency is (M + 1) * N + 1. Here, D is the shortest clock cycle or the maximum delay time (CIRCUIT-DELA) operable by the combinational logic circuit C101 shown in FIG. 3 which is not parallelized.
Y) and M is the latency. Therefore,
Latency (M + 1) having a function equivalent to that of the circuit shown in FIG. 3 and capable of operating at a maximum N-times operating speed by being converted into a parallelized circuit by the circuit generation device shown in FIG.
The circuit information of the * N + 1 parallel circuit can be generated. (Third Parallel Circuit) The third parallel circuit shown in FIG. 6 will be further described. This third parallel circuit is shown in FIG.
When compared with the parallel clock signal line C
LK101, CLK102, CLK103, input signal storage devices IFF102, IFF103, combinational logic circuits C102, C103, output signal storage devices PFF101, PFF10 for holding respective logical operation results
2, PFF103, signal lines CO101, CO102, C
O103, a signal selection device SEL101, and a signal selection device output line SO101 are added. In this parallelization circuit, when the parallelism supplied from the parallelism determination means 104 is N, N parallel clock signals,
By using an input signal storage device, a combinational logic circuit, and a signal line, processing can be performed in N parallel.

【0061】図6の各回路には、理解を容易にするため
に、入力信号線IN101から分岐する各ブロックに、
その処理担当の順に番号を付加している。すなわち、1
番目のクロック信号線はCLK101、入力信号記憶装
置はIFF101、組み合わせ論理回路はC101、出
力信号記憶装置はPFF101、信号線はCO101で
ある。同様に、1以上N以下の任意の数をiとすると、
i番目のクロック信号線はCLK102、入力信号記憶
装置はIFF102、組み合わせ論理回路はC102、
出力信号記憶装置はPFF102、信号線はCO102
である。また、N番目のクロック信号線はCLK10
3、入力信号記憶装置はIFF103、組み合わせ論理
回路はC103、出力信号記憶装置はPFF103、信
号線はCO103である。
Each circuit in FIG. 6 includes, in order to facilitate understanding, each block branched from the input signal line IN101.
The numbers are added in the order of the processing charge. That is, 1
The first clock signal line is CLK101, the input signal storage device is IFF101, the combinational logic circuit is C101, the output signal storage device is PFF101, and the signal line is CO101. Similarly, if i is any number from 1 to N,
The i-th clock signal line is CLK102, the input signal storage device is IFF102, the combinational logic circuit is C102,
Output signal storage device is PFF102, signal line is CO102
It is. The N-th clock signal line is CLK10
3. The input signal storage device is IFF103, the combinational logic circuit is C103, the output signal storage device is PFF103, and the signal line is CO103.

【0062】つぎに、第3の並列化回路の動作を説明す
る。並列化クロック信号CLK[1]、CLK[i]、
CLK[N]は、この並列化回路に入力された信号IN
を並列に処理するためのクロック信号であって、それぞ
れ入力信号記憶装置IFF101,IFF102,IF
F103、組み合わせ論理回路C101,C102,C
103に供給されている。並列化クロック信号CLK
[1]、CLK[i]、CLK[N]の動作周期は、ク
ロック信号SYSCLKのN回の動作に相当する周期と
する。
Next, the operation of the third parallel circuit will be described. The parallelized clock signals CLK [1], CLK [i],
CLK [N] is the signal IN input to the parallel circuit.
Are processed in parallel, and the input signal storage devices IFF101, IFF102, IF
F103, combinational logic circuits C101, C102, C
103. Parallel clock signal CLK
The operation cycle of [1], CLK [i], and CLK [N] is a cycle corresponding to N operations of the clock signal SYSCLK.

【0063】並列化クロック信号CLK[1]、CLK
[i]、CLK[N]は、クロック信号SYSCLKの
動作に同期して入力信号線IN101から供給される信
号値を処理する順番に動作する。すなわち、クロック信
号CLK[1]は、1番目の入力信号の処理を担当する
ので、1番目のクロック信号線SYSCLK101に同
期して生成され、かつクロック信号SYSCLKのN倍
の周期となる。同様に、クロック信号CLK[i]は、
i番目の入力信号の処理を担当するので、i番目のクロ
ック信号線SYSCLK101に同期して生成され、か
つクロック信号SYSCLKのN倍の周期となる。さら
に、クロック信号CLK[N]は、N番目の入力信号の
処理を担当するので、N番目のクロック信号線SYSC
LK101に同期して生成され、かつクロック信号SY
SCLKのN倍の周期となる。
The parallel clock signals CLK [1], CLK
[I] and CLK [N] operate in the order of processing the signal values supplied from the input signal line IN101 in synchronization with the operation of the clock signal SYSCLK. That is, since the clock signal CLK [1] is responsible for processing the first input signal, the clock signal CLK [1] is generated in synchronization with the first clock signal line SYSCLK101 and has a cycle N times the clock signal SYSCLK. Similarly, the clock signal CLK [i] is
Since it is in charge of the processing of the i-th input signal, it is generated in synchronization with the i-th clock signal line SYSCLK101 and has a cycle N times the clock signal SYSCLK. Further, since the clock signal CLK [N] is responsible for processing the Nth input signal, the Nth clock signal line SYSC
The clock signal SY generated in synchronization with the LK101
This is N times the cycle of SCLK.

【0064】入力信号記憶装置IFF101,IFF1
02,IFF103は、入力信号線IN101から供給
される信号をそれぞれ並列化クロック信号CLK
[1]、CLK[i]、CLK[N]の動作により記憶
する。すなわち、入力信号記憶装置IFF101は、入
力信号線IN101からの信号を並列化クロック信号C
LK[1]の動作により記憶し、入力信号記憶装置IF
F102は、入力信号線IN101からの信号を並列化
クロック信号CLK[i]の動作により記憶し、入力信
号記憶装置IFF103は、入力信号線IN101から
の信号を並列化クロック信号CLK[N]の動作により
記憶する。入力信号線IN101の信号線数は、単数で
あっても複数であってもよい。記憶された信号は、それ
ぞれ対応する組み合わせ論理回路C101,C102,
C103に供給される。
Input signal storage devices IFF101, IFF1
02 and the IFF 103 convert the signal supplied from the input signal line IN101 into the parallel clock signal CLK, respectively.
[1], stored by the operation of CLK [i], CLK [N]. That is, the input signal storage device IFF101 converts the signal from the input signal line IN101 into the parallel clock signal C
LK [1], and stores the input signal storage device IF
F102 stores the signal from the input signal line IN101 by the operation of the parallelized clock signal CLK [i], and the input signal storage device IFF103 stores the signal from the input signal line IN101 in the operation of the parallelized clock signal CLK [N]. Remember by The number of input signal lines IN101 may be one or more. The stored signals correspond to the corresponding combinational logic circuits C101, C102,
It is supplied to C103.

【0065】組み合わせ論理回路C101,C102,
C103は、それぞれ供給された信号を論理演算する。
ここで、C101,C102,C103はいずれも図3
に示した組み合わせ論理回路C101と同一構成の回路
である。論理演算結果は、それぞれ出力信号記憶装置P
FF101,PFF102,PFF103に供給され
る。
The combinational logic circuits C101, C102,
C103 performs a logical operation on the supplied signals.
Here, C101, C102 and C103 are all shown in FIG.
Is a circuit having the same configuration as the combinational logic circuit C101 shown in FIG. The logical operation results are stored in the output signal storage device P, respectively.
It is supplied to FF101, PFF102, PFF103.

【0066】出力信号記憶装置PFF101,PFF1
02,PFF103は、組み合わせ論理回路C101,
C102,C103からそれぞれ供給される信号を、そ
れぞれ並列化クロック信号CLK[1]、CLK
[i]、CLK[N]の動作により記憶する。記憶され
た信号は、それぞれ信号線CO101,CO102,C
O103を経て信号選択装置SEL101に供給され
る。
Output signal storage devices PFF101, PFF1
02, the PFF 103 is a combinational logic circuit C101,
The signals supplied from C102 and C103 are respectively converted into parallel clock signals CLK [1] and CLK [1].
[I], and stored by the operation of CLK [N]. The stored signals are signal lines CO101, CO102, C
The signal is supplied to the signal selection device SEL101 via O103.

【0067】信号選択装置SEL101は、信号線CO
101,CO102,CO103を経て入力される組み
合わせ論理回路C101,C102,C103の信号の
うち、論理演算処理が終了した1信号を選択するもので
ある。入力信号INの論理演算処理は、クロック信号S
YSCLKの動作に同期して入力順に終了するため、例
えばクロック信号SYSCLKの動作に同期するN進バ
イナリカウンタ装置等の出力を用いて選択できる。
The signal selecting device SEL101 is connected to the signal line CO.
One of the signals of the combinational logic circuits C101, C102, and C103, which are input through the circuits 101, CO102, and CO103, selects one signal for which the logical operation processing has been completed. The logical operation of the input signal IN is performed by the clock signal S
Since the processing is completed in the order of input in synchronization with the operation of YSCLK, selection can be made by using an output of, for example, an N-ary binary counter device synchronized with the operation of the clock signal SYSCLK.

【0068】組み合わせ論理回路C101のレイテン
シ、すなわちパイプライン段数をMとする。このとき、
C101が組み合わせ回路の場合はMを0とする。ま
た、図9に示すように、入力信号線IN101から供給
される1番目の信号をID[1]とする。このID
[1]を入力信号記憶装置IFF101に記憶するため
のクロック信号SYSCLKの動作を1番目の動作とす
ると、信号線CO101に論理演算結果C[1]が出力
されるのは、クロック信号SYSCLKの(M+1)*
N+1番目の動作後である。
It is assumed that the latency of the combinational logic circuit C101, that is, the number of pipeline stages is M. At this time,
If C101 is a combinational circuit, M is set to 0. Further, as shown in FIG. 9, the first signal supplied from the input signal line IN101 is ID [1]. This ID
Assuming that the operation of the clock signal SYSCLK for storing [1] in the input signal storage device IFF101 is the first operation, the logical operation result C [1] is output to the signal line CO101 only when the clock signal SYSCLK ( M + 1) *
After the (N + 1) th operation.

【0069】同様に、入力信号線IN101から供給さ
れるi番目の信号をID[i]とすると、このID
[i]を入力信号記憶装置IFF102に記憶するため
のクロック信号SYSCLKの動作はi番目の動作とな
り、信号線CO102に論理演算結果C[i]が出力さ
れるのは、クロック信号SYSCLKの(M+1)*N
+i番目の動作後である。
Similarly, assuming that the i-th signal supplied from the input signal line IN101 is ID [i], this ID
The operation of the clock signal SYSCLK for storing [i] in the input signal storage device IFF102 is the i-th operation, and the logical operation result C [i] is output to the signal line CO102 because (M + 1) of the clock signal SYSCLK. ) * N
After the + i-th operation.

【0070】さらに、入力信号線IN101から供給さ
れるN番目の信号をID[N]とすると、このID
[N]を入力信号記憶装置IFF103に記憶するため
のクロック信号SYSCLKの動作はN番目の動作とな
り、信号線CO103に論理演算結果C[N]が出力さ
れるのは、クロック信号SYSCLKの(M+1)*N
+N番目の動作後である。
Further, assuming that the N-th signal supplied from the input signal line IN101 is ID [N], this ID
The operation of the clock signal SYSCLK for storing [N] in the input signal storage device IFF103 is the Nth operation, and the logical operation result C [N] is output to the signal line CO103 only when (M + 1) of the clock signal SYSCLK is output. ) * N
After the + N-th operation.

【0071】以上のように、第3の並列化回路では、ク
ロック信号SYSCLKのN個の動作を1周期としてパ
イプライン動作しているので、論理演算処理が終了した
信号線は、クロック信号SYSCLKの動作番号をNで
割ったときの剰余でもって一意に選択できる。N進バイ
ナリカウンタ装置には、例えばクロック信号SYSCL
Kの1番目の動作直後に1を、i番目の動作直後にi
を、N番目の動作直後にNを、N+1番目の動作直後に
1を出力するものを用いれば、信号選択装置SEL10
1では値1のときに信号線CO101を選択し、値iの
ときに信号線CO102を選択し、値Nのときに信号線
CO103を選択すればよい。選択された信号は、信号
選択装置SEL101から出力線SO101を介して出
力信号記憶装置OFF101に出力される。
As described above, in the third parallel circuit, the pipeline operation is performed with the N operations of the clock signal SYSCLK as one cycle, so that the signal line on which the logical operation process has been completed is the signal line of the clock signal SYSCLK. The operation number can be uniquely selected by the remainder when divided by N. The N-ary binary counter device includes, for example, a clock signal SYSCL.
1 immediately after the first operation of K, i
Is output immediately after the Nth operation and 1 is output immediately after the (N + 1) th operation.
In the case of 1, when the value is 1, the signal line CO101 is selected, when the value is i, the signal line CO102 is selected, and when the value is N, the signal line CO103 is selected. The selected signal is output from the signal selection device SEL101 to the output signal storage device OFF101 via the output line SO101.

【0072】出力信号記憶装置OFF101は、信号選
択装置SEL101から供給された信号をクロック信号
SYSCLKの動作により記憶する。出力信号OUTの
信号線数は、単数であっても複数であってもよい。出力
信号記憶装置OFF101に記憶された信号は、クロッ
ク信号SYSCLKの動作により出力される。
The output signal storage device OFF101 stores the signal supplied from the signal selection device SEL101 by the operation of the clock signal SYSCLK. The number of signal lines of the output signal OUT may be singular or plural. The signal stored in the output signal storage device OFF101 is output by the operation of the clock signal SYSCLK.

【0073】出力信号線OUT101は、出力信号OU
Tを並列化回路の外部に供給するためのものである。図
11は、第3の並列化回路の等価回路を示すブロック図
である。図11の等価回路では、組み合わせ論理回路C
105の最大動作速度情報(CIRCUIT−DELA
Y)がD/Nであり、レイテンシが(M+1)*N+2
となっている。ここで、Dは並列化していない図3に示
す組み合わせ論理回路C101の動作可能な最短のクロ
ック周期、或いは最大遅延時間(CIRCUIT−DE
LAY)であり、Mはそのレイテンシである。したがっ
て、図1に示す回路生成装置により並列化回路に変換処
理することで、図3に示す回路と等価な機能を備え、か
つ最大N倍の動作速度で動作可能な、レイテンシ(M+
1)*N+2の並列化回路の回路情報を生成できる。
The output signal line OUT101 is connected to the output signal OU.
This is for supplying T to the outside of the parallel circuit. FIG. 11 is a block diagram showing an equivalent circuit of the third parallel circuit. In the equivalent circuit of FIG.
105 operating speed information (CIRCUIT-DELA)
Y) is D / N and the latency is (M + 1) * N + 2
It has become. Here, D is the shortest clock cycle in which the combinational logic circuit C101 shown in FIG. 3 that is not parallelized can operate or the maximum delay time (CIRCUIT-DE).
LAY), and M is the latency. Therefore, by performing conversion processing into a parallelized circuit by the circuit generation device shown in FIG. 1, the latency (M +) having a function equivalent to that of the circuit shown in FIG.
1) Circuit information of * N + 2 parallel circuits can be generated.

【0074】ここで、再び図1に示す回路生成装置に戻
って、並列化回路生成手段105では上述した並列化回
路に変換した回路情報が生成されると、その回路記述情
報は、記録ファイル106に格納される。処理は、記録
ファイル106に渡される。
Here, returning to the circuit generating apparatus shown in FIG. 1 again, when the parallelized circuit generating means 105 generates the circuit information converted into the above-described parallelized circuit, the circuit description information is stored in the recording file 106. Is stored in The processing is passed to the recording file 106.

【0075】記録ファイル106には、変換された回路
記述情報が格納され、この並列化した回路情報は論理合
成手段107に供給され、処理は論理合成手段107に
渡される。
The recording file 106 stores the converted circuit description information. The parallelized circuit information is supplied to the logic synthesizing means 107, and the processing is passed to the logic synthesizing means 107.

【0076】論理合成手段107は、記録ファイル10
6から供給された並列化した回路記述情報を、回路動作
速度情報を制約として論理合成し、論理回路記述情報を
生成する。この論理合成は、例えばRTL HDL記述
された内容から、LSIを構成する論理ゲート等に変換
する情報処理である。生成される論理回路記述情報は、
例えばLSIを構成する論理ゲートの接続情報である。
論理合成には、市販の論理合成ツールが用いられ、論理
合成手段107で生成された論理回路記述情報は、出力
ファイル108に供給され、処理は出力ファイル108
に渡される。
The logic synthesizing means 107 stores the recording file 10
Then, the circuit description information supplied from 6 is logic-synthesized using the circuit operation speed information as a constraint to generate logic circuit description information. This logic synthesis is information processing for converting, for example, the contents described in RTL HDL into logic gates and the like constituting an LSI. The generated logic circuit description information is
For example, connection information of logic gates constituting an LSI.
A commercially available logic synthesis tool is used for the logic synthesis, and the logic circuit description information generated by the logic synthesis unit 107 is supplied to an output file 108, and the processing is performed by the output file 108.
Passed to.

【0077】出力ファイル108は、論理合成手段10
7から供給された論理回路記述情報をファイル等に出力
する。つぎに、実施の形態にかかる回路生成装置で実行
される実際の回路記述情報の流れを説明する。
The output file 108 is output to the logic
The logic circuit description information supplied from 7 is output to a file or the like. Next, the flow of actual circuit description information executed by the circuit generation device according to the embodiment will be described.

【0078】図12は、並列化する集積回路を表す回路
情報の具体例を示す図である。図1の入力ファイル10
1には、論理演算回路C101に相当する2つの加算器
と1つの乗算器で構成された組み合わせ回路が入力され
ている。
FIG. 12 is a diagram showing a specific example of circuit information representing an integrated circuit to be parallelized. Input file 10 of FIG.
1, a combinational circuit composed of two adders and one multiplier corresponding to the logical operation circuit C101 is input.

【0079】ここで、図12の回路が10nsのクロッ
ク周期で動作することを、設計者が期待しているものと
すれば、この回路動作速度を表す回路動作速度情報は1
0とされる。この時点で、回路情報には回路の最大動作
速度情報を含まないものとする。回路情報(図12)
は、並列化検証手段102に供給される。回路動作速度
情報(10)は、必要並列度抽出手段103、論理合成
手段107に供給され、処理は並列化検証手段102に
渡される。
Here, assuming that the designer expects the circuit of FIG. 12 to operate at a clock cycle of 10 ns, the circuit operating speed information indicating the circuit operating speed is 1
It is set to 0. At this point, it is assumed that the circuit information does not include the maximum operating speed information of the circuit. Circuit information (Fig. 12)
Is supplied to the parallelization verification unit 102. The circuit operation speed information (10) is supplied to the necessary degree of parallelism extraction means 103 and the logic synthesis means 107, and the processing is passed to the parallelization verification means 102.

【0080】並列化検証手段102は、入力ファイル1
01から供給される回路情報が表す回路の特性を検査し
て、回路が並列化可能か否かを判断する。例えばハード
ウェア記述構文解析ツール等を用いて、図12に示す回
路の回路特性を検査した結果、組み合わせ論理回路、或
いは組み合わせ論理回路をパイプライン化した回路であ
ることがわかれば、図12に示す回路は並列化可能と判
断される。
The parallelization verification means 102 determines whether the input file 1
The characteristic of the circuit represented by the circuit information supplied from 01 is inspected to determine whether the circuit can be parallelized. For example, as a result of inspecting the circuit characteristics of the circuit shown in FIG. 12 using a hardware description syntax analysis tool or the like, if it is found that the circuit is a combinational logic circuit or a circuit in which the combinational logic circuit is made into a pipeline, FIG. The circuit is determined to be parallelizable.

【0081】回路が並列化可能な場合、回路記述情報は
必要並列度抽出手段103へ供給され、処理は必要並列
度抽出手段103に渡される。必要並列度抽出手段10
3は、上記入力ファイル101から供給された回路動作
速度情報、及び上記並列化検証手段102から供給され
た回路記述情報により、回路が所望の動作速度で動作す
るために必要な並列度を抽出する。ここで、回路情報に
回路の最大動作速度情報が含まれないため、回路特性を
検査し回路の最大動作速度情報を得る必要がある。回路
の特性を検査するために、市販の論理合成ツール、市販
の静的タイミング解析ツールを用いる。その結果、回路
情報が表す回路の最大動作速度が、例えば30nsであ
ると判定されれば、最大動作速度情報を30とする。
If the circuits can be parallelized, the circuit description information is supplied to the necessary parallelism extracting means 103, and the processing is passed to the necessary parallelism extracting means 103. Required parallelism extraction means 10
3 extracts the degree of parallelism necessary for the circuit to operate at a desired operation speed, based on the circuit operation speed information supplied from the input file 101 and the circuit description information supplied from the parallelization verification means 102. . Here, since the circuit information does not include the maximum operating speed information of the circuit, it is necessary to inspect the circuit characteristics and obtain the maximum operating speed information of the circuit. A commercially available logic synthesis tool and a commercially available static timing analysis tool are used to inspect the characteristics of the circuit. As a result, if it is determined that the maximum operation speed of the circuit represented by the circuit information is, for example, 30 ns, the maximum operation speed information is set to 30.

【0082】このように回路動作速度情報が10、最大
動作速度情報が30であれば、必要並列度Nminは3
となる。この必要並列度を含む回路情報は、並列度決定
手段104へ供給される。処理は、この並列度決定手段
104に渡される。
If the circuit operating speed information is 10 and the maximum operating speed information is 30, the required parallelism Nmin is 3
Becomes The circuit information including the required degree of parallelism is supplied to the degree-of-parallelism determination means 104. The processing is passed to the parallel degree determining means 104.

【0083】並列度決定手段104は、必要並列度抽出
手段103から供給された必要並列度に基づいて、回路
を並列化回路に変換する際の並列度を決定する。いま、
必要並列度Nminが3であるので、この必要並列度3
をそのまま使用することとする。並列度決定手段104
で求めた並列度は、回路情報と共に並列化回路生成手段
105に供給され、処理はこの並列化回路生成手段10
5に渡される。
The parallel degree determining means 104 determines the degree of parallelism when converting a circuit into a parallelized circuit based on the required parallel degree supplied from the necessary parallel degree extracting means 103. Now
Since the required degree of parallelism Nmin is 3, this required degree of parallelism 3
Shall be used as it is. Parallel degree determining means 104
Is supplied to the parallelized circuit generator 105 together with the circuit information, and the processing is performed by the parallelized circuit generator 10.
Passed to 5.

【0084】並列化回路生成手段105は、並列度決定
手段104より供給される回路情報、及び並列度決定手
段104で決定された並列度に基づいて、新たに並列化
した回路情報を生成する。ここでは、上述した図3,図
6,図9,図12に示す第3の並列化回路への変換例と
して説明する。
The parallelized circuit generating means 105 generates newly parallelized circuit information based on the circuit information supplied from the parallelism determining means 104 and the parallelism determined by the parallelism determining means 104. Here, a description will be given as an example of conversion to the third parallel circuit shown in FIGS. 3, 6, 9, and 12 described above.

【0085】図13は、並列化した回路を示すブロック
図である。図14は、図13の並列化回路における各信
号線の時系列変化を示す図である。また、図15は、図
13の並列化回路の等価回路を示す図である。
FIG. 13 is a block diagram showing a parallelized circuit. FIG. 14 is a diagram showing a time-series change of each signal line in the parallel circuit of FIG. FIG. 15 is a diagram showing an equivalent circuit of the parallel circuit of FIG.

【0086】図15の等価回路に示すように、最大動作
速度(D/N)は10nsであって、図13乃至図15
が表している回路情報の最大動作速度情報は10とな
る。また、図15の回路のレイテンシは5(=N+2)
となる。したがって、変換処理を実行することで、図1
2に示す回路と等価な機能を有し、かつ最大3倍の動作
速度で動作することが可能な、レイテンシが5の並列化
した回路情報が生成された。
As shown in the equivalent circuit of FIG. 15, the maximum operation speed (D / N) is 10 ns, and FIGS.
The maximum operation speed information of the circuit information represented by is 10. The latency of the circuit of FIG. 15 is 5 (= N + 2).
Becomes Therefore, by executing the conversion process, FIG.
2. Circuit information having a latency of 5 and having a function equivalent to that of the circuit shown in FIG. 2 and capable of operating at a maximum of three times the operation speed was generated.

【0087】生成された並列化回路の情報は、記録ファ
イル106に供給される。処理は記録ファイル106に
渡される。論理合成手段107は、入力ファイル10
1、或いは記録ファイル106より供給される回路情報
を、動作速度情報を制約として論理合成することで、論
理回路情報を生成する。論理合成方法として、例えば市
販の論理合成ツール等を用いることで、LSIを構成す
る論理ゲート等の接続情報を生成できる。
The generated information of the parallelization circuit is supplied to the recording file 106. The processing is passed to the recording file 106. The logic synthesizing unit 107 outputs the input file 10
1, or by logically synthesizing the circuit information supplied from the recording file 106 using the operation speed information as a constraint, thereby generating logic circuit information. As a logic synthesis method, for example, by using a commercially available logic synthesis tool or the like, connection information of a logic gate or the like constituting an LSI can be generated.

【0088】一般に、論理合成では回路情報が表す回路
の構成により最大動作速度が決定され、最大動作速度以
上の回路動作速度情報を制約として論理合成した場合で
も、最大動作速度以上で動作する回路を論理合成するこ
とはできない。したがって、従来方法により最大動作速
度30nsである図13に示す回路情報を、回路動作速
度を10nsで論理合成した結果は、動作速度30ns
の論理回路が生成されるだけである。
In general, in logic synthesis, the maximum operation speed is determined by the configuration of the circuit represented by the circuit information. Even when logic synthesis is performed using circuit operation speed information higher than the maximum operation speed as a constraint, a circuit that operates at the maximum operation speed or higher is determined. It cannot be logically synthesized. Therefore, the result of logically synthesizing the circuit information shown in FIG. 13 having the maximum operation speed of 30 ns according to the conventional method at the circuit operation speed of 10 ns is as follows.
Is merely generated.

【0089】これに対して、上述した回路生成装置によ
って生成された回路情報では、最大動作速度が10ns
となる図13乃至図15に示す回路情報を、回路動作速
度を10nsで論理合成した結果、動作速度を10nsと
する論理回路が生成できる。この論理合成手段107で
生成された論理回路情報は、出力ファイル108に供給
され、処理は出力ファイル108に渡される。出力ファ
イル108は、論理合成手段107から供給された論理
回路情報をファイル等に出力し、LSIの設計データと
して使用できる。
On the other hand, in the circuit information generated by the above-described circuit generation device, the maximum operation speed is 10 ns.
As a result of logically synthesizing the circuit information shown in FIGS. 13 to 15 at a circuit operation speed of 10 ns, a logic circuit having an operation speed of 10 ns can be generated. The logic circuit information generated by the logic synthesis unit 107 is supplied to an output file 108, and the processing is passed to the output file 108. The output file 108 outputs the logic circuit information supplied from the logic synthesis unit 107 to a file or the like, and can be used as LSI design data.

【0090】[0090]

【発明の効果】以上に説明したように、本発明の回路生
成装置によれば、回路要素を組み込む上位回路の動作速
度に対して動作速度が遅い回路要素について、同等の処
理を並列に実行する並列化回路が生成できる。したがっ
て、以下の効果を得ることができる。
As described above, according to the circuit generation device of the present invention, the same processing is executed in parallel for the circuit element whose operation speed is slower than the operation speed of the upper circuit incorporating the circuit element. A parallel circuit can be generated. Therefore, the following effects can be obtained.

【0091】第1に、従来と比較して、同等の機能を有
し、かつ高速に動作可能な回路を生成することで、動作
速度の速いLSIの回路設計が容易になる。第2に、回
路要素の動作速度が、その回路要素が組み込まれる上位
回路の動作速度に対して低速である場合でも、従来と比
較して、回路動作を高速化するための設計者による再設
計を削減でき、LSI設計期間の短縮に寄与する。
First, by generating a circuit having a function equivalent to that of the related art and capable of operating at high speed, the circuit design of an LSI having a high operating speed becomes easy. Second, even when the operating speed of a circuit element is lower than the operating speed of a higher-level circuit in which the circuit element is incorporated, a redesign by a designer to speed up the circuit operation as compared with the related art. Can be reduced, which contributes to shortening the LSI design period.

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

【図1】実施の形態にかかる回路生成装置の構成を示す
ブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a circuit generation device according to an embodiment;

【図2】従来の回路生成装置の構成を示すブロック図で
ある。
FIG. 2 is a block diagram illustrating a configuration of a conventional circuit generation device.

【図3】並列化する回路の一例を示すブロック図であ
る。
FIG. 3 is a block diagram illustrating an example of a circuit to be parallelized.

【図4】並列化した回路情報により構成される第1の並
列化回路を示すブロック図である。
FIG. 4 is a block diagram showing a first parallelized circuit configured by parallelized circuit information;

【図5】並列化した回路情報により構成される第2の並
列化回路を示すブロック図である。
FIG. 5 is a block diagram illustrating a second parallel circuit configured by parallel circuit information;

【図6】並列化した回路情報により構成される第3の並
列化回路を示すブロック図である。
FIG. 6 is a block diagram illustrating a third parallel circuit configured by parallel circuit information;

【図7】第1の並列化回路における各信号線の時系列変
化を示す図である。
FIG. 7 is a diagram showing a time-series change of each signal line in the first parallel circuit.

【図8】第2の並列化回路における各信号線の時系列変
化を示す図である。
FIG. 8 is a diagram showing a time-series change of each signal line in the second parallel circuit.

【図9】第3の並列化回路における各信号線の時系列変
化を示す図である。
FIG. 9 is a diagram showing a time-series change of each signal line in the third parallelization circuit.

【図10】第1の並列化回路(第2の並列化回路)の等
価回路を示すブロック図である。
FIG. 10 is a block diagram showing an equivalent circuit of a first parallel circuit (second parallel circuit).

【図11】第3の並列化回路の等価回路を示すブロック
図である。
FIG. 11 is a block diagram showing an equivalent circuit of a third parallel circuit.

【図12】並列化する集積回路を表す回路情報の具体例
を示すブロック図である。
FIG. 12 is a block diagram showing a specific example of circuit information representing an integrated circuit to be parallelized.

【図13】図12の集積回路を並列化した並列化回路を
示すブロック図である。
13 is a block diagram showing a parallel circuit obtained by parallelizing the integrated circuit of FIG.

【図14】図13の並列化回路における各信号線の時系
列変化を示す図である。
FIG. 14 is a diagram showing a time-series change of each signal line in the parallel circuit of FIG. 13;

【図15】図13の並列化回路の等価回路を示すブロッ
ク図である。
FIG. 15 is a block diagram showing an equivalent circuit of the parallelized circuit of FIG.

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

101…入力ファイル、102…並列化検証手段、10
3…必要並列度抽出手段、104…並列度決定手段、1
05…並列化回路生成手段、106…記録ファイル、1
07…論理合成手段、108…出力ファイル
101 input file, 102 parallelization verification means, 10
3 ... necessary parallelism extraction means, 104 ... parallelism determination means, 1
05: parallel circuit generation means, 106: recording file, 1
07: logic synthesis means, 108: output file

Claims (12)

【特許請求の範囲】[Claims] 【請求項1】 所望の回路を表すハードウェア記述言語
による回路記述や回路を表す記号による図面等を記した
回路情報から並列化した回路情報を生成する回路生成装
置において、 前記回路情報を入力するための情報入力手段と、 前記回路情報より並列化可能な回路を選択する選択手段
と、 前記選択手段で選択された回路を並列化回路に変換する
際の並列度を決定する並列度決定手段と、 前記選択手段により選択された並列化可能な回路の回路
情報及び並列度決定手段により決定された並列度から、
並列化回路の回路情報を生成する回路情報生成手段と、 前記回路情報生成手段により生成された回路情報を出力
する出力手段と、 を有することを特徴とする回路生成装置。
1. A circuit generating apparatus for generating parallelized circuit information from circuit information describing a circuit description in a hardware description language representing a desired circuit or a drawing by a symbol representing a circuit, the circuit information being input. Information input means, a selecting means for selecting a circuit which can be parallelized from the circuit information, and a parallel degree determining means for determining a parallel degree when converting the circuit selected by the selecting means into a parallelized circuit. From the circuit information of the parallelizable circuit selected by the selection means and the degree of parallelism determined by the degree of parallelism determination means,
A circuit generation device, comprising: circuit information generation means for generating circuit information of a parallelized circuit; and output means for outputting circuit information generated by the circuit information generation means.
【請求項2】 前記並列度決定手段では、前記情報入力
手段より入力された所望の回路の動作速度情報から、所
望の動作速度で動作するために必要な並列度を抽出し
て、並列化回路に変換する際に必要な並列度を決定する
ことを特徴とする請求項1に記載の回路生成装置。
2. The parallelization determining means extracts a degree of parallelism necessary for operating at a desired operation speed from operation speed information of a desired circuit input from the information input means. 2. The circuit generation device according to claim 1, wherein a degree of parallelism required for conversion into the data is determined.
【請求項3】 前記回路情報生成手段の後段に、並列化
回路の回路情報を論理合成する論理合成手段を有するこ
とを特徴とする請求項1に記載の回路生成装置。
3. The circuit generating apparatus according to claim 1, further comprising a logic synthesizing unit that performs logic synthesis of the circuit information of the parallelized circuit at a stage subsequent to the circuit information generating unit.
【請求項4】 前記並列度決定手段は、前記情報入力手
段より入力された所望の回路の動作速度情報から、所望
の動作速度で動作するために必要な並列度を抽出して、
並列化回路に変換する際に必要な並列度を決定するもの
であり、さらに前記回路情報生成手段の後段に、並列化
回路の回路情報を論理合成する論理合成手段を有するこ
とを特徴とする請求項1に記載の回路生成装置。
4. The parallel degree determining means extracts a parallel degree necessary for operating at a desired operating speed from operating speed information of a desired circuit input from the information input means,
A circuit for determining a degree of parallelism required for conversion into a parallelized circuit, and further comprising a logic synthesizing unit for performing logic synthesis of circuit information of the parallelized circuit at a subsequent stage of the circuit information generating unit. Item 2. The circuit generation device according to item 1.
【請求項5】 前記請求項1に記載の回路生成装置を備
えたことを特徴とするCAD設計装置。
5. A CAD design device comprising the circuit generation device according to claim 1.
【請求項6】 前記請求項2に記載の回路生成装置を備
えたことを特徴とするCAD設計装置。
6. A CAD design device comprising the circuit generation device according to claim 2.
【請求項7】 前記請求項3に記載の回路生成装置を備
えたことを特徴とするCAD設計装置。
7. A CAD design device comprising the circuit generation device according to claim 3.
【請求項8】 前記請求項4に記載の回路生成装置を備
えたことを特徴とするCAD設計装置。
8. A CAD design device comprising the circuit generation device according to claim 4.
【請求項9】 所望の回路を表すハードウェア記述言語
による回路記述や回路を表す記号による図面等を記した
回路情報を入力するための情報入力ステップと、 前記回路情報より並列化可能な回路を選択する選択ステ
ップと、 前記選択ステップで選択された回路を並列化回路に変換
する際の並列度を決定する並列度決定ステップと、 前記選択ステップにより選択された並列化可能な回路の
回路情報、及び並列度決定ステップにより決定された並
列度から、並列化回路の回路情報を生成する回路情報生
成ステップと、 前記回路情報生成ステップにより生成された回路情報を
出力する出力ステップと、 を有することを特徴とする回路生成方法。
9. An information input step for inputting circuit information describing a circuit description in a hardware description language representing a desired circuit or a drawing by a symbol representing a circuit, and a circuit parallelizable from the circuit information. A selecting step of selecting, a parallel degree determining step of determining a parallel degree when converting the circuit selected in the selecting step to a parallel circuit, circuit information of the parallelizable circuit selected by the selecting step, And a circuit information generating step of generating circuit information of the parallelized circuit from the parallel degree determined by the parallel degree determining step, and an output step of outputting the circuit information generated by the circuit information generating step. Characteristic circuit generation method.
【請求項10】 所望の回路を表すハードウェア記述言
語による回路記述や回路を表す記号による図面等を記し
た回路情報、及び所望の回路動作速度情報を入力するた
めの情報入力ステップと、 前記回路情報より並列化可能な回路を選択する選択ステ
ップと、 前記回路情報および前記回路動作速度情報に基づいて、
所望の動作速度で動作するために必要な並列度を抽出す
る抽出ステップと、 前記抽出ステップで抽出された情報から、前記選択ステ
ップで選択された回路を並列化回路に変換する際の並列
度を決定する並列度決定ステップと、 前記選択ステップにより選択された並列化可能な回路の
回路情報、及び並列度決定ステップにより決定された並
列度から、並列化回路の回路情報を生成する回路情報生
成ステップと、 前記回路情報生成ステップにより生成された回路情報を
出力する出力ステップと、 を有することを特徴とする回路生成方法。
10. An information input step for inputting circuit information, such as a circuit description in a hardware description language representing a desired circuit, a drawing or the like by a symbol representing the circuit, and desired circuit operation speed information. A selecting step of selecting a circuit that can be parallelized from the information, based on the circuit information and the circuit operation speed information,
An extraction step of extracting a degree of parallelism required to operate at a desired operation speed; and from the information extracted in the extraction step, a degree of parallelism when converting the circuit selected in the selection step into a parallelized circuit. Determining a degree of parallelism to be determined; circuit information of the parallelizable circuit selected by the selecting step; and circuit information generating step of generating circuit information of the parallelized circuit from the degree of parallelism determined by the degree of parallelism determining step And an output step of outputting the circuit information generated by the circuit information generation step.
【請求項11】 所望の回路を表すハードウェア記述言
語による回路記述や回路を表す記号による図面等を記し
た回路情報を入力するための情報入力ステップと、 前記回路情報より並列化可能な回路を選択する選択ステ
ップと、 前記選択ステップで選択された回路を並列化回路に変換
する際の並列度を決定する並列度決定ステップと、 前記選択ステップにより選択された並列化可能な回路の
回路情報、及び並列度決定ステップにより決定された並
列度から、並列化回路の回路情報を生成する回路情報生
成ステップと、 前記回路情報生成ステップにより生成された並列化した
回路情報を論理合成する論理合成ステップと、 前記論理合成ステップでの論理合成結果を出力する出力
ステップと、 を有することを特徴とする回路生成方法。
11. An information input step for inputting a circuit description in a hardware description language representing a desired circuit or a drawing by a symbol representing the circuit, and a circuit parallelizable from the circuit information. A selecting step of selecting, a parallel degree determining step of determining a parallel degree when converting the circuit selected in the selecting step to a parallel circuit, circuit information of the parallelizable circuit selected by the selecting step, And a circuit information generating step of generating circuit information of the parallelized circuit from the parallel degree determined by the parallel degree determining step; and a logic synthesizing step of logically synthesizing the parallelized circuit information generated by the circuit information generating step. An output step of outputting a result of the logic synthesis in the logic synthesis step.
【請求項12】 所望の回路を表すハードウェア記述言
語による回路記述や回路を表す記号による図面等を記し
た回路情報、及び所望の回路動作速度情報を入力するた
めの情報入力ステップと、 前記回路情報より並列化可能な回路を選択する選択ステ
ップと、 前記回路情報および前記回路動作速度情報に基づいて、
所望の動作速度で動作するために必要な並列度を抽出す
る抽出ステップと、 前記抽出ステップで抽出された情報から、前記選択ステ
ップで選択された回路を並列化回路に変換する際の並列
度を決定する並列度決定ステップと、 前記選択ステップにより選択された並列化可能な回路の
回路情報、及び並列度決定ステップにより決定された並
列度から、並列化回路の回路情報を生成する回路情報生
成ステップと、 前記回路情報生成ステップにより生成された並列化した
回路情報を論理合成する論理合成ステップと、 前記論理合成ステップでの論理合成結果を出力する出力
ステップと、 を有することを特徴とする回路生成方法。
12. An information input step for inputting circuit information, such as a circuit description in a hardware description language representing a desired circuit or a drawing by a symbol representing the circuit, and desired circuit operation speed information, A selecting step of selecting a circuit that can be parallelized from the information, based on the circuit information and the circuit operation speed information,
An extraction step of extracting a degree of parallelism necessary to operate at a desired operation speed; and from the information extracted in the extraction step, a degree of parallelism when converting the circuit selected in the selection step into a parallelized circuit. Determining a degree of parallelism to be determined; circuit information of the parallelizable circuit selected by the selecting step; and circuit information generating step of generating circuit information of the parallelized circuit from the degree of parallelism determined by the degree of parallelism determining step A logic synthesis step of logic-synthesizing the parallelized circuit information generated by the circuit information generation step; and an output step of outputting a logic synthesis result in the logic synthesis step. Method.
JP2000263486A 2000-08-31 2000-08-31 Circuit generating device, circuit generating method and cad designing device Pending JP2002073713A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000263486A JP2002073713A (en) 2000-08-31 2000-08-31 Circuit generating device, circuit generating method and cad designing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000263486A JP2002073713A (en) 2000-08-31 2000-08-31 Circuit generating device, circuit generating method and cad designing device

Publications (1)

Publication Number Publication Date
JP2002073713A true JP2002073713A (en) 2002-03-12

Family

ID=18751027

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000263486A Pending JP2002073713A (en) 2000-08-31 2000-08-31 Circuit generating device, circuit generating method and cad designing device

Country Status (1)

Country Link
JP (1) JP2002073713A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015095130A (en) * 2013-11-13 2015-05-18 三菱電機株式会社 Circuit design assistance device and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015095130A (en) * 2013-11-13 2015-05-18 三菱電機株式会社 Circuit design assistance device and program

Similar Documents

Publication Publication Date Title
Cortadella et al. Coping with the variability of combinational logic delays
JP2006285865A (en) Correspondence relation specification method, device and program between register transfer level description and operation description
JP4492803B2 (en) Behavioral synthesis apparatus and program
JP3803561B2 (en) Logic circuit design method
JP4200465B2 (en) Semiconductor integrated circuit design method and design system
US7472371B2 (en) Description style conversion method, program, and system of logic circuit
JP2008065382A (en) Power consumption calculating method for lsi and its calculation program
US6990641B2 (en) Integrated circuit design system and method using preprocessor which changes hardware description in accordance with configuration
US8074192B2 (en) Verification support apparatus, verification support method, and computer product
JP2002073713A (en) Circuit generating device, circuit generating method and cad designing device
US6700946B2 (en) System and method for automatic generation of an at-speed counter
JP2008243092A (en) Multi-cycle path detection device, multi-cycle path detection method, and multi-cycle path detection program
JP2006318121A (en) Delay added rtl logic simulation method and device
JP2018041301A (en) RTL optimization system and RTL optimization program
Lin et al. A platform of resynthesizing a clock architecture into power-and-area effective clock trees
US6877140B1 (en) Method and system for generating a schematic representing bus structures
JPH1091651A (en) Method and device for logical synthesis
JP2002073712A (en) Circuit generating device, circuit generating method and cad designing device
JP5729546B2 (en) Semiconductor design support apparatus, timing constraint generation method, and program
US20240046018A1 (en) Logic circuit design method and logic circuit designing apparatus
JP2000137745A (en) System and method for inputting timing specification of logic circuit
JP2010257003A (en) Logic equivalence verification system, logic equivalence verification method, method for manufacturing semiconductor integrated circuit, control program and readable storage medium
KR20070039857A (en) Verification method from electronic system level to gate level using systematic progressive refinement
JP3608917B2 (en) Logic simulation method and apparatus, and storage medium storing logic simulation program
JP2011054070A (en) Method and device for detecting redundant logic circuit

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061205

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090209

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090224

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090423

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090526