JPH0844782A - Design data management device - Google Patents

Design data management device

Info

Publication number
JPH0844782A
JPH0844782A JP6176373A JP17637394A JPH0844782A JP H0844782 A JPH0844782 A JP H0844782A JP 6176373 A JP6176373 A JP 6176373A JP 17637394 A JP17637394 A JP 17637394A JP H0844782 A JPH0844782 A JP H0844782A
Authority
JP
Japan
Prior art keywords
design data
library
information
identifier
data
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.)
Granted
Application number
JP6176373A
Other languages
Japanese (ja)
Other versions
JP2778473B2 (en
Inventor
Seiji Etani
誠至 恵谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP6176373A priority Critical patent/JP2778473B2/en
Publication of JPH0844782A publication Critical patent/JPH0844782A/en
Application granted granted Critical
Publication of JP2778473B2 publication Critical patent/JP2778473B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To reduce unnecessary consistency storing operation by generating information on the reference dependency relation between a component information library and design data and matching the design data by using the information. CONSTITUTION:An alteration object library identifier and its item of alteration information inputted from a library alteration information input part 1 are inputted to a library reference design data extraction part 4, which uses them as a key to extracts a reference design data identifier for referring to the item of an alteration object library from a library reference design data information storage part 3. An update object design data selection part 5 is supplied with the item of the alteration object library and the reference design data identifier for referring to it from the library reference design data information storage part 3, searches for dependency relation information on the design data by using the reference design data identifier as a key, and further selects slave design data to be altered out of the library item information.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は設計データ管理装置に関
し、特に複数の設計ツールを組み合わせて設計を行なう
ためにそれぞれの設計ツールで生成する設計データに互
いに依存関係が生じるような設計環境における設計デー
タ管理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a design data management apparatus, and more particularly to designing in a design environment in which design data generated by each design tool has a mutual dependency relationship for designing by combining a plurality of design tools. The present invention relates to a data management device.

【0002】[0002]

【従来の技術】近年のCADを用いた回路設計のよう
に、複数の設計ツール(CADプログラムに相当し、回
路図入力には回路図エデイタ、回路図で入力した回路が
設計どおり動作するかを検証するには回路シミュレー
タ、回路シミュレータの結果をグラフイカルな波形とし
て見たり波形を編集する波形エデイタ等のごとき)を組
み合せ使用して設計する場合には、それぞれの設計ツー
ルで生成する設計データはお互いに関係しあうようにな
り、設計データ間の整合性を保つことが重要な課題とな
っている。
2. Description of the Related Art A plurality of design tools (corresponding to a CAD program, such as a circuit design using a CAD in recent years, a circuit diagram editor is used to input a circuit diagram, and whether a circuit input in the circuit diagram operates as designed. When designing using a combination of a circuit simulator and the results of the circuit simulator as a graphical waveform or a waveform editor that edits the waveform for verification, the design data generated by each design tool is As they become related to each other, maintaining consistency between design data is an important issue.

【0003】そして、この設計データ間の整合性を保つ
のに使用される設計データ管理装置は、従来は、特開平
2−36439号公報記載のように設計データが階層化
されている場合に、階層間の参照依存関係をデータベー
スに保存し、階層化された設計データの一部が更新され
た場合にどの階層の設計データに影響が発生するかを管
理し、影響が発生する設計データを特定してその設計デ
ータを更新して整合性を維持するようにしている。
The design data management device used for maintaining the consistency between the design data is conventionally designed in the case where the design data are hierarchical as described in Japanese Patent Laid-Open No. 2-36439. Saves reference dependencies between layers in the database, manages which layer of design data is affected when a part of the layered design data is updated, and identifies the affected design data. Then, the design data is updated to maintain the consistency.

【0004】そして、影響を受ける設計データの更新の
契機としては、その設計データを作成するのに使用され
る設計ツールの起動に着目する第1の装置と、設計デー
タの更新日時に着目する第2の装置とがある。
[0004] Then, as a trigger for updating the affected design data, the first device which pays attention to the activation of the design tool used to create the design data and the first device which pays attention to the update date and time of the design data There are two devices.

【0005】回路図エデイタを使用して回路図データを
作成し、この回路図データを入力して回路シミュレータ
を使用してシミュレーション結果を作成する場合を例に
とって、以上のことを説明する。
The above will be described by taking as an example the case where circuit diagram data is created using a circuit diagram editor, and this circuit diagram data is input and a simulation result is created using a circuit simulator.

【0006】シミュレーション結果は、回路図データを
入力として回路シミュレータが実行されて得られるた
め、回路図データが変更された場合には再度回路シミュ
レータを実行してシミュレーション結果を更新する必要
がある。しかし、上述の第1の装置では、回路シミュレ
ータを実行してシミュレーション結果を作り直すかどう
かを、直接、回路図データが更新されたかどうかを調べ
て判断するのではなく回路図エデイタを使用したかどう
かという情報から判断している。これは、回路図エデイ
タを使用したら回路図が書き換えられた可能性があるの
で回路シミュレーションは再度実行し、この操作により
常にシミュレーション結果は最新の回路図データとの整
合性が保証されるからである。
Since the simulation result is obtained by executing the circuit simulator with the circuit diagram data as an input, when the circuit diagram data is changed, it is necessary to execute the circuit simulator again to update the simulation result. However, in the above-mentioned first device, whether or not the circuit diagram editor is used to determine whether or not to recreate the simulation result is not directly determined by checking whether or not the circuit diagram data is updated and whether or not the circuit diagram editor is used. Judging from the information. This is because if the circuit diagram editor is used, the circuit diagram may have been rewritten, so the circuit simulation is executed again, and this operation always guarantees that the simulation results are consistent with the latest circuit diagram data. .

【0007】回路図を作成後、回路シミュレーションを
行なってシミュレーション結果が出力されるので、当
然、シミュレーション結果は回路図よりも後から作成さ
れていなければならない。そこで上述の第2の装置で
は、回路図エデイタによって回路図データが変更された
場合は、シミュレーション結果の作成日時よりも回路図
データの更新の作成日時が後になっているので、これに
着目して回路シミュレーションを再実行している。
Since the circuit simulation is performed after the circuit diagram is created and the simulation result is output, the simulation result must be created after the circuit diagram. Therefore, in the above-described second device, when the circuit diagram data is changed by the circuit diagram editor, the creation date and time of the update of the circuit diagram data is later than the creation date and time of the simulation result. Rerun the circuit simulation.

【0008】[0008]

【発明が解決しようとする課題】以上のように、従来の
設計データ管理装置は、設計ツールの起動や設計データ
更新日時の比較結果に基づいて、設計データの整合性を
保つ動作を行なうようにしている。
As described above, the conventional design data management apparatus performs the operation of maintaining the consistency of the design data based on the result of the start of the design tool and the comparison result of the design data update date and time. ing.

【0009】したがっで、後続する設計データの作成に
何の影響もない変更を加えた場合、例えば、注意書きや
コメントといった付加情報を記述した場合などにおいて
も、後続する設計データの更新目的のための設計ツール
の再実行が行なわれ、不必要な整合性保存動作のための
多大の時間を浪費するという問題点がある。
Therefore, even when a change that does not affect the creation of the subsequent design data is made, for example, when additional information such as a cautionary note or a comment is described, for the purpose of updating the subsequent design data. There is a problem that the design tool is re-executed, and a great amount of time is wasted for unnecessary consistency saving operation.

【0010】また、設計ツールの起動に着目する前述の
第1の装置では、設計データに変更がない場合でも、設
計ツールの起動の度にそれに後続する設計データの再処
理動作が行なわれることとなり、これも不必要な整合性
保存動作のための多大の時間を浪費するという問題点が
ある。
Further, in the above-mentioned first device which pays attention to the activation of the design tool, even if the design data is not changed, the subsequent reprocessing operation of the design data is performed every time the design tool is activated. However, this also has a problem that a large amount of time is wasted for unnecessary consistency saving operation.

【0011】本発明の目的は、部品情報ライブラリと設
計データとの参照依存関係情報を少なくとも部品情報ラ
イブラリの項目内容に基づいて作成してこれを使用して
設計データの整合性を取ることにより不必要な整合性保
存動作を削減できる設計データ管理装置を提供すること
にある。
It is an object of the present invention to create reference dependency relationship information between a component information library and design data based on at least the content of items in the component information library, and use this to ensure design data consistency. It is an object of the present invention to provide a design data management device capable of reducing the necessary consistency saving operation.

【0012】[0012]

【課題を解決するための手段】第1の発明の設計データ
管理装置は、設計データの識別子と前記設計データを元
に作成される1つ以上の子設計データの識別子と前記子
設計データの作成に際して採用した部品情報ライブラリ
の項目の内容変更の影響を受ける子設計データの識別子
を項目毎に含むライブラリ項目情報とを設計データ毎に
格納する設計データ依存関係情報記憶手段と、前記部品
情報ライブラリの識別子とこれを直接参照する参照設計
データの識別子を項目毎に含む項目情報とを部品情報ラ
イブラリ毎に格納するライブラリ参照設計データ情報記
憶手段と、前記部品情報ライブラリの変更情報を入力す
るライブラリ変更情報入力手段と、前記変更情報の供給
に応答してこれに対応する参照設計データ識別子を前記
ライブラリ参照設計データ情報記憶手段から抽出するラ
イブラリ参照設計データ抽出手段と、前記変更情報とこ
れに対応する参照設計データ識別子との供給に応答して
前記変更情報に対応して更新すべき更新対象設計データ
の識別子を前記設計データ依存関係情報記憶手段から選
択する更新対象設計データ選択手段とを含んで構成され
る。
A design data management apparatus according to a first aspect of the invention is to create an identifier of design data and an identifier of one or more child design data created based on the design data and the creation of the child design data. The design data dependency information storage means for storing, for each design data, the library item information including, for each item, the identifier of the child design data that is affected by the change in the contents of the component information library adopted at the time, and the component information library Library reference design data information storage means for storing, for each component information library, an identifier and item information including, for each item, an identifier of reference design data that directly refers to the identifier, and library change information for inputting change information of the component information library In response to the supply of the change information, the reference design data identifier corresponding thereto is input to the library reference setting unit. Library reference design data extraction means for extracting from the data information storage means, and an identifier of update target design data to be updated corresponding to the change information in response to supply of the change information and the corresponding reference design data identifier To be updated from the design data dependency relationship information storage means.

【0013】第2の発明の設計データ管理装置は、第1
の発明に加えて、供給される更新対象設計データの識別
子を表示する更新対象設計データ表示手段を含んで構成
される。
The design data management apparatus of the second invention is the first invention.
In addition to the above invention, it comprises an update target design data display means for displaying the identifier of the supplied update target design data.

【0014】[0014]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0015】図1は本発明の設計データ管理装置の一実
施例を示す構成図である。
FIG. 1 is a block diagram showing an embodiment of the design data management apparatus of the present invention.

【0016】図1の設計データ管理装置は、複数の設計
データを使用して設計を行なう場合にある設計データB
がどの設計データAを元に作成されるかという設計デー
タの依存関係(Aを親設計データ、Bを子設計データと
以後呼ぶ)を示す情報とその作成に際して採用した部品
情報ライブラリの項目毎に影響を受ける子設計データ情
報とを各親設計データ毎に格納する設計データ依存関係
情報記憶部2と、設計データを作成するために使用する
部品情報ライブラリとそのライブラリを直接参照しその
変更更新が直接的に影響を及ぼす設計データ情報をライ
ブラリの項目毎に格納するライブラリ参照設計データ情
報記憶部3と、ライブラリの変更情報を入力するライブ
ラリ変更情報入力部1と、ライブラリ変更情報をキーと
してライブラリ参照設計データ情報記憶部3からその変
更されるライブラリの項目を参照している設計データを
探索抽出するライブラリ参照設計データ抽出部4と、ラ
イブラリ変更情報と対応するライブラリ参照設計データ
情報とを受けて設計データ依存関係情報記憶部2から更
新対象設計データを選択する更新対象設計データ選択部
5と、更新対象設計データ名を受けて表示出力する更新
対象設計データ表示部6とを含んで構成されている。
The design data management apparatus of FIG. 1 has a design data B when designing using a plurality of design data.
For each item of the component information library adopted at the time of creation, information indicating the design data dependency relationship (A is referred to as parent design data and B is referred to as child design data hereinafter) of which design data A is created The design data dependency information storage unit 2 that stores the affected child design data information for each parent design data, the component information library used to create the design data, and the library is directly referenced to change and update them. Library reference design data information storage unit 3 that stores design data information that directly affects each library item, library change information input unit 1 that inputs change information of the library, and library reference using the library change information as a key A line for searching and extracting design data referring to the changed library item from the design data information storage unit 3. Update reference design data extraction unit 4, an update target design data selection unit 5 that selects update target design data from the design data dependency relationship storage unit 2 in response to library change information and corresponding library reference design data information, and update An update target design data display unit 6 that receives and displays the target design data name is displayed.

【0017】ライブラリ参照設計データ抽出部4と更新
対象設計データ選択部5とは主記憶および中央処理装置
等から構成されるデータ処理部3としてプログラム制御
により動作する。
The library reference design data extraction unit 4 and the update target design data selection unit 5 operate as a data processing unit 3 including a main memory and a central processing unit under program control.

【0018】図2には設計データ依存関係情報記憶部2
に格納されている記憶内容の一例が図示されている。
FIG. 2 shows a design data dependency information storage unit 2
An example of the stored contents stored in FIG.

【0019】前述のように、この記憶内容は親設計デー
タ毎に、その設計データとそれを元にして作成された子
設計データにはどんなものがあるかを情報として有し、
更に、その作成に際して採用したライブラリの項目の内
容更新により影響を受ける子設計データが項目毎に格納
している。
As described above, this stored content has, for each parent design data, information as to what the design data and the child design data created based on it are as information.
Further, child design data that is affected by updating the contents of the items of the library adopted at the time of creation is stored for each item.

【0020】すなわち、図2に示す設計データ依存関係
情報21は、設計データであることを示すレコード識別
子(設計データのときには一例としてDATA)と、そ
の親設計データに割り当てられた設計データ識別子(一
例として数字)と、その親設計データの名称と、その設
計データを元にして作成されたn個の子設計データの識
別子である子設計データ識別子(1) 〜(n) と、更に、そ
の作成に際して採用したライブラリの項目の内容更新に
より影響を受ける子設計データ情報であるm個のライブ
ラリ項目情報(1) 〜(m) とを有して構成されている。
That is, the design data dependency relationship information 21 shown in FIG. 2 includes a record identifier (DATA as an example in the case of design data) indicating that it is design data, and a design data identifier assigned to its parent design data (an example). Number), the name of the parent design data, the child design data identifiers (1) to (n) that are the identifiers of the n child design data created based on the design data, and the creation thereof. It is configured to have m pieces of library item information (1) to (m) which are child design data information affected by updating the contents of the library item adopted at that time.

【0021】そしてライブラリ項目情報は図2の参照数
字22に示すように、ライブラリデータであることを示
すレコード識別子(ライブラリデータのときには一例と
してLIB)と、そのライブラリデータに割り当てられ
たライブラリ識別子と、このライブラリ中で採用された
項目名とそれの影響を受ける1つ以上の子設計データの
識別子である子設計データ識別子との組からなる情報と
を1つ以上有している。
The library item information is, as indicated by reference numeral 22 in FIG. 2, a record identifier indicating that it is library data (LIB data is an example of LIB), and a library identifier assigned to the library data. It has at least one piece of information including a set of an item name adopted in this library and a child design data identifier which is an identifier of one or more child design data affected by the item name.

【0022】設計データ依存関係情報記憶部2に格納さ
れている設計データには、ライブラリ自体を登録するこ
ともできる。
The library itself can be registered in the design data stored in the design data dependency information storage unit 2.

【0023】次に、ライブラリ参照設計データ情報記憶
部3に格納されている記憶内容について説明する。
Next, the storage contents stored in the library reference design data information storage unit 3 will be described.

【0024】前述のように、この記憶内容は設計データ
を作成するために使用する部品情報情報ライブラリとそ
のライブラリを直接参照する設計データ情報であり、ラ
イブラリの項目毎に格納されている。
As described above, the stored contents are the component information information library used to create the design data and the design data information that directly refers to the library, and are stored for each item of the library.

【0025】部品情報ライブラリは、回路設計等を行な
う際に使用する電気部品等の名称、入出力端子名、部品
形状、消費電力、動作、メーカ、価格などのデータの集
合である。設計ツール、すなわち、CADプログラム毎
に必要な情報は異なるので、同一部品に対して、設計ツ
ール毎に部品情報ライブラリが存在する。例えば、回路
図エデイタに対して回路図用ライブラリ、回路シミュレ
ータに対してシミュレーション用ライブラリ、レイアウ
ト用プログラムに対してレイアウト用ライブラリが用意
される。
The parts information library is a collection of data such as names of electric parts used for designing a circuit, input / output terminal names, parts shape, power consumption, operation, manufacturer, price and the like. Since the required information differs for each design tool, that is, for each CAD program, there is a component information library for each design tool for the same component. For example, a circuit diagram library is prepared for the circuit diagram editor, a simulation library is prepared for the circuit simulator, and a layout library is prepared for the layout program.

【0026】図3にはライブラリ参照設計データ情報記
憶部3に格納されている記憶内容、すなわち、ライブラ
リ参照設計データ情報の一例が図示されている。
FIG. 3 shows an example of storage contents stored in the library reference design data information storage unit 3, that is, an example of library reference design data information.

【0027】図3のライブラリ参照設計データ情報31
は、ライブラリデータであることを示すレコード識別子
(ライブラリデータのときには一例としてLIB)と、
このライブラリデータに割り当てられたライブラリ識別
子(一例として数字)と、このライブラリデータの名称
と、このライブラリの各項目ごとの情報である項目情報
の1つ以上とを含んで構成されている。
Library reference design data information 31 in FIG.
Is a record identifier indicating library data (LIB data is an example of LIB),
It is configured to include a library identifier assigned to this library data (a numeral as an example), the name of this library data, and one or more item information that is information for each item of this library.

【0028】そして項目情報は、図3の参照数字32に
示すように、項目情報であることを示すレコード識別子
(一例としてITEM)と、項目の名称と、この項目を
直接参照する設計データの識別子である参照設計データ
識別子の1つ以上とを含んで構成されている。
The item information is, as indicated by reference numeral 32 in FIG. 3, a record identifier (for example, ITEM) indicating that it is item information, an item name, and an identifier of design data that directly refers to this item. And one or more of the reference design data identifiers.

【0029】ライブラリ変更情報入力部1から入力され
るライブラリ変更情報は、変更対象のライブラリ識別子
と、その項目名と、その項目の変更内容とから構成され
ており、公知のキーボード等から入力される。その変更
情報により変更対象のライブラリは所定の変更更新が行
なわれる。
The library change information input from the library change information input unit 1 is composed of a library identifier to be changed, its item name, and the changed contents of the item, and is input from a known keyboard or the like. . According to the change information, the library to be changed is updated by a predetermined change.

【0030】この変更情報のうちの変更対象ライブラリ
識別子とその項目名とがライブラリ参照設計データ抽出
部4に入力され、ライブラリ参照設計データ抽出部4で
はこれをキーとしてライブラリ参照設計データ情報記憶
部3からこの変更対象ライブラリの項目を参照する参照
設計データ識別子を抽出する。
The change target library identifier and its item name of this change information are input to the library reference design data extracting section 4, and the library reference design data extracting section 4 uses the library reference design data extracting section 4 as a key for the library reference design data information storage section 3 A reference design data identifier that refers to the item of the change target library is extracted from.

【0031】更新対象設計データ選択部5ではライブラ
リ参照設計データ情報記憶部3から変更対象ライブラリ
の項目とそれを参照する参照設計データ識別子との供給
をうけて、参照設計データ識別子をキーとして、その設
計データ依存関係情報を探索し、さらにそのライブラリ
項目情報から変更対象ライブラリの項目をキーとして変
更対象の子設計データを選択する。そして、子設計デー
タを新たな参照設計データとして上述の探索選択動作を
子設計データがなくなるまで続行し、自設計データを含
めた更新対象の設計データを全て漏れなく選択する。
The update target design data selection unit 5 receives the items of the change target library and the reference design data identifiers that refer to the items from the library reference design data information storage unit 3, and uses the reference design data identifiers as keys. The design data dependency information is searched, and the child design data to be changed is selected from the library item information using the item of the change target library as a key. Then, using the child design data as new reference design data, the above search and selection operation is continued until there is no child design data, and all the design data to be updated including the self design data are selected without omission.

【0032】更新対象設計データ表示部6は、更新対象
設計データ選択部5から供給される更新対象設計データ
名を表示する。
The update target design data display unit 6 displays the update target design data name supplied from the update target design data selection unit 5.

【0033】次に本実施例の動作を実際の設計データフ
ローを使用して詳細に説明する。
Next, the operation of this embodiment will be described in detail by using an actual design data flow.

【0034】図4は、回路図作成から部品表作成までの
設計作業の中で生成される設計データの流れを参照数字
41に、使用されるライブラリを参照数字42に示して
ある。
FIG. 4 shows a reference numeral 41 for the flow of design data generated in the design work from the circuit diagram preparation to the parts table preparation, and reference numeral 42 for the library used.

【0035】回路図データを作成する場合には、回路図
用ライブラリのみを使用し、ネットリストを作成する場
合には特定のライブラリは使用しない。シミュレーショ
ンを実行する場合のシミュレータ作成には、ネットリス
トデータとシミュレーション用ライブラリから作成す
る。レイアウトデータは、ネットリストデータとレイア
ウト用ライブラリから作成する。部品表データは、回路
図データから作成する。
When creating the circuit diagram data, only the circuit diagram library is used, and when creating the netlist, no specific library is used. To create a simulator when executing a simulation, create it from the netlist data and the simulation library. The layout data is created from the netlist data and the layout library. The parts table data is created from the circuit diagram data.

【0036】図5には図4の設計データの流れにより規
定される設計データ依存関係情報の具体例が示してあ
り、レコードの先頭フイールドにはレコード識別子が入
る。
FIG. 5 shows a specific example of the design data dependency relationship information defined by the flow of the design data in FIG. 4, and a record identifier is placed in the head field of the record.

【0037】レコード識別子が″DATA″の場合に
は、第2フイールドに設計データ識別子が、第3フイー
ルドに設計データ名、第4フイールド以降にはこの設計
データを元にして作成された子設計データの識別子であ
る子設計データ識別子を記述している。
When the record identifier is "DATA", the design data identifier is in the second field, the design data name is in the third field, and the child design data created based on this design data after the fourth field. The child design data identifier, which is the identifier of, is described.

【0038】レコード識別子が″LIB″のレコード
は、直前に記述された設計データの子設計データが作成
される際に採用されたライブラリの項目情報が記述され
ている。その第2フイールドには採用されたライブラリ
識別子、第3フイールドにはそのライブラリの項目名、
第4フイールド以降に影響を受ける子設計データの識別
子である子設計データ識別子が記述されている。
The record having the record identifier "LIB" describes the item information of the library adopted when the child design data of the design data described immediately before is created. The library identifier used for the second field, the item name of the library for the third field,
The child design data identifier, which is the identifier of the child design data affected after the fourth field, is described.

【0039】ライブラリ項目情報を記述することによ
り、親設計データが参照するライブラリの項目の内、特
定の項目の変更更新情報についてのみ対応する子設計デ
ータの更新が行なわれることを規定することができる。
By describing the library item information, it can be specified that the corresponding child design data is updated only for the change / update information of a specific item among the items of the library referred to by the parent design data. .

【0040】図5において、設計データ識別子が1の回
路図データは、これを元にして設計データ識別子が2の
ネットリストデータと設計データ識別子6の部品表デー
タを作成していることを示している。また、ライブラリ
項目情報があり、回路図データについてライブラリ識別
子が1の回路図用ライブラリのシンボル名(symna
me)とピン名(pinname)と部品名(BM−N
AME)が変更された場合には、設計データ識別子2と
6のネットリストデータと部品表データ両方が影響を受
けることを示している。
In FIG. 5, the circuit diagram data with the design data identifier 1 indicates that the netlist data with the design data identifier 2 and the parts table data with the design data identifier 6 are created based on this. There is. Further, there is library item information, and for the schematic data, the symbol name (symna) of the schematic library whose library identifier is 1.
me), pin name (pinname), and part name (BM-N)
When the AME) is changed, both the netlist data and the parts table data of the design data identifiers 2 and 6 are affected.

