JP2020184123A - Circuit design device, circuit design method and program - Google Patents

Circuit design device, circuit design method and program Download PDF

Info

Publication number
JP2020184123A
JP2020184123A JP2019086858A JP2019086858A JP2020184123A JP 2020184123 A JP2020184123 A JP 2020184123A JP 2019086858 A JP2019086858 A JP 2019086858A JP 2019086858 A JP2019086858 A JP 2019086858A JP 2020184123 A JP2020184123 A JP 2020184123A
Authority
JP
Japan
Prior art keywords
circuit
value
characteristic
design
characteristic item
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2019086858A
Other languages
Japanese (ja)
Other versions
JP7247447B2 (en
Inventor
伸和 高井
Nobukazu Takai
伸和 高井
福田 雅史
Masafumi Fukuda
雅史 福田
将大 猿田
Masahiro Saruta
将大 猿田
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.)
Gunma University NUC
Original Assignee
Gunma University NUC
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 Gunma University NUC filed Critical Gunma University NUC
Priority to JP2019086858A priority Critical patent/JP7247447B2/en
Publication of JP2020184123A publication Critical patent/JP2020184123A/en
Application granted granted Critical
Publication of JP7247447B2 publication Critical patent/JP7247447B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To provide a circuit design device capable of allowing circuit design to be completed in a short period of time without depending on knowledge and a subjective view of a designer, and a circuit design method and a program thereof.SOLUTION: The circuit design device 100 includes an operation unit 102 for inputting a circuit configuration of a design object circuit, item names of the circuit characteristics of the design object circuit, and names of components composing the design object circuit; a storage unit 104; a simulation unit 105 for generating characteristic values of the respective circuit components and corresponding circuit characteristic items by performing simulation for the design object circuit while changing the component values of respective circuit components; and a design processing unit 106 which performs, in a learning mode, deep learning by using the component values of the circuit components and characteristic values of the corresponding circuit characteristic items, and in a design mode, generates at least one of the component values corresponding to the characteristic values and the characteristic values corresponding to the component values by a regression analysis.SELECTED DRAWING: Figure 1

Description

本発明は、半導体集積回路の回路設計を行う回路設計装置、回路設計方法及びコンピュータに実行させることによって前記回路設計装置を構築するための回路設計用プログラムに関する。 The present invention relates to a circuit design device for designing a circuit of a semiconductor integrated circuit, a circuit design method, and a circuit design program for constructing the circuit design device by causing a computer to execute the circuit design device.

従来からLSI(Large Scale Integration)等の集積回路の設計手法が開発されている。
例えば従来の設計手法として、回路の特性方程式を定義し、回路に関する豊富な知識を有する設計者が設計方針を組み立てて所望特性の集積回路を設計する方法が開発されている。この方法では、設計により得られる回路の品質が設計者の知識や経験に依存するため、知識や経験の浅い設計者には高品質な回路設計が困難という問題がある。
Conventionally, integrated circuit design methods such as LSI (Large Scale Integration) have been developed.
For example, as a conventional design method, a method has been developed in which a characteristic equation of a circuit is defined, a designer having abundant knowledge about the circuit assembles a design policy, and an integrated circuit having desired characteristics is designed. In this method, since the quality of the circuit obtained by the design depends on the knowledge and experience of the designer, there is a problem that it is difficult for the designer with little knowledge and experience to design a high quality circuit.

一方、目標とする回路(目標回路)の構成を想定し、前記回路を構成するトランジスタ毎にSPICE(スパイス)等のシミュレーションを行って最適化することにより、所望の特性を有するトランジスタ、ひいては前記トランジスタが構成する所望特性の目標回路を得るようにした設計手法が開発されている(例えば特許文献1参照)。 On the other hand, assuming the configuration of the target circuit (target circuit), and optimizing by simulating SPICE or the like for each transistor constituting the circuit, a transistor having desired characteristics, and eventually the transistor A design method has been developed so as to obtain a target circuit having desired characteristics configured by the above (see, for example, Patent Document 1).

しかしながら、遺伝的アルゴリズム等を用いたシミュレーションではランダム性が高く探索の無駄が多いため、回路を構成する回路素子の数が多くなるとシミュレーションに時間がかかり、設計作業に長期間要するという問題がある。また、設計に学習機能が無いため再現性がないという問題がある。 However, in the simulation using a genetic algorithm or the like, the randomness is high and the search is wasteful. Therefore, if the number of circuit elements constituting the circuit is large, the simulation takes time and the design work takes a long time. In addition, there is a problem that there is no reproducibility because the design does not have a learning function.

特開2011−065281号公報Japanese Unexamined Patent Publication No. 2011-065281

本発明は、前記問題点に鑑み成されたもので、設計者の知識や主観に依存することなく、回路設計を短時間で容易に行うことができるようにすることを課題としている。 The present invention has been made in view of the above problems, and an object of the present invention is to enable circuit design to be easily performed in a short time without depending on the knowledge and subjectivity of the designer.

本発明の第1の視点によれば、
設計対象回路の回路構成と前記設計対象回路の回路特性項目名及び前記設計対象回路を構成する回路素子の素子名とを入力する入力部と、
前記回路素子の素子値を変えながら前記設計対象回路のシミュレーションを行うことにより前記回路素子の素子値とそれに対応する前記回路特性項目の特性値を生成するシミュレーション部と、
学習モードにおいて前記回路素子の素子値及び対応する前記回路特性項目の特性値を用いてディープラーニングを行うと共に、設計モードにおいて、前記回路特性項目の特性値に対応する前記回路素子の素子値と、前記回路素子の素子値に対応する前記回路特性項目の特性値の少なくとも一方を回帰分析により生成する設計処理部とを備えて成ることを特徴とする回路設計装置が提供される。
According to the first aspect of the present invention
An input unit for inputting the circuit configuration of the circuit to be designed, the circuit characteristic item name of the circuit to be designed, and the element name of the circuit element constituting the circuit to be designed.
A simulation unit that generates the element value of the circuit element and the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element by simulating the circuit to be designed while changing the element value of the circuit element.
In the learning mode, deep learning is performed using the element value of the circuit element and the characteristic value of the corresponding circuit characteristic item, and in the design mode, the element value of the circuit element corresponding to the characteristic value of the circuit characteristic item and the element value of the circuit element. Provided is a circuit design apparatus including a design processing unit that generates at least one of the characteristic values of the circuit characteristic item corresponding to the element value of the circuit element by regression analysis.

また、本発明の第2の視点によれば、
入力部が、設計対象回路の回路構成と前記設計対象回路の回路特性項目名及び前記設計対象回路を構成する回路素子の素子名とを入力し、
シミュレーション部が、前記回路素子の素子値を変えながら前記設計対象回路のシミュレーションを行うことにより前記回路素子の素子値とそれに対応する前記回路特性項目の特性値を生成し、
設計処理部が、学習モードにおいて前記回路素子の素子値及び対応する前記回路特性項目の特性値を用いてディープラーニングを行うと共に、設計モードにおいて、前記回路特性項目の特性値に対応する前記回路素子の素子値と、前記回路素子の素子値に対応する前記回路特性項目の特性値の少なくとも一方を回帰分析により生成することを特徴とする回路設計方法が提供される。
Further, according to the second viewpoint of the present invention,
The input unit inputs the circuit configuration of the design target circuit, the circuit characteristic item name of the design target circuit, and the element name of the circuit element constituting the design target circuit.
The simulation unit generates the element value of the circuit element and the characteristic value of the circuit characteristic item corresponding thereto by simulating the design target circuit while changing the element value of the circuit element.
The design processing unit performs deep learning using the element value of the circuit element and the characteristic value of the corresponding circuit characteristic item in the learning mode, and the circuit element corresponding to the characteristic value of the circuit characteristic item in the design mode. A circuit design method is provided, characterized in that at least one of the element value of the above and the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element is generated by regression analysis.

また、本発明の第3の視点によれば、コンピュータに前記回路設計装置を構築させるための回路設計用プログラムが提供される。 Further, according to the third viewpoint of the present invention, a circuit design program for causing a computer to construct the circuit design device is provided.

本発明の回路設計装置や回路設計方法によれば、設計者の知識や主観に依存することなく、回路設計を短時間で容易に行うことが可能になる。 According to the circuit design device and the circuit design method of the present invention, the circuit design can be easily performed in a short time without depending on the knowledge and subjectivity of the designer.

