JP2000132584A - Hdl input method and device therefor - Google Patents

Hdl input method and device therefor

Info

Publication number
JP2000132584A
JP2000132584A JP10304994A JP30499498A JP2000132584A JP 2000132584 A JP2000132584 A JP 2000132584A JP 10304994 A JP10304994 A JP 10304994A JP 30499498 A JP30499498 A JP 30499498A JP 2000132584 A JP2000132584 A JP 2000132584A
Authority
JP
Japan
Prior art keywords
hdl
syntax
circuit
description
information
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
JP10304994A
Other languages
Japanese (ja)
Inventor
Naoki Hara
直樹 原
Iku Moriwaki
郁 森脇
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP10304994A priority Critical patent/JP2000132584A/en
Publication of JP2000132584A publication Critical patent/JP2000132584A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an HDL description input system reducing the burden on a designer for the HDL(hardware description language) description and preventing a grammar error of the designer. SOLUTION: An HDL syntax data base 104a having the models of respective HDL syntaxes and an associated design data base 104b having connection information between circuits are installed. An HDL syntax generation part 100c generating the HDL syntax from the data base 104a with the reservation word of HDL which a designer inputs as a key, an associated description generation part 100d generating the HDL syntax from the model of the HDL syntax and circuit information when circuit information required for input exists in the data base 104b, an associated description correction part 100e correcting an affected HDL text file from the data base 104b when the correction of the generated HDL text file 104c affects the other HDL text file and a semantics check part 100f checking semantics having no problem in terms of a circuit, are installed.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、HDLを用いた回路
設計の開発に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to the development of a circuit design using HDL.

【0002】[0002]

【従来の技術】半導体製造技術の進展により1チップ上
に搭載できるゲート数は増加し続けている。こうした状
況からこれまでのゲートレベルの回路図入力による設計
手法に代わって、ゲートレベルより上位の機能レベルを
表現可能なHDLによる設計手法に移行している。HDL
設計手法では高度な記述が可能な反面、設計者がHDL
文法を学習し、シンタックスに注意しながら機能を満た
す回路記述の入力を行わなければならないと言う繁雑さ
がある。
2. Description of the Related Art The number of gates that can be mounted on one chip has been increasing due to the progress of semiconductor manufacturing technology. Under these circumstances, instead of the conventional design method based on gate-level circuit diagram input, a design method using HDL that can express functional levels higher than the gate level has been shifted. HDL
While the design method allows for a high level description, the designer can use HDL
There is the complexity of having to learn the grammar and input the circuit description that satisfies the function while paying attention to the syntax.

【0003】上記の如き問題を解決する一手法として、
日本特許特開平6−314314では回路の機能と生成
される回路の目標値を与えてHDLを作成する入力装置
が示されている。
[0003] One method for solving the above problems is as follows.
Japanese Patent Application Laid-Open No. Hei 6-314314 discloses an input device for creating an HDL by giving a circuit function and a target value of a generated circuit.

【0004】[0004]

【発明が解決しようとする課題】HDLを用いた回路設計
では、設計者がHDL文法を学習し入力を行わなければな
らない。
In circuit design using HDL, a designer must learn HDL grammar and input.

【0005】そのためHDL文法のシンタックスに注意し
ながら入力をしなければならなく、HDL設計の経験が少
ないと記述ミスを起こし易い。
Therefore, it is necessary to input data while paying attention to the syntax of the HDL grammar. If there is little experience in HDL design, a description error is likely to occur.

【0006】また論理不良や仕様変更による記述に変更
が発生し、その変更が関連して他の記述個所も修正が必
要な場合、HDL設計に熟練した設計者でも見逃す可能性
がある。
If a description is changed due to a logic defect or a specification change, and other changes need to be corrected in connection with the change, even a designer skilled in HDL design may miss it.

【0007】日本特許特開平6−314314では、記
述の自由度が小さく、論理変更等による関連個所の記述
の変更に対応していない。
Japanese Patent Application Laid-Open No. 6-314314 has a low degree of freedom in description, and does not cope with a change in description of a related part due to a logical change or the like.

【0008】本発明は、前記の従来の問題点を解決し設
計者の負担を減らしたHDL入力システムである。
[0008] The present invention is an HDL input system that solves the above-mentioned conventional problems and reduces the burden on designers.

【0009】[0009]

【課題を解決するための手段】上記課題を解決するた
め、本発明では、各HDL構文の雛形を持ったデータベー
スと、各回路間の接続情報を持ったデータベースを参照
する手段を備え、設計者が入力したHDLの予約語を鍵にH
DL構文の雛形情報を持ったデータベースからH DL構文を
生成する手段と、回路間の接続情報を持つデータベース
に入力に必要な回路情報がある場合にHDL構文の雛形と
回路情報からHDL構文を生成する手段と、既作成済みのH
DLテキストファイルの修正が他のHDLテキストファイル
に影響する場合、回路間の接続情報を持つデータベース
から影響するHDLテキストファイルの修正を行う手段
と、回路的に問題がないかセマンティックスチェックを
行う手段を提供する。
In order to solve the above-mentioned problems, the present invention provides a database having a model of each HDL syntax and a means of referring to a database having connection information between circuits. Using the HDL reserved words input by
A means for generating an HDL syntax from a database having DL syntax template information, and an HDL syntax generated from a HDL syntax template and circuit information when there is circuit information required for input in a database with connection information between circuits To do and the already created H
If the modification of the DL text file affects other HDL text files, there are two ways to modify the HDL text file that affects the database from the connection information between circuits, and to perform a semantics check on the circuit for problems. provide.

【0010】[0010]

【発明の実施の形態】以下、本発明の実施形態を図を用
いて説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0011】<図1の説明>図1は、HDL記述入力装置
の構成図である。
<Description of FIG. 1> FIG. 1 is a configuration diagram of an HDL description input device.

【0012】HDL入力プログラム100aは主記憶装置
100に格納される。主記憶装置100に格納したHDL
入力プログラム100aを処理するCPU101、HDL
入力プログラムの入力画面を表示するディスプレイ10
2、設計者がHDLの入力を行うためのキーボード10
3、HDLの予約語からHDL構文を生成するための雛
形情報を持つHDL構文データベース104aと、機能変
更や論理不良等で既作成済みのHDLテキストファイル1
04cの修正により他のHDLテキストファイル104c
も修正する必要がある場合、その他のHDLテキストファ
イル104cの修正個所を検出しHDLを修正するため
の回路の入出力端子情報と関連回路名称情報を持つ関連
設計データベース104bとHDL入力プログラム100
aから生成したHDLテキストファイル104cを保存
するハードディスク104から構成され、それぞれの装
置はバス105で接続されている。
The HDL input program 100a is stored in the main storage device 100. HDL stored in main storage device 100
CPU 101 for processing input program 100a, HDL
Display 10 for displaying an input screen of an input program
2. Keyboard 10 for designer to input HDL
3. An HDL syntax database 104a having template information for generating an HDL syntax from HDL reserved words, and an HDL text file 1 already created due to a function change, a logic defect, or the like.
04c is modified to another HDL text file 104c
If it is necessary to modify the HDL text file 104c, the HDL input program 100 and the related design database 104b having the input / output terminal information of the circuit and the related circuit name information for detecting the modification portion of the HDL text file 104c and modifying the HDL.
The hard disk 104 stores an HDL text file 104c generated from a. The devices are connected by a bus 105.