【0041】設計データ識別子が2のネットリストデー
タは、これを元にして設計データ識別子が3のシミュレ
ータと設計データ識別子5のレイアウトデータが作成さ
れていることを示している。また、ライブラリ項目情報
があり、ネットリストデータについてライブラリ識別子
が1の回路図用ライブラリの部品名(BM−NAME)
が変更された場合には、設計データ識別子5のレイアウ
トデータのみが影響を受け、設計データ識別子が3のシ
ミュレータデータは影響を受けないことを示している。
The netlist data having the design data identifier 2 indicates that the simulator having the design data identifier 3 and the layout data having the design data identifier 5 are created based on the netlist data. In addition, there is library item information, and the component name of the circuit diagram library whose library identifier is 1 for the netlist data (BM-NAME)
Is changed, only the layout data having the design data identifier 5 is affected, and the simulator data having the design data identifier 3 is not affected.

【0042】設計データ識別子が3のシミュレータはこ
れを元にして設計データ識別子が4のシミュレーション
結果データを作成していることを示している。
The simulator with the design data identifier 3 indicates that the simulation result data with the design data identifier 4 is created based on this.

【0043】設計データ識別子が4のシミュレーション
結果データと、設計データ識別子が5のレイアウトデー
タと設計データ識別子が6の部品表データは、これらを
元に作成される設計データがないことを示している。
The simulation result data with the design data identifier 4, the layout data with the design data identifier 5, and the parts table data with the design data identifier 6 indicate that there is no design data created based on these. .