また、コンピュータが本発明の回路設計用プログラムを実行することにより、設計者の知識や主観に依存することなく、回路設計を短時間で容易に行うことが可能な回路設計装置を構築することができる。 Further, by executing the circuit design program of the present invention by a computer, it is possible to construct a circuit design device capable of easily performing circuit design in a short time without depending on the knowledge and subjectivity of the designer. it can.

本発明の実施の形態に係る回路設計装置のブロック図である。It is a block diagram of the circuit design apparatus which concerns on embodiment of this invention. 本発明の実施の形態に係る回路設計装置のフローチャートである。It is a flowchart of the circuit design apparatus which concerns on embodiment of this invention. 本発明の実施の形態における設計対象回路の回路構成図である。It is a circuit block diagram of the design target circuit in embodiment of this invention. 本発明の実施の形態に係る回路設計装置の説明図である。It is explanatory drawing of the circuit design apparatus which concerns on embodiment of this invention. 本発明の実施の形態に係る回路設計装置の部分的な回路構成図である。It is a partial circuit block diagram of the circuit design apparatus which concerns on embodiment of this invention. 本発明の実施の形態に係る回路設計装置の説明図である。It is explanatory drawing of the circuit design apparatus which concerns on embodiment of this invention. 本発明の実施の形態に係る回路設計装置の部分的な回路構成図である。It is a partial circuit block diagram of the circuit design apparatus which concerns on embodiment of this invention. 本発明の実施の形態に係る回路設計装置の説明図である。It is explanatory drawing of the circuit design apparatus which concerns on embodiment of this invention. 本発明の他の実施の形態における設計対象回路の回路構成図である。It is a circuit block diagram of the design target circuit in another embodiment of this invention. 本発明の他の実施の形態に係る回路設計装置の説明図である。It is explanatory drawing of the circuit design apparatus which concerns on other embodiment of this invention.

以下、本発明の実施の形態に係る回路設計装置、回路設計方法、コンピュータに実行させて前記回路設計装置を構築するための回路設計用プログラムについて、図面を用いて説明する。
尚、以下述べる実施の形態ではアナログ回路の例について説明するがデジタル回路にも適用可能である。また、各図において同一機能の部分には同一符号を付している。
Hereinafter, a circuit design device, a circuit design method, and a circuit design program for being executed by a computer to construct the circuit design device according to the embodiment of the present invention will be described with reference to the drawings.
In the embodiment described below, an example of an analog circuit will be described, but it can also be applied to a digital circuit. Further, in each figure, parts having the same function are designated by the same reference numerals.

図1は、本発明の実施の形態に係る回路設計装置100のブロック図である。
図1において、回路設計装置100は、データ処理部101、操作部102、表示部103、記憶部104を備えている。
回路設計装置100は、キーボードやマウスなどの操作部、表示部、中央処理装置(CPU)、記憶部、USBポート等の入出力部を備えたコンピュータによって構成することができる。前記コンピュータに、記憶部104のプログラム記憶領域116に記憶された回路設計用プログラムを実行させることにより、コンピュータを回路設計装置100として機能させることができる。
FIG. 1 is a block diagram of a circuit design device 100 according to an embodiment of the present invention.
In FIG. 1, the circuit design device 100 includes a data processing unit 101, an operation unit 102, a display unit 103, and a storage unit 104.
The circuit design device 100 can be configured by a computer including an operation unit such as a keyboard and a mouse, a display unit, a central processing unit (CPU), a storage unit, and an input / output unit such as a USB port. By causing the computer to execute the circuit design program stored in the program storage area 116 of the storage unit 104, the computer can function as the circuit design device 100.

操作部102は、使用者が操作してデータや命令を入力するためのもので、マウスやキーボード等によって構成されている。操作部102は、設計の対象となる回路(設計対象回路)の回路構成、前記設計対象回路の回路特性項目名、前記設計対象回路を構成する回路素子の素子名等のデータを入力や、設計処理等の実行の指示等に使用する。
データ処理部101は、シミュレーション部105及び設計処理部106を備えている。シミュレーション部105は、設計対象回路を構成する回路素子の素子値を変えながら前記設計対象回路のシミュレーションを行うことにより、前記回路素子の素子値とそれに対応する回路特性項目の特性値を生成する機能を有している。
The operation unit 102 is for the user to operate and input data and commands, and is composed of a mouse, a keyboard, and the like. The operation unit 102 inputs and designs data such as the circuit configuration of the circuit to be designed (design target circuit), the circuit characteristic item name of the design target circuit, and the element name of the circuit element constituting the design target circuit. It is used to instruct the execution of processing.
The data processing unit 101 includes a simulation unit 105 and a design processing unit 106. The simulation unit 105 has a function of generating the element values of the circuit elements and the characteristic values of the corresponding circuit characteristic items by simulating the design target circuit while changing the element values of the circuit elements constituting the design target circuit. have.

設計処理部106は、学習モードにおいて回路素子の素子値及び対応する回路特性項目の特性値を用いてディープラーニングを行うと共に、設計モードにおいて、前記回路特性項目の特性値に対応する前記回路素子の素子値と、前記回路素子の素子値に対応する前記回路特性項目の特性値の少なくとも一方を回帰分析により生成する機能を有している。
また、設計処理部106は、シミュレーション部105によって生成した回路特性項目の特性値を及び回路素子の素子値を無次元化する無次元化部107を備えている。
The design processing unit 106 performs deep learning using the element value of the circuit element and the characteristic value of the corresponding circuit characteristic item in the learning mode, and in the design mode, the design processing unit 106 of the circuit element corresponding to the characteristic value of the circuit characteristic item. It has a function of generating at least one of the element value and the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element by regression analysis.
Further, the design processing unit 106 includes a dimensionless unit 107 that makes the characteristic values of the circuit characteristic items generated by the simulation unit 105 and the element values of the circuit elements dimensionless.

また、設計処理部106は、無次元化された特性値及びこれに対応する無次元化された素子値を用いて、学習モードにおいてディープラーニングを行うと共に、設計モードにおいて、回路特性項目の特性値に対応する素子値と、回路素子の素子値に対応する回路特性項目の特性値との少なくとも一方を回帰分析により無次元化した値で生成する生成処理部108を備えている。 Further, the design processing unit 106 performs deep learning in the learning mode using the non-dimensionalized characteristic value and the corresponding non-dimensionalized element value, and in the design mode, the characteristic value of the circuit characteristic item. The generation processing unit 108 is provided to generate at least one of the element value corresponding to the element value and the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element as a non-dimensional value by regression analysis.

また、設計処理部106は、生成処理部108からの無次元化された回路特性項目の特性値に対応する素子値と、回路素子の素子値に対応する回路特性項目の特性値を元の次元に復元して出力する復元化部109を備えている。
本実施の形態では、無次元化部107は、シミュレーション部105によって生成した回路特性項目の特性値を正規化すると共に回路素子の素子値を標準化することにより、回路特性項目の特性値及び回路素子の素子値を無次元化する機能を有している。
Further, the design processing unit 106 has the original dimension of the element value corresponding to the characteristic value of the non-dimensionalized circuit characteristic item from the generation processing unit 108 and the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element. It is provided with a restoration unit 109 that restores and outputs to.
In the present embodiment, the dimensionless unit 107 normalizes the characteristic values of the circuit characteristic items generated by the simulation unit 105 and standardizes the element values of the circuit elements, thereby thereby normalizing the characteristic values of the circuit characteristic items and the circuit elements. It has a function to make the element value of.

回路特性項目の特性値の正規化は、[Yi=(Xi−Xmin)/(Xmax−Xmin)]なる関係式によって行う。ここで、Xiは当該回路特性項目の当該特性値、Xminは当該回路特性項目の特性値の最小値、Xmaxは当該回路特性項目の特性値の最大値、Yiは当該回路特性項目の当該特性値が正規化された値である。 The normalization of the characteristic value of the circuit characteristic item is performed by the relational expression [Yi = (Xi-Xmin) / (Xmax-Xmin)]. Here, Xi is the characteristic value of the circuit characteristic item, Xmin is the minimum value of the characteristic value of the circuit characteristic item, Xmax is the maximum value of the characteristic value of the circuit characteristic item, and Yi is the characteristic value of the circuit characteristic item. Is the normalized value.