【0013】設計者(操作者)はキーボード103から
HDLの予約語や回路情報の入力を行う。ディスプレイ
102は設計者が入力したHDLの文字列(予約語や論
理記述)がHDL入力プログラム100aの入力画面に
表示される。HDL入力プログラム100aはキーボー
ド103から入力された文字列を入力データとしCPU
101でHDL入力プログラム100aの命令が実行さ
れる。命令によりハードディスク104に格納されてい
るHDL構文データベース104aや関連設計データベ
ース104bの情報をもとにHDL構文の生成を行う。
A designer (operator) inputs HDL reserved words and circuit information from the keyboard 103. The display 102 displays the HDL character string (reserved word or logical description) input by the designer on the input screen of the HDL input program 100a. The HDL input program 100a uses a character string input from the keyboard 103 as input data and
At 101, an instruction of the HDL input program 100a is executed. The HDL syntax is generated based on the information of the HDL syntax database 104a and the related design database 104b stored in the hard disk 104 according to the instruction.

【0014】設計者がHDL記述が完成したと判断した
ら設計者はHDL入力プログラム100aにHDLテキ
ストファイル104cの出力指示を行いハードディスク
104に出力する。
When the designer determines that the HDL description has been completed, the designer instructs the HDL input program 100a to output the HDL text file 104c and outputs it to the hard disk 104.

【0015】<図2の説明>図2は、HDL入力プログラ
ム100aの構成図である。
<Description of FIG. 2> FIG. 2 is a configuration diagram of the HDL input program 100a.

【0016】HDL入出力部100bはキーボード10
3から入力したHDLの予約語である文字列データを受け
取りる。次に文字列データを各処理部に渡しHDL入力プ
ログラム100aの制御を行う。またHDL入力プログラ
ム100aの処理によって作成されたHDLテキストフ
ァイル104cをハードディスク104に出力する。
The HDL input / output unit 100b includes a keyboard 10
The character string data which is a reserved word of HDL inputted from 3 is received. Next, the character string data is passed to each processing unit to control the HDL input program 100a. The HDL text file 104c created by the processing of the HDL input program 100a is output to the hard disk 104.

【0017】HDL構文生成部100cの入力データは
HDL入出力部100bから受け取った文字列データ
(予約語)である。受け取った文字列データを鍵にHD
L構文データベース104aを参照し、該当する文字列
データの雛形情報からHDL構文を生成しHDL入出力
部100bに返す。
The input data of the HDL syntax generator 100c is character string data (reserved words) received from the HDL input / output unit 100b. HD using the received character string data as a key
The HDL syntax is generated from the template information of the corresponding character string data with reference to the L syntax database 104a and returned to the HDL input / output unit 100b.

【0018】関連記述生成部100dはHDL入出力部
100bから階層記述に関する文字列データ(予約語と
回路名称)を受け取る。受け取った文字列データ(回路
名称)を鍵に関連設計データベース104bを検索して
文字列データ(回路名称)があれば関連設計データベー
ス104bからHDL構文に必要な情報を作成し、また
文字列データ(予約語)を鍵にHDL構文データベース
104aからHDL構文の雛形情報を抽出し関連設計デ
ータベース104bとマージしてHDL構文を生成しH
DL入出力部100bに返す。
The related description generator 100d receives character string data (reserved words and circuit names) related to the hierarchical description from the HDL input / output unit 100b. Using the received character string data (circuit name) as a key, the related design database 104b is searched, and if there is character string data (circuit name), information necessary for the HDL syntax is created from the related design database 104b. HL syntax template information is extracted from the HDL syntax database 104a using the (reserved word) as a key and merged with the related design database 104b to generate an HDL syntax.
Return to the DL input / output unit 100b.

【0019】関連記述修正部100eは既に作成済みの
HDLテキストファイル104cを修正する場合に処理
を行う。既に作成したHDLテキストファイル104c
の入出力端子記述に対して端子名の変更や端子の追加ま
たは削除を行う場合に、HDL入出力部100bから回
路名称と端子情報を受け取る。その端子が変更したHD
Lテキストファイル104c以外に記述されていないか
端子を変更をした回路名称を鍵に関連設計データベース
104bを検索する。検索の結果他のHDLテキストフ
ァイル104cで使用していたら変更した端子と同じ様
に記述の変更を行いHDL入出力部100bに返す。
The related description correction unit 100e performs processing when correcting the HDL text file 104c that has already been created. HDL text file 104c already created
When the terminal name is changed or the terminal is added or deleted from the input / output terminal description, the circuit name and the terminal information are received from the HDL input / output unit 100b. HD whose terminal has changed
The related design database 104b is searched using a circuit name which is not described in any place other than the L text file 104c or whose terminal has been changed as a key. As a result of the search, if the terminal is used in another HDL text file 104c, the description is changed in the same manner as the changed terminal and returned to the HDL input / output unit 100b.

【0020】セマンティックスチェック部100fはH
DL入出力部100bから設計者が入力した信号宣言・
入出力端子情報の文字列データを入力データとする。信
号宣言・入出力端子情報と論理記述部の信号端子情報の
それぞれをHDL入力プログラム100aのワークエリア
100gに格納する。そしてそれぞれの信号・端子情報
を比較し過不足な信号・端子の記述がないかチェックを
行い過不足があった場合はメッセージの出力を行う。
The semantics check section 100f is H
The signal declaration input by the designer from the DL input / output unit 100b
Character string data of input / output terminal information is used as input data. Each of the signal declaration / input / output terminal information and the signal terminal information of the logic description part is stored in the work area 100g of the HDL input program 100a. Then, the respective signal / terminal information is compared to check whether there is an excess / shortage signal / terminal description. If there is an excess / shortage, a message is output.

【0021】<図3の説明>図3は、HDL構文データベ
ース104aのデータ構造を示す。
<Description of FIG. 3> FIG. 3 shows the data structure of the HDL syntax database 104a.

【0022】HDL構文データベース104aは、HD
L構文生成部100c・関連記述生成部100dでHD
L構文を生成するために使用する。HDL構文データベ
ース104aは、設計者が入力したHDLの文字列(予
約語)を鍵にして、HDL構文データベース104aの
予約語302の検索を行う。設計者が入力した文字列と
一致する予約語302があれば、予約語に対応する構文
情報(雛形)303からHDL構文を生成する。
The HDL syntax database 104a has an HD
L syntax generation unit 100c and related description generation unit 100d
Used to generate L syntax. The HDL syntax database 104a searches the HDL syntax database 104a for the reserved word 302 using the HDL character string (reserved word) input by the designer as a key. If there is a reserved word 302 that matches the character string input by the designer, an HDL syntax is generated from syntax information (model) 303 corresponding to the reserved word.

【0023】HDL構文データベース104aはVHD
Lの予約語かVerilogHDLの予約語か識別する
ための言語種別301と、VHDLまたはVerilo
gHDLの予約語302と、予約語302の構文情報
(雛形)303から構成される。
The HDL syntax database 104a has a VHD
A language type 301 for identifying a reserved word of L or Verilog HDL, and VHDL or Verilo.
It is composed of a reserved word 302 of gHDL and syntax information (model) 303 of the reserved word 302.