【0044】設計データ識別子が7から9の項目は、設
計データフロー上に定義された設計データが参照するラ
イブラリを規定しており、ライブラリの変更によって他
のライブラリに影響が及ぶことを示すことができるよう
にしてある。
The items whose design data identifiers are 7 to 9 define the library to which the design data defined on the design data flow refers, and it can be shown that the change of the library affects other libraries. I can do it.

【0045】図6は、ライブラリ参照設計データ情報の
具体例で、″LIB″で始まるレコードには、ライブラ
リの識別子とライブラリ名を規定し、″ITEM″で始
まるレコードは項目情報であり、直前に定義したライブ
ラリの中の情報項目毎にこの項目を直接参照してその変
更が直接影響を及ぼす設計データの識別子である参照設
計データ識別子を規定する。
FIG. 6 is a specific example of library reference design data information. A record starting with "LIB" defines a library identifier and a library name, and a record starting with "ITEM" is item information. For each information item in the defined library, this item is directly referenced to define a reference design data identifier which is an identifier of design data directly affected by the change.

【0046】なお、″ITEM″レコードは複数規定す
ることができる。
A plurality of "ITEM" records can be specified.

【0047】ライブラリ識別子が1は回路図用ライブラ
リで、このライブラリの項目中シンボル名(symna
me)が変更された場合とピン名(pinname)が
変更された場合は、設計データ識別子が1と8と9の回
路図データとシミュレーション用ライブラリとレイアウ
ト用ライブラリの修正が必要となり、部品名(BM−N
AME)に変更があった場合は、設計データ識別子が1
と9の回路図データとレイアウト用ライブラリの修正が
必要となり、形状(shape)に変更があった場合
は、設計データ識別子が1の回路図データの修正が必要
となる。
The library identifier 1 is a circuit diagram library, and the symbol name (symna in the items of this library is
(me) is changed and the pin name (pinname) is changed, it is necessary to modify the circuit diagram data of the design data identifiers 1, 8 and 9 and the simulation library and the layout library. BM-N
AME) has changed, the design data identifier is 1
And 9, the circuit diagram data and the layout library need to be corrected, and when the shape is changed, the circuit diagram data having the design data identifier 1 needs to be corrected.