また、回路素子の素子値の標準化は、[標準化された素子値=(当該回路素子の当該素子値)/(当該回路素子の素子値の初期値)]なる関係式によって行う。
このように、特性値については正規化、素子値については標準化することによって無次元化を行っており、後述するように、これによって精度が向上している。
Further, the element value of the circuit element is standardized by the relational expression [standardized element value = (the element value of the circuit element) / (initial value of the element value of the circuit element)].
In this way, the characteristic values are normalized and the element values are standardized to make them dimensionless, and as will be described later, the accuracy is improved.

尚、復元化部109によって元の次元に復元された特性値や素子値は表示部103によって表示され又、記憶装置104に記憶される。
記憶部104は、各種データを記憶するデータ記憶領域110、本実施の形態に係る回路設計用プログラム等の各種プログラムを記憶するプログラム記憶領域116を有している。
The characteristic values and element values restored to the original dimensions by the restoration unit 109 are displayed by the display unit 103 and stored in the storage device 104.
The storage unit 104 has a data storage area 110 for storing various data, and a program storage area 116 for storing various programs such as a circuit design program according to the present embodiment.

データ記憶領域110には、設計対象回路の回路トポロジーのデータである回路構成データ111、設計対象回路に関する項目のデータである回路項目データ112、生成処理部108が学習するためのデータである学習用データ115が随時又は予め記憶される。
回路項目データ112には、設計対象回路の各回路特性の名称である回路特性項目名データ113、設計対象回路を構成するMOSトランジスタや抵抗等の回路素子の名称である回路素子名データ114が含まれている。
The data storage area 110 includes circuit configuration data 111, which is data of the circuit topology of the circuit to be designed, circuit item data 112, which is data of items related to the circuit to be designed, and data for learning, which is data for the generation processing unit 108 to learn. Data 115 is stored at any time or in advance.
The circuit item data 112 includes circuit characteristic item name data 113, which is the name of each circuit characteristic of the circuit to be designed, and circuit element name data 114, which is the name of circuit elements such as MOS transistors and resistors constituting the circuit to be designed. It has been.

図2は、本発明の実施の形態に係る回路設計装置100の処理を表すフローチャートで、主としてデータ処理部101の処理を示している。
図3は、本発明の実施の形態において設計を行う対象である設計対象回路301の回路構成図であり、差動入力部がPMOSトランジスタによって構成された演算増幅器の例を示している。
FIG. 2 is a flowchart showing the processing of the circuit design device 100 according to the embodiment of the present invention, and mainly shows the processing of the data processing unit 101.
FIG. 3 is a circuit configuration diagram of a design target circuit 301 to be designed in the embodiment of the present invention, and shows an example of an operational amplifier in which a differential input unit is composed of a NMOS transistor.

図3において、トランジスタM1、M2は同一特性のPMOSトランジスタである。また、トランジスタM3、M4は同一特性のNMOSトランジスタである。実質的に6種類の特性の異なるMOSトランジスタM1〜M8と1個の抵抗Rによって構成されており、回路素子の素子値の数が実質的に7個の回路である。 In FIG. 3, the transistors M1 and M2 are MOSFET transistors having the same characteristics. Further, the transistors M3 and M4 are NMOS transistors having the same characteristics. It is composed of six types of MOS transistors M1 to M8 having different characteristics and one resistor R, and the number of element values of the circuit elements is substantially seven.

本実施の形態では、図3の設計対象回路301の回路特性項目として13項目ある。回路特性項目名は、消費電流(Idis)、消費電力(Pdis)、直流利得(DCgain)、位相余裕(PM)、利得帯域幅積(GBP)、スルーレート(SR)、全高調波歪(THD)、同相除去比(CMRR)、電源電圧変動除去比(PSRR)、出力電圧範囲(OVR)、同相入力範囲(CMIR)、出力抵抗(OR)、入力換算雑音(IRN)である。 In the present embodiment, there are 13 circuit characteristic items of the design target circuit 301 of FIG. The circuit characteristic item names are current consumption (Idis), power consumption (Pdis), DC gain (DCgain), phase margin (PM), gain bandwidth product (GBP), through rate (SR), and total harmonic distortion (THD). ), Common mode rejection ratio (CMRR), power supply voltage fluctuation elimination ratio (PSRR), output voltage range (OVR), common mode input range (CMIR), output resistance (OR), input conversion noise (IRN).

図4は、シミュレーション部105が設計対象回路301のシミュレーションを行う際、トランジスタM1〜M8の特性を変化させるために使用する確率分布を示す図である。
横軸は変数Mの変化率、縦軸は変数Mが発生した個数である。ここで、変数Mはトランジスタのゲート幅Wの所定整数倍の値である。変数Mが1のときを中心として2山になるような特性である。
FIG. 4 is a diagram showing a probability distribution used by the simulation unit 105 to change the characteristics of the transistors M1 to M8 when simulating the design target circuit 301.
The horizontal axis is the rate of change of the variable M, and the vertical axis is the number of occurrences of the variable M. Here, the variable M is a value obtained by a predetermined integer multiple of the gate width W of the transistor. It is a characteristic that there are two peaks around the time when the variable M is 1.

各トランジスタM1〜M8のゲート幅Wとゲート長Lは固定しておき、変数Mの値を変えることによって実質的にゲート幅Wを変化させる。これによって各トランジスタM1〜M8の素子値を図4に示す確率分布で変化させ、これによってシミュレーション条件を変えるようにしている。トランジスタM1とM2は同じ値に変化させ又、トランジスタM3とM4は同じ値に変化させる。尚、抵抗Rの抵抗値は所定の複数種類の値に変化させてシミュレーションを行うようにしている。 The gate width W and the gate length L of the transistors M1 to M8 are fixed, and the gate width W is substantially changed by changing the value of the variable M. As a result, the element values of the transistors M1 to M8 are changed by the probability distribution shown in FIG. 4, and the simulation conditions are changed accordingly. Transistors M1 and M2 are changed to the same value, and transistors M3 and M4 are changed to the same value. The resistance value of the resistor R is changed to a plurality of predetermined values for simulation.

図5は、生成処理部108の構成を示す図である。生成処理部108はフィードフォワードニューラルネットワークの回帰分析モデル(regression analysis model)を用いて構成している。
中間層(interlayer)の各ユニットでは、活性化関数ZはReLU(Rectified Linear Unit)(ランプ)関数を用いている。出力層(output layer)の活性化関数Zは恒等関数を用いて回帰分析を行っている。
レイヤ間の関係や出力は次式(1)のように表される。ただし、xは入力、Wは重み、bはバイアス、uは各ユニットへの総入力である。
u=Wx+b , Z=f(u) ・・・(1)
FIG. 5 is a diagram showing the configuration of the generation processing unit 108. The generation processing unit 108 is configured by using a regression analysis model of a feedforward neural network.
In each unit of the intermediate layer (interlayer), the activation function Z uses the ReLU (Rectified Linear Unit) (ramp) function. The activation function Z of the output layer performs regression analysis using an identity function.
The relationship and output between layers are expressed by the following equation (1). However, x is an input, W is a weight, b is a bias, and u is a total input to each unit.
u = Wx + b, Z = f (u) ... (1)

生成処理部108の動作モードとして、ディープラーニングによって学習する学習モードと、回路設計処理を行う設計モードがある。学習モードと設計モードでは、図5に示した生成処理部108の構成自体は変わらないが、学習モードと設計モードの切り替えを行って、学習、設計を行う。 As the operation mode of the generation processing unit 108, there are a learning mode for learning by deep learning and a design mode for performing circuit design processing. In the learning mode and the design mode, the configuration itself of the generation processing unit 108 shown in FIG. 5 does not change, but the learning mode and the design mode are switched to perform learning and design.

