JP2006244274A - Method for designing lsi - Google Patents

Method for designing lsi Download PDF

Info

Publication number
JP2006244274A
JP2006244274A JP2005061024A JP2005061024A JP2006244274A JP 2006244274 A JP2006244274 A JP 2006244274A JP 2005061024 A JP2005061024 A JP 2005061024A JP 2005061024 A JP2005061024 A JP 2005061024A JP 2006244274 A JP2006244274 A JP 2006244274A
Authority
JP
Japan
Prior art keywords
connection
library
functional blocks
function
design method
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
JP2005061024A
Other languages
Japanese (ja)
Inventor
Takanobu Inaba
敬宣 稲葉
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2005061024A priority Critical patent/JP2006244274A/en
Publication of JP2006244274A publication Critical patent/JP2006244274A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Design And Manufacture Of Integrated Circuits (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To prevent even connection mistakes beforehand and to check the right or wrong of connection between function blocks in a design method for connecting a plurality of function blocks to construct an LSI. <P>SOLUTION: Connection destinations of signal lines of each function block and information of input-output directions are described, the connection destinations of the signal lines are bundled as a connection unit for each connection function, a library 25 registered with a connection group name given to the connection destinations is prepared and further, common group definition library 31 is prepared in which a rule of connection for a connection group to be used to generate the library 25 and a rule of the input-output directions are described. A connection 21 between function blocks for system design 20 is performed by using the library 25 to automatically generate an RTL 22. In addition, the common group definition library 31 is used to perform the right or wrong check of the function and the right or wrong check 41 of an input-output direction of a signal line in a connection result. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明はIP(Intellectual Property)を含めた複数の機能ブロックを結線して構成される大規模集積回路(LSI)の設計方法に関し、特に、機能ブロックの結線における機能的、電気的な正誤を判断することを可能にする技術に関するものである。   The present invention relates to a method for designing a large scale integrated circuit (LSI) configured by connecting a plurality of functional blocks including IP (Intellectual Property), and in particular, to determine functional and electrical correctness in connecting functional blocks. It relates to technology that makes it possible.

LSIの大規模化に伴い、IPや既に実績のある回路モジュールなどの複数の機能ブロックを結線してLSIを構成する設計手法が一般的となっている。これら機能ブロックは通常RTLでの構造記述により結線される。   As LSIs become larger in scale, a design method for configuring an LSI by connecting a plurality of functional blocks such as IP and circuit modules that have already been proven is becoming common. These functional blocks are usually connected by a structure description in RTL.

この各機能ブロック同士のRTLでの結線は、機能ブロックの機能及びLSIの仕様を熟知していなければ結線ミスを招き易く、またLSIが大規模になるにつれて結線数も多く複雑になるため結線ミスも増加することになり、さらに設計期間が長くなる要因となる。   The connection of each functional block in the RTL is likely to cause a connection error unless the function of the function block and the LSI specifications are well known, and the number of connections increases as the LSI becomes larger. This also increases the design period.

そのため、例えば特許文献1においては、標準的な個別のLSI機能を実現する複数の機能ブロックを個別のライブラリに登録し、そのライブラリに登録された全ての機能ブロックの結線を済ましたものを「回路データ」として予め設計しておく手法が開示されている。   Therefore, for example, in Patent Document 1, a plurality of functional blocks that realize standard individual LSI functions are registered in individual libraries, and all the functional blocks registered in the library are connected as “circuit” A method of designing in advance as “data” is disclosed.

新規LSIの開発に際しては、ライブラリの中から使用する機能ブロックを選択し、結線済み「回路データ」から使用しない機能ブロックのデータを削除し、代わりに未接続終端データを挿入するようにしている。   When developing a new LSI, a function block to be used is selected from the library, data of unused function blocks is deleted from the connected “circuit data”, and unconnected termination data is inserted instead.

これにより、CPUを中心とする回路群や周辺モジュール群などの標準的な回路グループについては、予め用意されたライブラリの中から所望の機能ブロックを選択するだけで設計することができ、それらを接続する結線データを設計する必要がないため結線ミスが無くなり、LSIの開発期間が短縮されるとしている。
特開平7−263564号公報
As a result, standard circuit groups such as CPU-centered circuit groups and peripheral module groups can be designed simply by selecting desired functional blocks from a library prepared in advance, and connected to them. Since it is not necessary to design connection data to be connected, there is no connection error, and the LSI development period is shortened.
JP-A-7-263564

しかしながら、上述した特許文献1の技術によれば、「回路データ」に含まれる複数の機能ブロック間を予め全て結線しておかなければならない。これは特定の標準的な機能のLSIには適用することができるが、全く新しいLSIを設計する場合に適用するのは困難である。   However, according to the technique of Patent Document 1 described above, all of the plurality of functional blocks included in the “circuit data” must be connected in advance. This can be applied to an LSI having a specific standard function, but is difficult to apply when designing a completely new LSI.

また前述したように、LSIの大規模化に伴い、複数の機能ブロック間の結線は、規模の大きさもさることながら、ブロックの機能及びLSIの機能を熟知していなければ結線ミスを招き易い。さらには、ブロック間の結線を正しくできたかどうかのチェックも特に新規設計では難しく、現在有効な手段は無い。   Further, as described above, with the increase in scale of LSI, connection between a plurality of functional blocks tends to cause a connection error unless the user knows the function of the block and the function of the LSI. Furthermore, it is difficult to check whether or not the connection between the blocks has been made correctly, especially in the new design, and there is no effective means at present.

本発明は、IPを含めた複数の機能ブロックを結線してLSIを構成する設計方法において、結線ミスも未然に防ぐことができ、また機能ブロック間の結線が正しく行われたかをチェックすることができるLSI設計方法を提供することを目的とする。   According to the present invention, in a design method for configuring an LSI by connecting a plurality of functional blocks including IP, it is possible to prevent a connection error and to check whether the connection between the functional blocks is correctly performed. An object of the present invention is to provide an LSI design method that can be used.

本発明においては、機能ブロック間の結線を自動化するためのライブラリとして、各機能ブロックの信号線の接続先および入出力方向の情報を記述し、また信号線の接続先を接続機能毎に接続単位として束線化し、それらに接続グループ名を与えて登録したライブラリを用意する。   In the present invention, as a library for automating the connection between the functional blocks, the signal line connection destination and input / output direction information of each functional block are described, and the signal line connection destination is connected to the connection unit for each connection function. And prepare a library that is registered by giving a connection group name to them.

また、各機能ブロックにおける接続グループ名と、その接続グループの結線の接続規則や、各機能ブロック間の結線の入出力方向の規則を情報として持ち、任意のLSIの設計で同じ接続グループ名を使用することができる共通グループ定義ライブラリを用意し、これを用いて上記ライブラリを生成する。   In addition, the connection group name in each functional block, the connection rule for the connection of that connection group, and the rule for the input / output direction of the connection between each functional block are used as information, and the same connection group name is used for any LSI design. A common group definition library that can be used is prepared, and the library is generated using the library.

機能ブロック間の結線は上記ライブラリを用いてRTLで生成され、さらに、共通グループ定義ライブラリを用いて結線結果における信号線の機能の正誤や入出力方向の正誤検証を行うことができる。   The connection between the functional blocks is generated by RTL using the above-described library, and the function of the signal line in the connection result and the correctness of the input / output direction can be verified using the common group definition library.

すなわち、本発明のLSI設計方法は、IPを含めた複数の機能ブロックを、機能ブロックの情報を記述するライブラリを用いて結線してLSIを構成するLSI設計方法であり、前記ライブラリの情報は機能ブロックの信号線の接続先および信号線の入出力方向の情報を含み、機能ブロックの信号線の接続先の情報に従い自動的に機能ブロック間の結線を生成する機能を有するものである。   That is, the LSI design method of the present invention is an LSI design method in which an LSI is configured by connecting a plurality of functional blocks including IP using a library that describes functional block information. It includes information on the connection destinations of the signal lines of the blocks and the input / output direction of the signal lines, and has a function of automatically generating connection between the functional blocks according to the information on the connection destinations of the signal lines of the functional blocks.

上記構成によれば、各種IPを含めて全ての機能ブロックについて、その信号線の接続先および信号線の入出力方向がライブラリに登録され、機能ブロック間の結線の大部分がライブラリの情報に基づいて自動的に行われるため、機能ブロック間の結線ミスの可能性が低くなり、LSIの設計期間が短縮される。   According to the above configuration, for all functional blocks including various IPs, the connection destinations of the signal lines and the input / output directions of the signal lines are registered in the library, and most of the connections between the functional blocks are based on the library information. Therefore, the possibility of connection mistakes between functional blocks is reduced, and the LSI design period is shortened.

本発明において、前記ライブラリの情報は、機能ブロックの信号線の接続先を接続機能毎に接続単位として束線化し接続グループとして定義したものを含み、前記接続グループに従い自動的に機能ブロック間の結線を生成する機能を有するものである。   In the present invention, the library information includes a function block signal line connection destination bundled as a connection unit for each connection function and defined as a connection group, and connection between function blocks is automatically performed according to the connection group. It has the function to generate.

上記構成によれば、信号線が接続機能毎に束線化され、接続グループという単位で扱うことができるようになるため、機能ブロック間の結線を記述する情報量が少なくて済むことになり、処理効率が向上するとともに、結線ミスの発生可能性が一層低減される。   According to the above configuration, the signal lines are bundled for each connection function and can be handled in units of connection groups, so that the amount of information describing the connection between function blocks can be reduced, The processing efficiency is improved and the possibility of connection mistakes is further reduced.

本発明において、機能ブロック間を接続する信号線および前記接続グループに共通する結線の規則および信号線の入出力方向の規則を記述した共通グループ定義ライブラリを有し、前記ライブラリを前記共通グループ定義ライブラリから生成するものである。   In the present invention, there is provided a common group definition library in which a signal line connecting between functional blocks, a connection rule common to the connection group, and a rule of an input / output direction of the signal line are described, and the library is the common group definition library Is generated from

上記構成によれば、機能ブロック間の結線に使用されるライブラリが、ある範囲のLSI設計に共通する結線の規則および信号線の入出力方向の規則を記述した共通グループ定義ライブラリから生成されるため、結線に使用されるライブラリを正しく効率よく生成することができる。   According to the above configuration, the library used for the connection between the functional blocks is generated from the common group definition library describing the connection rules common to a certain range of LSI design and the input / output direction rules of the signal lines. The library used for connection can be generated correctly and efficiently.

本発明において、機能ブロック間の結線はRTLで構造記述されるものである。   In the present invention, the connection between the functional blocks is described by RTL.

本発明において、前記生成された機能ブロック間の結線および信号線の入出力方向を前記共通グループ定義ライブラリの情報を用いて正誤検証する機能を有するものである。   The present invention has a function of verifying the correctness / incorrectness of the connection between the generated functional blocks and the input / output direction of the signal lines using the information of the common group definition library.

上記構成によれば、結線の規則および信号線の入出力方向の規則を記述した共通グループ定義ライブラリに照らして結線結果がチェックされるため、機能ブロック間の結線ミスが撲滅され、LSIの設計期間が短縮される。   According to the above configuration, since the connection result is checked against the common group definition library describing the connection rule and the input / output direction rule of the signal line, the connection mistake between the functional blocks is eliminated, and the LSI design period Is shortened.

本発明によれば、機能ブロック間の結線が登録されたライブラリを用いることにより正しく行われ、結線ミスも未然に防ぐことができる。さらに共通グループ定義ライブラリに結線の規則を持たせることにより、結線に用いるライブラリを誤り無く生成するとともに、設計が正しく行われたかのチェックにも使用することができ、LSI設計が容易となり、設計期間も短縮される効果が得られる。   According to the present invention, a connection between functional blocks is correctly performed by using a registered library, and a connection mistake can be prevented in advance. In addition, by providing connection rules in the common group definition library, the library used for connection can be generated without errors and used for checking whether the design has been performed correctly. The effect of shortening is obtained.

以下、図面を参照して本発明の好適な実施形態を説明する。図1は以下の各実施形態において設計対象例とするLSIの構成を示すブロック図である。図1において、CPUコア10と、メモリ11と、周辺機能ブロック12と、LSIチップにおけるIOポート13がバス14によって結合されている。   Preferred embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a configuration of an LSI as an example of a design object in each of the following embodiments. In FIG. 1, a CPU core 10, a memory 11, a peripheral function block 12, and an IO port 13 in an LSI chip are coupled by a bus 14.

図2は本発明の第一の実施形態におけるLSI設計方法のフロー図である。ここでは、IPを含めた機能ブロック間の結線用に用いるライブラリとして、(a)接続先ライブラリを用いる場合と、(b)グループライブラリを用いる場合の2通りを説明する。   FIG. 2 is a flowchart of the LSI design method according to the first embodiment of the present invention. Here, two types of libraries, (a) a connection destination library and (b) a group library, will be described as libraries used for connection between functional blocks including IP.

まず、ステップ20のシステム設計で所望のLSIまたは複数の機能ブロックが集合した大規模回路ブロックについて機能を決定する。次に、ステップ21で(a)または(b)それぞれのライブラリを用いて結線する。結線されたデータはステップ22でRTLとして出力される。   First, the function is determined for a desired LSI or a large-scale circuit block in which a plurality of functional blocks are assembled in the system design in step 20. Next, in step 21, connection is made using the respective libraries (a) or (b). The connected data is output as RTL at step 22.

接続先ライブラリ23を用いる(a)の場合は、CPUコア10のデータやアドレスや制御信号線の接続先(この例ではバス14)が接続先ライブラリ23記述されている。他の機能ブロックについても同様な情報が接続先ライブラリ23に用意されている。各種IPを含めて全ての機能ブロックが接続先ライブラリに登録されることにより、機能ブロック間の結線を自動的に行うことができる。   In the case of (a) using the connection destination library 23, the connection destination library 23 describes the data and addresses of the CPU core 10 and the connection destination of the control signal line (in this example, the bus 14). Similar information is prepared in the connection destination library 23 for the other functional blocks. By registering all functional blocks including various IPs in the connection destination library, it is possible to automatically connect the functional blocks.

また、グループライブラリ25を用いる(b)の場合は、接続先ライブラリ23と同様に信号線の接続先を記述するとともに、データやアドレス信号などを機能によってまとめることができる場合はこれらを接続グループとして束線化する。これにより、使用方法は(a)と同様であるが、接続先ライブラリを用いるよりも情報量が少なくて済むという利点がある。   In the case of (b) using the group library 25, the connection destinations of the signal lines are described in the same manner as the connection destination library 23, and when data and address signals can be grouped by function, these are used as connection groups. Bundle. As a result, the method of use is the same as (a), but there is an advantage that the amount of information can be smaller than when using the connection destination library.

また、本実施形態において、誤った結線をチェックするためにライブラリに信号線の入出力方向を記述することができる。例えば、CPUコア10の接続先ライブラリにはバス14へ接続される全ての信号線とバス14から接続される全ての信号線が記述されているが、さらに全ての信号線の入出力方向の記述を加える。グループライブラリについても同様である。   In the present embodiment, the input / output direction of the signal line can be described in the library in order to check an incorrect connection. For example, in the connection destination library of the CPU core 10, all signal lines connected to the bus 14 and all signal lines connected from the bus 14 are described, but further description of the input / output directions of all the signal lines. Add The same applies to the group library.

図3は本発明の第二の実施形態におけるLSI設計方法のフロー図である。ここでは、グループライブラリ25を作成するために、接続グループの結線の規則を定義した共通グループ定義ライブラリ31を用いる。すなわち、共通グループ定義ライブラリ31を参照して、ステップ32でグループライブラリ25が作成される。   FIG. 3 is a flowchart of an LSI design method according to the second embodiment of the present invention. Here, in order to create the group library 25, a common group definition library 31 that defines connection group connection rules is used. That is, the group library 25 is created in step 32 with reference to the common group definition library 31.

共通グループ定義ライブラリ31は各機能ブロックにおける信号線の機能の規則を情報として持つ。例えば、CPUコア10とバス14の間のデータ、アドレス、制御信号等の接続規則が記述されており、CPUコア10に接続される信号線は、この共通グループ定義ライブラリを用いると、バス14にのみ接続されるようになる。   The common group definition library 31 has information on the function of the signal line in each functional block. For example, connection rules for data, addresses, control signals, and the like between the CPU core 10 and the bus 14 are described, and signal lines connected to the CPU core 10 are connected to the bus 14 using this common group definition library. Will only be connected.

これにより、LSIが新規設計であっても、同じ共通グループ定義ライブラリ31を用いれば、CPUコア10に接続される信号線は共通グループ定義ライブラリ31で定められたバスに必ず接続される。グループライブラリ25には、この共通グループ定義ライブラリ31に記述された規則に対応した機能別の情報が登録される。   Thereby, even if the LSI is newly designed, if the same common group definition library 31 is used, the signal line connected to the CPU core 10 is always connected to the bus defined by the common group definition library 31. In the group library 25, information by function corresponding to the rules described in the common group definition library 31 is registered.

このように、あらゆるLSI設計でも同じ接続グループ名を使用できる共通グループ定義ライブラリを用意し、各機能ブロックにおける接続グループ名と、その接続グループの結線の規則を情報として持つことにより、結線された信号線の機能の正誤をチェックすることができる。   In this way, a common group definition library that can use the same connection group name in any LSI design is prepared, and the signal connected by having the connection group name in each functional block and the connection rule of the connection group as information. You can check the correctness of the function of the line.

図4は本発明の第三の実施形態におけるLSI設計方法のフロー図である。ここでは、第二の実施形態のステップ22で結線されたRTLに対して、ステップ41で共通グループ定義ライブラリ31に記述された信号線の機能の情報を用いて結線に関する正誤チェックを行う。   FIG. 4 is a flowchart of the LSI design method according to the third embodiment of the present invention. Here, for the RTL connected in step 22 of the second embodiment, correctness / incorrectness regarding the connection is performed using the signal line function information described in the common group definition library 31 in step 41.

共通グループ定義ライブラリ31には信号線の接続規則が記述されており、例えば、CPUコア10のアドレスはバス14のアドレスに必ず接続されていなければならないが、これが他の信号線に接続されていたり、バス14以外の機能ブロックのアドレスと接続されていたりするのは誤りである。   The common group definition library 31 describes signal line connection rules. For example, the address of the CPU core 10 must be connected to the address of the bus 14, but this may be connected to other signal lines. It is an error to be connected to the address of a functional block other than the bus 14.

また、共通グループ定義ライブラリ31には信号線の入出力方向の規則が記述されており、例えば、CPUコア10からの出力信号線であるライトデータはバス14では入力信号線でなければならないが、これがバス14において出力信号線として扱われているならば誤りである。   The common group definition library 31 describes the rules of the input / output directions of the signal lines. For example, write data that is an output signal line from the CPU core 10 must be an input signal line on the bus 14. If this is handled as an output signal line in the bus 14, it is an error.

このように、共通グループ定義ライブラリ31を用いることにより、信号線の接続規則や入出力方向のチェックを行うことができ、結線と信号線の機能のチェックを自動的に行うことができる。チェックした結果、誤りがある場合は結線を再確認しなければならない。正しい場合はステップ42でチェック済みのRTLが出力され、その後の設計に使用することができる。   As described above, by using the common group definition library 31, it is possible to check the connection rules and input / output directions of signal lines, and to automatically check the functions of connection and signal lines. If there is an error as a result of the check, the connection must be reconfirmed. If it is correct, the checked RTL is output in step 42 and can be used for subsequent design.

本発明のLSI設計方法は機能ブロック間の結線を自動化する技術を有するため、LSIの開発期間を短縮する方策として応用が可能である。また、本発明における接続先ライブラリ、グループライブラリ、共通グループ定義ライブラリは再利用が可能である。   Since the LSI design method of the present invention has a technique for automating the connection between functional blocks, it can be applied as a measure for shortening the LSI development period. In addition, the connection destination library, group library, and common group definition library in the present invention can be reused.

本発明のLSI設計方法は、機能ブロック間の結線が登録されたライブラリを用いることにより正しく行われ、結線ミスも未然に防ぐことができる。さらに共通グループ定義ライブラリに結線の規則を持たせることにより、結線に用いるライブラリを誤り無く生成するとともに、設計が正しく行われたかのチェックにも使用することができ、LSI設計が容易となり、設計期間も短縮されるという効果を有し、IP(Intellectual Property)を含めた複数の機能ブロックを結線して構成される大規模集積回路(LSI)の設計方法等として有用である。   The LSI design method of the present invention is correctly performed by using a library in which the connection between functional blocks is registered, and a connection mistake can be prevented in advance. In addition, by providing the common group definition library with connection rules, the library used for connection can be generated without error, and can be used to check whether the design has been performed correctly, making LSI design easier and reducing the design period. It has the effect of being shortened and is useful as a design method for a large scale integrated circuit (LSI) configured by connecting a plurality of functional blocks including IP (Intellectual Property).

本発明の各実施形態で設計対象例とするLSIの構成を示すブロック図。1 is a block diagram showing a configuration of an LSI that is a design target example in each embodiment of the present invention. 本発明の第一の実施形態におけるLSI設計方法のフロー図。The flowchart of the LSI design method in 1st embodiment of this invention. 本発明の第二の実施形態におけるLSI設計方法のフロー図。The flowchart of the LSI design method in 2nd embodiment of this invention. 本発明の第三の実施形態におけるLSI設計方法のフロー図。The flowchart of the LSI design method in 3rd embodiment of this invention.

符号の説明Explanation of symbols

10 CPUコア
11 メモリ
12 周辺機能ブロック
13 IOポート
14 バス
20 システム設計
21 結線
22 結線されたRTL
23 接続先ライブラリ
24 機能ブロックのRTL
25 グループライブラリ
31 共通グループ定義ライブラリ
32 グループライブラリの作成
41 RTLのチェック
42 チェック済みのRTL
10 CPU Core 11 Memory 12 Peripheral Function Block 13 IO Port 14 Bus 20 System Design 21 Connection 22 Connected RTL
23 Connection destination library 24 RTL of functional block
25 Group Library 31 Common Group Definition Library 32 Create Group Library 41 Check RTL 42 Checked RTL

Claims (6)

IP(Intellectual Property)を含めた複数の機能ブロックを、前記機能ブロックの情報を記述するライブラリを用いて結線し、大規模集積回路(LSI)を構成するLSI設計方法であって、前記ライブラリの情報は前記機能ブロックの信号線の接続先および信号線の入出力方向の情報を含み、前記機能ブロックの信号線の接続先の情報に従い自動的に前記機能ブロック間の結線を生成する機能を有することを特徴とするLSI設計方法。   An LSI design method for configuring a large-scale integrated circuit (LSI) by connecting a plurality of functional blocks including IP (Intellectual Property) using a library that describes information on the functional blocks, wherein the library information Includes information on signal line connection destinations and signal line input / output directions of the functional blocks, and has a function of automatically generating connection between the functional blocks in accordance with information on signal line connection destinations of the functional blocks. LSI design method characterized by the above. 前記ライブラリの情報は、前記機能ブロックの信号線の接続先を接続機能毎に接続単位として束線化し接続グループとして定義したものを含み、前記接続グループに従い自動的に前記機能ブロック間の結線を生成する機能を有することを特徴とする請求項1記載のLSI設計方法。   The library information includes the connection destination of the signal line of the functional block bundled as a connection unit for each connection function and defined as a connection group, and automatically generates a connection between the functional blocks according to the connection group The LSI design method according to claim 1, wherein the LSI design method has the function of: 前記機能ブロック間を接続する信号線および前記接続グループに共通する結線の規則および信号線の入出力方向の規則を記述した共通グループ定義ライブラリを有し、前記ライブラリを前記共通グループ定義ライブラリから生成することを特徴とする請求項2記載のLSI設計方法。   A common group definition library that describes signal lines connecting between the functional blocks, connection rules common to the connection groups, and input / output direction rules of the signal lines, and the library is generated from the common group definition library 3. The LSI design method according to claim 2, wherein: 前記機能ブロック間の結線はRTLで構造記述されることを特徴とする請求項1記載のLSI設計方法。   2. The LSI design method according to claim 1, wherein the connection between the functional blocks is described by RTL. 前記生成された機能ブロック間の結線および信号線の入出力方向を前記共通グループ定義ライブラリの情報を用いて正誤検証する機能を有することを特徴とする請求項3記載のLSI設計方法。   4. The LSI design method according to claim 3, further comprising a function for verifying whether the generated connection between the functional blocks and the input / output direction of the signal line are correct or incorrect using information in the common group definition library. 請求項1から5のいずれかに記載のLSI設計方法を実行するコンピュータプログラム。   A computer program for executing the LSI design method according to claim 1.
JP2005061024A 2005-03-04 2005-03-04 Method for designing lsi Pending JP2006244274A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005061024A JP2006244274A (en) 2005-03-04 2005-03-04 Method for designing lsi

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005061024A JP2006244274A (en) 2005-03-04 2005-03-04 Method for designing lsi

Publications (1)

Publication Number Publication Date
JP2006244274A true JP2006244274A (en) 2006-09-14

Family

ID=37050617

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005061024A Pending JP2006244274A (en) 2005-03-04 2005-03-04 Method for designing lsi

Country Status (1)

Country Link
JP (1) JP2006244274A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013176077A1 (en) * 2012-05-21 2013-11-28 三菱電機株式会社 Lsi designing apparatus, lsi designing method, and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013176077A1 (en) * 2012-05-21 2013-11-28 三菱電機株式会社 Lsi designing apparatus, lsi designing method, and program
US9122831B2 (en) 2012-05-21 2015-09-01 Mitsubishi Electric Corporation LSI designing apparatus, LSI designing method, and program
JP5791797B2 (en) * 2012-05-21 2015-10-07 三菱電機株式会社 LSI design apparatus, LSI design method, and program

Similar Documents

Publication Publication Date Title
US7039892B2 (en) Systems and methods for ensuring correct connectivity between circuit designs
US6536031B2 (en) Method for generating behavior model description of circuit and apparatus for logic verification
TWI292874B (en) Merging a hardware design language source file with a separate assertion file
CN114239453A (en) Simulation verification platform construction method, simulation verification method, device and equipment
CN114861578B (en) Method, device, equipment and storage medium for repairing hold time violation
CN112632884B (en) Gate-level netlist generation method and device and electronic equipment
US9430595B2 (en) Managing model checks of sequential designs
US8671374B2 (en) Information processing apparatus
CN114091383A (en) Test sequence generation method, device and system and related equipment
US20100269080A1 (en) Computer-aided design system and method for simulating pcb specifications
CN111506362B (en) Processing method, device, storage medium and system for configuration form of game
JP2006244274A (en) Method for designing lsi
JP2008305079A (en) Requirement specification automatic verification method
JP7062793B2 (en) Circuit wiring storage method, FPGA system and storage medium
US7949989B2 (en) Methods, systems and computer program products for layout device matching driven by a schematic editor
JP2013004066A (en) Circuit generation device
US20110072404A1 (en) Parallel Timing Analysis For Place-And-Route Operations
CN113064771B (en) I2C link checking method, system, terminal and storage medium
JP2015096997A (en) Logic verification method
JP2008226020A (en) Register verifying device, method and program
CN115935864A (en) Method, device and medium for generating functional safety protection circuit design file
CN115343605A (en) Chip design testing method, system, medium, equipment and FPGA prototype verification platform
CN112257381A (en) AXI Crossbar design circuit verification method and system
KR20150116530A (en) Apparatus and method for automation of test generation for operating system
JP5791797B2 (en) LSI design apparatus, LSI design method, and program

Legal Events

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

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20071113

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20071120

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080319

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080423

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080827