【0024】例えば設計者が'entity'と入力したとす
る。HDL構文生成部100cは入力された文字列'ent
ity'を鍵にHDL構文データベース104aの言語種別
301VHDL・予約語302'entity'の検索を行う。
検索の結果'entity'が検出されたら'entity'構文情報
(雛形)303からHDL構文を生成する。
For example, assume that the designer inputs 'entity'. The HDL syntax generation unit 100c receives the input character string 'ent
A search is made for the language type 301VHDL / reserved word 302'entity 'in the HDL syntax database 104a using the' ity 'as a key.
When “entity” is detected as a result of the search, an HDL syntax is generated from the “entity” syntax information (model) 303.

【0025】HDL構文データベース104aは予めデ
ータベースとして準備しておく。
The HDL syntax database 104a is prepared in advance as a database.

【0026】<図4の説明>図4は、関連設計データベ
ース104bのデータ構造を示す。
<Description of FIG. 4> FIG. 4 shows the data structure of the related design database 104b.

【0027】関連設計データベース104aは、関連記
述生成部100dと関連記述修正部100eで使用され
る。関連設計データベース104aは入力したHDL記
述の回路名称401とその回路の端子名称402と端子
方向403と端子属性404と関連回路情報405から
構成される。回路名称401は回路に対してつけられた
名称である。VHDLであれば予約語‘entity’で宣言した
回路名称である。またverilogHDLの場合は予
約語‘module’で宣言した回路名称である。
The related design database 104a is used by the related description generating unit 100d and the related description correcting unit 100e. The related design database 104a includes a circuit name 401 of the input HDL description, a terminal name 402 of the circuit, a terminal direction 403, a terminal attribute 404, and related circuit information 405. The circuit name 401 is a name given to the circuit. In the case of VHDL, it is a circuit name declared by the reserved word 'entity'. In the case of verilog HDL, it is a circuit name declared by the reserved word 'module'.