特性値に基づいて素子値を設計するように機能する場合、学習モードではシミュレーションで得られた特性値(本実施の形態では13種の特性項目の特性値)が入力に、対応する素子値(本実施の形態では実質的に7個の素子値)が出力になるように重みw、バイアスbを更新する。学習後の設計モードにおいて、特性値を入力すると、これに対応する各回路素子の素子値を生成して出力するように機能する。 When functioning to design element values based on characteristic values, in the learning mode, the characteristic values obtained by simulation (characteristic values of 13 types of characteristic items in this embodiment) are input to the corresponding element values (element values). In the present embodiment, the weight w and the bias b are updated so that substantially 7 element values) are output. In the design mode after learning, when a characteristic value is input, it functions to generate and output the element value of each circuit element corresponding to the characteristic value.

素子値に基づいて特性値を設計するように機能する場合、学習モードではシミュレーションで得られた素子値が入力に、対応する特性値が出力になるように重みw、バイアスbを更新する。学習後の設計モードにおいて、各回路素子の素子値を入力すると、これに対応する特性値を生成して出力するように機能する。 When functioning to design the characteristic value based on the element value, in the learning mode, the weight w and the bias b are updated so that the element value obtained by the simulation becomes the input and the corresponding characteristic value becomes the output. In the design mode after learning, when the element value of each circuit element is input, it functions to generate and output the corresponding characteristic value.

尚、図5の例は、特性値に基づいて素子値を設計するように機能する場合の例であり、学習モードではシミュレーションで得られた特性値が入力、対応する素子値が出力となるようにして学習するよう機能する。学習後の設計モードにおいて、新たな特性値を入力すると、これに対応する各回路素子の素子値を生成して出力するように機能する。 The example of FIG. 5 is an example in which the element value is designed based on the characteristic value. In the learning mode, the characteristic value obtained by the simulation is input and the corresponding element value is output. It works to learn. In the design mode after learning, when a new characteristic value is input, it functions to generate and output the element value of each circuit element corresponding to the new characteristic value.

図6は本発明の実施の形態に係る回路設計装置100の説明図で、特性値に基づいて素子値を設計した場合の結果を示す図表である。
以下、図1〜図6を参照して本発明の実施の形態の動作を詳細に説明する。
FIG. 6 is an explanatory diagram of the circuit design device 100 according to the embodiment of the present invention, and is a chart showing the results when the element values are designed based on the characteristic values.
Hereinafter, the operation of the embodiment of the present invention will be described in detail with reference to FIGS. 1 to 6.

先ず使用者は、操作部102を操作し、処理対象として、設計対象回路の回路構成、前記設計対象回路の回路特性項目名及び前記設計対象回路を構成する回路素子名を入力する(図2の処理ステップS201)。このとき、操作部102は、記憶部104の回路構成データ111に含まれている複数の回路構成から設計対象回路の回路構成を選択して入力し、回路特性項目名データ113に含まれている複数の回路特性項目名から前記設計対象回路の回路特性項目名を選択して入力し、又、回路素子名データ114に含まれている複数の回路素子名から前記設計対象回路の回路素子名を選択して入力する。 First, the user operates the operation unit 102 and inputs the circuit configuration of the design target circuit, the circuit characteristic item name of the design target circuit, and the circuit element name constituting the design target circuit as the processing target (FIG. 2). Processing step S201). At this time, the operation unit 102 selects and inputs the circuit configuration of the design target circuit from the plurality of circuit configurations included in the circuit configuration data 111 of the storage unit 104, and is included in the circuit characteristic item name data 113. The circuit characteristic item name of the design target circuit is selected and input from a plurality of circuit characteristic item names, and the circuit element name of the design target circuit is input from the plurality of circuit element names included in the circuit element name data 114. Select and enter.

ここで、操作部102と記憶部104は入力部を構成している。前記入力部には、USB(Universal Serial Bus)ポート等の入力インターフェースを含めるように構成することができ、これを利用して各種データを入力するように構成することができる。
尚、設計対象回路の回路構成は、ネットリストや制約データ等の回路構成を作成するに必要なデータを予め記憶部104に記憶しておき、これらを用いて生成するように構成してもよい。
Here, the operation unit 102 and the storage unit 104 form an input unit. The input unit can be configured to include an input interface such as a USB (Universal Serial Bus) port, and can be configured to input various data by using the input interface.
The circuit configuration of the circuit to be designed may be configured so that data necessary for creating the circuit configuration such as a netlist and constraint data is stored in the storage unit 104 in advance and generated using these. ..

処理ステップS201の処理対象入力ステップでは、図3の演算増幅器が設計対象回路301として入力される。また、設計対象回路301の回路特性項目名として前述した13項目の回路特性項目名が入力され、MOSトランジスタM1〜M8と1個の抵抗Rの素子名(9個の素子の名称)が入力される。 In the processing target input step of the processing step S201, the operational amplifier of FIG. 3 is input as the design target circuit 301. Further, the circuit characteristic item names of the above-mentioned 13 items are input as the circuit characteristic item names of the circuit 301 to be designed, and the element names (names of 9 elements) of the MOS transistors M1 to M8 and one resistor R are input. To.

シミュレーション部105は、設計対象回路301について、設計対象回路301を構成する回路素子(MOSトランジスタM1〜M8と抵抗R)の素子値を変えながらシミュレーションを行うことにより、各素子値とこれに対応する各回路特性項目の特性値から成る学習用データを生成する(ステップS202)。 The simulation unit 105 performs simulation of the design target circuit 301 while changing the element values of the circuit elements (MOS transistors M1 to M8 and the resistor R) constituting the design target circuit 301, thereby corresponding to each element value. Learning data including the characteristic values of each circuit characteristic item is generated (step S202).

シミュレーション部105は、図4の確率分布を用いて、変数Mを変化させることによってトランジスタM1〜M8の特性を変化させながらシミュレーションを行うことになる。このとき、トランジスタM1とM2は同じ値に変化させ又、トランジスタM3とM4も同じ値に変化させる。また、抵抗Rの抵抗値は所定の複数種類の値に変化させてシミュレーションする。 The simulation unit 105 uses the probability distribution of FIG. 4 to perform simulation while changing the characteristics of the transistors M1 to M8 by changing the variable M. At this time, the transistors M1 and M2 are changed to the same value, and the transistors M3 and M4 are also changed to the same value. Further, the resistance value of the resistor R is changed to a plurality of predetermined values for simulation.

(1)シミュレーション部105は、シミュレーションを行う場合、所定の初期値に対して変数Mの変化率をかけて各トランジスタM1〜M8の新たな素子値を生成し、又、抵抗値Rも所定の初期値から所定量変化させて新たな抵抗素子値を生成し、設計対象回路301のシミュレーション用の回路構成を生成する。各回路素子の素子値を変化させながら前記処理を行うことにより、設計対象回路301のシミュレーション用の回路構成を所定個数作成する。 (1) When performing simulation, the simulation unit 105 generates a new element value of each transistor M1 to M8 by multiplying a predetermined initial value by the rate of change of the variable M, and also has a predetermined resistance value R. A new resistance element value is generated by changing a predetermined amount from the initial value, and a circuit configuration for simulation of the design target circuit 301 is generated. By performing the above processing while changing the element value of each circuit element, a predetermined number of circuit configurations for simulation of the design target circuit 301 are created.

(2)シミュレーション部105は、作成した前記所定個数の回路構成について各々シミュレーションを実行し、所定の評価式に基づいて前記各回路構成を評価し、所定基準を満たす回路構成の素子値及びこれに対応する特性値を学習用データとして保存する。
(3)シミュレーション部105は、前記生成した回路構成の中の最高評価の素子値を新たな初期値として更新する。
(2) The simulation unit 105 executes simulations for each of the created predetermined number of circuit configurations, evaluates each circuit configuration based on a predetermined evaluation formula, and sets the element values of the circuit configurations satisfying the predetermined criteria and the element values thereof. Save the corresponding characteristic value as training data.
(3) The simulation unit 105 updates the highest evaluated element value in the generated circuit configuration as a new initial value.

シミュレーション部105は、前記(1)〜(3)のシミュレーション処理を繰り返し実行して、学習用データを生成する。
以上のようにして生成した学習用データは記憶部104の学習用データ115として保存される。これにより、各回路素子の素子値とこれに対応する各回路特性項目の特性値から成る学習用データ115が収集される。
The simulation unit 105 repeatedly executes the simulation processes (1) to (3) above to generate learning data.
The learning data generated as described above is stored as the learning data 115 of the storage unit 104. As a result, learning data 115 consisting of the element value of each circuit element and the characteristic value of each circuit characteristic item corresponding thereto is collected.

