JP3033091B2 - Automatic translation method from digital circuit data to logic simulation description language - Google Patents

Automatic translation method from digital circuit data to logic simulation description language

Info

Publication number
JP3033091B2
JP3033091B2 JP20362888A JP20362888A JP3033091B2 JP 3033091 B2 JP3033091 B2 JP 3033091B2 JP 20362888 A JP20362888 A JP 20362888A JP 20362888 A JP20362888 A JP 20362888A JP 3033091 B2 JP3033091 B2 JP 3033091B2
Authority
JP
Japan
Prior art keywords
name
description language
logical function
digital circuit
logic simulation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP20362888A
Other languages
Japanese (ja)
Other versions
JPH0251738A (en
Inventor
健三 大川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP20362888A priority Critical patent/JP3033091B2/en
Publication of JPH0251738A publication Critical patent/JPH0251738A/en
Application granted granted Critical
Publication of JP3033091B2 publication Critical patent/JP3033091B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はディジタル回路データから論理シミュレーシ
ョンモデル記述言語への翻訳方法に関する。
Description: TECHNICAL FIELD The present invention relates to a method for translating digital circuit data into a logic simulation model description language.

〔従来の技術〕[Conventional technology]

従来は、ディジタル回路データから論理シミュレーシ
ョン記述言語への翻訳は、ディジタル回路の論理機能を
ブラックボックスとして接続関係だけを抜き出して特定
の言語形式に翻訳していた。
Conventionally, when translating digital circuit data into a logic simulation description language, a logical function of the digital circuit is used as a black box to extract only connection relations and translate into a specific language format.

〔発明が解決しようとする問題点〕[Problems to be solved by the invention]

上述した従来の方法では、翻訳された記述を見ても、
どの様な論理が組まれているか判り難く、論理シミュレ
ーションの作業能率が悪いという欠点がある。
With the conventional method described above, even if you look at the translated description,
There is a drawback that it is difficult to understand what kind of logic is configured, and the work efficiency of logic simulation is poor.

〔問題点を解決するための手段〕[Means for solving the problem]

本発明の自動翻訳システムは、ディジタル回路の図形
データから論理シミュレーション記述言語をコンピュー
タを用いて生成する論理シミュレーション記述言語への
自動翻訳方法であって、前記ディジタル回路の図形デー
タは、磁気ディスクに保存され、メモリを持たない論理
機能名または(および)メモリを持つ論理機能名と、前
記論理機能名毎に固有なライン名および信号名を含む論
理接続情報とからなり、前記コンピュータは、メモリを
持たない論理機能名の場合には前記論理接続情報に含ま
れる前記論理機能名と前記ライン名とを鍵語にして前記
論理機能名毎にシミュレーション記述言語への翻訳方法
を定義した編集コマンドテーブルを磁気ディスクに作
り、メモリを持つ論理機能名の場合には前記論理接続情
報に加えてメモリを持つ論理機能名をユニークな名前に
置き替えるための中間変数を用いて前記論理機能名毎に
シミュレーション記述言語への翻訳方法を定義した編集
コマンドテーブルを磁気ディスクに作り、前記ディジタ
ル回路の図形データから前記論理接続情報を順次に読み
出し、前記論理機能名に対応する編集コマンドテーブル
から前記信号名を前記編集コマンドテーブルにあるライ
ン名または中間変数に対応させて順次に論理シミュレー
ション記述言語に翻訳し磁気ディスクに出力することを
特徴としている。
An automatic translation system according to the present invention is an automatic translation method for generating a logic simulation description language from graphic data of a digital circuit into a logic simulation description language using a computer, wherein the digital circuit graphic data is stored on a magnetic disk. And a logical function name having no memory or / and a logical function name having a memory, and logical connection information including a line name and a signal name unique to each logical function name. If there is no logical function name, the logical command name and the line name included in the logical connection information are used as key words, and an edit command table that defines a method of translating into a simulation description language for each logical function name is magnetically generated. In the case of a logical function name that has been created on a disk and has a memory, it has a memory in addition to the logical connection information. Using an intermediate variable for replacing a logical function name with a unique name, an edit command table defining a method of translating into a simulation description language for each of the logical function names is created on a magnetic disk. The logical connection information is sequentially read out, and the signal names are sequentially translated into a logic simulation description language corresponding to the line names or intermediate variables in the edit command table from the edit command table corresponding to the logical function names, and are translated to a magnetic disk. It is characterized by outputting.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be described with reference to the drawings.

第1図は本発明の自動翻訳方法の一実施例を示す処理
フロー図である。201の編集コマンドテーブルと202の回
路データ及び203の論理シミュレーション記述言語はフ
ァイルにして保存している。この処理フローを機能とし
て具体的に実現するプログラムはFORTRAN等のコンパイ
ラで書かれている。
FIG. 1 is a processing flowchart showing one embodiment of the automatic translation method of the present invention. The edit command table 201, the circuit data 202, and the logic simulation description language 203 are stored as files. A program that specifically realizes this processing flow as a function is written by a compiler such as FORTRAN.

第2図はこのプログラムを通常のコンピュータ上に実
現した時の自動翻訳システム構成を示すブロック図であ
る。第1図の3つのファイル201,202,203は磁気ディス
ク4上に保存されている。回路データは例えばパソコン
上に実現されたCAE(コンピュータ・エイデッド・エン
ジニアリング)ワークステーションで作成される。編集
コマンドテーブルはキーボード2からホストコンピュー
タ3へ入力して得られる。キーボード2の役割としては
その他に、翻訳プログラムの入力や、実行指示をホスト
コンピュータ3に与える等が有る。なお、プログラムは
ホストコンピュータ3のメインメモリ上にロードされて
動作する。
FIG. 2 is a block diagram showing an automatic translation system configuration when this program is realized on a normal computer. The three files 201, 202, 203 of FIG. 1 are stored on the magnetic disk 4. The circuit data is created by, for example, a CAE (Computer Aided Engineering) workstation implemented on a personal computer. The editing command table is obtained by inputting data from the keyboard 2 to the host computer 3. Other functions of the keyboard 2 include inputting a translation program and giving an execution instruction to the host computer 3. The program operates by being loaded on the main memory of the host computer 3.

次に第1図を参照して本発明の動作について説明す
る。先づ、ステップ101において、ディジタル回路に使
用することが予定されている全べての論理機能について
編集コマンドテーブル(後述する)を作り、編集コマン
ドテーブルファイル202へ格納する。なお、この編集コ
マンドテーブルファイル202は、予じめ作成しておくこ
とが望ましい。次にステップ102において、回路データ
ファイル201(回路データについては後述する)より、
ディジタル回路の論理機能の内の一つを読み込む。ステ
ップ103において、回路データの内、未処理のデータが
有るか無いか、すなわち、回路データが終りであるか否
かをチェックする。回路データが終りでなく読み込まれ
ていればステップ104において、読み込んだ論理機能に
対応する編集コマンドテーブルをファイル202より読み
込む。次に、ステップ105において、読み込まれた回路
データを編集コマンドテーブルに従って論理シミュレー
ション記述言語(後述する)に翻訳し、結果を論理シミ
ュレーション記述言語ファイル203へ格納し、論理シミ
ュレーションの基礎情報とする。
Next, the operation of the present invention will be described with reference to FIG. First, in step 101, an edit command table (to be described later) is created for all logical functions to be used in the digital circuit, and stored in the edit command table file 202. It is desirable that the edit command table file 202 be created in advance. Next, in step 102, from the circuit data file 201 (circuit data will be described later),
Read one of the logic functions of the digital circuit. In step 103, it is checked whether or not there is any unprocessed data among the circuit data, that is, whether or not the circuit data has ended. If the circuit data has been read rather than the end, in step 104, an edit command table corresponding to the read logical function is read from the file 202. Next, in step 105, the read circuit data is translated into a logic simulation description language (to be described later) in accordance with the edit command table, and the result is stored in the logic simulation description language file 203 to be used as basic information of the logic simulation.

第3図は第1図のパソコン1のCAEワークステーショ
ンで入力して得られるディジタル回路の一例を示す回路
図面である。10はデコーダ,11はライン名A#への入力
データで信号名は「PRB0(0−2)」、で3ビットのサ
イズを持っている。12はライン名EIへの制御線で、信号
名は「A006[Y」、13はライン名Y#からの出力データ
で、信号名は「DEC0(0−7)」サイズは8ビットであ
る。ホストコンピュータ3上では第4図に示す形式で磁
気ディスクファイル4にディジタル回路データファイル
として持っている。この例はデコーダ10に対応する部分
(データ上のA行,B行で示される)だけを示している。
A行の42;24およびB行の3E;25…は回路図面上の座標値
を示しており、A005は部品番号を、“DEC#”は論理機
能名を示し、B行の“A0"〜“Y7"は論理機能固有のライ
ン名,“PRB0(0)”〜“DEC0(7)”は論理機能の間
で同じ電位に有る事を示す信号名である。Lは論理機能
への入力信号,Sは出力信号を示している。この回路デー
タは予め、論理機能毎にまとめられている。
FIG. 3 is a circuit diagram showing an example of a digital circuit obtained by inputting at the CAE workstation of the personal computer 1 of FIG. 10 is a decoder, 11 is input data to the line name A #, the signal name is "PRB0 (0-2)", and has a size of 3 bits. 12 is a control line to the line name EI, the signal name is "A006 [Y]", 13 is the output data from the line name Y #, and the signal name is "DEC0 (0-7)" and the size is 8 bits. The host computer 3 has the digital circuit data file in the magnetic disk file 4 in the format shown in FIG. This example shows only a portion corresponding to the decoder 10 (indicated by rows A and B on the data).
.. Indicate the coordinate values on the circuit diagram, A005 indicates the part number, “DEC #” indicates the logical function name, and “A0”- “Y7” is a line name unique to the logic function, and “PRB0 (0)” to “DEC0 (7)” are signal names indicating that the logic functions have the same potential. L indicates an input signal to the logic function, and S indicates an output signal. This circuit data is previously collected for each logic function.

第5図は、ディジタル回路データを論理シミュレーシ
ョン記述言語へ翻訳するための編集コマンドテーブルの
フォーマットの一例を示す図である。第6図は、第5図
のフォーマット内へ入力される記号の例と、その意味を
示した図である。第5図に示すフォーマットの各欄内に
は第6図に示すようにテーブルとして必要な論理機能
名,ファンクションタイプ,中間変数の定義が何行で表
わされているかを示す行数、編集コマンドを格納する行
数、その他、各行へ必要な定義文が入力され、テーブル
として機能するよう構成される。
FIG. 5 is a diagram showing an example of the format of an edit command table for translating digital circuit data into a logic simulation description language. FIG. 6 is a diagram showing examples of symbols input into the format of FIG. 5 and their meanings. In each column of the format shown in FIG. 5, as shown in FIG. 6, the number of lines indicating the definition of the logical function name, function type, and intermediate variable required as a table, an edit command The number of rows in which to store is stored, and other necessary definition statements for each row are input, and configured to function as a table.

第7図は第4図に示すデコーダ部分の回路図データを
論理シミュレーション記述言語へ翻訳するためのデコー
ダ部分の編集コマンドテーブルの例を示す図である。論
理機能名としてSCODE欄へ「DEC#」が、ファンクション
タイプとしてFTYPE欄へ「SMAC」が、中間言語の定義行
数としてRNO1欄へ(この例では定義内容がないので)
「0」が、編集コマンドを格納する行数としてRNO2欄へ
「4」行が入力される。次の行以後には、1行目のRNO2
の欄で「4」行が入力されているので4行にわたって編
集コマンドが格納されている。すなわち、2行目には改
行マークとして「1」が示され、その右側にカラム位置
として「2」が、テキスト1として「TERMINAL」が、続
いてカラム位置として「6」が、LP1Nとして論理機能固
有のライン名(この例ではデコーダの出力)「Y#」
が、さらにテキストとしての内容が格納される。次の行
以後に具体的なコマンドが入力格納される。「A#」と
「Y#」は第4図の「A0〜A2」と「Y0〜Y7」を表わして
いる。「EI」は、第4図の「EI」と同じものである。
FIG. 7 is a diagram showing an example of an edit command table of the decoder part for translating the circuit diagram data of the decoder part shown in FIG. 4 into a logic simulation description language. "DEC #" in the SCODE column as the logical function name, "SMAC" in the FTYPE column as the function type, and RNO1 column as the number of defined lines in the intermediate language (because there is no definition in this example)
“0” is input to the RNO2 column as “4” lines as the number of lines to store the edit command. After the next line, RNO2 in the first line
Since the "4" line has been input in the column of, the edit command is stored over four lines. That is, "1" is shown as a line feed mark on the second line, "2" is displayed as a column position on the right side, "TERMINAL" is displayed as text 1, "6" is displayed as a column position, and logical functions are performed as LP1N. Unique line name (output of decoder in this example) "Y #"
Is further stored as text. Specific commands are input and stored after the next line. “A #” and “Y #” represent “A0 to A2” and “Y0 to Y7” in FIG. “EI” is the same as “EI” in FIG.

第8図は論理シミュレーション記述言語へ翻訳した例
を示した図であり、第4図のディジタル回路データを第
7図の編集コマンドテーブルに従がって翻訳した結果を
示している。なお、ここで使用している言語はビヘイビ
ア・ディスクリプション(Behavior Discription)型
の内の一つである。
FIG. 8 is a diagram showing an example of translation into a logic simulation description language, and shows the result of translating the digital circuit data of FIG. 4 in accordance with the edit command table of FIG. Note that the language used here is one of the Behavior Description types.

第9図は翻訳する第2の例としてシーケンスコントロ
ーラの一例を示す回路図であり、第10図に示す編集コマ
ンドテーブルに従って、このシーケンスコントローラを
翻訳すると第11図に示すような翻訳結果が得られる。中
間変数になる#REG,#SP,#RAM,#INCは各々、ユニーク
な信号名S011,S012,S013,S014に置換えられている。な
お説明を簡単にするため論理機能固有のライン名と信号
名を同じにしてある。
FIG. 9 is a circuit diagram showing an example of a sequence controller as a second example of translation. When this sequence controller is translated according to the edit command table shown in FIG. 10, a translation result as shown in FIG. 11 is obtained. . #REG, #SP, #RAM, and #INC, which are intermediate variables, are replaced with unique signal names S011, S012, S013, and S014, respectively. For simplicity of explanation, the line names and signal names unique to the logic function are the same.

〔発明の効果〕〔The invention's effect〕

以上説明したように本発明は、個々の論理機能を論理
シミュレーション記述言語で表現できるので、論理シミ
ュレーションの作業能率が良い。また、編集コマンドテ
ーブルを使っているために、 ○翻訳プログラムが簡単になるので実行速度が早い。
As described above, according to the present invention, the individual logic functions can be expressed in the logic simulation description language, so that the efficiency of the logic simulation is high. In addition, since the editing command table is used, the translation program is simplified, so that the execution speed is high.

○中間変数を使えるので複数段のメモリを内部に持つ論
理機能も判り易く簡単に翻訳できる。
○ Since intermediate variables can be used, logical functions with multiple stages of memory inside can be easily understood and easily translated.

○論理機能の追加・置換えが自由に出来るので保守・運
用が楽。
○ Maintenance and operation are easy because logic functions can be added and replaced freely.

等、その効果は多大である。The effect is enormous.

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

第1図は本発明の一実施例を示す処理フロー図、第2図
は本発明を実施するシステムブロック図、第3図は本発
明で翻訳する第1のディジタル回路の例を示す回路図、
第4図は第3図のデコーダ部分の回路データを示す図、
第5図は編集コマンドテーブルのフォーマットを示す
図、第6図は第5図のフォーマット内へ入力される記号
の例と、その意味を示した図、第7図は第4図に示す回
路図データを翻訳するための編集コマンドテーブルの例
を示す図、第8図は第4図に示すデータの翻訳結果を示
す図、第9図は本発明で翻訳する第2のディジタル回路
の例を示す回路図、第10図は第9図の回路図に対応する
編集コマンドテーブルの例を示す図、第11図は翻訳結果
を示す図である。 1はパソコン、2はキーボード、3はホストコンピュー
タ、4……磁気ディスクファイル、101〜105は処理ステ
ップ、201〜203はファイルをそれぞれ示す。
FIG. 1 is a processing flow diagram showing one embodiment of the present invention, FIG. 2 is a system block diagram for implementing the present invention, FIG. 3 is a circuit diagram showing an example of a first digital circuit translated by the present invention,
FIG. 4 is a diagram showing circuit data of the decoder part of FIG. 3,
FIG. 5 is a diagram showing a format of an edit command table, FIG. 6 is a diagram showing examples of symbols input into the format of FIG. 5 and their meanings, and FIG. 7 is a circuit diagram shown in FIG. FIG. 8 shows an example of an editing command table for translating data, FIG. 8 shows a result of translating the data shown in FIG. 4, and FIG. 9 shows an example of a second digital circuit for translating according to the present invention. FIG. 10 is a circuit diagram, FIG. 10 is a diagram showing an example of an edit command table corresponding to the circuit diagram of FIG. 9, and FIG. 11 is a diagram showing a translation result. 1 denotes a personal computer, 2 denotes a keyboard, 3 denotes a host computer, 4... Magnetic disk files, 101 to 105 denote processing steps, and 201 to 203 denote files.

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭61−9761(JP,A) 特開 昭63−115270(JP,A) 特開 平1−309185(JP,A) 松本偉和左、外4名、”機能図入力シ ステム”、情報処理学会全国大会講演論 文集、情報処理学会、1984年9月、Vo l.29、No.3、p.1639〜1640 (58)調査した分野(Int.Cl.7,DB名) G06F 17/50 JICSTファイル(JOIS)──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-61-9761 (JP, A) JP-A-63-115270 (JP, A) JP-A-1-309185 (JP, A) Iwamatsu Matsumoto, 4 others, "Functional Diagram Input System", Proc. Of the IPSJ National Convention, IPSJ, September 1984, Vol. 29, No. 3, p. 1639-1640 (58) Fields surveyed (Int. Cl. 7 , DB name) G06F 17/50 JICST file (JOIS)

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】ディジタル回路の図形データから論理シミ
ュレーション記述言語をコンピュータを用いて生成する
論理シミュレーション記述言語への自動翻訳方法であっ
て、 前記ディジタル回路の図形データは、磁気ディスクに保
存され、 メモリを持たない論理機能名または(および)メモリを
持つ論理機能名と、 前記論理機能名毎に固有なライン名および信号名を含む
論理接続情報とからなり、 前記コンピュータは、メモリを持たない論理機能名の場
合には前記論理接続情報に含まれる前記論理機能名と前
記ライン名とを鍵語にして前記論理機能名毎にシミュレ
ーション記述言語への翻訳方法を定義した編集コマンド
テーブルを磁気ディスクに作り、 メモリを持つ論理機能名の場合には前記論理接続情報に
加えてメモリを持つ論理機能名をユニークな名前に置き
替えるための中間変数を用いて前記論理機能名毎にシミ
ュレーション記述言語への翻訳方法を定義した編集コマ
ンドテーブルを磁気ディスクに作り、 前記ディジタル回路の図形データから前記論理接続情報
を順次に読み出し、 前記論理機能名に対応する編集コマンドテーブルから前
記信号名を前記編集コマンドテーブルにあるライン名ま
たは中間変数に対応させて順次に論理シミュレーション
記述言語に翻訳し磁気ディスクに出力することを特徴と
するディジタル回路データから論理シミュレーション記
述言語への自動翻訳方法。
1. A method of automatically translating a logic simulation description language from graphics data of a digital circuit into a logic simulation description language using a computer, wherein the graphics data of the digital circuit is stored on a magnetic disk, And a logical function name having no memory and / or a logical function name having a memory, and logical connection information including a line name and a signal name unique to each logical function name. In the case of a name, the logical function name and the line name included in the logical connection information are used as key words, and an edit command table defining a translation method into a simulation description language for each logical function name is created on the magnetic disk. In the case of a logical function name having a memory, the logical function name having a memory in addition to the logical connection information Using an intermediate variable for replacing with a unique name, an edit command table defining a method of translating into a simulation description language for each of the logical function names is created on a magnetic disk, and the logical connection information is obtained from the graphic data of the digital circuit. Sequentially reading out, from the edit command table corresponding to the logical function name, sequentially translating the signal names into a logic simulation description language in correspondence with the line names or intermediate variables in the edit command table, and outputting to the magnetic disk. An automatic translation method from featured digital circuit data to a logic simulation description language.
JP20362888A 1988-08-15 1988-08-15 Automatic translation method from digital circuit data to logic simulation description language Expired - Lifetime JP3033091B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP20362888A JP3033091B2 (en) 1988-08-15 1988-08-15 Automatic translation method from digital circuit data to logic simulation description language

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP20362888A JP3033091B2 (en) 1988-08-15 1988-08-15 Automatic translation method from digital circuit data to logic simulation description language

Publications (2)

Publication Number Publication Date
JPH0251738A JPH0251738A (en) 1990-02-21
JP3033091B2 true JP3033091B2 (en) 2000-04-17

Family

ID=16477189

Family Applications (1)

Application Number Title Priority Date Filing Date
JP20362888A Expired - Lifetime JP3033091B2 (en) 1988-08-15 1988-08-15 Automatic translation method from digital circuit data to logic simulation description language

Country Status (1)

Country Link
JP (1) JP3033091B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7890911B2 (en) 2006-05-24 2011-02-15 Sony Corporation Skeleton generation apparatus and method

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07306879A (en) * 1994-05-11 1995-11-21 Nec Corp Net list hardware description conversion device
JP5853280B2 (en) * 2011-09-30 2016-02-09 株式会社日立製作所 Logic conversion device, logic conversion method and program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
松本偉和左、外4名、"機能図入力システム"、情報処理学会全国大会講演論文集、情報処理学会、1984年9月、Vol.29、No.3、p.1639〜1640

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7890911B2 (en) 2006-05-24 2011-02-15 Sony Corporation Skeleton generation apparatus and method

Also Published As

Publication number Publication date
JPH0251738A (en) 1990-02-21

Similar Documents

Publication Publication Date Title
JP3027009B2 (en) Design capture system
JPH0640302B2 (en) Schematic / source program automatic generation method
JPH0458052B2 (en)
Repenning et al. Programming by example: programming by analogous examples
JP3033091B2 (en) Automatic translation method from digital circuit data to logic simulation description language
US7613709B2 (en) System and method for editing operations of a text object model
JP2815364B2 (en) CAD equipment
JPS62217320A (en) List compilation processing system
Murali et al. An integrated framework for quality scientific software development
JPH04168569A (en) Generation managing system for document file
JP3305858B2 (en) Automatic figure creation device and automatic figure creation method
JPS60176179A (en) Graphic editing system
JPH064278A (en) Method for generating flow chart by minicomputer
JPS61128333A (en) Program formation system
JPH0540509A (en) Picture developing device for numerical controller
Quayle Some Aspects of Microelectornic Systems
JPH11259344A (en) Device and method for processing rdb data and storage medium recording rdb data processing sequence
JPS59140484A (en) Graphic character pattern generator
JPH01236324A (en) Program design supporting system
JPH0786796B2 (en) Command control method for commands with tree structure
JPH0793390A (en) Cad device with document editing function
JPH03110628A (en) Source program generating device
JPS61145630A (en) Pattern editing method of console display
JPH0242561A (en) Extracting system for document logical structure
JPS63197230A (en) Production system for extraction program