【0028】端子名称402は回路に付けられた入出力
端子の名称である。端子方向403は端子が入力端子
(VHDLの場合in、verilogHDLの場合i
nput等)・出力端子(VHDLの場合out、ve
rilogHDLの場合output等)であるか判別
するための端子方向の情報である。端子属性404は端
子の属性を表わす。たとえばstd_logic型やstd_logic_v
ector型などの信号の型を表わす。端子名称402・端
子方向403・端子属性404は回路の端子本数分生成
する。
The terminal name 402 is the name of the input / output terminal attached to the circuit. Terminal direction 403 is a terminal is an input terminal
(In case of VHDL, in case of verilog HDL i
output terminal (out, ve for VHDL)
This is information on the terminal direction for determining whether or not the output is rilog HDL. The terminal attribute 404 indicates the attribute of the terminal. For example, std_logic type or std_logic_v
Indicates the type of signal such as the ector type. The terminal names 402, the terminal directions 403, and the terminal attributes 404 are generated for the number of terminals of the circuit.

【0029】関連設計データベース104bの登録は、
回路記述が終了してHDLテキストファイル104cの
出力時に回路名称401・端子名称402・端子方向4
03・端子属性404をHDLテキストファイル104
cから抽出し登録処理する。VHDLの場合回路名称
は'entity'文から、端子情報は'port'文から作成する。
またverilogHDLの場合回路名称は'modul'文
から、'input'、'output','inout'文から作成する。関
連回路情報405は他の関連記述生成部100dで既作
成済みHDLテキスタファイル104cの回路端子を使用
した場合に、参照しているHDLテキストファイル10
4cの回路名称を登録する。
Registration of the related design database 104b is as follows.
When the circuit description is completed and the HDL text file 104c is output, the circuit name 401, the terminal name 402, and the terminal direction 4
03 ・ Terminal attribute 404 to HDL text file 104
c and performs registration processing. In the case of VHDL, a circuit name is created from an “entity” statement, and terminal information is created from a “port” statement.
In the case of verilog HDL, a circuit name is created from a 'modul' statement and 'input', 'output', and 'inout' statements. The related circuit information 405 stores the HDL text file 10 that is referred to when the circuit terminal of the already created HDL texter file 104c is used by another related description generation unit 100d.
4c is registered.

【0030】図4の場合回路名‘ADD’は端子名称40
2‘IN1’・端子方向403‘in’・端子属性404
‘std_logic’の端子を持ち、回路名称401'ADD'は回
路名topが参照している事を示している。
In the case of FIG. 4, the circuit name "ADD" is the terminal name 40.
2'IN1 ', terminal direction 403'in', terminal attribute 404
It has a terminal of 'std_logic', and the circuit name 401 'ADD' indicates that the circuit name top is referring.

【0031】また関連記述修正部100eで端子情報に
変更があった場合に関連設計データベース104bの端
子名称402・端子方向403・端子属性404も変更
に合わせて更新される。
When there is a change in the terminal information in the related description correcting unit 100e, the terminal name 402, the terminal direction 403, and the terminal attribute 404 of the related design database 104b are also updated according to the change.

【0032】<図5の説明>図5は、HDL構文生成部1
00cの原理をあらわす。
<Description of FIG. 5> FIG.
00c will be described.

【0033】HDLによる回路設計を行う場合、設計者
はHDLの文法を学習しなければならなず、HDL設計
の経験の少ない設計者だとシンタックスミスをおかしや
すいという問題がある。
When designing a circuit using HDL, the designer must learn the HDL grammar, and if the designer has little experience in HDL design, there is a problem that syntax mistakes are likely to be made.

【0034】そこでHDL構文生成部100cは設計者が
入力したHDLの予約語を鍵にHDL構文データベース
104aの構文情報(雛形)303からHDL構文を生
成する。このため設計者はHDLの予約語だけでHDL
を記述することができ、HDLの文法を学習する負担を
低減できシンタックスミスを防ぐことができる。
Then, the HDL syntax generation unit 100c generates an HDL syntax from the syntax information (model) 303 of the HDL syntax database 104a using the HDL reserved word input by the designer as a key. For this reason, designers can use HDL reserved words only
Can be described, the burden of learning the HDL grammar can be reduced, and syntax mistakes can be prevented.

【0035】入力画面501は設計者者がVHDLで回路の
インターフェイス(入出力端子)を規定する予約語‘en
tity’と入力したところである。そして設計者は構文生
成指示(例えばキーボードのエスケープキーを押す)を
行う。HDL構文生成部100cは文字列'entity'を受
け取る。受け取った文字列'entity'を鍵にしてHDL構文
データベース104aの言語種別301‘VHDL’、
予約語302‘entity’の検索を行う。検索の結果‘en
tity’が検出されたら構文情報(雛形)303から、
‘entity’の雛形を生成する。入力画面502は‘enti
ty’の雛形が表示されたところを示す。
The input screen 501 is a reserved word 'en' that allows the designer to specify the interface (input / output terminal) of the circuit in VHDL.
You have just typed 'tity'. Then, the designer issues a syntax generation instruction (for example, pressing an escape key on a keyboard). The HDL syntax generator 100c receives the character string 'entity'. Using the received character string 'entity' as a key, the language type 301 'VHDL' in the HDL syntax database 104a,
The reserved word 302 'entity' is searched. Search results for 'en
tity 'is detected from the syntax information (model) 303
Generate a template for 'entity'. Input screen 502 is' enti
This shows where the template of ty 'is displayed.

【0036】設計者は生成された‘entity’の雛形構文
に回路設計で必要な情報(図5の‘?’の部分)を入力
し構文を完成させる。HDL構文生成部100cよりH
DLの雛形が生成され設計者者はシンタックスに気を使
わずにすみ経験が少ない設計者でもシンタックスエラー
を防ぐ事ができる。
The designer inputs information necessary for circuit design (“?” In FIG. 5) into the generated “entity” template syntax to complete the syntax. H from the HDL syntax generation unit 100c
A DL template is generated, and the designer does not need to pay attention to the syntax, and even a designer with little experience can prevent a syntax error.

【0037】<図6の説明>HDL構文生成部100cの
処理フローを用いてHDL構文生成部100cの処理を
詳細に説明する。
<Description of FIG. 6> The processing of the HDL syntax generation unit 100c will be described in detail using the processing flow of the HDL syntax generation unit 100c.

【0038】Step600は入力画面から入力された
文字列が、HDLの予約語である文字列を鍵にHDL構文デー
タベース104aの言語種別301・予約語302を検
索する。入力画面501の場合、言語種別301'VHDL'
・予約語302'entity'を鍵にしてHDL構文データベ
ース104aの検索を行う。
In Step 600, the character string input from the input screen is searched for the language type 301 and the reserved word 302 in the HDL syntax database 104a using the character string which is a reserved word of HDL as a key. In the case of the input screen 501, the language type 301 'VHDL'
Search the HDL syntax database 104a using the reserved word 302'entity 'as a key.

【0039】Step601はHDL構文データベース1
04aの検索結果の判定を行う。検索の結果該当する予
約語302がHDL構文データベース104aから検出さ
れたならStep602でHDL構文データベース104
aの構文情報(雛形)303から文字列(予約語)の雛
形を入力画面上に表示する。入力画面502は‘entit
y’の構文情報(雛形)303から‘entity’の雛形を
表示したことを示す。
Step 601 is an HDL syntax database 1
The search result of 04a is determined. If the corresponding reserved word 302 is found from the HDL syntax database 104a as a result of the search, the HDL syntax database 104 is searched in Step 602.
A model of a character string (reserved word) is displayed on the input screen from the syntax information (model) 303 of a. Input screen 502 is' entit
This indicates that a template of 'entity' is displayed from the syntax information (model) 303 of 'y'.

【0040】またStep601でHDL構文データベー
ス104aの検索結果該当する予約語302が検出され
なかった場合には、Step603で該当する予約語
(入力文字)が無いと言った趣旨の警告メッセージを出
力する。
If the corresponding reserved word 302 is not detected as a result of the search of the HDL syntax database 104a in Step 601, a warning message indicating that there is no corresponding reserved word (input character) is output in Step 603.

【0041】Step604は入力画面の入力モードに
戻りその後設計者は生成したHDL構文の雛形に対して回
路情報(図5の‘?’の部分)の入力を行い記述を完成
させる。
Step 604 returns to the input mode of the input screen, and then the designer inputs circuit information (“?” In FIG. 5) to the generated HDL syntax model to complete the description.

【0042】<図7の説明>図7は、関連記述生成部1
00dの原理をあらわす。
<Description of FIG. 7> FIG.
00d represents the principle.

【0043】HDLで階層化記述の場合に上位階層の回
路記述に、下位階層の回路端子情報をもとに端子情報の
記述を行う必要がある。HDLの経験がある設計者でも
端子情報の記述もれや記述ミスをする可能性がある。関
連記述生成部100dは下位階層のHDLテキストファ
イル104cが作成済みにより関連設計データベース1
04bに端子情報が既に登録済みならば、関連設計デー
タベース104bの端子情報(端子名称402・端子方
向403・端子属性404)とHDL構文データベース
104aからHDL構文を生成する。これにより端子の
記述漏れや記述ミスを防ぐことができる。
In the case of hierarchical description in HDL, it is necessary to describe terminal information in a circuit description of an upper layer based on circuit terminal information of a lower layer. Even designers who have experience with HDL may omit the description of terminal information or make a description error. The related description generation unit 100d determines that the lower-level HDL text file 104c has been created and the related design database 1
If the terminal information has already been registered in 04b, an HDL syntax is generated from the terminal information (terminal name 402, terminal direction 403, terminal attribute 404) of the related design database 104b and the HDL syntax database 104a. This can prevent omission of description of terminals and description errors.

【0044】701は設計者が入力画面からVHDLで階層
化を表現するの予約語‘component’と入力し、その後
に下位階層の回路名称(この例の場合ADD)を記述し構
文生成指示(以下構文生成指示はキーボードのエスケー
プキーを押すことを意味する)を行う。次に関連設計デ
ータベース104bに回路‘ADD’が作成済みか回路
名称401の検索を行う。検索の結果、下位階層記述
‘ADD’が登録されていれば、関連設計データベース
104b回路名称401‘ADD’の端子名称402・
端子方向403・端子属性404から‘component’文
に必要な端子情報を作成する。
In step 701, a designer inputs a reserved word 'component' for expressing hierarchy in VHDL from an input screen, then describes a circuit name (ADD in this example) of a lower hierarchy, and instructs syntax generation (hereinafter referred to as ADD). The syntax generation instruction means pressing the escape key on the keyboard). Next, a search is made for a circuit name 401 as to whether a circuit 'ADD' has been created in the related design database 104b. As a result of the search, if the lower-level description “ADD” is registered, if the terminal name 402 of the related design database 104 b
The terminal information necessary for the 'component' statement is created from the terminal direction 403 and the terminal attribute 404.

【0045】またHDL構文データベース104aから
予約語‘component’文の構文情報(雛形)303を検
出し雛形をする。関連設計データベース104bから生
成した端子情報とHDL構文データベース104aから
検出した構文情報(雛形)303をマージして702の
入力画面に示す‘component’文を生成する。
Further, the syntax information (model) 303 of the reserved word 'component' sentence is detected from the HDL syntax database 104a to form a model. The terminal information generated from the related design database 104b and the syntax information (model) 303 detected from the HDL syntax database 104a are merged to generate a 'component' statement shown on an input screen 702.

【0046】関連設計データベース104bに‘AD
D’回路情報がない場合には入力画面703の様に‘co
mponent’文の雛形のみの生成を行い‘?’の部分に設
計者自身で端子情報の記述を行う。
'AD' is stored in the related design database 104b.
If there is no D 'circuit information, the' co
mponent 'Generate only the template of the sentence'? In the 'part, the designer describes the terminal information by himself.

【0047】既に関連設計データベース104bに下位
階層の回路情報が登録されている場合関連記述生成部1
00dによりHDL構文が作成され記述洩れや記述ミス
を防ぐことができる。
When circuit information of a lower hierarchy is already registered in the related design database 104b.
00d creates an HDL syntax, which can prevent omission of description and description error.

【0048】<図8の説明>関連記述生成部100dの
処理フロー図を用いて関連記述生成部100dの処理を
詳細に説明する。
<Description of FIG. 8> The processing of the related description generation unit 100d will be described in detail with reference to the processing flow chart of the related description generation unit 100d.