このように、各トランジスタM1〜M8のゲート幅Wとゲート長Lは固定しておき、変数Mの値を変えることによってトランジスタM1〜M8の素子値を変化させ、これによりシミュレーション条件を変えるようにしているため、効率良く学習用データを収集することができる。また、変数Mを2山特性の確率分布を用いて変化せることによってトランジスタM1〜M8の特性を変化させることによって、効率良く学習用データを収集することができる。 In this way, the gate width W and the gate length L of the transistors M1 to M8 are fixed, and the element values of the transistors M1 to M8 are changed by changing the value of the variable M, thereby changing the simulation conditions. Therefore, learning data can be collected efficiently. Further, the learning data can be efficiently collected by changing the characteristics of the transistors M1 to M8 by changing the variable M by using the probability distribution of the two-mountain characteristic.

次に、操作部102の操作によって設計処理部106を学習モードにすると、設計処理部106は収集された学習用データ115をディープラーニングによって学習する(ステップS203)。
このとき、後の設計モードにおいて回路特性項目の特性値に対応する回路素子の素子値を生成する場合には、学習モードにおいて回路特性項目の特性値を入力とすると共に前記回路特性項目の特性値に対応する回路素子の素子値を出力とするようにしてディープラーニングを行うように操作部102から指示を入力する。
Next, when the design processing unit 106 is put into the learning mode by the operation of the operation unit 102, the design processing unit 106 learns the collected learning data 115 by deep learning (step S203).
At this time, when the element value of the circuit element corresponding to the characteristic value of the circuit characteristic item is generated in the later design mode, the characteristic value of the circuit characteristic item is input in the learning mode and the characteristic value of the circuit characteristic item is input. An instruction is input from the operation unit 102 to perform deep learning so that the element value of the circuit element corresponding to the above is output.

また、設計モードにおいて回路素子の素子値に対応する回路特性項目の特性値を生成する場合には、学習モードにおいて回路素子の素子値を入力とすると共に前記回路素子の素子値に対応する回路特性項目の特性値を出力とするようにしてディープラーニングを行うように操作部102から指示を入力する。 Further, when the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element is generated in the design mode, the element value of the circuit element is input in the learning mode and the circuit characteristic corresponding to the element value of the circuit element. An instruction is input from the operation unit 102 to perform deep learning so that the characteristic value of the item is output.

無次元化部107は、素子値及び対応する特性値から成る学習用データ115を用いて、素子値と対応する特性値を無次元化して生成処理部108に入力する。無次元化部107は前述したように、特性値については正規化、素子値については標準化することによって無次元化を行う。 The dimensionless unit 107 dimensionlessizes the characteristic value corresponding to the element value and inputs it to the generation processing unit 108 by using the learning data 115 composed of the element value and the corresponding characteristic value. As described above, the dimensionless unit 107 performs dimensionlessization by normalizing the characteristic values and standardizing the element values.

生成処理部108は、無次元化部107からの無次元化された素子値及び対応する特性値を用いてディープラーニングを行う。
このとき、生成処理部108は、設計モードにおいて特性値に対応する素子値を生成する場合には、学習モードにおいて特性値を入力とすると共に特性値に対応する素子値を出力とするようにしてディープラーニングを行う。また、生成処理部108は、設計モードにおいて素子値に対応する特性値を生成する場合には、学習モードにおいて素子値を入力とすると共に素子値に対応する特性値を出力とするようにしてディープラーニングを行う。
The generation processing unit 108 performs deep learning using the dimensionless element values and the corresponding characteristic values from the dimensionless unit 107.
At this time, when the generation processing unit 108 generates the element value corresponding to the characteristic value in the design mode, the characteristic value is input in the learning mode and the element value corresponding to the characteristic value is output. Perform deep learning. Further, when the generation processing unit 108 generates the characteristic value corresponding to the element value in the design mode, the generation processing unit 108 takes the element value as an input and outputs the characteristic value corresponding to the element value in the learning mode. Perform learning.

次に、設計対象回路301の設計を行う場合、操作部102によって設計処理部106を設計モードに設定し、記憶部104に記憶されている設計対象回路301の新たな回路特性項目の特性値、又は、新たな回路素子の素子値を設計処理部106に入力し、次のようにして回路設計処理を行う(ステップS204)。 Next, when designing the design target circuit 301, the operation unit 102 sets the design processing unit 106 to the design mode, and the characteristic value of the new circuit characteristic item of the design target circuit 301 stored in the storage unit 104, Alternatively, the element value of the new circuit element is input to the design processing unit 106, and the circuit design processing is performed as follows (step S204).

ここで、回路特性項目の特性値に対応する回路素子の素子値を生成する場合には回路特性項目の新たな特性値を設計処理部106入力部に入力し、回路素子の素子値に対応する回路特性の特性値を生成する場合には回路素子の新たな素子値を入力する。
無次元化部107は、入力された特性値又は素子値を無次元化して生成処理部108に入力する。
Here, when generating the element value of the circuit element corresponding to the characteristic value of the circuit characteristic item, a new characteristic value of the circuit characteristic item is input to the design processing unit 106 input unit, and corresponds to the element value of the circuit element. When generating the characteristic value of the circuit characteristic, a new element value of the circuit element is input.
The dimensionless unit 107 dimensionlessizes the input characteristic value or element value and inputs it to the generation processing unit 108.

生成処理部108は、設計モードにおいて特性値に対応する素子値を生成する場合、無次元化部107から入力された特性値に対応する素子値を生成し、復元化部109に入力する。復元化部109は、生成処理部108からの無次元化された素子値を元の単位の値に復元して表示部103に出力する。
表示部103には、前記設計対象回路の各回路特性項目の特性値に対応する各回路素子の素子値が表示される。また、前記設計対象回路の各回路特性項目の特性値に対応する各回路素子の素子値は記憶部104のデータ領域110に記憶される。
When the generation processing unit 108 generates the element value corresponding to the characteristic value in the design mode, the generation processing unit 108 generates the element value corresponding to the characteristic value input from the dimensionless unit 107 and inputs it to the restoration unit 109. The restoration unit 109 restores the dimensionless element value from the generation processing unit 108 to the value of the original unit and outputs it to the display unit 103.
The display unit 103 displays the element value of each circuit element corresponding to the characteristic value of each circuit characteristic item of the circuit to be designed. Further, the element value of each circuit element corresponding to the characteristic value of each circuit characteristic item of the design target circuit is stored in the data area 110 of the storage unit 104.

生成処理部108は、設計モードにおいて素子値に対応する特性値を生成する場合には、無次元化部107から入力された素子値に対応する特性値を生成し、復元化部109に入力する。復元化部109は、生成処理部108からの無次元化された特性値を元の単位の値に復元して表示部103に出力する。
表示部103には、前記設計対象回路の各回路素子の素子値に対応する各回路特性項目の特性値が表示される。また、前記設計対象回路の各回路素子の素子値に対応する各回路特性項目の特性値は記憶部104のデータ領域110に記憶される。
When the generation processing unit 108 generates the characteristic value corresponding to the element value in the design mode, the generation processing unit 108 generates the characteristic value corresponding to the element value input from the dimensionless unit 107 and inputs it to the restoration unit 109. .. The restoration unit 109 restores the dimensionless characteristic value from the generation processing unit 108 to the value of the original unit and outputs it to the display unit 103.
On the display unit 103, the characteristic value of each circuit characteristic item corresponding to the element value of each circuit element of the design target circuit is displayed. Further, the characteristic value of each circuit characteristic item corresponding to the element value of each circuit element of the design target circuit is stored in the data area 110 of the storage unit 104.

本実施の形態では、シミュレーション、学習モードや設計モードの指示、データの入力等を操作部102の指示によって行うようにしたが、シミュレーションから設計モードの終了までの一連の処理を自動で行うようにする等の変更が可能である。いずれの場合も設計処理部106は、学習モードにおいて前記回路素子の素子値及び対応する前記回路特性項目の特性値を用いてディープラーニングを行うと共に、設計モードにおいて、前記回路特性項目の特性値に対応する前記回路素子の素子値と、前記回路素子の素子値に対応する前記回路特性項目の特性値の少なくとも一方を回帰分析により自動的に生成する処理を行うことになる。 In the present embodiment, the simulation, the instruction of the learning mode and the design mode, the input of data, etc. are performed by the instruction of the operation unit 102, but a series of processes from the simulation to the end of the design mode are automatically performed. It is possible to change such as. In either case, the design processing unit 106 performs deep learning using the element value of the circuit element and the characteristic value of the corresponding circuit characteristic item in the learning mode, and sets the characteristic value of the circuit characteristic item in the design mode. A process of automatically generating at least one of the element value of the corresponding circuit element and the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element is performed by regression analysis.