【0048】ライブラリ識別子が2はシミュレーション
用ライブラリで、動作論理(logic)に変更があっ
た場合は、設計データ識別子が4のシミュレーション結
果データの修正が必要になり、シンボル名(symna
me)とピン名(pinname)に変更があった場合
は、設計データ識別子3と7のシミュレータと回路図用
ライブラリの修正が必要となる。
The library identifier 2 is a simulation library, and when the operation logic (logic) is changed, the simulation result data with the design data identifier 4 needs to be modified, and the symbol name (symna) is changed.
(me) and the pin name (pinname) are changed, the simulators of the design data identifiers 3 and 7 and the circuit diagram library need to be modified.

【0049】ライブラリ識別子が3のレイアウト用ライ
ブラリは、レイアウト情報(layout)に変更があ
った場合は、設計データ識別子が5のレイアウトデータ
のみに修正が必要で、シンボル名(symname)と
ピン名(pinname)に変更があった場合は、設計
データ識別子が1と7の回路図データと回路図用ライブ
ラリの修正が必要になる。
In the layout library with the library identifier of 3, when the layout information (layout) is changed, only the layout data with the design data identifier of 5 needs to be modified. The symbol name (symname) and the pin name ( If there is a change in the pinname), it is necessary to modify the circuit diagram data and the circuit diagram library having the design data identifiers 1 and 7.

【0050】以上図5および図6において具体例で設計
データ依存関係情報およびライブラリ参照設計データ情
報を説明したが、説明の便宜上、回路図用ライブラリと
回路図データとの一部の依存関係のみを例示しているに
過ぎず他の関係の図示は省略している。
The design data dependency relationship information and the library reference design data information have been described above with reference to FIGS. 5 and 6 for concrete examples. However, for convenience of explanation, only a part of the dependency relationship between the circuit diagram library and the circuit diagram data will be described. This is merely an example and illustration of other relationships is omitted.

【0051】図5に示す設計データ依存関係情報を設計
データ依存関係情報記憶部2に、図6に示すライブラリ
参照設計データ情報をライブラリ参照設計データ情報記
憶部3に格納されている設計データ管理装置に対し、回
路図用ライブラリの部品名の変更があった第1の場合
と、形状の変更があった第2の場合とを例にとり、その
動作を説明する。
A design data management device in which the design data dependency relationship information shown in FIG. 5 is stored in the design data dependency relationship information storage unit 2 and the library reference design data information shown in FIG. 6 is stored in the library reference design data information storage unit 3. On the other hand, the operation will be described by taking the first case where the component name of the circuit diagram library is changed and the second case where the shape is changed as an example.

【0052】変更対象ライブラリ名とその変更対象項目
名とが、ライブラリ変更情報入力部1を介してライブラ
リ参照設計データ抽出部4に供給されると、ライブラリ
参照設計データ抽出部4はそれらをキーとしてライブラ
リ参照設計データ情報記憶部3からライブラリ参照設計
データを抽出する。
When the change target library name and the change target item name are supplied to the library reference design data extraction unit 4 via the library change information input unit 1, the library reference design data extraction unit 4 uses them as keys. Library reference design data is extracted from the library reference design data information storage unit 3.