【0049】Step800は関連設計データベース1
04bの回路名称401を検索する。入力画面701の
場合は文字列‘ADD’を鍵に関連設計データベース10
4bの回路名称401に‘ADD’が登録されているか検
索する。
Step 800 is related design database 1
Search for the circuit name 401 of 04b. In the case of the input screen 701, the character string 'ADD' is used as a key and the related design database 10
It is searched whether 'ADD' is registered in the circuit name 401 of 4b.

【0050】Step801は検索した結果、回路名称
401にデータが登録済みであれば、Step802は
関連設計データベース104bの端子情報(端子名称4
02・端子方向403・端子属性404)から‘compon
ent’構文のport文に必要なデータを作成する。入力画
面702の場合は関連設計データベース104bの回路
名称401‘ADD’の端子情報から‘IN1‘ ,’
IN2‘、’S‘の端子情報を抽出する。(図4の端子
情報は’IN1‘しか記載していないが‘IN2’と
‘S’の端子情報が‘IN1’の後ろに繰り返しある) Step803はHDL構文データベース104aから予
約語‘component’文の構文情報(雛形)303を抽出
し、Step802で作成した端子情報とマージして
‘component’文を完成させて入力画面に表示する。入
力画面702は‘component’構文の雛形と端子情報
(IN1,IN2,S)をマージして生成された‘comp
onent’文を示す。
If data is registered in the circuit name 401 as a result of the search in Step 801, Step 802 determines the terminal information (terminal name 4) in the related design database 104 b.
02, terminal direction 403, terminal attribute 404)
Create the data required for the port statement of the 'ent' syntax. In the case of the input screen 702, “IN1”, “IN1”, “IN1”,
The terminal information of IN2 'and' S 'is extracted. (In the terminal information of FIG. 4, only “IN1” is described, but the terminal information of “IN2” and “S” is repeated after “IN1”.) Step 803 reads the reserved word “component” statement from the HDL syntax database 104a. The syntax information (model) 303 is extracted and merged with the terminal information created in Step 802 to complete the 'component' statement and display it on the input screen. The input screen 702 is a “comp” generated by merging the template of the “component” syntax and the terminal information (IN1, IN2, S).
onent 'statement.

【0051】Step801で関連設計データベース1
04bに関連記述が無い場合には、Step804で該
当する関連情報が無いと言った趣旨の警告メッセージを
出力する。
In step 801, the related design database 1
If there is no related description in 04b, a warning message to the effect that there is no relevant information in Step 804 is output.

【0052】Step805はHDL構文の雛形を生成す
るため、HDL構文生成部100cに処理が移り、図6で
説明した処理と同じように‘component’文の雛形を生
成し入力画面に表示する。
In step 805, the process shifts to the HDL syntax generation unit 100c to generate a template of the HDL syntax, and generates a template of the 'component' statement and displays it on the input screen in the same manner as the process described with reference to FIG.

【0053】<図9の説明>図9は、関連記述修正部1
00eの原理をあらわす。
<Description of FIG. 9> FIG.
00e.

【0054】論理変更などにより回路の端子記述を変更
する場合がある。その記述変更した回路を端子情報を他
のHDLテキストファイル104cで使用している場合
変更した端子情報を記述している他のHDLテキストフ
ァイル104cの端子記述も同じように変更をしなけれ
ばならない。この様に変更個所の端子情報を他のHDL
テキストファイル104cで使用している場合、他のH
DLテキストファイル104cの変更漏れや変更ミスを
する恐れがある。
The terminal description of the circuit may be changed due to a change in logic or the like. When the terminal information is used in another HDL text file 104c using the circuit whose description has been changed, the terminal description of the other HDL text file 104c describing the changed terminal information must be similarly changed. In this way, the terminal information of the changed part is
When used in the text file 104c, another H
There is a risk that the DL text file 104c may be omitted or changed incorrectly.

【0055】関連記述修正部100eは関連設計データ
ベス104bから修正個所が他のHDLテキストファイ
ル104cで使用していないか検索し使用していたら端
子記述の変更を行う。この関連記述修正部100eによ
り端子の記述修正により影響がある他のHDLテキスト
ファイル104cの端子の記述修正漏れや修正ミスを防
ぐことができる。
The related description correction unit 100e searches the relevant design database 104b for a correction location that is not used in another HDL text file 104c, and changes the terminal description if it is used. The related description correcting unit 100e can prevent omission or incorrect correction of the terminal description of another HDL text file 104c which is affected by the terminal description correction.

【0056】901は回路名称‘ADD’に出力端子‘OU
T’を追加修正を示した図である。901aは修正前の
記述である。回路の端子は‘IN1’‘IN2’‘S’の3端
子である。901bは901aの記述に出力端子‘OU
T’を追加修正し4端子に変更した事を示した図であ
る。902は901の記述変更により回路‘ADD’を
参照している他のHDLテキストファイル104cである
回路名称‘TOP’の出力端子に‘OUT’追加したことを示
す図である。902は回路の階層を表現する記述であ
る。902aは上位階層記述で‘component’文により
901aの下位階層回路‘ADD’を用いた構造記述であ
り‘ADD’の端子情報を共有している。902bは9
01bで示す様に出力端子‘OUT’を追加したことで‘c
omponent’文‘ADD’の‘port’文に出力端子‘OUT’を
追加修正した事を示す。
Reference numeral 901 denotes an output terminal 'OU' for a circuit name 'ADD'.
It is the figure which showed T 'and added correction. Reference numeral 901a denotes a description before correction. The terminals of the circuit are three terminals'IN1''IN2''S'. 901b is the output terminal 'OU' in the description of 901a.
FIG. 14 is a diagram showing that T ′ is additionally corrected and changed to four terminals. 902 is a diagram showing that “OUT” has been added to the output terminal of the circuit name “TOP” which is another HDL text file 104c referring to the circuit “ADD” due to the description change of 901. Reference numeral 902 denotes a description expressing a circuit hierarchy. Reference numeral 902a is an upper layer description, which is a structural description using a lower layer circuit 'ADD' of the 901a by a 'component' statement, and shares terminal information of 'ADD'. 902b is 9
01b, the output terminal 'OUT' has been added.
Indicates that the output terminal 'OUT' has been added to the 'port' statement of the 'omponent' statement 'ADD'.

【0057】901bで端子の記述を変更したので関連
設計データベース104bの端子情報(端子名称402
・端子方向403・端子属性404)を更新する。90
2の場合関連設計データベース104bの回路名称40
1‘ADD’レコードに端子情報‘OUT’を追加する。
Since the description of the terminal has been changed in 901b, the terminal information (terminal name 402) in the related design database 104b has been changed.
The terminal direction 403 and the terminal attribute 404) are updated. 90
In the case of 2, the circuit name 40 of the related design database 104b
1 Add the terminal information 'OUT' to the 'ADD' record.

【0058】次に関連設計データベース104bの回路
名称401‘ADD’の関連回路情報405に回路名称が
あれば、関連回路情報405に登録されている回路名称
のHDLテキストファイル104cをHDL入力プログラ
ム100aに読み込み関連する端子記述の変更を行う。
Next, if there is a circuit name in the related circuit information 405 of the circuit name 401'ADD 'in the related design database 104b, the HDL text file 104c of the circuit name registered in the related circuit information 405 is stored in the HDL input program 100a. Change the terminal description related to reading.