ところで、本発明の実施の形態では、生成処理部108は、無次元化部107によって特性値を正規化すると共に素子値を標準化することによって無次元化した値を用いて、素子値や特性値の生成処理を行うように構成している。
図6は、本実施の形態のように特性値を正規化すると共に素子値を標準化して設計処理したときに得られた素子値の誤差率(右列)と、特性値と素子値の両方を前述した式によって正規化して設計処理したときに得られた素子値の誤差率(中央列)を比較した図表である。図6から明らかなように、本発明の実施の形態における無次元化処理によって精度が向上していることがわかる。
By the way, in the embodiment of the present invention, the generation processing unit 108 uses the value made dimensionless by normalizing the characteristic value by the dimensionless unit 107 and standardizing the element value, and using the element value and the characteristic value. It is configured to perform the generation process of.
FIG. 6 shows both the error rate (right column) of the element value obtained when the characteristic value is normalized and the element value is standardized and the design process is performed as in the present embodiment, and both the characteristic value and the element value. It is a chart comparing the error rates (center column) of the element values obtained when the above-mentioned formula is normalized and the design process is performed. As is clear from FIG. 6, it can be seen that the accuracy is improved by the dimensionless processing in the embodiment of the present invention.

これは以下の理由によるものと推測される。
即ち、正規化は単位の異なる(大きさの範囲が異なる)データ群を同じスケールで良し悪しを判断するためにする計算である。回路特性を正規化する場合は、
(1)値の大きいデータが性能の良いことを示す場合は、最も大きい値のデータが1、最も小さい値のデータが0になるように、
(2)値の小さいデータが性能が良いことを示す場合は、最も小さい値のデータが1、最も大きい値のデータが0になるように、
各々正規化する。これにより、回路特性を評価できる。
This is presumed to be due to the following reasons.
That is, normalization is a calculation for judging the quality of data groups having different units (different size ranges) on the same scale. When normalizing the circuit characteristics,
(1) When the data with a large value indicates good performance, the data with the largest value is 1 and the data with the smallest value is 0.
(2) When the data with a small value indicates that the performance is good, the data with the smallest value is 1 and the data with the largest value is 0.
Normalize each. Thereby, the circuit characteristics can be evaluated.

一方、素子値の場合、前記同様に(1)のように定義して素子値を正規化すると、値が大きい場合に性能が良いと判断してしまうことになる。しかしながら、素子値の場合には値が大きいことが良いとは限らない。そのため、正規化によって無次元化すると、良し悪しを判断できない。 On the other hand, in the case of the element value, if the element value is normalized by defining as in (1) above, it will be judged that the performance is good when the value is large. However, in the case of the element value, it is not always good that the value is large. Therefore, if it is made dimensionless by normalization, it cannot be judged whether it is good or bad.

また、標準化は基準値からの違いを用いて無次元化し、良し悪しを判断しないので、素子値の無次元化に適している。そのため本発明の実施の形態では、素子値は標準化を用いて無次元化している。
また、ニューラルネットワークで用いる標準化は、入力データの平均を0に分散を1にするように処理し、データを概ね−1〜1の範囲に限定するのが一般的であるが、今回は(学習データの当該値)/(学習データの初期値)とすることで良い結果が得られたのでこれを用いている。
In addition, standardization is dimensionless by using the difference from the reference value, and it is not judged whether it is good or bad, so it is suitable for dimensionless element value. Therefore, in the embodiment of the present invention, the element value is dimensionless by using standardization.
In addition, the standardization used in neural networks is generally processed so that the average of the input data is 0 and the variance is 1, and the data is generally limited to the range of -1 to 1, but this time (learning). Good results were obtained by setting (the relevant value of the data) / (initial value of the training data), so this is used.

図7は、図5に対応する生成処理部108の構成を示す図であり、素子値に基づいて特性値を設計するように機能する場合の例である。
生成処理部108は、学習モードではシミュレーションで得られた素子値が入力、対応する特性値が出力となるように重みw、バイアスbを更新する。学習後の設計モードにおいて、各回路素子の素子値を入力すると、これに対応する特性値を生成して出力するように機能する。尚、無次元化処理や復元化処理等の他の処理は前述した処理と同じである。
FIG. 7 is a diagram showing the configuration of the generation processing unit 108 corresponding to FIG. 5, and is an example of a case where the characteristic value is designed based on the element value.
In the learning mode, the generation processing unit 108 updates the weight w and the bias b so that the element value obtained in the simulation is input and the corresponding characteristic value is output. In the design mode after learning, when the element value of each circuit element is input, it functions to generate and output the corresponding characteristic value. Other processes such as dimensionless process and restoration process are the same as the above-mentioned processes.

図8は、生成処理部108を図7に示すように機能させて、素子値に基づいて生成した特性値の平均一致率を示す図表である。
平均一致率を算出する場合、(1)学習に使用していないテストデータの特性値Aを設計処理部106に入力することによって対応する素子値を生成し、(2)前記素子値を設計処理部106に入力して対応する特性値Bを生成し、(3)特性値Aに対する特性値Bの一致率を算出する。
FIG. 8 is a chart showing the average matching rate of the characteristic values generated based on the element values by making the generation processing unit 108 function as shown in FIG.
When calculating the average match rate, (1) the characteristic value A of the test data not used for learning is input to the design processing unit 106 to generate the corresponding element value, and (2) the element value is designed. It is input to the part 106 to generate the corresponding characteristic value B, and (3) the matching rate of the characteristic value B with respect to the characteristic value A is calculated.

前記(1)〜(3)を所定個数のテストデータについて行い、得られた一致率の平均値を平均一致率としている。平均で90パーセント以上の精度を実現しており良好な結果が得られている。
尚、学習を終えたモデルを使用することで次回の設計処理では学習時間が不要になるため、求める特性値や素子値の生成処理に必要な時間のみで設計処理が可能になる。
The above (1) to (3) are performed on a predetermined number of test data, and the average value of the obtained match rates is defined as the average match rate. An average accuracy of 90% or more is achieved, and good results are obtained.
By using the model that has been trained, the learning time is not required in the next design process, so that the design process can be performed only in the time required for the desired characteristic value and element value generation process.

図9は、他の設計対象回路901の例を示す回路構成図で、入力部がNMOSトランジスタによって構成された演算増幅器の例を示している。図9において、トランジスタM1、M2は同一特性のNMOSトランジスタであり又、トランジスタM3、M4は同一特性のPMOSトランジスタである。実質的に6種類の特性の異なるMOSトランジスタM1〜M8と1個の抵抗Rによって構成されている。 FIG. 9 is a circuit configuration diagram showing an example of another design target circuit 901, and shows an example of an operational amplifier whose input unit is composed of an NMOS transistor. In FIG. 9, the transistors M1 and M2 are NMOS transistors having the same characteristics, and the transistors M3 and M4 are MOSFET transistors having the same characteristics. It is composed of six types of MOS transistors M1 to M8 having different characteristics and one resistor R.

図10は、生成処理部108を図7に示すように機能させて、前記同様にして得た特性値の平均一致率を示す図表である。本例においても平均で90パーセント以上の精度を実現しており良好な結果が得られている。 FIG. 10 is a chart showing the average matching rate of the characteristic values obtained in the same manner as described above by making the generation processing unit 108 function as shown in FIG. In this example as well, an accuracy of 90% or more is achieved on average, and good results are obtained.