【0053】図6を参照すると、回路図用ライブラリの
部品名の変更があった第1の場合には、参照設計データ
識別子1と9とを抽出してくる。そこでライブラリ参照
設計データ抽出部4は、この参照設計データ識別子1お
よび9と、変更対象項目である回路図用ライブラリの部
品名とを更新対象設計データ選択部5に供給する。
Referring to FIG. 6, in the first case where the component name of the circuit diagram library is changed, the reference design data identifiers 1 and 9 are extracted. Therefore, the library reference design data extraction unit 4 supplies the reference design data identifiers 1 and 9 and the component name of the circuit diagram library that is the change target item to the update target design data selection unit 5.

【0054】更新対象設計データ選択部5は供給された
この参照設計データ識別子1および9と、変更対象項目
である回路図用ライブラリの部品名とをキーとして設計
データ依存関係情報記憶部2から更新対象設計データを
選択する。すなわち、図5を参照して、まず、参照設計
データ識別子1と9とから回路図データとレイアウト用
ライブラリとを選択する。さらに、回路図データのライ
ブラリ項目情報から子設計データ識別子2と6とを得
る。すなわち、ネットリストデータと、部品表とを得
る。さらに、ネットリストデータのライブラリ項目情報
から子設計データ識別子5のレイアウトデータを得、更
新対象設計データ選択部5は結果として、更新対象設計
データとして設計データ識別子1、2、5、6および9
の回路図データ、ネットリストデータ、レイアウトデー
タ、部品表およびレイアウト用ライブラリとを出力し、
更新対象設計データ表示部6はこれらを表示する。
The update target design data selecting unit 5 updates from the design data dependency information storage unit 2 by using the supplied reference design data identifiers 1 and 9 and the component name of the circuit diagram library which is the change target item as a key. Select the target design data. That is, referring to FIG. 5, first, the circuit diagram data and the layout library are selected from the reference design data identifiers 1 and 9. Further, the child design data identifiers 2 and 6 are obtained from the library item information of the circuit diagram data. That is, the netlist data and the parts table are obtained. Further, the layout data of the child design data identifier 5 is obtained from the library item information of the netlist data, and as a result, the update target design data selection unit 5 design data identifiers 1, 2, 5, 6 and 9 as the update target design data.
Output schematic diagram data, netlist data, layout data, parts list and layout library,
The update target design data display unit 6 displays these.

