JP3071921B2 - LSI design support equipment - Google Patents

LSI design support equipment

Info

Publication number
JP3071921B2
JP3071921B2 JP3347458A JP34745891A JP3071921B2 JP 3071921 B2 JP3071921 B2 JP 3071921B2 JP 3347458 A JP3347458 A JP 3347458A JP 34745891 A JP34745891 A JP 34745891A JP 3071921 B2 JP3071921 B2 JP 3071921B2
Authority
JP
Japan
Prior art keywords
description
unit
function
module
candidate
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 - Fee Related
Application number
JP3347458A
Other languages
Japanese (ja)
Other versions
JPH05181931A (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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP3347458A priority Critical patent/JP3071921B2/en
Publication of JPH05181931A publication Critical patent/JPH05181931A/en
Application granted granted Critical
Publication of JP3071921B2 publication Critical patent/JP3071921B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Design And Manufacture Of Integrated Circuits (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明はLSIの設計、特に機能
設計を簡略化することができるLSI設計支援装置に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an LSI design support apparatus capable of simplifying the design of an LSI, particularly, a function design.

【0002】[0002]

【従来の技術】近年、LSIの設計に機能記述とそれに
よる検証を利用することが多くなっている。LSIのレ
イアウトや論理回路といったものを意識せずに、その機
能を設計することにより、そのLSIを含んだより上位
のシステムの完成度を高められるというメリットがあ
る。したがって、このレベルにおいては、できるだけL
SIのハードウェアから離れて記述/検証できることが
望ましい。
2. Description of the Related Art In recent years, a function description and a verification based on the function description are often used for designing an LSI. By designing the functions without being conscious of the layout and logic circuit of the LSI, there is an advantage that the completeness of a higher-order system including the LSI can be improved. Therefore, at this level, L
It is desirable to be able to describe / verify separately from the hardware of the SI.

【0003】しかし、この機能記述もあくまでLSIの
設計の一部であり、最終的にはLSIとなるので、必ず
いつかはLSIのハードウェアの問題に直面せざるを得
ない。単にLSI設計の面のみを考えると、できるだけ
早い時期にLSIハードウェアを考慮して設計されてい
ることが望ましい。すなわち、機能記述レベルからハー
ドウェアを考慮して設計されていることが望ましいこと
になる。
However, this functional description is only a part of the design of the LSI, and eventually becomes an LSI. Therefore, it is inevitably faced with some problem of the LSI hardware someday. Considering only the LSI design aspect, it is desirable that the design be made in consideration of the LSI hardware as soon as possible. In other words, it is desirable that the hardware is designed in consideration of the function description level.

【0004】特に、現在ではRTL(レジスタ・トラン
スファ・レベル)と呼ばれる機能レベルから、論理合成
により論理記述を作成し、さらにその論理記述をもとに
自動配置配線によるレイアウトを行うことが可能であ
り、機能記述がLSIハードウェアに反映されることに
なるので、なおさら早い時期にLSIハードウェアを考
慮して設計されていることが望ましい。
In particular, it is possible to create a logic description by logic synthesis from a function level called RTL (register transfer level), and to perform a layout by automatic placement and routing based on the logic description. Since the function description is reflected on the LSI hardware, it is desirable that the function description be designed even earlier in consideration of the LSI hardware.

【0005】これら2つのことは、明らかに矛盾してい
る。すなわち、できるだけLSIのハードウェアから離
れて記述/検証しようとすることと、LSIハードウェ
アを考慮して設計することである。これをさらに具体的
に説明する。
[0005] These two things are clearly contradictory. That is, the description is to try to describe / verify as far as possible from the LSI hardware, and to design in consideration of the LSI hardware. This will be described more specifically.

【0006】機能設計では、『動作』とそれを行う『条
件』がペアになっていることが望ましい。例えば式1に
示す記述のように、動作を示すthenとその条件を示
すif()がペアとなることにより、システム全体の動
作が記述されており、検証により動作条件が変更された
り、過不足が生じた動作がその条件と共に追加/削除さ
れたりする。したがって、動作とその機能がペアになっ
ていることが、検証の効率を上げる。
In the function design, it is desirable that "operation" and "condition" for performing the operation are paired. For example, as shown in Expression 1, the operation of the entire system is described by forming a pair of then indicating operation and if () indicating the condition, and the operation condition is changed by verification, or the operation condition is changed. Is added / deleted along with the condition. Therefore, the fact that the operation and its function are paired increases the efficiency of verification.

【0007】一方、LSIをハードウェア構造の面から
考えると、『演算器』と『制御部』に大別して考えるこ
とができるが、両者は構造的に大きく異なる。『演算
器』は規則正しい動作が繰り返されることの多い部分で
あり、『制御部』は条件によって制御方式がまちまちと
なる部分である。したがって、『演算器』部分が分離さ
れた機能記述がハードウェア設計を容易にすることにな
る。また、『演算器』と『制御部』を機能記述に投影し
てみると、『演算器』は必ず『動作』に対応し、『制御
部』は『条件』に対応していることが分かる。機能設計
では、基本的には『動作』の個数を考える必要はなかっ
たが、実際のハードウェアでは『動作の個数』は『演算
器の個数』に関係し、非常に大きな意味を持つ。したが
って、LSIハードウェアを意識した場合、機能記述は
演算器に相当する『動作』が分離されていることが望ま
しい。
On the other hand, when considering the LSI in terms of the hardware structure, it can be roughly divided into an "arithmetic unit" and a "control unit", but the two are structurally different. The “arithmetic unit” is a part where regular operations are often repeated, and the “control unit” is a part where the control method varies depending on conditions. Therefore, the function description in which the "arithmetic unit" is separated facilitates hardware design. Also, if you project the "arithmetic unit" and "control unit" into the function description, you will see that "arithmetic unit" always corresponds to "operation", and "control unit" corresponds to "condition". . In the functional design, basically, it was not necessary to consider the number of “operations”. However, in actual hardware, the “number of operations” is related to the “number of arithmetic units” and has a very large meaning. Therefore, when considering the LSI hardware, it is desirable that the “operation” corresponding to the arithmetic unit is separated in the function description.

【0008】例えば、式2に示す記述は式1に示すもの
と基本的には同一の機能を示しているが、CONTとい
う制御部分とALUという演算器に分離されていること
により、演算器と制御回路という性格の異なる部分を最
適にハードウェア化することができる。特に演算器の多
くは長年に渡り研究が成されており、演算に適した回路
やLSIレイアウトがつくられているので、このような
記述はそれを直接適用できる。
For example, the description shown in Expression 2 basically shows the same function as that shown in Expression 1, but since it is separated into a control part called CONT and an arithmetic unit called ALU, It is possible to optimally implement hardware of the control circuit having different characteristics. In particular, many arithmetic units have been studied for many years, and circuits and LSI layouts suitable for arithmetic operations have been made, so such descriptions can be directly applied.

【0009】又、式1に示す記述はADDとSUBとい
う動作を行うことは示しているが、どこでその動作が行
われるかまったく示されていない。常識的には、ADD
を行う演算器とSUBを行う演算器が別々に存在すると
考えられる。それに対し、式2に示す記述ではADDと
SUBという二つの動作をALUという同一演算器で行
うことを明示している。
The description shown in Equation 1 indicates that the operations ADD and SUB are performed, but does not indicate where the operations are performed at all. Common sense is ADD
It is conceivable that a computing unit that performs SUB and a computing unit that performs SUB exist separately. On the other hand, the description shown in Expression 2 specifies that two operations, ADD and SUB, are performed by the same arithmetic unit called ALU.

【0010】このように、機能記述の作成/検証を行い
易くする式1のような機能記述と、ハードウェアの設計
を行い易くする式2のような機能記述は非常に異なる。
そこで、しばしば二つの異なる機能記述を作成すること
により解決している。すなわち、機能設計用の機能記述
とハードウェア設計用の機能記述である。
As described above, a function description such as Equation 1 that facilitates creation / verification of a function description is very different from a function description such as Equation 2 that facilitates hardware design.
The solution is often to create two different functional descriptions. That is, a function description for function design and a function description for hardware design.

【0011】[0011]

【発明が解決しようとする課題】このような機能記述の
作成/検証を行い易くする機能記述と、ハードウェアの
設計を行い易くする機能記述は、当然まったく同じ機能
を記述しているが、文面上異なる記述である。従来で
は、設計者が機能設計用の機能記述を見ながら、新たに
ハードウェア設計用の機能記述を作成し、同一内容であ
ることを検証していた。しかし、新たなハードウェア設
計用の機能記述といっても、それは、まず『動作』記述
部分の一部を切り出し、移動する。そして、複数の矛盾
しない『動作』を一つの演算器に統合する。という二つ
の作業を施したものにほかならない。
The function description for facilitating the creation / verification of such a function description and the function description for facilitating the design of the hardware naturally describe exactly the same function. This is a different description. Conventionally, a designer has newly created a function description for hardware design while checking the function description for function design, and has verified that the contents are the same. However, even if it is a function description for a new hardware design, it first extracts a part of the "operation" description part and moves it. Then, a plurality of consistent "operations" are integrated into one arithmetic unit. It is nothing but the work that has been done.

【0012】この内、前半の作業は原理的に単なる書き
替えであり、物理的な変換作業が多い。それに要する時
間は原理的に無駄な時間である。又、後半の作業は、複
数の物を統合したことに関しては本質的に再検証を必要
とするが、再度記述し直したことによるケアレスミスの
再検証に要する時間も無駄な時間と考えられる。
Of these, the first half of the work is simply a rewrite in principle, and there are many physical conversions. The time required for this is in principle wasted time. In the latter half of the work, re-verification is essentially required for integrating a plurality of objects, but the time required for re-verification of a careless mistake due to re-description is considered to be wasted time.

【0013】このように、従来は新たにハードウェア設
計用の機能記述をするために本質的でない部分にかなり
大きな労力を割いてきた。
As described above, conventionally, considerable effort has been devoted to non-essential parts in order to newly describe functions for hardware design.

【0014】そこで、この発明は、このような従来の事
情に鑑みてなされたものであり、その目的とするところ
は、機能設計用の機能記述からハードウェア設計用の機
能記述を自動的に生成することができるLSI設計支援
装置を提供することにある。
Accordingly, the present invention has been made in view of such conventional circumstances, and a purpose thereof is to automatically generate a function description for hardware design from a function description for function design. It is an object of the present invention to provide an LSI design support device capable of performing the above.

【0015】[0015]

【課題を解決するための手段】上記目的を達成するた
め、本発明は、動作とその動作を行う条件を記述した機
能記述から、少なくとも動作記述を抽出する動作記述抽
出手段と、この動作記述抽出手段によって抽出された記
述を提示する提示手段と、この提示手段によって提示さ
れた動作記述の一部あるいは全部を演算器候補として指
定する演算器候補指定手段と、この演算器候補指定手段
によって指定された動作記述から前記演算器候補に対応
する動作記述モジュールを新たに生成するモジュール生
成手段と、前記演算器候補指定手段によって複数の動作
記述を同一演算器候補として指定した際に、これら複数
の動作条件が矛盾するか否かを判別し、矛盾する場合に
は警告を発生する動作条件矛盾判別手段とから構成され
ている。
In order to achieve the above object, the present invention provides an operation description extracting means for extracting at least an operation description from a function description in which an operation and a condition for performing the operation are described; Presenting means for presenting the description extracted by the means, computing element candidate designating means for designating some or all of the behavioral description presented by the presenting means as computing element candidates, and designation by the computing element candidate designating means. A module generation unit for newly generating an operation description module corresponding to the operation unit candidate from the operation description obtained, and a plurality of operations when the plurality of operation descriptions are designated as the same operation unit candidate by the operation unit candidate designation unit. An operation condition inconsistency determining means for determining whether or not the conditions are inconsistent and issuing a warning when the conditions are inconsistent.

【0016】[0016]

【作用】上記構成により、この発明は、まず機能記述中
において動作を記述した部分を抽出することにより、演
算器候補を抽出する。そして、これを表示し、これらの
演算器候補から、実際にLSI上で演算器として設計す
る部分を設計者に指定させる。さらに、演算器部分を新
たなモジュールとして生成し、演算器部分と制御部分が
分離された機能記述を自動生成する。同時に、演算器部
分と制御部分を分離した際に必要となる新たな信号を生
成する。
According to the above construction, the present invention first extracts a part in which the operation is described in the function description, thereby extracting a computing unit candidate. Then, this is displayed, and a part to be actually designed as an arithmetic unit on the LSI is designated by the designer from these arithmetic unit candidates. Further, the operation unit is generated as a new module, and a function description in which the operation unit and the control unit are separated is automatically generated. At the same time, a new signal required when the operation unit and the control unit are separated is generated.

【0017】また、設計者が複数の演算器候補を同一演
算器とするように指定した場合も、この同一演算器に対
応する新たなモジュールを生成すると共に、信号の生成
を行う。
Also, when the designer designates a plurality of operation unit candidates as the same operation unit, a new module corresponding to the same operation unit is generated and a signal is generated.

【0018】[0018]

【実施例】以下、この発明の実施例を図面を参照しなが
ら説明する。図1は、この発明のLSI設計支援装置の
一実施例の構成を示すブロック図である。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a configuration of an embodiment of an LSI design support apparatus according to the present invention.

【0019】同図において、この発明のLSI設計支援
装置は、動作記述を抽出する動作記述抽出部1と、抽出
された動作記述を表示によって設計者に提示する表示部
2と、表示された動作記述の一部を演算器候補として設
計者が指定する演算器候補指定部3と、複数の動作記述
が同一演算器候補として指定された際、動作条件が矛盾
する場合、表示部2などによって警告を発生する動作条
件矛盾判定部4と、指定された動作記述から演算器候補
に対応する新たな動作記述モジュールを生成するモジュ
ール生成部5とから構成されている。
Referring to FIG. 1, an LSI design support apparatus according to the present invention includes a behavior description extraction unit 1 for extracting a behavior description, a display unit 2 for presenting the extracted behavior description to a designer by display, and a displayed behavior. An operator candidate specifying unit 3 in which a part of the description is specified as an operator candidate by the designer, and a display unit 2 warns when the operation conditions are inconsistent when a plurality of operation descriptions are specified as the same operator candidate. And a module generation unit 5 that generates a new operation description module corresponding to the operation unit candidate from the specified operation description.

【0020】また、この発明による処理の概念図を図2
に示す。
FIG. 2 is a conceptual diagram of the processing according to the present invention.
Shown in

【0021】第一の実施例として、本発明の設計装置を
用い、式3に示す機能記述から、式4に示すハードウェ
ア設計用機能記述を生成する例を挙げる。
As a first embodiment, an example will be described in which a function description for hardware design shown in Expression 4 is generated from a function description shown in Expression 3 using the design apparatus of the present invention.

【0022】動作記述抽出部1によって式3に示す機能
記述から、動作記述が抽出され、表示部2に表示される
(式5)。この表示より設計者が演算器候補指定部3か
ら「shift」記述のみを指定したので、その部分の
みのモジュール化処理をモジュール生成部5が行う。こ
のとき、モジュール化するために、モジュール名が必要
となる。また、新たに制御信号を発生する必要がある
が、一つの動作記述を一つのモジュールに割り振ったの
で、制御信号は1本で済む。
The operation description is extracted by the operation description extraction unit 1 from the function description shown in Expression 3 and displayed on the display unit 2 (Expression 5). From this display, the designer has specified only the “shift” description from the arithmetic unit candidate specification unit 3, and the module generation unit 5 performs a module conversion process for only that part. At this time, a module name is required for modularization. Further, it is necessary to generate a new control signal. However, since one operation description is allocated to one module, only one control signal is required.

【0023】これらの項目に関し設計者が、演算器とし
てSHIFTERというモジュール名とEという信号名
を指定したので、モジュール生成部5は制御信号Eを持
つSHIFTERという演算器に対応する動作記述モジ
ュールを生成し、もともとはshift動作であった記
述部分をSHIFTERという演算器を動作させる記述
に変更する。なお、モジュール名や信号線名等が指定さ
れない場合、自動発生も可能である。
Since the designer has specified a module name of SHIFTTER and a signal name of E as an arithmetic unit for these items, the module generation unit 5 generates an operation description module corresponding to the arithmetic unit of SHIFTER having the control signal E. Then, the description part which was originally a shift operation is changed to a description for operating a computing unit called SHIFTER. If no module name or signal line name is specified, automatic generation is also possible.

【0024】これらによりSHIFTERというハード
ウェアを直接意識した機能記述(式4)が生成される。
Thus, a function description (Equation 4) that is directly conscious of hardware called SHIFTER is generated.

【0025】次に、第二の実施例として、本発明の設計
装置を用い、式6に示す機能記述から、式7に示すハー
ドウェア設計用機能記述を生成する例を挙げる。
Next, as a second embodiment, an example will be described in which the design apparatus of the present invention is used to generate a function description for hardware design shown in equation 7 from the function description shown in equation 6.

【0026】第一の実施例と同様に、式6に示す機能記
述から動作記述が抽出され、表示される(式8)。その
表示より設計者がaddという動作とsubという二つ
の動作をALUという同一演算器で動作させるように指
定したので、それのモジュール化処理が行われる。この
とき、一つの演算器で複数の動作を行うように指定した
際に、それらの動作条件が明らかに矛盾するような場合
には、動作条件矛盾判定部4によってそれが判定され、
表示部2などを用いて警告が発生される。
As in the first embodiment, an operation description is extracted from the function description shown in Equation 6 and displayed (Equation 8). From the display, the designer has specified that the two operations of “add” and “sub” are operated by the same arithmetic unit of “ALU”. At this time, when it is specified that one operation unit performs a plurality of operations, if the operation conditions clearly contradict each other, the operation condition inconsistency determination unit 4 determines it.
A warning is issued using the display unit 2 or the like.

【0027】新たに発生する制御信号は、一つの演算器
で二つの動作を行うので1本で済むが、設計によっては
あえて機能の数だけ制御信号を発生した方が有利な場合
もある。本実施例では、制御信号を1本とするように指
示されたので、新たにEという制御信号を生成してい
る。
The number of newly generated control signals is one because only one operation unit performs two operations. However, depending on the design, it may be advantageous to generate as many control signals as the number of functions. In the present embodiment, since the control signal is instructed to be one, a control signal E is newly generated.

【0028】なお、設計者からの指示はファイル等によ
り間接的に指示することも可能であり、その際は設計者
への提示機能を一時停止することも可能である。
Note that the instruction from the designer can be indirectly given by a file or the like, and in this case, the function of presenting to the designer can be temporarily stopped.

【0029】(式1) if(A=1) then Z=ADD(C,D) if(B=0) then Z=SUB(C,D) (式2) module CONT(C,D,A,B) if(A=1) then Z=ALU(C,D,ADD) if(B=0) then Z=ALU(C,D,SUB) end module module ALU(IN1,IN2,OP) if(OP=ADD) then Z=ADD(IN1,IN2) if(OP=SUB) then Z=SUB(IN1,IN2) end module (式3) module:BLOCKA(A,B,C,D) input:A[32],B[32],C[1],D
[1] output:Z[32] function: if(C[0]=1) then Z[0:31]=shift(A[0:3
1],B[0:31]) endif: if(D[0]=1) then Z[0:31]=add(A[0:31],
B[0:31]) endif endmodule (式4) module:BLOCKA(A,B,C,D) input:A[32],B[32],C[1],D
[1] output:Z[32] use:SHIFTER function: if(C[0]=1) then Z[0:31]=SHIFTER(A[0:
31],B[0:31],1) endif: if(D[0]=1) then Z[0:31]=add(A[0:31],
B[0:31]) endif: endmodule: module:SHIFTER(BA,BB,E) input:BA[32],BB[32],E[1] output:BZ[32] function: if(E[0]=1) then BZ[0:31]=shift(BA[0:
31,BB[0:31]) endif: endmodule: (式5) module:BLOCKA(A,B,C,D) Z[0:31]=shift(A[0:31],B
[0:31]) Z[0:31]=add(A[0:31],B[0:3
1]) (式6) module:BLOCKB(A,B,C,D) input:A[32],B[32],C[1],D
[1] output:Z[32] function: if(C[0]=1) then Z[0:31]=add(A[0:31],
B[0:31]); endif: if(D[0]=1) then Z[0:31]=sub(A[0:31],
B[0:31]); endif: endmodule (式7) module:BLOCKB(A,B,C,D) input:A[32],B[32],C[1],D
[1] output:Z[32] use:ALU function: if(C[0]=1) then Z[0:31]=ALU(A[0:31],
B[0:31],1); endif: if(D[0]=1) then Z[0:31]=ALU(A[0:31],
B[0:31],0); endif: endmodule: module:ALU(BA,BB,E) input:BA[32],BB[32],E[1] output:BZ[32] function: if(E[0]=1) then BZ[0:31]=sub(BA[0:3
1],BB[0:31]) endif: if(E[0]=0) then BZ[0:31]=add(BA[0:3
1],BB[0:31]) endif: endmodule: (式8) module:BLOCKB(A,B,C,D) Z[0:31]=sub(A[0:31],B[0:3
1]); Z[0:31]=add(A[0:31],B[0:3
1]);
(Equation 1) if (A = 1) then Z = ADD (C, D) if (B = 0) then Z = SUB (C, D) (Equation 2) module CONT (C, D, A, B) if (A = 1) then Z = ALU (C, D, ADD) if (B = 0) then Z = ALU (C, D, SUB) end module module ALU (IN1, IN2, OP) if (OP) = ADD) then Z = ADD (IN1, IN2) if (OP = SUB) then Z = SUB (IN1, IN2) end module (Equation 3) module: BLOCKKA (A, B, C, D) input: A [32 ], B [32], C [1], D
[1] output: Z [32] function: if (C [0] = 1) then Z [0:31] = shift (A [0: 3
1], B [0:31]) endif: if (D [0] = 1) then Z [0:31] = add (A [0:31],
B [0:31]) endif endmodule (Equation 4) module: BLOCKKA (A, B, C, D) input: A [32], B [32], C [1], D
[1] output: Z [32] use: SHIFTER function: if (C [0] = 1) then Z [0:31] = SHIFTER (A [0:
31], B [0:31], 1) endif: if (D [0] = 1) then Z [0:31] = add (A [0:31],
B [0:31]) endif: endmodule: module: SHIFTTER (BA, BB, E) input: BA [32], BB [32], E [1] output: BZ [32] function: if (E [0 ] = 1) then BZ [0:31] = shift (BA [0:
31, BB [0:31]) endif: endmodule: (Equation 5) module: BLOCKKA (A, B, C, D) Z [0:31] = shift (A [0:31], B
[0:31]) Z [0:31] = add (A [0:31], B [0: 3]
1]) (Equation 6) module: BLOCKB (A, B, C, D) input: A [32], B [32], C [1], D
[1] output: Z [32] function: if (C [0] = 1) then Z [0:31] = add (A [0:31],
B [0:31]); endif: if (D [0] = 1) then Z [0:31] = sub (A [0:31],
Endif: endmodule (Equation 7) module: BLOCKB (A, B, C, D) input: A [32], B [32], C [1], D
[1] output: Z [32] use: ALU function: if (C [0] = 1) then Z [0:31] = ALU (A [0:31],
B [0:31], 1); endif: if (D [0] = 1) then Z [0:31] = ALU (A [0:31],
B [0:31], 0); endif: endmodule: module: ALU (BA, BB, E) input: BA [32], BB [32], E [1] output: BZ [32] function: if ( E [0] = 1) then BZ [0:31] = sub (BA [0: 3
1], BB [0:31]) endif: if (E [0] = 0) then BZ [0:31] = add (BA [0: 3
1], BB [0:31]) endif: endmodule: (Equation 8) module: BLOCKKB (A, B, C, D) Z [0:31] = sub (A [0:31], B [0: 3
1]); Z [0:31] = add (A [0:31], B [0: 3]
1]);

【0030】[0030]

【発明の効果】以上のように、本発明は、条件とその動
作を記述した機能記述をもとに、ハードウェア設計用の
機能記述を半自動的に生成することができる。このた
め、機能設計段階では、ハードウェアの制約をあまり考
えずに設計を進めることができる。また、記述の変更に
伴うイージーミスの発生を劇的に減らすことができるの
で設計の効率が非常に向上する。
As described above, according to the present invention, a function description for hardware design can be semi-automatically generated based on a function description describing conditions and their operations. For this reason, at the function design stage, the design can be advanced without much consideration of the hardware restrictions. In addition, since the occurrence of easy mistakes due to a change in description can be drastically reduced, design efficiency is greatly improved.

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

【図1】この発明のLSI設計支援装置の一実施例の構
成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of an embodiment of an LSI design support apparatus according to the present invention.

【図2】この発明による処理を説明するための概念図で
ある。
FIG. 2 is a conceptual diagram for explaining processing according to the present invention.

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

1 動作記述抽出部1 2 表示部 3 演算器候補指定部 4 動作条件矛盾判定部 5 モジュール生成部 REFERENCE SIGNS LIST 1 operation description extraction unit 1 2 display unit 3 operation unit candidate designation unit 4 operation condition inconsistency determination unit 5 module generation unit

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 動作とその動作を行う条件を記述した機
能記述から、少なくとも動作記述を抽出する動作記述抽
出手段と、この動作記述抽出手段によって抽出された記
述を提示する提示手段と、この提示手段によって提示さ
れた動作記述の一部あるいは全部を演算器候補として指
定する演算器候補指定手段と、この演算器候補指定手段
によって指定された動作記述から前記演算器候補に対応
する動作記述モジュールを新たに生成するモジュール生
成手段とを備えたことを特徴とするLSI設計支援装
置。
1. An operation description extraction unit for extracting at least an operation description from a function description describing an operation and a condition for performing the operation, a presentation unit for presenting a description extracted by the operation description extraction unit, An operation unit candidate specifying unit that specifies a part or all of the operation description presented by the unit as an operation unit candidate; and an operation description module corresponding to the operation unit candidate from the operation description specified by the operation unit candidate specification unit. An LSI design support device, comprising: a module generation unit for newly generating a module.
【請求項2】 前記演算器候補指定手段によって複数の
動作記述を同一演算器候補として指定した際に、これら
複数の動作条件が矛盾するか否かを判別し、矛盾する場
合には警告を発生する動作条件矛盾判別手段を備えたこ
とを特徴とする請求項1記載のLSI設計支援装置。
2. When a plurality of operation descriptions are designated as the same computing unit candidate by the computing unit candidate designating means, it is determined whether or not the plurality of operating conditions are inconsistent. 2. The LSI design support apparatus according to claim 1, further comprising an operating condition inconsistency discriminating means.
JP3347458A 1991-12-27 1991-12-27 LSI design support equipment Expired - Fee Related JP3071921B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3347458A JP3071921B2 (en) 1991-12-27 1991-12-27 LSI design support equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3347458A JP3071921B2 (en) 1991-12-27 1991-12-27 LSI design support equipment

Publications (2)

Publication Number Publication Date
JPH05181931A JPH05181931A (en) 1993-07-23
JP3071921B2 true JP3071921B2 (en) 2000-07-31

Family

ID=18390368

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3347458A Expired - Fee Related JP3071921B2 (en) 1991-12-27 1991-12-27 LSI design support equipment

Country Status (1)

Country Link
JP (1) JP3071921B2 (en)

Also Published As

Publication number Publication date
JPH05181931A (en) 1993-07-23

Similar Documents

Publication Publication Date Title
US5422833A (en) Method and system for propagating data type for circuit design from a high level block diagram
JPH03257671A (en) Design uptake system
US6480985B1 (en) Method and apparatus for graphically presenting an integrated circuit design
JPH11184896A (en) High order synthesizing device and method and record medium recording high order composting program
JPH07105253A (en) Data bus circuit layout generation system
JP2008123056A (en) Timing constraint-generating system of logic circuit and timing constraint-generating method of logic circuit, control program, and readable recording medium
JP2006172219A (en) Automated design device for semiconductor integrated circuit, automated design method for semiconductor integrated circuit, and automated design program for semiconductor integrated circuit
JP3071921B2 (en) LSI design support equipment
JP3134132B2 (en) Automatic logic circuit generator
US6877140B1 (en) Method and system for generating a schematic representing bus structures
JP3107207B2 (en) Logic circuit improvement method and logic circuit improvement method
JPH10240576A (en) Verification device and method
JP3102408B2 (en) Method and apparatus for reducing signal delay
JPH0934927A (en) Logic simulation device and logic circuit information generation method
JP2000137745A (en) System and method for inputting timing specification of logic circuit
JP2714015B2 (en) Logic circuit synthesizer
JPH11175580A (en) Integrated circuit designing device
JP3187506B2 (en) Logic circuit design support equipment
JP2946973B2 (en) Description data converter
US20070217444A1 (en) Computer
JP2954019B2 (en) Logic simulation method
JP2848031B2 (en) Schematic editor
JP2825372B2 (en) Hardware structure display device
JPH06215061A (en) Semiconductor integrated circuit analytic system
JP2788763B2 (en) Semiconductor design apparatus and method

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090526

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees