JP2007011912A - Model generation system, model generation method and program therefor - Google Patents
Model generation system, model generation method and program therefor Download PDFInfo
- Publication number
- JP2007011912A JP2007011912A JP2005194470A JP2005194470A JP2007011912A JP 2007011912 A JP2007011912 A JP 2007011912A JP 2005194470 A JP2005194470 A JP 2005194470A JP 2005194470 A JP2005194470 A JP 2005194470A JP 2007011912 A JP2007011912 A JP 2007011912A
- Authority
- JP
- Japan
- Prior art keywords
- information
- pin
- circuit
- creating
- model generation
- 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
Links
Images
Abstract
Description
本発明は、デバイスの特性をシミュレーションによって解析するためのモデルを作成するための技術に関する。 The present invention relates to a technique for creating a model for analyzing device characteristics by simulation.
通常、半導体ベンダにより半導体素子等のデバイスをモデル化した素子モデルが提供される。この半導体ベンダにより提供される素子モデルを使って回路を設計し、シミュレーションを行っている(例えば、特許文献1)。 Usually, an element model obtained by modeling a device such as a semiconductor element by a semiconductor vendor is provided. A circuit is designed and simulated using an element model provided by this semiconductor vendor (for example, Patent Document 1).
従来、FPGA(Field
Programmable Gate Array)のようなプログラムブルデバイスの場合、一般的な素子モデルであるIBISモデル(Input/output Buffer
Information Specification Models)を作成する度に、バッファ情報とピン番号とをテキストファイルを用いて手動で入力しなければならなかった。
Conventionally, FPGA (Field
In the case of a programmable device such as a Programmable Gate Array, an IBIS model (Input / Output Buffer), which is a general element model
When creating Information Specification Models, buffer information and pin numbers had to be entered manually using a text file.
また、IBISモデルを作成する際、手動で入力しなければならないピンの数も多ピン(〜1500ピン)となり、多大な作成工数が必要となっていた。 In addition, when creating an IBIS model, the number of pins that must be manually input is also a large number of pins (up to 1500 pins), which requires a large number of production steps.
ここで、従来技術によるIBISモデルの作成手順を説明する。 Here, a procedure for creating an IBIS model according to the prior art will be described.
従来技術では、手動入力でテキストファイルを編集することによって作成されている。 In the prior art, it is created by manually editing a text file.
図7は、従来技術におけるIBISモデルの作成システムである。 FIG. 7 shows an IBIS model creation system in the prior art.
記憶部5は、ピンアサイン情報51と入出力情報52とを有する。
The
ピンアサイン情報51には、回路設計時に作成される情報である。
The
入出力情報5には、バッファタイプが示されている。
The input /
まず、ピンアサイン情報51に基づいて、IBISモデルにピン番号を手動で一つ一つ追加していく。
First, pin numbers are manually added to the IBIS model one by one based on the
次に、このピン番号にバッファタイプを62にて手動にて一つ一つ割当てていく。 Next, buffer types are manually assigned one by one to this pin number at 62.
FPGAの全ピン数分、ピン番号とバッファモデルとが割当てられたならば、63にて終了となる。 If pin numbers and buffer models are allocated for the total number of pins of the FPGA, the process ends at 63.
上述したように、従来のIBISモデルの作成において、FPGAのようなプログラムブルデバイスの場合、各ユーザがバッファモデルと設定したピン番号とに基づいて、IBISモデルを作成しなければならない。しかしその際、下記のような問題がある。 As described above, in the creation of the conventional IBIS model, in the case of a programmable device such as an FPGA, the IBIS model must be created based on the buffer model and the pin number set by each user. However, there are the following problems.
第1の問題は、多ピン(〜1500ピン)の場合、IBISモデルの編集に多大な工数が必要となる。 The first problem is that a large number of man-hours are required for editing the IBIS model in the case of a multi-pin (up to 1500 pins).
第2の問題は、IBISモデルの作成が手動作成のため、ミスが発生しやすい。
そこで、本発明が解決しようとする課題は、上記問題点を解決することであって、IBISモデルの作成時間の短縮とIBISモデルの品質の向上とを実現する技術を提供することにある。 Therefore, the problem to be solved by the present invention is to solve the above-mentioned problems, and to provide a technique for realizing shortening of the creation time of the IBIS model and improvement of the quality of the IBIS model.
上記課題を解決するための第1の発明は、
モデル生成システムであって、
デバイスのピンに関する情報を示すピン情報に基づいて、回路情報と制約情報とを作成する作成手段と、
前記作成された回路情報と制約情報とに基づいてモデルを生成する生成手段と
を有することを特徴とする。
The first invention for solving the above-described problems is
A model generation system,
Creating means for creating circuit information and constraint information based on pin information indicating information about the pins of the device;
And generating means for generating a model based on the created circuit information and constraint information.
上記課題を解決するための第2の発明は、上記第1の発明において、
前記作成手段は、前記ピン情報のバッファタイプ及びピン番号から制約情報を作成する手段であることを特徴とする。
According to a second invention for solving the above-mentioned problem, in the first invention,
The creation means is means for creating constraint information from a buffer type and pin number of the pin information.
上記課題を解決するための第3の発明は、上記第1又は第2に記載の発明において、
前記作成手段は、前記ピン情報の方向の情報及び信号情報から回路情報を作成する手段であることを特徴とする。
A third invention for solving the above-described problem is the invention described in the first or second aspect,
The creation means is means for creating circuit information from information on the direction of the pin information and signal information.
上記課題を解決するための第4の発明は、
モデル生成方法であって、
デバイスのピンに関する情報を示すピン情報に基づいて、回路情報と制約情報とを作成する作成ステップと、
前記作成された回路情報と制約情報とに基づいてモデルを生成する生成ステップと
を有することを特徴とする。
A fourth invention for solving the above-described problem is
A model generation method,
A creation step for creating circuit information and constraint information based on pin information indicating information about the pins of the device;
And generating a model based on the generated circuit information and constraint information.
上記課題を解決するための第5の発明は、上記第4の発明において、
前記作成ステップは、
前記ピン情報のバッファタイプ及びピン番号から制約情報を作成するステップであることを特徴とする。
A fifth invention for solving the above-mentioned problems is the above-mentioned fourth invention,
The creating step includes
It is a step of creating constraint information from the buffer type and pin number of the pin information.
上記課題を解決するための第6の発明は、上記第4又は第5の発明において、
前記作成ステップは、前記ピン情報の方向の情報及び信号情報から回路情報を作成するステップであることを特徴とする。
A sixth invention for solving the above-described problem is the above-described fourth or fifth invention,
The creating step is a step of creating circuit information from direction information and signal information of the pin information.
上記課題を解決するための第7の発明は、
モデル生成システムのプログラムであって、前記プログラムは、前記システムを、
デバイスのピンに関する情報に基づいて、回路情報と制約情報とを作成する作成手段と、
前記作成された回路情報と制約情報とに基づいてモデルを生成する生成手段と
して機能させることを特徴とする。
The seventh invention for solving the above-mentioned problem is
A model generation system program comprising:
Creating means for creating circuit information and constraint information based on information about the pins of the device;
It is made to function as a production | generation means which produces | generates a model based on the created said circuit information and constraint information.
上記課題を解決するための第8の発明は、上記第7の発明において、
前記プログラムは、
前記作成手段を、前記ピン情報のバッファタイプ及びピン番号から制約情報を作成する手段として機能させることを特徴とする。
An eighth invention for solving the above-described problem is the seventh invention, wherein
The program is
The creation means functions as means for creating constraint information from the buffer type and pin number of the pin information.
上記課題を解決するための第9の発明は、上記第7又は上記第8の発明において、
前記プログラムは、
前記作成手段を、前記ピン情報の方向の情報及び信号情報から回路情報を作成する手段として機能させることを特徴とする。
A ninth invention for solving the above-described problems is the seventh or eighth invention, wherein
The program is
The creation means functions as means for creating circuit information from information on the direction of the pin information and signal information.
本発明は、回路設計時に作成しなければならないピンアサイン情報とバッファ情報とを利用してFPGA内の回路をVHDLファイルで作成し、この回路に基づいて各ベンダから提供される配置配線ツールを用いてIBISモデルを出力させることにより、手動にてIBISモデルを作成する必要が無くなる。さらに、IBISモデルの作成時に起きる人為的なミスも無くなる。 The present invention uses a pin assignment information and buffer information that must be created at the time of circuit design to create a circuit in the FPGA as a VHDL file, and uses a placement and routing tool provided by each vendor based on this circuit. By outputting the IBIS model, it is not necessary to manually create the IBIS model. In addition, there is no human error that occurs when creating an IBIS model.
本発明によると、以下に記載するような効果を奏する。 According to the present invention, the following effects can be obtained.
第1の効果は、IBISモデルを人の手を介さずに作成するように構成しているので、手動で作成する場合に比べて工数が削減できる。 The first effect is that the IBIS model is created without human intervention, and therefore the man-hours can be reduced compared with the case where the IBIS model is created manually.
第2の効果は、人為的なミスが無くなるため、作成されたモデルの品質を向上させることが出来る。 The second effect is that human error is eliminated, so that the quality of the created model can be improved.
本発明は、FPGAやPLD等の多ピンデバイスにおいて、伝送線路シミュレーションに用いられるIBISモデルを作成するためのシステムである。 The present invention is a system for creating an IBIS model used for transmission line simulation in multi-pin devices such as FPGA and PLD.
まず、本発明のシステムの各部の構成を説明する。 First, the configuration of each part of the system of the present invention will be described.
図1は、本発明の一実施例としてのモデル生成システムのブロック図である。 FIG. 1 is a block diagram of a model generation system as an embodiment of the present invention.
本発明のモデル生成システムは、設計情報記憶部1、ファイル生成部2、及び配置配線ツール3を有する。
The model generation system of the present invention includes a design
ここで、各構成部について説明する。 Here, each component will be described.
設計情報記憶部1は、デバイスの設計情報として、ピン情報11及び入出力情報12を有する。
The design
ピン情報11には、IBISモデルを作成するにあたって必要となるピン番号が記憶されている。このピン番号は、ピンを一意に識別する番号である。
The
入出力情報12には、デバイスのピンに関する様々な情報が記憶されているものであって、ピン番号と、信号名と、方向と、バッファタイプと、その他の情報とが互いに対応付けられて記憶されている。入出力情報12の一例を図2に示す。尚、この入出力情報12は、デバイス(回路)を設計する際に作成されるデータである。
The input /
ピン番号は、ピンを一意に識別するための番号であり、ピン情報11に記憶されているピン番号と対応する。
The pin number is a number for uniquely identifying the pin, and corresponds to the pin number stored in the
信号名は、そのピンに入力又は出力される信号の種類を示すものである。 The signal name indicates the type of signal input to or output from the pin.
方向は、そのピンの入出力方向、すなわち、入力、出力、双方向を示すものである。 The direction indicates the input / output direction of the pin, that is, input, output, and bidirectional.
その他の情報は、そのピンに関する、信号名、方向、及びバッファタイプ以外の各種情報である。 The other information is various information related to the pin other than the signal name, direction, and buffer type.
バッファタイプは、そのピンのバッファタイプを示すものである。 The buffer type indicates the buffer type of the pin.
ファイル生成部2は、回路作成部21を有する。
The
回路作成部21は、ピン情報11と入出力情報12とを読み込む。そして、ピン情報11に基づいて、入出力情報12を満足するデバイス内の回路を作成し、その回路の機能に関する情報を、VHDL(Very Highspeed Integrated Circuit Hardware
Discription Language)ファイルとして出力する。図3は、回路作成部21が作成した回路の機能に関する情報をVHDLファイルとして出力した際のデータの一例である。尚、VHDLファイルは、HDLの1種であり、電子回路の動作を記述するためのさまざまな機能を持っているファイルである。更に、マイクロプロセッサのような複雑な動作をするデバイスを記述することが出来、合成ソフトを用いることによりVHDLから回路図を作成することもできる。
The
Output as a Discription Language) file. FIG. 3 is an example of data when the information regarding the function of the circuit created by the
更に、回路作成部21は、入出力情報のピン番号とバッファタイプとから、図4に示すようなフォーマットの制約ファイルを生成する。
Further, the
ここで、デバイス内の回路の作成について、図5を用いて詳細に説明する。尚、ここでは、OR回路を用いて説明する。 Here, creation of a circuit in the device will be described in detail with reference to FIG. Here, description will be made using an OR circuit.
回路作成部21は、ピン情報11に記載されているピン番号に基づいて、そのピン番号に対応付けられている方向の情報を入出力情報12から検索する。そして、ピンの方向が入力であるピン番号を論理回路に接続して、このピンに対応付けられている信号を入力する。この論理回路からの出力を、ピン情報11のピンの方向が出力である全てのピン番号に接続して回路を作成する。回路作成部21は、この作成した回路の機能に関する情報をVHDLファイルとして出力する。
Based on the pin number described in the
配置配線ツール3は、各デバイスベンダが提供するツールである。また、配置配線ツール3は、制約ファイル21及びVHDLファイル22に基づいて、IBISモデルを生成する。尚、制約ファイル21及びVHDLファイル22に基づいて、IBISモデルを生成する方法は、如何なる方法であっても良い。
The place and route tool 3 is a tool provided by each device vendor. Further, the placement and routing tool 3 generates an IBIS model based on the
続いて、本発明の動作について説明する。 Next, the operation of the present invention will be described.
図6は、本発明の動作を説明するためのフローチャートである。 FIG. 6 is a flowchart for explaining the operation of the present invention.
回路作成部21は、ピン番号、信号名、バッファタイプ、及びピンの方向を読み込む(ステップS1)。
The
回路作成部21は、ピン番号とバッファタイプとから制約ファイルを生成する(ステップS2)。
The
更に、回路作成部21は、ピン情報11のピンの方向が入力であるピン番号を論理回路に接続して、そのピン番号に対応する信号を入力する(ステップS3)。
Further, the
そして、この論理回路からの出力を、ピン情報11のピンの方向が出力である全ピン番号に接続して回路を作成する(ステップS4)。
Then, the output from this logic circuit is connected to all the pin numbers in which the pin direction of the
全ての種類の論理回路、例えば、AND、OR、NOT等に接続したかを確認する(ステップS5)。 It is confirmed whether all types of logic circuits, for example, AND, OR, NOT, etc. are connected (step S5).
ステップS3からステップS5を、全ての入力ピンに対して行ったかを確認する(ステップS6)。 It is confirmed whether steps S3 to S5 have been performed for all input pins (step S6).
上述したように、本発明は、回路設計時に作成しなければならない入出力情報(ピンアサイン情報及びバッファ情報)を利用してFPGA内の回路をVHDLファイルで作成し、この回路に基づいて各ベンダから提供される配置配線ツールを用いてIBISモデルを出力させる構成をとっているので、手動にてIBISモデルを作成する必要が無くなる。さらに、IBISモデルの作成時に起きる人為的なミスも無くなる。 As described above, the present invention uses the input / output information (pin assignment information and buffer information) that must be created at the time of circuit design to create a circuit in the FPGA as a VHDL file, and each vendor based on this circuit. Since the configuration is such that the IBIS model is output using the place-and-route tool provided from the above, it is not necessary to manually create the IBIS model. In addition, there is no human error that occurs when creating an IBIS model.
尚、上述した回路作成部を、プログラムで動作するプロセッサや、情報が記憶されるメモリや、記憶媒体によって、上述した実施の形態と同様の機能、動作を実現させても良い。 Note that the above-described circuit creation unit may realize the same functions and operations as those of the above-described embodiments by a processor that operates according to a program, a memory that stores information, and a storage medium.
11 ピン情報
12 入出力情報
21 回路作成部
22 VHDLファイル
23 制約ファイル
31 FPGA設計ツール
33 IBISモデル
11
Claims (9)
デバイスのピンに関する情報を示すピン情報に基づいて、回路情報と制約情報とを作成する作成手段と、
前記作成された回路情報と制約情報とに基づいてモデルを生成する生成手段と
を有することを特徴とするモデル生成システム。 A model generation system,
Creating means for creating circuit information and constraint information based on pin information indicating information about the pins of the device;
A model generation system comprising generation means for generating a model based on the created circuit information and constraint information.
デバイスのピンに関する情報を示すピン情報に基づいて、回路情報と制約情報とを作成する作成ステップと、
前記作成された回路情報と制約情報とに基づいてモデルを生成する生成ステップと
を有することを特徴とするモデル生成方法。 A model generation method,
A creation step for creating circuit information and constraint information based on pin information indicating information about the pins of the device;
A model generation method comprising: a generation step of generating a model based on the created circuit information and constraint information.
前記ピン情報のバッファタイプ及びピン番号から制約情報を作成するステップであることを特徴とする請求項4に記載のモデル生成方法。 The creating step includes
5. The model generation method according to claim 4, wherein the constraint information is created from a buffer type and a pin number of the pin information.
デバイスのピンに関する情報に基づいて、回路情報と制約情報とを作成する作成手段と、
前記作成された回路情報と制約情報とに基づいてモデルを生成する生成手段と
して機能させることを特徴とするプログラム。 A model generation system program, the program comprising:
Creating means for creating circuit information and constraint information based on information about the pins of the device;
A program that functions as a generation unit that generates a model based on the created circuit information and constraint information.
前記作成手段を、前記ピン情報のバッファタイプ及びピン番号から制約情報を作成する手段として機能させることを特徴とする請求項7に記載のプログラム。 The program is
The program according to claim 7, wherein the creating unit functions as a unit that creates constraint information from a buffer type and a pin number of the pin information.
前記作成手段を、前記ピン情報の方向の情報及び信号情報から回路情報を作成する手段として機能させることを特徴とする請求項7又は請求項8に記載のプログラム。 The program is
The program according to claim 7 or 8, wherein the creating means functions as means for creating circuit information from information on the direction of the pin information and signal information.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005194470A JP2007011912A (en) | 2005-07-04 | 2005-07-04 | Model generation system, model generation method and program therefor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005194470A JP2007011912A (en) | 2005-07-04 | 2005-07-04 | Model generation system, model generation method and program therefor |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2007011912A true JP2007011912A (en) | 2007-01-18 |
Family
ID=37750275
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005194470A Pending JP2007011912A (en) | 2005-07-04 | 2005-07-04 | Model generation system, model generation method and program therefor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2007011912A (en) |
-
2005
- 2005-07-04 JP JP2005194470A patent/JP2007011912A/en active Pending
Non-Patent Citations (2)
Title |
---|
CSNH199800089003, 石田智男,外4名, "LSI対応I/Oバッファモデル開発システム", 三菱電機技報, 19980325, 第72巻,第3号, pp.76〜79, 三菱電機技報社 * |
JPN6010009308, 石田智男,外4名, "LSI対応I/Oバッファモデル開発システム", 三菱電機技報, 19980325, 第72巻,第3号, pp.76〜79, 三菱電機技報社 * |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6363297B2 (en) | Simulator, design support system and method for semiconductor circuit device | |
JPH03257671A (en) | Design uptake system | |
TW201514742A (en) | Method of generating an integrated circuit layout | |
JP2005141624A (en) | Verification apparatus, verification method, and program | |
JP2006048525A (en) | Simulation method | |
US8281269B2 (en) | Method of semiconductor integrated circuit device and program | |
JP2000076321A (en) | Lsi design system by preparation of model for function block and lsi designing method thereof | |
JP3953756B2 (en) | Timing budget design method | |
JP2011065319A (en) | Information processing apparatus | |
US20230110701A1 (en) | Techniques for design verification of domain crossings | |
JPWO2006025412A1 (en) | Logic verification method, logic module data, device data, and logic verification apparatus | |
JP2007011912A (en) | Model generation system, model generation method and program therefor | |
JP2006309667A (en) | Operation composition verification device and method | |
JP4987787B2 (en) | Placement verification device | |
US6877140B1 (en) | Method and system for generating a schematic representing bus structures | |
JP4886559B2 (en) | Semiconductor design support apparatus, semiconductor design support method, and semiconductor design support program | |
JP3107207B2 (en) | Logic circuit improvement method and logic circuit improvement method | |
JP5899711B2 (en) | Data flow verification support apparatus and data flow verification support method | |
JP6968736B2 (en) | Circuit analysis device and circuit analysis program | |
JP2008250396A (en) | Method for designing semiconductor integrated circuit device, semiconductor integrated circuit device, microcomputer, and electronic equipment | |
JP2008217071A (en) | High-level synthesis apparatus and high-level synthesis method | |
JP2009205449A (en) | Design method and program for predicting delay time of signal by net list in consideration of terminal wiring in macro | |
JP3702475B2 (en) | Automatic circuit generator | |
JP2830563B2 (en) | Circuit diagram creation device | |
JP4496055B2 (en) | Circuit data creation apparatus for multi-power supply layout and circuit data creation method thereof |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080611 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20100216 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100224 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20100630 |