【0055】次に、形状の変更があった第2の場合には
図6を参照すると、ライブラリ参照設計データ抽出部4
は、参照設計データ識別子1と、変更対象項目である回
路図用ライブラリの形状とを更新対象設計データ選択部
5に供給する。
Next, in the second case where the shape is changed, referring to FIG. 6, the library reference design data extraction unit 4
Supplies the reference design data identifier 1 and the shape of the circuit diagram library that is the change target item to the update target design data selection unit 5.

【0056】次いで、更新対象設計データ選択部5は供
給されたこの参照設計データ識別子1と、変更対象項目
である回路図用ライブラリの形状とをキーとして設計デ
ータ依存関係情報記憶部2から更新対象設計データを選
択する。図5を参照すると、先ず、関連設計データ識別
子1から回路図データを得る。この回路図データには形
状に関するライブラリ項目情報がないのでこの回路図を
元に作成された子設計データは更新対象設計データとは
ならず、第2の場合の更新対象設計データ選択部5の出
力としては、回路図データのみとなり、これを更新対象
設計データ表示部6は表示することとなる。
Next, the update target design data selecting unit 5 uses the supplied reference design data identifier 1 and the shape of the circuit diagram library which is the change target item as keys to update from the design data dependency information storage unit 2. Select design data. Referring to FIG. 5, first, circuit diagram data is obtained from the related design data identifier 1. Since this circuit diagram data does not have the library item information regarding the shape, the child design data created based on this circuit diagram does not become the update target design data, and the output of the update target design data selection unit 5 in the second case As a result, only the circuit diagram data is displayed, and the update target design data display unit 6 displays it.

【0057】第2の場合で考えると、従来では回路図用
ライブラリが更新され回路図エデイタにより回路図が更
新されれば、回路図エデイタを使用したということだけ
でその後のデータ、すなわち、ネットリスト、シミュレ
ータ、シミュレーション結果、レイアウト、部品表の各
データの再構築が行なわれていたが、本実施例では回路
図の再構築だけですみ、無駄な整合動作を行なう必要は
なくなる。
Considering the second case, conventionally, if the circuit diagram library is updated and the circuit diagram is updated by the circuit diagram editor, the subsequent data, that is, the netlist, is simply used because the circuit diagram editor is used. The data of the simulator, the simulation result, the layout, and the parts table have been reconstructed, but in the present embodiment, only the circuit diagram is reconstructed, and unnecessary matching operation is not necessary.

【0058】第1の場合でも、設計データ識別子3と4
のシミュレータおよびシミュレーション結果の再構築動
作を行なう必要はなくなる。
Even in the first case, design data identifiers 3 and 4
There is no need to perform the simulator and the reconstruction operation of the simulation result.

【0059】[0059]

【発明の効果】以上説明したように、本発明の設計デー
タ管理装置は、部品情報ライブラリと設計データとの参
照依存関係情報を少なくとも部品情報ライブラリの項目
内容に基づいて作成してこれを使用して設計データの整
合性を取ることにより不必要な整合性保存動作を削減で
きるという効果を有する。
As described above, the design data management device of the present invention creates reference dependency information between the component information library and the design data based on at least the item contents of the component information library and uses it. By making the design data consistent with each other, it is possible to reduce an unnecessary consistency saving operation.

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

【図1】本発明の設計データ管理装置の一実施例を示す
構成図である。
FIG. 1 is a configuration diagram showing an embodiment of a design data management device of the present invention.

【図2】設計データ依存関係情報記憶部のデータ格納図
である。
FIG. 2 is a data storage diagram of a design data dependency relationship information storage unit.

【図3】ライブラリ参照設計データ情報記憶部のデータ
格納図である。
FIG. 3 is a data storage diagram of a library reference design data information storage unit.

【図4】設計データと各ライブラリの関係を示すデータ
フロー図である。
FIG. 4 is a data flow diagram showing the relationship between design data and each library.

【図5】設計データ依存関係情報の一例を示すデータ構
造図である。
FIG. 5 is a data structure diagram showing an example of design data dependency relationship information.

【図6】ライブラリ参照設計データ情報の一例を示すデ
ータ構造図である。
FIG. 6 is a data structure diagram showing an example of library reference design data information.

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