【0059】図9の場合、回路‘TOP’HDLテキストファ
イル104cの作成時に関連回路情報405に‘TOP’
が登録される。回路‘TOP’のHDLテキストファイル
104cを読み込み出力端子‘OUT’の追加を行う。
In the case of FIG. 9, when the circuit “TOP” HDL text file 104c is created, “TOP” is added to the related circuit information 405.
Is registered. The HDL text file 104c of the circuit 'TOP' is read and an output terminal 'OUT' is added.

【0060】関連記述修正部100eは既作成済みのH
DLテキストファイル104cの変更により他のHDL
テキストファイル104cの修正が必要か関連設計デー
タベース104bから検索し、修正が必要なHDLテキ
ストファイル104cがあれば修正を行う。これにより
変更もれや変更ミスを防ぐことができる。
The related description correction unit 100e is the H
By changing the DL text file 104c, other HDL
Whether the text file 104c needs to be modified is searched from the related design database 104b, and if there is an HDL text file 104c that needs modification, the modification is performed. As a result, it is possible to prevent a change leak or a change mistake.

【0061】<図10の説明>関連記述修正部100e
の処理フロー図を用いて関連記述修正部100eの処理
を詳細に説明する。
<Description of FIG. 10> Related description correction unit 100e
The processing of the related description correcting unit 100e will be described in detail with reference to the processing flowchart of FIG.

【0062】Step1000は設計変更等により回路
の入出力端子記述を変更したので、変更中の回路名称を
鍵に関連設計データベース104bの回路名称401を
検索する。図9の場合は回路名称401‘ADD’を鍵に
関連設計データベース104bの回路名称401を検索
する。
Since the input / output terminal description of the circuit is changed in Step 1000 due to a design change or the like, the circuit name 401 in the related design database 104b is searched using the circuit name being changed as a key. In the case of FIG. 9, the circuit name 401 of the related design database 104b is searched using the circuit name 401'ADD 'as a key.

【0063】Step1010は関連設計データベース
104bの回路名称401‘ADD’レコードに端子情
報‘OUT’の追加処理を行いデータを更新する。図9の
場合、端子名称402‘OUT’・端子方向403‘out’
・端子属性404‘std_logic’が追加される。
The step 1010 updates the data by adding the terminal information 'OUT' to the circuit name 401 'ADD' record of the related design database 104b. In the case of FIG. 9, the terminal name 402'OUT 'and the terminal direction 403'out'
A terminal attribute 404 'std_logic' is added.

【0064】Step1020は関連設計データベース
104bの関連回路情報405を検索し関連路情報40
5に回路名称が登録されているか検索する。図9の場合
は関連回路情報405に回路名‘TOP’が登録されてい
る。(関連回路情報405の登録は回路名称‘TOP’のH
DLテキストファイル104cの作成時に‘component’
文の‘ADD’を記述する際に関連記述生成部100dで
登録される)関連回路情報405に回路名称が登録され
ていればその回路名称のHDLテキストファイル104
cをHDL入力プログラム100aに読み込み、Ste
p1010で更新された端子情報(端子名称402・端
子方向403・端子属性404)から変更データを作成
して端子記述の変更を行う。図9の902bの場合は、
端子情報‘OUT’が追加される。
Step 1020 searches the related circuit information 405 of the related design database 104b, and retrieves the related path information 40.
5 is searched for a registered circuit name. In the case of FIG. 9, the circuit name 'TOP' is registered in the related circuit information 405. (Registration of the related circuit information 405 is performed by setting the circuit name 'TOP' to H
'Component' when creating DL text file 104c
When the circuit name is registered in the related circuit information 405 (registered in the related description generation unit 100d when describing the 'ADD' of the sentence), the HDL text file 104 of the circuit name is registered.
c into the HDL input program 100a,
Change data is created from the terminal information (terminal name 402, terminal direction 403, terminal attribute 404) updated in p1010, and the terminal description is changed. In the case of 902b in FIG.
Terminal information 'OUT' is added.

【0065】Step1040はStep1020の関
連設計データベース104bの検索の結果、関連回路情
報405に回路名称が登録されていないない場合は通常
の入力モードに戻り設計者がHDL入力プログラム10
0aの入力画面から入力を行う。
In Step 1040, if the circuit name is not registered in the related circuit information 405 as a result of searching the related design database 104 b in Step 1020, the process returns to the normal input mode and the designer returns to the HDL input program 10.
Input is performed from the input screen 0a.

【0066】<図11の説明>図11は、セマンティッ
クスチェック部100fの原理をあらわす。
<Description of FIG. 11> FIG. 11 illustrates the principle of the semantics check unit 100f.

【0067】回路設計では設計した回路が正しく動作す
るかシミュレータを用いてシミュレーションを行う。シ
ミュレーションではVHDLの‘process’文、Verio
lgHDLの‘always’文に含まれるセンシティビティリ
ストの信号の変化を検証する。そのため信号代入文の右
辺の信号、または条件式内の信号がセンシティビティリ
ストに記述する必要がある。(ただしVHDLの場合‘wai
t’文の記述が‘process’文内にある場合は記述不可)
HDL記述の初心者でなくてもセンシティビティリスト
の記述もれをする恐れがあり回路の検証工程で問題とな
る。セマンティックスチェック部100fはセンシティ
ビティリストに必要な信号を検出してセンシティビティ
リストを作成する。これにより不完全なセンシティビテ
ィリストの作り込みを防ぎ回路の検証工程での問題を防
ぐことが出来る。
In the circuit design, a simulation is performed using a simulator to determine whether the designed circuit operates correctly. In simulation, VHDL 'process' statement, Verio
The change of the signal of the sensitivity list included in the 'always' statement of the lgHDL is verified. Therefore, the signal on the right side of the signal assignment statement or the signal in the conditional expression needs to be described in the sensitivity list. (However, in the case of VHDL, 'wai
(If the description of the 't' statement is in the 'process' statement, it cannot be described.)
Even if it is not a beginner of the HDL description, there is a possibility that the description of the sensitivity list may be lost, which is a problem in the circuit verification process. The semantics check unit 100f detects a signal necessary for the sensitivity list and creates a sensitivity list. As a result, it is possible to prevent the creation of an incomplete sensitivity list and prevent problems in the circuit verification process.

【0068】1101様にセンシティビティリストの記
述にもれがある場合、1102のように信号代入文の右
辺または条件式内の信号はセンシティビティリストに追
加をする。(センシティビティリストとは‘process’
文または、‘always’文の後ろの‘( )’内の事であ
る)図11の場合1101には‘B’‘SEL’がセンシテ
ィビティリストに記述されていないので、1102で示
す様に‘B’‘SEL’をセンシティビティリストに追加す
る。
If there is a leak in the description of the sensitivity list as in 1101, the signal on the right side of the signal assignment statement or in the conditional expression is added to the sensitivity list as in 1102. (The sensitivity list is 'process'
In the case of FIG. 11, “B” SEL ”is not described in the sensitivity list in the case 1101 of FIG. Add B''SEL 'to the sensitivity list.

【0069】図11の1103は未使用な信号・端子の
チェックを行う。1103では‘signal’宣言で‘A_
SIG’と記述されているが機能記述部(process文
内)で使用されていない。このような記述を残しておく
と不要な端子を生成し回路の面積が大きくなったりして
回路の品質が悪くなる恐れがある。この様な未使用な信
号・端子が存在した場合警告メッセージを出力する。設
計者は警告メッセージにより記述に不要な端子や信号が
ないか確認がとれ回路の品質を低下することを防ぐこと
ができる。
Reference numeral 1103 in FIG. 11 checks unused signals and terminals. In 1103, 'A_
Although described as SIG ', it is not used in the function description part (in the process statement). If such a description is left, unnecessary terminals may be generated and the area of the circuit may be increased, and the quality of the circuit may be degraded. If such unused signals / terminals exist, a warning message is output. The designer can check for unnecessary terminals and signals in the description by the warning message, and can prevent the quality of the circuit from deteriorating.

【0070】<図12の説明>セマンティックスチェッ
ク部100fの処理フローを用いてセマンティックスチ
ェック部100fの処理を詳細に説明する。
<Description of FIG. 12> The processing of the semantics checking unit 100f will be described in detail using the processing flow of the semantics checking unit 100f.

【0071】Step1200はHDL構文生成部100
cの処理により‘process’文や‘always’文の生成を
行う。
Step 1200 is an HDL syntax generation unit 100
A 'process' statement and an 'always' statement are generated by the processing of c.

【0072】Step1210は生成された‘proces
s’や‘always’文にHDL入力プログラム100aの入力
画面から設計者が回路の機能記述を行う。この時センシ
ティビティリスト内の信号情報をワークエリア100g
にテーブルA、条件式や信号代入文の右辺の信号情報は
ワークエリア100gにテーブルBとして記憶してお
く。
Step 1210 is the generated 'proces
The designer describes the function of the circuit from the input screen of the HDL input program 100a in the 's' and 'always' statements. At this time, the signal information in the sensitivity list is
And the signal information on the right side of the conditional expression and the signal assignment statement are stored as a table B in the work area 100g.

【0073】Step1220は機能記述が終了した
ら、センシティビティリスト内の信号情報(テーブル
A)と、条件式号や信号代入文の右辺の信号情報(テー
ブルB)を比較してセンシティビティリストに記述もれ
があればテーブルBからデータを作成してセンシティビ
ティリストに追加する。
At Step 1220, when the function description is completed, the signal information (table
A) is compared with the signal information (table B) on the right side of the conditional expression or signal assignment statement, and if there is a description omission in the sensitivity list, data is created from table B and added to the sensitivity list.

【0074】図11の1101の場合ワークエリア10
0gのテーブルAには‘A’が、ワークエリア100g
のテーブルBには‘A’‘B’‘SEL’を記憶する。テー
ブルAとテーブルBの比較の結果テーブルAに記憶れれ
ていない‘B’‘SEL’をセンシティビティリストに追加
する。
Work area 10 in the case of 1101 in FIG.
'A' in table A of 0g, work area 100g
'A''B''SEL' is stored in the table B. As a result of the comparison between table A and table B, 'B''SEL' not stored in table A is added to the sensitivity list.

【0075】Step1230は信号宣言または入出力
端子情報を信号・端子情報データとしてワークエリア1
00gのテーブルCに記憶する。Step1240は機能
記述部の信号情報を信号情報データとしてワークエリア
100gのテーブルDに記憶する。
Step 1230 uses the signal declaration or input / output terminal information as signal / terminal information data in work area 1.
Store it in table C of 00g. Step 1240 stores the signal information of the function description section as signal information data in table D of work area 100g.

【0076】Step1250は、信号・端子情報デー
タ(テーブルC)と信号情報データ(テーブルD)を比
較する。Step1250はテーブルCとテーブルDを
比較した結果登録データに過不足があった場合、過不足
となった信号・端子情報について警告メッセージの出力
を行う。
Step 1250 compares the signal / terminal information data (table C) with the signal information data (table D). In Step 1250, if there is an excess or deficiency in the registered data as a result of comparing the table C and the table D, a warning message is output for the information of the excess or deficient signal / terminal.

【0077】図11の1103の場合信号・端子情報デ
ータ(テーブルC)には‘port’情報‘I1’‘I2’‘SE
L’‘O1’と、signal情報‘A_SIG’が記憶される。信号
情報データ(テーブルD)には機能記述部(process文
内)の‘I1’‘I2’‘SEL’‘O1’が記憶される。テー
ブルCとテーブルDの比較結果‘A_SIG’が信号宣言し
ているが未使用な信号と判断され‘A_SIG’に対して警
告メッセージを出力する。
In the case of 1103 in FIG. 11, the signal / terminal information data (table C) contains' port 'information'I1''I2''SE
L "O1" and signal information "A_SIG" are stored. 'I1 "I2" SEL "O1" of the function description part (in the process statement) is stored in the signal information data (table D). Although the comparison result 'A_SIG' of table C and table D declares a signal, it is determined to be an unused signal and a warning message is output for 'A_SIG'.

【0078】[0078]

【発明の効果】以上述べた如く本発明を用いれば、HDL
を用いて論理設計を行う上で、前記従来手法の問題点を
解決し、HDL記述を用いて設計を行う事ができる。
According to the present invention, as described above, HDL
In designing a logic using HDL, it is possible to solve the problems of the above-mentioned conventional method and to design using HDL description.

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

【図1】HDL入力システムのシステム構成図である。FIG. 1 is a system configuration diagram of an HDL input system.

【図2】HDL入力システムのプログラム構成図である。FIG. 2 is a program configuration diagram of an HDL input system.

【図3】HDL構文データベースのデータ構造をあらわ
す。
FIG. 3 shows a data structure of an HDL syntax database.

【図4】関連設計データベースのデータ構造をあらわ
す。
FIG. 4 shows a data structure of a related design database.

【図5】HDL構文生成部の原理をあらわす。FIG. 5 illustrates the principle of an HDL syntax generation unit.

【図6】HDL構文生成部の処理フロー図である。FIG. 6 is a processing flowchart of an HDL syntax generation unit.

【図7】関連記述生成部の原理をあらわす。FIG. 7 illustrates the principle of a related description generation unit.

【図8】関連記述生成部の処理フロー図である。FIG. 8 is a processing flowchart of a related description generation unit.

【図9】関連記述修正部の原理をあらわす。FIG. 9 illustrates the principle of a related description correction unit.

【図10】関連記述修正部の処理フロー図である。FIG. 10 is a processing flowchart of a related description correction unit.

【図11】セマンテックチェック部の原理をあらわす。FIG. 11 illustrates the principle of a semantic check unit.

【図12】セマンテックチェック部の処理フロー図であ
る。
FIG. 12 is a processing flowchart of a semantic check unit.

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

100…主記憶装置、 100a…HDL入力システム、 100b…HDL入出力部、 100c…HDL構文生成部、 100d…関連記述生成部、 100e…関連記述修正部、 100f…セマンティックスチェック部、 101…CPU、 102…ディスプレイ、 103…キーボード、 104…ハードディスク、 104a…HDL構文データベース、 104b…関連設計データベース、 104c…HDLテキストファイル、 105…バス、 301…言語種別、 302…予約語、 303…構文情報(雛形)、 401…回路名称、 402…端子名称、 403…端子方向、 404…端子属性、 405…関連回路情報、 501…初期入力画面、 502…HDL構文生成画面、 701…初期入力画面、 702…自動生成画面(関連情報あり)、 703…自動生成画面(関連情報なし)、 901…記述変更側入力画面、 901a…記述変更前入力画面、 901b…記述変更後入力画面、 902…関連記述側入力画面、 902a…自動変更前入力画面、 902b…自動変更後入力画面、 1101…自動生成前入力画面、 1102…自動生成後入力画面、 1103…セマンティックチェックスの記述例。 100: main storage device, 100a: HDL input system, 100b: HDL input / output unit, 100c: HDL syntax generation unit, 100d: related description generation unit, 100e: related description correction unit, 100f: semantics check unit, 101: CPU, Reference numeral 102: display, 103: keyboard, 104: hard disk, 104a: HDL syntax database, 104b: related design database, 104c: HDL text file, 105: bus, 301: language type, 302: reserved word, 303: syntax information (model) ), 401: circuit name, 402: terminal name, 403: terminal direction, 404: terminal attribute, 405: related circuit information, 501: initial input screen, 502: HDL syntax generation screen, 701: initial input screen, 702: automatic Generation screen (with related information), 703 ... 901: Description change input screen, 901a: Description change input screen, 901b: Description change input screen, 902: Related description side input screen, 902a: Automatic change before input screen, 902b ... Input screen after automatic change, 1101 ... input screen before automatic generation, 1102 ... input screen after automatic generation, 1103 ... description example of semantic checks.

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】ハードウエア記述言語(以下HDLと言う)
を用いて回路設計を行うためのHDL入力装置におい
て、各HDLの構文の雛形を持ったデータベースと、各回
路間の接続情報を持ったデータベースを参照する手段を
備え、設計者が入力したHDLの予約語からHDL構文を
生成するプログラムと、回路間の関連情報を持ったデー
タベースから回路情報を生成しHDL構文を生成するプロ
グラムと、既存のHDLテキストファイルの変更が他のHDL
テキストファイルに関連している場合関連個所を修正す
るプログラムと、回路のセマンティックスチェックを行
うプログラムを備えたHDL入力装置。
1. A hardware description language (hereinafter referred to as HDL)
An HDL input device for designing a circuit using the HDL includes a database having a template of the syntax of each HDL and a means for referring to a database having connection information between the circuits, and a HDL input device which is input by a designer. A program that generates HDL syntax from reserved words, a program that generates HDL syntax by generating circuit information from a database containing information related between circuits, and a program that changes existing HDL text files to other HDL
An HDL input device including a program for correcting a relevant part when a text file is related, and a program for checking a semantics of a circuit.
【請求項2】前記請求項1のHDL入力装置において、設
計者が入力したHDLの予約語を鍵に、HDL構文の雛形を持
つデータベースを検索し、雛形から予約語のHDL構文を
生成するプログラム。
2. The program according to claim 1, wherein a database having a template of an HDL syntax is searched using a reserved word of the HDL inputted by a designer as a key, and an HDL syntax of the reserved word is generated from the template. .
【請求項3】前記請求項1のHDL入力装置において、回
路間の接続情報を持つデータベースに入力に必要な回路
情報が登録されている場合に、HDL構文の雛形と回路情
報からHDL構文を生成するプログラム。
3. An HDL input device according to claim 1, wherein when circuit information necessary for input is registered in a database having connection information between circuits, an HDL syntax is generated from a model of the HDL syntax and the circuit information. Program to do.
【請求項4】前記請求項1のHDL入力装置において、機
能変更や論理不良等により既作成済みのHDLテキストフ
ァイルの変更を行うことで他のHDLテキストファイルも
変更が必要ないか回路間の接続情報を持つデータベース
を検索し変更が必要な場合他のHDLテキストファイルも
変更を行うプログラム。
4. The HDL input device according to claim 1, wherein a change is made to an already created HDL text file due to a function change, a logic defect, or the like so that another HDL text file does not need to be changed or not. A program that searches a database with information and changes other HDL text files if needed.
【請求項5】前記請求項1のHDL記述入力装置におい
て、未使用な信号を記述や、機能レベル/ゲートレベル
のシミュレーション結果に影響があるprocess文、alway
s文のセンシティビテリストのセマンティックスチェッ
クを行うプログラム。
5. The HDL description input device according to claim 1, wherein an unused signal is described, and a process statement or an alternative which influences a simulation result at a function level / gate level.
A program that performs semantics-checking of sensitive sentimentists in s statements.
JP10304994A 1998-10-27 1998-10-27 Hdl input method and device therefor Pending JP2000132584A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10304994A JP2000132584A (en) 1998-10-27 1998-10-27 Hdl input method and device therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10304994A JP2000132584A (en) 1998-10-27 1998-10-27 Hdl input method and device therefor

Publications (1)

Publication Number Publication Date
JP2000132584A true JP2000132584A (en) 2000-05-12

Family

ID=17939807

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10304994A Pending JP2000132584A (en) 1998-10-27 1998-10-27 Hdl input method and device therefor

Country Status (1)

Country Link
JP (1) JP2000132584A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015532748A (en) * 2012-08-20 2015-11-12 オラクル・インターナショナル・コーポレイション Hardware implementation of filtering / projection operation

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015532748A (en) * 2012-08-20 2015-11-12 オラクル・インターナショナル・コーポレイション Hardware implementation of filtering / projection operation

Similar Documents

Publication Publication Date Title
US6009251A (en) Method and system for layout verification of an integrated circuit design with reusable subdesigns
US7305639B2 (en) Method and apparatus for specifying multiple voltage domains and validating physical implementation and interconnections in a processor chip
US20030033595A1 (en) Automated HDL modifying apparatus and computer-readable recording medium in which program for automatically modifying HDL is recorded
US8051402B2 (en) Method and apparatus for implementing communication between a software side and a hardware side of a test bench in a transaction-based acceleration verification system
US20070294647A1 (en) Transferring software assertions to hardware design language code
US6553514B1 (en) Digital circuit verification
US7523428B2 (en) Hierarchical signal integrity analysis using interface logic models
US6954915B2 (en) System and methods for pre-artwork signal-timing verification of an integrated circuit design
US20070028204A1 (en) Method and program for high-level synthesis, and method for verifying a gate network list using the high-level synthesis method
US8160857B2 (en) Selective compilation of a simulation model in view of unavailable higher level signals
US8281269B2 (en) Method of semiconductor integrated circuit device and program
US7299433B2 (en) Timing analysis apparatus, systems, and methods
US6836874B2 (en) Systems and methods for time-budgeting a complex hierarchical integrated circuit
US20030221173A1 (en) Method and apparatus for detecting connectivity conditions in a netlist database
US10437946B1 (en) Using implemented core sources for simulation
CN114329112A (en) Content auditing method and device, electronic equipment and storage medium
US7552043B2 (en) Method, system and program product for selectively removing instrumentation logic from a simulation model
JP2000132584A (en) Hdl input method and device therefor
US7086017B1 (en) Method of post-implementation simulation of a HDL design
US8336013B2 (en) Determining an order for visiting circuit blocks in a circuit design for fixing design requirement violations
US7328415B2 (en) Modeling blocks of an integrated circuit for timing verification
JPH10269272A (en) Circuit design method, and integrated circuit device
US7949968B2 (en) Method and system for building binary decision diagrams optimally for nodes in a netlist graph using don&#39;t-caring
Pitaka Isolation Design Flow for Xilinx 7 Series FPGAs or Zynq-7000 SoCs (Vivado Tools)
KR20070023873A (en) Vulnerability rule based system for software development