以上述べたように本発明の実施の形態は、設計対象回路の回路構成と前記設計対象回路の回路特性項目名及び前記設計対象回路を構成する回路素子の素子名とを入力する入力部(操作部102、記憶部104)と、
前記回路素子の素子値を変えながら前記設計対象回路のシミュレーションを行うことにより前記回路素子の素子値とそれに対応する前記回路特性項目の特性値を生成するシミュレーション部105と、
学習モードにおいて前記回路素子の素子値及び対応する前記回路特性項目の特性値を用いてディープラーニングを行うと共に、設計モードにおいて、前記回路特性項目の特性値に対応する前記回路素子の素子値と、前記回路素子の素子値に対応する前記回路特性項目の特性値の少なくとも一方を回帰分析により生成する設計処理部106とを備えて成ることを特徴としている。
As described above, in the embodiment of the present invention, an input unit (operation) for inputting the circuit configuration of the design target circuit, the circuit characteristic item name of the design target circuit, and the element name of the circuit element constituting the design target circuit. Unit 102, storage unit 104),
A simulation unit 105 that generates an element value of the circuit element and a characteristic value of the circuit characteristic item corresponding to the element value of the circuit element by simulating the circuit to be designed while changing the element value of the circuit element.
In the learning mode, deep learning is performed using the element value of the circuit element and the characteristic value of the corresponding circuit characteristic item, and in the design mode, the element value of the circuit element corresponding to the characteristic value of the circuit characteristic item and the element value of the circuit element. It is characterized by including a design processing unit 106 that generates at least one of the characteristic values of the circuit characteristic item corresponding to the element value of the circuit element by regression analysis.

ここで、設計処理部106は、前記設計モードにおいて前記回路特性項目の特性値に対応する前記回路素子の素子値を生成する場合、前記学習モードにおいて前記回路特性項目の特性値を入力とすると共に前記回路特性項目の特性値に対応する前記回路素子の素子値を出力とするようにしてディープラーニングを行い、前記設計モードにおいて前記回路特性項目の特性値を入力として前記回路特性項目の特性値に対応する前記回路素子の素子値を生成するように構成することができる。 Here, when the design processing unit 106 generates the element value of the circuit element corresponding to the characteristic value of the circuit characteristic item in the design mode, the design processing unit 106 inputs the characteristic value of the circuit characteristic item in the learning mode. Deep learning is performed so that the element value of the circuit element corresponding to the characteristic value of the circuit characteristic item is output, and the characteristic value of the circuit characteristic item is input to the characteristic value of the circuit characteristic item in the design mode. It can be configured to generate the element value of the corresponding circuit element.

また、設計処理部106は、前記設計モードにおいて前記回路素子の素子値に対応する前記回路特性項目の特性値を生成する場合、前記学習モードにおいて前記回路素子の素子値を入力とすると共に前記回路素子の素子値に対応する前記回路特性項目の特性値を出力とするようにしてディープラーニングを行い、前記設計モードにおいて前記回路素子の素子値を入力として前記回路素子の素子値に対応する前記回路特性項目の特性値を生成するように構成することができる。 Further, when the design processing unit 106 generates the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element in the design mode, the element value of the circuit element is input and the circuit is input in the learning mode. Deep learning is performed so that the characteristic value of the circuit characteristic item corresponding to the element value of the element is output, and the element value of the circuit element is input in the design mode, and the circuit corresponding to the element value of the circuit element is input. It can be configured to generate characteristic values for characteristic items.

したがって、設計者の知識や主観に依存することなく、回路設計を短時間で容易に行うことが可能になる。
また、コンピュータが本発明の実施の形態に係る回路設計用プログラムを実行することにより、設計者の知識や主観に依存することなく、回路設計を短時間で容易に行うことが可能な回路設計装置を構築することが可能になる。
Therefore, the circuit design can be easily performed in a short time without depending on the knowledge and subjectivity of the designer.
Further, by executing the circuit design program according to the embodiment of the present invention on the computer, the circuit design device can easily perform the circuit design in a short time without depending on the knowledge and subjectivity of the designer. Becomes possible to build.

アナログ集積回路やデジタル集積回路の回路設計に係る発明に利用することが可能である。 It can be used for inventions related to circuit design of analog integrated circuits and digital integrated circuits.

100・・・回路設計装置
101・・・データ処理部
102・・・操作部
103・・・表示部
104・・・記憶部
105・・・シミュレーション部
106・・・設計処理部
107・・・無次元化部
108・・・生成処理部
109・・・復元化部
110・・・データ領域
111・・・回路構成データ
112・・・回路項目データ
113・・・回路特性項目名データ
114・・・回路素子名データ
115・・・学習用データ
116・・・プログラム
301、901・・・設計対象回路
M1〜M8・・・MOSトランジスタ
R・・・抵抗
100 ... Circuit design device 101 ... Data processing unit 102 ... Operation unit 103 ... Display unit 104 ... Storage unit 105 ... Simulation unit 106 ... Design processing unit 107 ... None Dimensioning unit 108 ... Generation processing unit 109 ... Restoration unit 110 ... Data area 111 ... Circuit configuration data 112 ... Circuit item data 113 ... Circuit characteristic item name data 114 ... Circuit element name data 115 ... Learning data 116 ... Programs 301, 901 ... Design target circuits M1 to M8 ... MOS transistor R ... Resistance

Claims (5)