1 ライブラリ変更情報入力部 2 設計データ依存関係情報記憶部 3 ライブラリ参照設計データ情報記憶部 4 ライブラリ参照設計データ抽出部 5 更新対象設計データ選択部 6 更新対象設計データ表示部 7 データ処理部 21 設計データ依存関係情報 22 ライブラリ項目情報 31 ライブラリ参照設計データ情報 32 項目情報 1 Library Change Information Input Section 2 Design Data Dependency Information Storage Section 3 Library Reference Design Data Information Storage Section 4 Library Reference Design Data Extraction Section 5 Update Target Design Data Selection Section 6 Update Target Design Data Display Section 7 Data Processing Section 21 Design Data Dependency information 22 Library item information 31 Library reference design data information 32 Item information

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 設計データの識別子と前記設計データを
元に作成される1つ以上の子設計データの識別子と前記
子設計データの作成に際して採用した部品情報ライブラ
リの項目の内容変更の影響を受ける子設計データの識別
子を項目毎に含むライブラリ項目情報とを設計データ毎
に格納する設計データ依存関係情報記憶手段と、前記部
品情報ライブラリの識別子とこれを直接参照する参照設
計データの識別子を項目毎に含む項目情報とを部品情報
ライブラリ毎に格納するライブラリ参照設計データ情報
記憶手段と、前記部品情報ライブラリの変更情報を入力
するライブラリ変更情報入力手段と、前記変更情報の供
給に応答してこれに対応する参照設計データ識別子を前
記ライブラリ参照設計データ情報記憶手段から抽出する
ライブラリ参照設計データ抽出手段と、前記変更情報と
これに対応する参照設計データ識別子との供給に応答し
て前記変更情報に対応して更新すべき更新対象設計デー
タの識別子を前記設計データ依存関係情報記憶手段から
選択する更新対象設計データ選択手段とを含むことを特
徴とする設計データ管理装置。
1. An identifier of design data, an identifier of one or more child design data created based on the design data, and an effect of changing the contents of an item of a component information library adopted when the child design data is created. A design data dependency relationship information storage unit for storing, for each design data, library item information including an identifier of child design data for each item, an identifier of the component information library and an identifier of a reference design data for directly referencing the component information library. And the item information included in each component information library are stored in the library reference design data information storage unit, the change information of the component information library is input, and the change information is supplied in response to the supply of the change information. Library reference design for extracting a corresponding reference design data identifier from the library reference design data information storage means From the design data dependency information storage means, an identifier of update target design data to be updated corresponding to the change information in response to the supply of the data extraction means, the change information and the corresponding reference design data identifier. An update target design data selecting unit for selecting the design data management device.
【請求項2】 供給される更新対象設計データの識別子
を表示する更新対象設計データ表示手段を含むことを特
徴とする請求項1記載の設計データ管理装置。
2. The design data management device according to claim 1, further comprising update target design data display means for displaying an identifier of the supplied update target design data.
JP6176373A 1994-07-28 1994-07-28 Design data management device Expired - Lifetime JP2778473B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6176373A JP2778473B2 (en) 1994-07-28 1994-07-28 Design data management device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6176373A JP2778473B2 (en) 1994-07-28 1994-07-28 Design data management device

Publications (2)

Publication Number Publication Date
JPH0844782A true JPH0844782A (en) 1996-02-16
JP2778473B2 JP2778473B2 (en) 1998-07-23

Family

ID=16012498

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6176373A Expired - Lifetime JP2778473B2 (en) 1994-07-28 1994-07-28 Design data management device

Country Status (1)

Country Link
JP (1) JP2778473B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7444612B2 (en) 2004-09-10 2008-10-28 Fujitsu Limited Apparatus, method and program for supporting designing of integrated circuit using a common format

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05298378A (en) * 1992-04-16 1993-11-12 Yamagata Casio Co Ltd Method for managing design drawing

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05298378A (en) * 1992-04-16 1993-11-12 Yamagata Casio Co Ltd Method for managing design drawing

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7444612B2 (en) 2004-09-10 2008-10-28 Fujitsu Limited Apparatus, method and program for supporting designing of integrated circuit using a common format

Also Published As

Publication number Publication date
JP2778473B2 (en) 1998-07-23

Similar Documents

Publication Publication Date Title
JP4977497B2 (en) Program, method and system for selecting a 3D model of a part
CA2531048A1 (en) Method and computer system for interacting with a database
JP2008217651A (en) Design support device, design support method and program
JP2003337728A (en) Management method and device for data file history
US5446675A (en) Developing method and apparatus of hierarchical graphic data for use in a semiconductor integrated circuit
JP3926496B2 (en) Project management system
JP2778473B2 (en) Design data management device
JP2012168900A (en) Programming device and program
JPH0573630A (en) Distributed design support method/system
KR20090018481A (en) A system for composing report, a method & a system for providing a made-to-order report
JP2001142929A (en) Family tree editing and designing system
JP2001022811A (en) Component arrangement list preparing device and recording medium
KR101765324B1 (en) Sources code generating apparatus using structured query language and diagram, and method for processing thereof
US11977866B2 (en) Application screen display program installing method
JPH1153391A (en) Database access method
JP4408055B2 (en) Drawing management system
WO2022269813A9 (en) Screen creation device and computer-readable storage medium
JP2017182661A (en) Program creation support system
Adams A digital circuit design environment
JPH0749803A (en) File management system and file deleting method
JP2004341770A (en) Data management system and data management method
Schaschinger ESA—an expert supported OOA method and tool
JP2982418B2 (en) Functional simulation device
JPH04318672A (en) Information retreiving device
JPH0561914A (en) Data management device

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19980407