設計対象回路の回路構成と前記設計対象回路の回路特性項目名及び前記設計対象回路を構成する回路素子の素子名とを入力する入力部と、
前記回路素子の素子値を変えながら前記設計対象回路のシミュレーションを行うことにより前記回路素子の素子値とそれに対応する前記回路特性項目の特性値を生成するシミュレーション部と、
学習モードにおいて前記回路素子の素子値及び対応する前記回路特性項目の特性値を用いてディープラーニングを行うと共に、設計モードにおいて、前記回路特性項目の特性値に対応する前記回路素子の素子値と、前記回路素子の素子値に対応する前記回路特性項目の特性値の少なくとも一方を回帰分析により生成する設計処理部とを備えて成ることを特徴とする回路設計装置。
An input unit for inputting the circuit configuration of the circuit to be designed, the circuit characteristic item name of the circuit to be designed, and the element name of the circuit element constituting the circuit to be designed.
A simulation unit that generates the element value of the circuit element and the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element by simulating the circuit to be designed while changing the element value of the circuit element.
In the learning mode, deep learning is performed using the element value of the circuit element and the characteristic value of the corresponding circuit characteristic item, and in the design mode, the element value of the circuit element corresponding to the characteristic value of the circuit characteristic item and the element value of the circuit element. A circuit design apparatus including a design processing unit that generates at least one of the characteristic values of the circuit characteristic item corresponding to the element value of the circuit element by regression analysis.
前記設計処理部は、
前記設計モードにおいて前記回路特性項目の特性値に対応する前記回路素子の素子値を生成する場合、前記学習モードにおいて前記回路特性項目の特性値を入力とすると共に前記回路特性項目の特性値に対応する前記回路素子の素子値を出力とするようにしてディープラーニングを行い、前記設計モードにおいて前記回路特性項目の特性値を入力として前記回路特性項目の特性値に対応する前記回路素子の素子値を生成し、
前記設計モードにおいて前記回路素子の素子値に対応する前記回路特性項目の特性値を生成する場合、前記学習モードにおいて前記回路素子の素子値を入力とすると共に前記回路素子の素子値に対応する前記回路特性項目の特性値を出力とするようにしてディープラーニングを行い、前記設計モードにおいて前記回路素子の素子値を入力として前記回路素子の素子値に対応する前記回路特性項目の特性値を生成することを特徴とする請求項1記載の回路設計装置。
The design processing unit
When the element value of the circuit element corresponding to the characteristic value of the circuit characteristic item is generated in the design mode, the characteristic value of the circuit characteristic item is input and the characteristic value of the circuit characteristic item is corresponded to in the learning mode. Deep learning is performed so that the element value of the circuit element is output, and the element value of the circuit element corresponding to the characteristic value of the circuit characteristic item is input in the design mode by inputting the characteristic value of the circuit characteristic item. Generate and
When the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element is generated in the design mode, the element value of the circuit element is input and the element value of the circuit element corresponds to the element value of the circuit element in the learning mode. Deep learning is performed so that the characteristic value of the circuit characteristic item is output, and the element value of the circuit element is input in the design mode to generate the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element. The circuit design apparatus according to claim 1.
入力部が、設計対象回路の回路構成と前記設計対象回路の回路特性項目名及び前記設計対象回路を構成する回路素子の素子名とを入力し、
シミュレーション部が、前記回路素子の素子値を変えながら前記設計対象回路のシミュレーションを行うことにより前記回路素子の素子値とそれに対応する前記回路特性項目の特性値を生成し、
設計処理部が、学習モードにおいて前記回路素子の素子値及び対応する前記回路特性項目の特性値を用いてディープラーニングを行うと共に、設計モードにおいて、前記回路特性項目の特性値に対応する前記回路素子の素子値と、前記回路素子の素子値に対応する前記回路特性項目の特性値の少なくとも一方を回帰分析により生成することを特徴とする回路設計方法。
The input unit inputs the circuit configuration of the design target circuit, the circuit characteristic item name of the design target circuit, and the element name of the circuit element constituting the design target circuit.
The simulation unit generates the element value of the circuit element and the characteristic value of the circuit characteristic item corresponding thereto by simulating the design target circuit while changing the element value of the circuit element.
The design processing unit performs deep learning using the element value of the circuit element and the characteristic value of the corresponding circuit characteristic item in the learning mode, and the circuit element corresponding to the characteristic value of the circuit characteristic item in the design mode. A circuit design method, characterized in that at least one of the element value of the above and the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element is generated by regression analysis.
前記設計処理部は、
前記設計モードにおいて前記回路特性項目の特性値に対応する前記回路素子の素子値を生成する場合、前記学習モードにおいて前記回路特性項目の特性値を入力とすると共に前記回路特性項目の特性値に対応する前記回路素子の素子値を出力とするようにしてディープラーニングを行い、前記設計モードにおいて前記回路特性項目の特性値を入力として前記回路特性項目の特性値に対応する前記回路素子の素子値を生成し、
前記設計モードにおいて前記回路素子の素子値に対応する前記回路特性項目の特性値を生成する場合、前記学習モードにおいて前記回路素子の素子値を入力とすると共に前記回路素子の素子値に対応する前記回路特性項目の特性値を出力とするようにしてディープラーニングを行い、前記設計モードにおいて前記回路素子の素子値を入力として前記回路素子の素子値に対応する前記回路特性項目の特性値を生成することを特徴とする請求項3記載の回路設計方法。
The design processing unit
When the element value of the circuit element corresponding to the characteristic value of the circuit characteristic item is generated in the design mode, the characteristic value of the circuit characteristic item is input and the characteristic value of the circuit characteristic item is corresponded to in the learning mode. Deep learning is performed so that the element value of the circuit element is output, and the element value of the circuit element corresponding to the characteristic value of the circuit characteristic item is input in the design mode by inputting the characteristic value of the circuit characteristic item. Generate and
When the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element is generated in the design mode, the element value of the circuit element is input and the element value of the circuit element corresponds to the element value of the circuit element in the learning mode. Deep learning is performed so that the characteristic value of the circuit characteristic item is output, and the element value of the circuit element is input in the design mode to generate the characteristic value of the circuit characteristic item corresponding to the element value of the circuit element. The circuit design method according to claim 3, characterized in that.
コンピュータに請求項1又は2に記載の回路設計装置を構築させるための回路設計用プログラム。 A circuit design program for causing a computer to construct the circuit design device according to claim 1 or 2.
JP2019086858A 2019-04-26 2019-04-26 CIRCUIT DESIGN DEVICE, CIRCUIT DESIGN METHOD AND PROGRAM Active JP7247447B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019086858A JP7247447B2 (en) 2019-04-26 2019-04-26 CIRCUIT DESIGN DEVICE, CIRCUIT DESIGN METHOD AND PROGRAM

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019086858A JP7247447B2 (en) 2019-04-26 2019-04-26 CIRCUIT DESIGN DEVICE, CIRCUIT DESIGN METHOD AND PROGRAM

Publications (2)

Publication Number Publication Date
JP2020184123A true JP2020184123A (en) 2020-11-12
JP7247447B2 JP7247447B2 (en) 2023-03-29

Family

ID=73044527

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019086858A Active JP7247447B2 (en) 2019-04-26 2019-04-26 CIRCUIT DESIGN DEVICE, CIRCUIT DESIGN METHOD AND PROGRAM

Country Status (1)

Country Link
JP (1) JP7247447B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023100432A1 (en) * 2021-12-02 2023-06-08 株式会社日立製作所 Design condition computation system and method for manuacturing semiconductor device
JP7353699B2 (en) 2021-07-12 2023-10-02 ▲蘇▼州▲貝▼克▲微▼▲電▼子股▲ふん▼有限公司 Circuit design method and implementation system based on artificial intelligence
JP7443224B2 (en) 2020-12-04 2024-03-05 株式会社東芝 Design support method, design support system, program, and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04330772A (en) * 1991-04-02 1992-11-18 Sharp Corp Model parameter optimization system for circuit simulation
JPH0895605A (en) * 1994-09-21 1996-04-12 Nec Corp High frequency circuit control method/device
JP2000293566A (en) * 1999-04-09 2000-10-20 Nec Ic Microcomput Syst Ltd Method for extracting model parameter

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04330772A (en) * 1991-04-02 1992-11-18 Sharp Corp Model parameter optimization system for circuit simulation
JPH0895605A (en) * 1994-09-21 1996-04-12 Nec Corp High frequency circuit control method/device
JP2000293566A (en) * 1999-04-09 2000-10-20 Nec Ic Microcomput Syst Ltd Method for extracting model parameter

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7443224B2 (en) 2020-12-04 2024-03-05 株式会社東芝 Design support method, design support system, program, and storage medium
JP7353699B2 (en) 2021-07-12 2023-10-02 ▲蘇▼州▲貝▼克▲微▼▲電▼子股▲ふん▼有限公司 Circuit design method and implementation system based on artificial intelligence
WO2023100432A1 (en) * 2021-12-02 2023-06-08 株式会社日立製作所 Design condition computation system and method for manuacturing semiconductor device

Also Published As

Publication number Publication date
JP7247447B2 (en) 2023-03-29

Similar Documents

Publication Publication Date Title
JP7247447B2 (en) CIRCUIT DESIGN DEVICE, CIRCUIT DESIGN METHOD AND PROGRAM
WO2020253055A1 (en) Parallel analog circuit optimization method based on genetic algorithm and machine learning
Duffy et al. Approximating and simulating the stochastic growth model: Parameterized expectations, neural networks, and the genetic algorithm
US11416664B2 (en) AI-driven self adapting microelectronic circuits
KR20140024252A (en) Method and system for identifying rare-event failure rates
US11797732B2 (en) Automated analog and mixed-signal circuit design and validation
Wang et al. Adaptive attribute selection for configurator design via Shapley value
Makris et al. Analog IC design automation. II. Automated circuit correction by qualitative reasoning
US20220207351A1 (en) Semiconductor design optimization using at least one neural network
WO2020162884A1 (en) Parameter suggestion system
US8813009B1 (en) Computing device mismatch variation contributions
Dolin Circuit analysis, synthesis and simulation of radio devices in Electra CAD
US20230267250A1 (en) Method of RF Analog Circuits Electronic Design Automation Based on GCN and Deep Reinforcement Learning
CN101221586A (en) Power electronic circuit optimization method based on decoupling technology and genetic algorithm
Grasso et al. Symbolic factorization methodology for multistage amplifier transfer functions
CN114841106A (en) Integrated circuit optimization method and system based on rule-guided genetic algorithm
Canelas et al. Yield optimization using k-means clustering algorithm to reduce Monte Carlo simulations
JP2022500527A (en) Ways to improve predictions about the manufacture of polymer products
Rocha et al. A new metaheuristc combining gradient models with NSGA-II to enhance analog IC synthesis
Wang et al. Automated analog circuit design using two-layer genetic programming
Shokouhifar et al. Two-stage fuzzy inference system for symbolic simplification of analog circuits
Coşkun et al. Equivalence Checking of System-Level and SPICE-Level Models of Static Nonlinear Circuits
US20240020445A1 (en) Automated artificial intelligence based circuit and circuit board design
De Lozzo et al. Multilayer perceptron for the learning of spatio-temporal dynamics—application in thermal engineering
Cashero et al. Fast evaluation of analog circuits using linear programming

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20191031

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220117

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20220117

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20221208

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221213

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230117

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20230207

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230222

R150 Certificate of patent or registration of utility model

Ref document number: 7247447

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150