WO2013027738A1 - 回路動作解析方法、回路動作解析装置及び回路動作解析プログラム - Google Patents

回路動作解析方法、回路動作解析装置及び回路動作解析プログラム Download PDF

Info

Publication number
WO2013027738A1
WO2013027738A1 PCT/JP2012/071108 JP2012071108W WO2013027738A1 WO 2013027738 A1 WO2013027738 A1 WO 2013027738A1 JP 2012071108 W JP2012071108 W JP 2012071108W WO 2013027738 A1 WO2013027738 A1 WO 2013027738A1
Authority
WO
WIPO (PCT)
Prior art keywords
circuit
pattern
test pattern
power consumption
wiring information
Prior art date
Application number
PCT/JP2012/071108
Other languages
English (en)
French (fr)
Inventor
中村 祐一
Original Assignee
日本電気株式会社
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 日本電気株式会社 filed Critical 日本電気株式会社
Publication of WO2013027738A1 publication Critical patent/WO2013027738A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/32Circuit design at the digital level
    • G06F30/33Design verification, e.g. functional simulation or model checking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2119/00Details relating to the type or aim of the analysis or the optimisation
    • G06F2119/06Power analysis or power optimisation

Definitions

  • the present invention relates to analysis of dynamic power consumption of a semiconductor integrated device, and more particularly to a dynamic power analysis method using a required circuit operation rate.
  • the power consumption of an LSI (Large Scale Integration) device includes static power consumption based on circuit leakage current and the like, and dynamic power consumption that is power consumption derived from circuit operation.
  • a general method for obtaining dynamic power consumption, which is power consumption derived from circuit operation, is described in Non-Patent Document 1, for example. That is, the dynamic power consumption is generated when the capacitance (capacitor) in the circuit is charged / discharged when the state of the circuit element changes from 0 to 1 or from 1 to 0 during circuit operation.
  • power consumption is also generated by circuit operations such as circuit noise and glitches, but this is difficult to analyze and is often neglected because the power consumption is small. Therefore, the operation power consumption of the circuit can be expressed by the following equation (1).
  • Dynamic power consumption operation frequency ⁇ total amount of load capacity of each circuit ⁇ square of power supply voltage (1)
  • FF change in the flip-flop
  • Dynamic power consumption ⁇ (power consumption by each FF clock) ⁇ (number of clock inputs for each FF) + ⁇ (transition power consumption from each FF and each combinational circuit element from 0 to 1) ⁇ (number of transitions from 0 to 1) + ⁇ (transition power consumption from 1 to 0 of each FF and each combinational circuit element) ⁇ (number of transitions from 1 to 0) ...
  • the number of FF clock inputs can be obtained as the product of the operating frequency and the clock operating time.
  • the transition power consumption of each element is given from the library. Therefore, when the number of transitions from 0 to 1 and the number of transitions from 1 to 0 are counted for each element, it is possible to calculate dynamic power consumption during the counting.
  • Dynamic power consumption is mainly divided into average power consumption and peak power consumption.
  • a simulation model of an actual machine or a circuit is defined, a pattern to be actually used is applied thereto, and power consumption is calculated using power consumption data and a calculation formula included in the circuit simulation model.
  • the average power consumption is obtained by applying several test patterns to the circuit simulation model and dividing the total power consumption of the patterns by the time, which is an index for reducing power consumption.
  • the largest power consumption among the power consumption in a certain unit time is the peak power consumption.
  • the peak power consumption In order to perform cooling, heat dissipation, and power supply design of a semiconductor integrated device or a device mounted with the semiconductor integrated device, it is essential to obtain the maximum peak power consumption in the operating state of the LSI.
  • For the calculation of peak power consumption detailed power consumption calculation for a long time which is about 10 times or more of the above-described average power consumption is executed, and the power consumption per unit time is obtained. Of the power consumption per unit time calculated in this way, the largest one is the peak power consumption.
  • peak power consumption has the following problems.
  • the first problem is that long time simulation is indispensable when analyzing the maximum dynamic power consumption. This is because it is unclear whether a pattern for deriving a peak is included in the pattern, and thus it is necessary to perform simulations repeatedly using different patterns.
  • the second problem is that it is difficult to generate a pattern that generates the maximum dynamic power consumption. The reason is that it is difficult to predict which input pattern will be used to increase the transition rate.
  • the technique of the above-mentioned patent document 1 pays attention to supply of a clock to a logic circuit such as an FF. As shown in FIG. 7 of Patent Document 1, the state of the clock supply destination does not distinguish between FFs and combinational circuits.
  • An object of the present invention is to provide a circuit operation analysis method capable of generating a test pattern with a higher operation rate and deriving a larger peak power consumption while preventing an increase in processing time and an increase in necessary storage capacity,
  • the object is to provide a circuit operation analysis apparatus and a circuit operation analysis program.
  • circuit wiring information to be analyzed and a circuit test pattern to be applied to the circuit wiring information are input, and a measurement section in the circuit test pattern is changed and included in the circuit wiring information.
  • a maximum change extraction process for extracting a section in which the number of operations of the flip-flop to be maximized is extracted from the circuit test pattern; a pattern generation process for generating a second circuit test pattern based on the pattern included in the section; Power consumption analysis processing for analyzing power consumption of the circuit wiring information when the circuit test pattern of 2 is applied.
  • circuit wiring information to be analyzed and a circuit test pattern to be applied to the circuit wiring information are input, and the measurement section in the circuit test pattern is changed to the circuit wiring information.
  • a maximum change extracting means for extracting a section in which the number of operations of the included flip-flop is maximum from the circuit test pattern; a pattern generating means for generating a second circuit test pattern based on the pattern included in the section; Power consumption analyzing means for the circuit wiring information when the second circuit test pattern is applied.
  • circuit wiring information to be analyzed and a circuit test pattern to be applied to the circuit wiring information are input, and the measurement section in the circuit test pattern is changed to the circuit wiring information.
  • a maximum change extraction step for extracting a section in which the number of operations of the included flip-flop is maximum from the circuit test pattern; a pattern generation step for generating a second circuit test pattern based on the pattern included in the section; And causing the computer to execute a power consumption analyzing step of the circuit wiring information when the second circuit test pattern is applied.
  • a circuit operation analysis method and circuit operation capable of generating a test pattern with a higher operation rate and deriving a larger peak power consumption while preventing an increase in processing time and an increase in necessary storage capacity.
  • An analysis device and a circuit operation analysis program can be provided.
  • FIG. 1 is a diagram illustrating a processing flow of the circuit operation analysis method according to the first embodiment.
  • the circuit operation analysis method of the first embodiment includes a value change observation process 101, a value change summation process 102, a maximum change extraction 103, a pattern generation 104, a combinational circuit transition analysis 105, a pattern fluctuation 106, a power consumption analysis 107, and an FF weighting. 110.
  • a pattern simulation is performed on the circuit wiring information 301 and the circuit test pattern 302 input to the circuit operation analysis process.
  • the circuit test pattern 302 input it is assumed that a pattern is initially created so that the operation rate of the FF in the LSI represented in the circuit wiring information 301 is as high as possible.
  • the number of operations of each FF is counted.
  • the FF weighting 110 when each FF is weighted by the FF weighting 110 with respect to the number of operations such as 0 to 1, 1 to 0 of the FF, the FF is obtained by multiplying the number of operations by the weight.
  • the number of weighted operations is a numerical value of an element that affects power consumption when the FF operates.
  • FIG. 2 shows a flowchart of the operation of the FF weighting 110.
  • the combinational circuit cut-out 201 identifies which FF is the input / output for a certain combinational circuit element.
  • information necessary for power calculation such as the area and capacitance of the elements of the combinational circuit is given as information that is a basis of weighting for each related FF.
  • the FF weight calculation 203 after adding them to all the combinational circuit elements by adding them, information on all the combination elements is assigned as weighting information to all the FFs.
  • the FF weight list 305 is obtained.
  • the maximum change extraction 103 selects a time interval in which the sum total is maximum per unit time.
  • the pattern generation 104 generates a pattern for the selected time interval.
  • the pattern is set as a measurement pattern 303.
  • a simulation using the measurement pattern 303 is performed by the combinational circuit transition analysis 105.
  • the combinational circuit transition analysis 105 generates a maximum power derivation prediction pattern 304 that enables power consumption analysis.
  • FIG. 2 is a diagram illustrating an operation flow of the FF weighting 110 in FIG. FIG. 2 includes a combinational circuit cut-out 201, related FF value assignment 202, and FF weight calculation 203.
  • the combinational circuit cutout 201 cuts out a combinational circuit driven by a certain FF from the circuit wiring information 301.
  • the related FF value assignment 202 assigns information for determining the power consumption of the combinational circuit to the FF to which the combinational circuit is connected.
  • the FF weight calculation 203 calculates the weight of each FF from the given information and the circuit wiring information 301 and creates the FF weight list 305.
  • FIG. 3 is a diagram showing the operation of the first embodiment in more detail with a part of the diagram showing the flow of FIG.
  • the value change observation process 101, the value change summation process 102, and the FF weighting 110 in FIG. 1 correspond to the logic simulation (step 401) and the FF weight distribution (step 402) in FIG.
  • step 403 corresponds to the maximum power prediction (step 403) and maximum power prediction pattern determination (step 404) in FIG.
  • the pattern variation 106 in FIG. 1 corresponds to the pattern change (step 405) in FIG.
  • the power consumption analysis 107 in FIG. 1 corresponds to the power consumption estimation (step 407) in FIG.
  • the logic simulation of step 401 is performed using the circuit wiring information 301, the circuit test pattern 302, and the library 308.
  • an FF pattern 306 that is an operation pattern of all FFs is obtained.
  • FF weight distribution in step 402 is performed.
  • the maximum power prediction (step 403) is executed.
  • the maximum power prediction pattern determination (step 404) operates as follows. That is, the maximum power prediction pattern determination (step 404) determines the maximum number of weighted operations per unit time by trying several patterns or by dividing the simulation pattern in some simulations. Determine the pattern. Thus, the maximum power prediction pattern determination (step 404) obtains the maximum power derivation prediction pattern 304. In order to search for a pattern for obtaining a larger power with respect to the maximum power derivation prediction pattern 304, in the pattern change (step 405), the pattern variation 106 is applied to change a part of the maximum power derivation prediction pattern 304.
  • This pattern change observation (step 405) is repeatedly performed as long as a pattern from which larger power consumption is derived is generated, or is repeatedly performed by a method such as performing a predetermined number of times. As a result, an updated maximum power derivation pattern 307 that is expected to derive larger power consumption is obtained. For the obtained pattern, the power consumption can be actually estimated by the power consumption analysis 107 and the power consumption estimation (step 407). (Explanation of effect) In the present embodiment, the following effects can be obtained.
  • the first effect is that the long simulation time required for the operation rate analysis of the combinational circuit and the holding of the simulation result are unnecessary.
  • the reason is that the operating rate of the combinational circuit unit is estimated using only the number of operations of the flip-flop, so that the attention point is only the flip-flop, and it is not necessary to pay attention to all elements.
  • the second effect is that an input pattern having a higher operation rate may be generated, and power consumption close to the maximum obtained by the pattern can be easily derived and analyzed. This is because an input pattern having a higher operation rate is generated by changing a part of a pattern that generates a high operation rate of the combinational circuit already obtained. Thereby, it is possible to generate a pattern for deriving a larger power consumption. (Second Embodiment) Next, a second embodiment for carrying out the present invention will be described.
  • FIGS. 4 and 5 show the flow of the operation.
  • the maximum power derivation prediction pattern 304 or the updated maximum power derivation pattern 307 is obtained and completed.
  • the power consumption estimation step 407 is finally performed in FIG.
  • the power consumption analysis 107 FIG. 4
  • the power consumption estimation pattern selection step 408 in FIG. 5 is applied.
  • the present embodiment has the following effects. That is, in the present embodiment, the operation is performed so as to select a pattern that actually consumes more power than in the first embodiment. Therefore, even when the maximum number of weighting operations is different from the timing when the actual power consumption is maximum, a pattern for deriving the power consumption more accurately while preventing an increase in processing time and an increase in the required storage capacity is provided. A circuit operation analysis method that can be generated can be provided. (Third embodiment) A third embodiment for carrying out the present invention will be described.
  • the basic configuration of the third embodiment selects a pattern that maximizes the total number of FF weighted operations, generates its neighborhood, and generates larger power consumption. It is characterized in that the pattern to be generated is generated.
  • a circuit wiring information 301 representing a semiconductor integrated circuit, a circuit test pattern 302, and a library 308 having power consumption information such as each logic of each circuit element, each area, and capacity. Is input to the process.
  • a maximum power derivation prediction pattern 304 that is predicted to give larger power consumption, an updated maximum power derivation pattern 307 that is further updated, or a power consumption analysis result 309 is obtained as an output. At that time, as shown in FIG.
  • the pattern in which the actual power consumption is maximized is not the same as the pattern in which the sum of the number of weighted operations of each FF is maximized. Take advantage of things that sometimes happen. That is, a pattern that maximizes the total number of weighted operations of FFs is selected, and patterns before and after are generated in time to generate a pattern that generates greater power consumption. For this purpose, as shown in FIG. 1 and FIG. 3, each FF is performed by the value change observation processing 101 realized by the logic simulation (step 401) using the circuit wiring information 301, the circuit test pattern 302, and the library 308. Calculate the number of operations.
  • the FF having a large number of combinational circuits to be driven is larger than the case where the operation rate of the FF driving only one combinational circuit is high. Consume power.
  • a combinational circuit driven by a certain FF is cut out by combinational circuit cutout 201, and information related to power consumption of the combinational circuit is assigned to an FF related to the combinational circuit by related FF value assignment 202. To do. Thereafter, the weight of each FF is calculated by the FF weight calculation 203 based on the given information and the like.
  • the unit time refers to the minimum time interval for calculating the operation rate and power consumption of the circuit. Therefore, the unit time is determined by the following procedure.
  • FIG. 8 is a diagram for explaining the procedure, and details of maximum change extraction 103 and pattern generation 104 in FIG.
  • the number of clocks to be divided in advance is input at the basic clock number input (step 501), and the pattern given in the basic clock division (step 502) is divided by the basic clock number.
  • the basic clock number is a reference clock for operating the LSI.
  • the maximum operation point detection (step 503) obtains the one with the largest number of weighted operations among the divided patterns, and the periphery, that is, the pattern before and after is merged in the peripheral merge (step 504). . This is because a certain number of patterns or more depending on the circuit scale, the number of FF stages, and the like are required until the LSI is in a state (normal state) where accurate power consumption can be estimated from the initial state.
  • the specified size inspection (step 505) is performed until the number of patterns for which power can be estimated is reached, and the marginal merging (step 504) is repeated unless the number is satisfied.
  • the pattern is output at the pattern output (step 506).
  • This pattern generation is the pattern generation 104, the measurement pattern 303 is generated, and becomes the maximum power derivation prediction pattern 304 through the combinational circuit transition analysis 105. Thereby, it is possible to generate a pattern for deriving the maximum power consumption, focusing on the portion where the operation rate of the FF is high. In addition, since all the processes so far observe only the operation of the FF, the pattern generation is very easy. However, the process of FIG.
  • the maximum power deriving prediction pattern 304 is a pattern for deriving a large dynamic power consumption. However, it is the pattern variation 106 in FIG. 1 and the pattern change in FIG. 3 (step 405) that generate a pattern in which further large power consumption is predicted based on this.
  • FIG. 9 is a diagram for explaining the pattern change 106 and the pattern change (step 405).
  • FIG. 9 shows a conceptual diagram of an LSI circuit (circuit wiring information) assumed in the present embodiment.
  • the cloud shape is an LSI circuit, “IN” indicates six inputs to the circuit, and “OUT” indicates six outputs from the circuit. Represents.
  • FIG. 9 shows a conceptual diagram of an LSI circuit (circuit wiring information) assumed in the present embodiment.
  • the cloud shape is an LSI circuit
  • “IN” indicates six inputs to the circuit
  • OUT indicates six outputs from the circuit. Represents.
  • FIG. 9 the cloud shape is an LSI circuit, “IN” indicates six inputs to the circuit, and
  • FIG. 10 shows an example in which a bit pattern at an arbitrary position in time is inverted in a certain time unit pattern.
  • FIG. 10 shows an example of a part of the circuit test pattern assumed in this embodiment.
  • the upper sequence “0001011010111” in FIG. 10 represents a bit sequence input to a specific input of the LSI.
  • FIG. 10 represents a bit string after the pattern is changed.
  • the bits surrounded by a square indicate inverted bits.
  • FIG. 10 shows an example in which the first input and the second input from the last are inverted to “1001011010101” with respect to the input “0001011010111”.
  • the number of items to be inverted may be input from the outside or may be set to 10% of the whole.
  • an updated maximum power derivation pattern 307 that is a slightly changed pattern can be obtained based on the maximum power derivation prediction pattern 304 that generates the maximum power. Whether the changed updated maximum power derivation pattern 307 can generate more power than the maximum power derivation prediction pattern 304 is determined by continuation determination (step 406).
  • the pattern change (step 405) is continuously performed.
  • As a condition for continuation even if a large amount of power cannot be generated, it may be continued for a certain number of times, or may be continued if the power consumption from the maximum power derivation prediction pattern 304 is less than a certain level. .
  • This continuation condition is determined by a flag referred to by the continuation determination (step 406). Flag conditions are entered in advance.
  • an updated maximum power derivation pattern 307 that predicts large power consumption can be obtained, and if this is input to the power consumption estimation (step 407) together with the circuit wiring information 301 and the library 308, the power consumption estimation can be performed. it can.
  • FIG. 4 shows the configuration of the circuit operation analysis apparatus according to the fourth embodiment.
  • the circuit operation analysis apparatus 1100 extracts a maximum change extraction from a circuit test pattern by changing a measurement section in the circuit test pattern and extracting a section in which the number of operations of the flip-flop included in the circuit wiring information is maximum. Means 1101 is included.
  • the maximum change extraction means 1101 receives circuit wiring information to be analyzed and a circuit test pattern to be applied to the circuit wiring information.
  • the circuit operation analysis apparatus 1100 includes a pattern generation process 1102 for generating a second circuit test pattern based on the pattern included in the section, and power consumption of the circuit wiring information when the second circuit test pattern is applied. Power consumption analysis processing 1103 for analyzing. (Explanation of effect) In the present embodiment, the following effects can be obtained.
  • a circuit operation analysis method that can generate a test pattern with a higher operation rate and derive a larger peak power consumption while preventing an increase in processing time and an increase in necessary storage capacity.
  • a circuit operation analysis method that can generate a test pattern with a higher operation rate and derive a larger peak power consumption while preventing an increase in processing time and an increase in necessary storage capacity.
  • the following may be used. That is, for example, a personal computer device that performs various types of data processing is loaded with a board or card that performs processing corresponding to this example, and each processing is executed on the computer device side. In this way, a configuration may be adopted in which software for executing the processing is installed in a personal computer device and executed. While the present invention has been described with reference to the embodiments, the present invention is not limited to the above embodiments.
  • the present invention relates to an analysis of dynamic power consumption of a semiconductor integrated device, and particularly relates to a technique for analyzing a required circuit operating rate, and has industrial applicability.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Design And Manufacture Of Integrated Circuits (AREA)

Abstract

処理時間の長大化、必要な記憶容量の増大化を防ぎつつ、より動作率の高いテストパタンを生成し、より大きなピーク消費電力を導出することのできる回路動作解析方法を提供する。 本発明の回路動作解析方法は、解析対象である回路配線情報と前記回路配線情報に印加する回路テストパタンとが入力され、前記回路テストパタンに於ける計測区間を変化させ前記回路配線情報に含まれるフリップフロップの動作回数が最大となる区間を前記回路テストパタンから抽出する最大変化抽出処理と、前記区間に含まれるパタンを基に第2の回路テストパタンを生成するパタン生成処理と、前記第2の回路テストパタンを印加した際の前記回路配線情報の消費電力を解析する消費電力解析処理と、を有する。

Description

回路動作解析方法、回路動作解析装置及び回路動作解析プログラム
 本発明は、半導体集積装置の動的消費電力の解析に関し、特に、必要な回路動作率を用いた動的消費電力の解析手法に関する。
 LSI(Large Scale Integration)装置の消費電力には、回路のリーク電流等に基づく静的消費電力と、回路の動作に由来する消費電力である動的消費電力とがある。
 回路の動作に由来する消費電力である動的消費電力の一般的な求め方は、例えば非特許文献1に記載されている。すなわち、動的消費電力は、回路動作時に回路素子の状態が0から1へ、又は1から0へ変化することによって回路中の容量(キャパシタ)が充放電されることにより発生する。
 このほかにも、回路のノイズやグリッジといった回路動作でも消費電力が発生するが、これは解析が困難であり、また消費電力としても少量なので無視することが多い。
 従って、回路の動作消費電力は、以下の式(1)で表現できる。
動的消費電力=動作周波数×各回路の負荷容量の総量×電源電圧の2乗
  ・・・式(1)
 しかし、回路の動作周波数をそのまま乗じることは過大であり、実際はクロックやデータの値の変化分、特にフリップフロップ(以下FF:Flip Flop)に於ける変化分に着目することが望ましい。従って以下の式(2)によって求められるといえる。
動的消費電力=
 Σ(各FFのクロックによる消費電力)×(各FFのクロック入力数)
 +Σ(各FFと各組合せ回路素子の0から1への遷移消費電力)×(0から1への遷移数)
 +Σ(各FFと各組合せ回路素子の1から0への遷移消費電力)×(1から0への遷移数)
  ・・・式(2)
 FFのクロック入力数は動作周波数とクロックの動作時間との積として求めることが可能である。また、各素子の遷移消費電力はライブラリより与えられる。従って、各素子に対して0から1への遷移数と、1から0への遷移数を数えると、その数えている間の動的消費電力を計算することが可能となる。式(2)から分かるように、FFに於ける遷移数が増加すると動的消費電力が増加するので、LSI全体のFFのうち遷移(動作)しているFFの率、即ち遷移率(動作率)が高くなると動的消費電力が高くなるといえる。
 動的消費電力は、主に、平均消費電力とピーク消費電力に分けられる。
 LSIの設計時には、実機、あるいは、回路のシミュレーションモデルを定義し、それに実際に利用するパタンを印加し、回路のシミュレーションモデルに含まれる消費電力データと計算式を用いて消費電力の計算を行う。
 いくつかのテスト用のパタンを回路のシミュレーションモデルに印加し、そのパタンにおける消費電力の総和を時間で割ったものが平均消費電力であり、消費電力削減の場合の指標となる。
 その一方、ある単位時間に於ける消費電力のうち最も大きい消費電力がピーク消費電力である。半導体集積装置やその半導体集積装置を実装した装置の冷却や放熱、電源設計を行うためにはそのLSIの動作状態に於ける最大のピーク消費電力を求めることが重要不可欠である。
 ピーク消費電力の算定には、前述の平均消費電力を求める場合の凡そ10倍以上の長時間の詳細な消費電力計算を実行し、単位時間毎の消費電力を求める。この様にして計算して求めた単位時間当たりの消費電力の内、もっとも大きいものがピーク消費電力ということになる。しかし、その様な、ピーク消費電力を与えるパタンの選定は容易ではない。また、ピーク消費電力を算定するのに必要な、ピーク電力を与える単位時間の定め方も難しい。
 ピーク消費電力を算定するために、LSI内の全ての組合せ素子に対して、0から1への信号遷移数を求める為に、テスト用のパタンを入力するシミュレーションを行う必要がある。更にテスト用のパタンに於けるすべての組み合わせ素子の動作回数を記憶する必要がある。
 従って、ピーク消費電力の算定には、様々なパタンのシミュレーションを行って、様々な単位時間当たりのピーク消費電力を算出し、その中で最大のものを求める必要があり、多大な時間と工数を要する。その様な計算機実行時間の長大化と記憶容量の増大化を嫌い、現実には短時間のシミュレーションをベースに消費電力を求めてしまうことも多い。
 ピーク消費電力の算定方法については、下記の文献が挙げられる。
 特許文献1では、ピーク消費電力を求める為に次の方法を行っている。即ち、長時間のシミュレーションを行って、FF等の論理回路へのクロックへの供給が最大の部位の付近に最大消費電力を発生する可能性があるとして、その近傍に対して何度もシミュレーションを行ってピーク消費電力を求めている。
 特許文献2では、あるパタンの平均消費電力を求めておき、そのパタンの動作率を使って最大電力を推定している。
 特許文献3では、回路を分割し、その分割回路の最大電力から、全体が最大電力消費となるであるパタンを推測して最大電力を推定している。
 特許文献4では、信号の依存関係からピーク消費電力を出力する回路部分のみを解析する。あり得ないパタンの排除と回路の絞込みにより、最大の消費電力を発生すると考えられるパタンを推定している。
[特許文献]
特開2008−065496号公報 特開2003−256495号公報 特開2008−234240号公報 特開2008−197883号公報
組込みプロセッサ技術 CQ出版社 ISBN978−4−7898−4549−6 84ページ
 ピーク消費電力の算定には、一般的に次のような問題点がある。
 第一の問題点は、最大の動的消費電力を解析する際に、長時間のシミュレーションが不可欠であるということである。その理由は、ピークを導出するパタンがそのパタンに含まれているかどうか不明なため、異なるパタンを使って何度もシミュレーションを行う必要があるからである。
 第二の問題点は、最大の動的消費電力を発生させるパタンを発生させることが難しいという問題があることである。その理由は、どの入力パタンを選べば遷移率が高くなるか予想が困難であるからである。
 これに対し、上述の特許文献1の技術はFF等の論理回路へのクロックの供給に着目するものである。そのクロックの供給先の状態は特許文献1の図7に示すようにFFや組み合わせ回路等を区別しておらず、全ての回路を考慮しようとすると膨大なデータになる恐れがあり処理時間の長大化を招く恐れがある。
 また、特許文献2の技術においては、ピーク消費電力を推定するパタンを求める必要があるが、精度の高い結果が得られるパタンを発見する為にはやはり長時間のシミュレーションを行う必要がある。
 また、特許文献3の技術においては、分割回路の最大消費電力となるパタンと全体が最大消費電力となるパタンが同じにならない場合があり、その場合に誤った結果が出てしまうとう問題がある。
 また、特許文献4の技術においては、あり得ないパタンや回路を排除したとしても、最大の動的消費電力を発生させるパタンを発生させる為には、やはり十分な時間をかけて、さまざまなパタンを使って何度もシミュレーションを行う必要がある。
(発明の目的)
 本発明の目的は、処理時間の長大化、必要な記憶容量の増大化を防ぎつつ、より動作率の高いテストパタンを生成し、より大きなピーク消費電力を導出することのできる回路動作解析方法、回路動作解析装置及び回路動作解析プログラムを提供することにある。
 本発明の回路動作解析方法は、解析対象である回路配線情報と前記回路配線情報に印加する回路テストパタンとが入力され、前記回路テストパタンに於ける計測区間を変化させ前記回路配線情報に含まれるフリップフロップの動作回数が最大となる区間を前記回路テストパタンから抽出する最大変化抽出処理と、前記区間に含まれるパタンを基に第2の回路テストパタンを生成するパタン生成処理と、前記第2の回路テストパタンを印加した際の前記回路配線情報の消費電力を解析する消費電力解析処理と、を有する。
 また本発明の回路動作解析装置は、解析対象である回路配線情報と前記回路配線情報に印加する回路テストパタンとが入力され、前記回路テストパタンに於ける計測区間を変化させ前記回路配線情報に含まれるフリップフロップの動作回数が最大となる区間を前記回路テストパタンから抽出する最大変化抽出手段と、前記区間に含まれるパタンを基に第2の回路テストパタンを生成するパタン生成手段と、前記第2の回路テストパタンを印加した際の前記回路配線情報の消費電力解析手段と、を有する。
 また本発明の回路動作解析プログラムは、解析対象である回路配線情報と前記回路配線情報に印加する回路テストパタンとが入力され、前記回路テストパタンに於ける計測区間を変化させ前記回路配線情報に含まれるフリップフロップの動作回数が最大となる区間を前記回路テストパタンから抽出する最大変化抽出ステップと、前記区間に含まれるパタンを基に第2の回路テストパタンを生成するパタン生成ステップと、前記第2の回路テストパタンを印加した際の前記回路配線情報の消費電力解析ステップと、をコンピュータに実行させる。
 本発明では、処理時間の長大化、必要な記憶容量の増大化を防ぎつつ、より動作率の高いテストパタンを生成し、より大きなピーク消費電力を導出することのできる回路動作解析方法、回路動作解析装置及び回路動作解析プログラムを提供することができる。
本発明の第1の実施形態の処理のフローを示す図である。 本発明の第1の実施形態のFF重み付け110の動作のフローを示す図である。 本発明の第1の実施形態の動作のフローを示す図である。 本発明の第2の実施形態の処理のフローを示す図である。 本発明の第2の実施形態の動作のフローを示す図である。 本発明の第3の実施形態の概念を示すフリップフロップの動作を示す図である。 本発明の第3の実施形態の最大変化抽出103の概念を示す図である。 本発明の第3の実施形態の最大変化抽出103の処理のフローチャートである。 本発明の第3の実施形態のパタン変動106の概念を示す図である。 本発明の第3の実施形態のパタン変動106の概念を示す図である。 本発明の第4の実施形態の回路動作解析装置の構成図である。
 本発明は下記各実施形態に限定されるものではなく、本発明の主旨を逸脱しない範囲で種々の変更を施すことが可能である。
(第1の実施形態)
 第1の実施形態の回路動作解析方法について説明する。
 まず第1の実施形態の概略の説明を行う。
 図1は第1の実施形態の回路動作解析方法の処理のフローを示す図である。
 第1の実施形態の回路動作解析方法は値変化観測処理101、値変化総和処理102、最大変化抽出103、パタン生成104、組合せ回路遷移解析105、パタン変動106、消費電力解析107、FF重みづけ110、を含む。
 回路動作解析処理に入力された回路配線情報301と回路テストパタン302に対して、値変化観測処理101においては、パタンシミュレーションが行われる。ここで入力される回路テストパタン302としては、回路配線情報301に表されたLSI内部のFFの動作率が出来るだけ高くなるようなパタンを初期的に作成しておくものとする。
 パタンシミュレーションでは各FFの動作回数を数える。このとき、FFの0から1、1から0といった動作回数に対して、FF重みづけ110により、各FFに重みが与えられている場合は、その動作回数に対して重みを乗じたものをFFの重み付き動作数とする。「重み」とは、そのFFが動作する際に消費電力に影響を与える要素を数値化したものである。例えばあるFFが駆動している組合せ回路の数が多ければ消費電力が増加するので、その分そのFFに付加される重みの値も大きくなる。FF重み付け110の動作のフローを示す図を図2に示す。
 組合せ回路切り出し201によって、ある組合せ回路素子に対して、どのFFがその入出力となっているかを特定する。関連FF値付与202によって、その組合せ回路の素子の面積やキャパシタンスなどの電力計算に必要な情報が、関連するFF毎の重み付けの基となる情報として付与される。
 更にFF重み計算203で、それらをすべての組合せ回路素子に対して実行して加算付与した上で、すべてのFFに対してすべての組合せ素子の情報を重み付け情報として付与することにより、各FFのFF重みリスト305を得る。
 次に値変化総和処理102にて、値変化観測処理101で計算した各FFの重み付き動作数の総和を計算する。
 そして、その総和が単位時間あたり最大となる時間区間を最大変化抽出103で選択する。パタン生成104は選択された時間区間のパタンを生成する。そのパタンを計測パタン303とする。
 組合せ回路遷移解析105によって、その計測パタン303を使ったシミュレーションを行なう。組合せ回路遷移解析105は消費電力解析が可能となる最大電力導出予測パタン304を生成する。さらに、パタン変動306によって、計測パタン303、あるいは、最大電力導出予測パタン304の入力を変化させることによって、さらなる重み付き動作数の高いパタンを得る。
 その後、このパタンを使って消費電力見積もり407を適用し、あるいは消費電力解析結果309を求めることができる。
 以上が、第1の実施形態の概略の説明である。
 次に、図1、図2、図3を参照して本実施形態の全体の動作について更に説明する。
 図2は、図1のFF重みづけ110の動作のフローを示す図である。図2は組合せ回路切り出し201、関連FF値付与202、FF重み計算203からなる。組合せ回路切り出し201は、あるFFが駆動する組合せ回路を回路配線情報301から切り出す。関連FF値付与202はその組合せ回路が接続されたFFに組合せ回路の消費電力を決定する情報を付与する。FF重み計算203は、付与された情報と回路配線情報301とから各FFの重みを算出しFF重みリスト305を作成する。
 図3は第1の実施形態の動作を図1のフローを示す図の一部をさらに詳細に示した図である。図1の値変化観測処理101、値変化総和処理102及びFF重み付け110は図3の論理シミュレーション(ステップ401)及びFF重み分配(ステップ402)に相当する。また図1の最大変化抽出103、パタン生成104、組合せ回路遷移解析105は図3の最大電力予測(ステップ403)及び最大電力予測パタン決定(ステップ404)に相当する。更に図1のパタン変動106は図3のパタン変化(ステップ405)に相当する。更に図1の消費電力解析107は図3の消費電力見積もり(ステップ407)に相当する。
 図3に於いて、回路配線情報301、回路テストパタン302、ライブラリ308を使ってステップ401の論理シミュレーションを行う。
 その結果、すべてのFFの動作パタンである、FFパタン306が得られる。
 このFFパタン306に対して、FF重み付け110を行うために、ステップ402のFF重み分配を行う。
 FFに重みがつけられたところで、最大電力予測(ステップ403)を実行する。これは論理シミュレーション(ステップ401)の結果であるFFパタン306と、FF重みリスト305を使って、各FFの重み付き動作数を与えるものである。
 最大電力予測パタン決定(ステップ404)は下記の様に動作する。即ち最大電力予測パタン決定(ステップ404)はいくつかのパタンを試して、或いはあるパタンの、いくつかのシミュレーションの中でのシミュレーションパタンの区切り方によって、単位時間あたりの重み付き動作数が最大となるパタンを決定する。これによって、最大電力予測パタン決定(ステップ404)は最大電力導出予測パタン304を得る。
 この最大電力導出予測パタン304に対して、さらなる大きな電力を得るパタンを探索するために、パタン変化(ステップ405)では、パタン変動106を適用して、最大電力導出予測パタン304の一部を変化させて、さらなる動作の頻繁なパタンの生成を行う。一部を変化させる方法については後述する。このパタン変化観測(ステップ405)は、より大きな消費電力が導出されるパタンが生成される限り繰り返し行うほか、あらかじめ与えられた回数制限で行うなどの手法によって、何度も繰り返し実行される。
 その結果、より大きな消費電力の導出が予想される更新最大電力導出パタン307を得る。
 得られたパタンは、消費電力解析107、消費電力見積もり(ステップ407)によって、実際に消費電力を見積もられる。
(効果の説明)
 本実施形態においては、以下に記載するような効果を奏する。
 第1の効果は、組合せ回路の動作率解析に必要な長いシミュレーション時間や、シミュレーション結果の保持を不要にすることである。
 その理由は、フリップフロップの動作回数のみを利用して、組合せ回路部の動作率を推定するため、着目点がフリップフロップのみとなり、全素子を着目する必要がないからである。
 第2の効果は、より高い動作率の可能性のある入力パタンを生成し、パタンで得られる最大に近い消費電力の導出、解析が容易になることである。
 その理由は、既に得られた組合せ回路の高い動作率を発生させるパタンの一部を変化させた、より高い動作率をもつ入力パタンを生成しているからである。それによりさらに大きい消費電力を導出するパタンを生成することが可能となる。
(第2の実施形態)
 次に、本発明を実施するための第2の実施形態について説明する。上述した第1の実施形態と比較し、特に消費電力の見積もりについてさらに工夫している。その動作のフローを示す図を図4及び図5に示す。
 前述した図1~図3に示される第1の実施形態では、最大電力導出予測パタン304、あるいは、更新最大電力導出パタン307を得て完了している。そして実際の消費電力解析は、図3にて消費電力見積もり(ステップ407)を最終的に行うのみである。
 それに対し、第2の実施形態では図4、図5から分かる通り、図4のパタン変動106や、図5のパタン変化観測(ステップ405)を行った後、それぞれ消費電力解析107(図4)や、消費電力見積もりパタン選択(図5のステップ408)を適用している。パタンを変化させた後にそのパタンによる実際の消費電力解析を行っているので、実際に消費電力が大きくなるパタンを選択するように動作することになる。
(効果の説明)
 以上説明したように、本実施形態においては、以下に記載するような効果を奏する。
 即ち本実施形態では、第1の実施形態の場合より実際に消費電力が大きくなるパタンを選択するように動作させている。従って重み付け動作数が最大の場合と実際の消費電力が最大なタイミングが異なっていても、処理時間の長大化、必要な記憶容量の増大化を防ぎつつ、より正確に消費電力を導出するパタンを生成することのできる回路動作解析方法を提供できる。
(第3の実施形態)
 本発明を実施するための第3の実施形態について説明する。
 第3の実施形態の基本的構成は第1の実施形態の構成と比較し、特にFFの重み付き動作数の総和が最大となるパタンを選び、その近傍を発生させ、より大きな消費電力を発生するパタンを生成している点に特徴がある。
 本実施形態の回路動作解析方法では、半導体集積回路を表現する回路配線情報301と、回路テストパタン302、および、回路素子の各論理や、各面積、容量などの消費電力情報を持ったライブラリ308が処理に対して入力される。その結果として、より大きな消費電力を与えると予測される最大電力導出予測パタン304、及び、それをさらに更新した更新最大電力導出パタン307、あるいは消費電力解析結果309を出力として得る。
 その際に、図6に示すように、実際の消費電力が最大となるパタンが各FFの重み付き動作数の総和が最大となるパタンの場合と同じとならずに時間的にずれたパタンの時に生じる場合があることを利用する。すなわち、FFの重み付き動作数の総和が最大となるパタンを選び、時間的に前後のパタンを発生させ、より大きな消費電力を発生するパタンを生成するものである。
 このために、図1、図3に示すように回路配線情報301と、回路テストパタン302、およびライブラリ308を利用して、論理シミュレーション(ステップ401)によって実現される値変化観測処理101により各FFの動作回数を計算する。
 各FFが駆動する組合せ回路の素子数が異なるため、たとえば、1個の組合せ回路のみを駆動するFFの動作率が高い場合よりも、動作率は低くとも駆動する組合せ回路が多いFFのほうが大きな電力を消費する。
 図2に示すように、あるFFが駆動する組合せ回路を組合せ回路切り出し201で切り出し、その組合せ回路に関連するFFに組合せ回路の消費電力に関連する情報を関連FF値付与202にて対して付与する。その後、付与された情報等を基に各FFの重みをFF重み計算203にて算出して付与している。これらの手順はFF重みつけ110、あるいは、ステップ402のFF重み分配などで実行される。
 次に、値変化総和処理102で、あるパタンに対するFFの変化率の総和を求める。
 最大変化抽出103や、最大電力予測(ステップ403)などで総和を求めるが、図7のようにパタンの単位時間の扱い方によって、単位時間のパタンの動作の総和が最大になる点が異なる。ここで単位時間とは、回路の動作率や消費電力を算出する最小の時間区間をいう。
 そこで、次に述べる手順で単位時間を決定する。図8はその手順を説明する図であり、図1の最大変化抽出103、パタン生成104の詳細を説明している。すなわち、あらかじめ分割するクロック数を基本クロック数入力(ステップ501)で入力し、基本クロック分割(ステップ502)で与えられたパタンをその基本クロック数で分割する。基本クロック数とはLSIを動作させる為の基準となるクロックである。その後、最大動作点検出(ステップ503)にてその分割されたパタンの中で重み付き動作数が最大のものを求め、周辺マージ(ステップ504)でその周辺、即ち前後のパタンをマージしていく。LSIが初期状態から正確な消費電力を見積もることのできる状態(通常状態)になるまで回路規模やFFの段数などに依存するある一定以上のパタン数が必要であるためである。電力を見積もることのできるパタン数となるまで規定サイズ検査(ステップ505)で検査し、満たさないうちは、周辺マージ(ステップ504)を繰り返す。
 そして規定サイズと等しくなった、あるいは超えた場合は、パタン出力(ステップ506)でそのパタンを出力する。このパタン生成がパタン生成104であり、計測パタン303が生成され、組合せ回路遷移解析105を経て最大電力導出予測パタン304となる。
 これにより、FFの動作率が高い部分に着目した、最大消費電力を導出するパタンの生成が可能となる。
 なお、ここまでの処理は、すべてFFの動作のみを観測するため、そのパタン生成が非常に容易である。しかし、図8の処理を組合せ回路素子を含む動作回数測定に対して実行しても良い。
 最大電力導出予測パタン304はそれ自体、大きい動的消費電力を導出するパタンである。しかし、それをベースにさらなる大きな消費電力が予測されるパタンを生成するのが、図1に於けるパタン変動106、図3に於けるパタン変化(ステップ405)である。
 図9はこのパタン変動106、パタン変化(ステップ405)を説明する図である。図9は本実施形態が想定しているLSIの回路(回路配線情報)についての概念図を示している。図9で雲の形をしたものはLSIの回路を、「IN」と描かれたものは前記回路に対する6本の入力を、「OUT」と描かれたものは前記回路からの6本の出力を表している。図9の例では回路を構成する入力(図9のIN)のうち、任意の部分入力(図では上から2番目及び下から2番目のIN)に対して0を1に、1を0に変化させている。実際にはどの入力を変化させるかは、乱数の利用や、回路の特性に応じた方法などにより決定される。
 図10では、別の例として、ある時間単位のパタンにおいて時間的に任意の位置のビットパタンを反転させる例を示す。図10は本実施形態に於いて想定している回路テストパタンの一部分の例を示している。図10の上の数列“0001011010111”はLSIの特定の入力に入力されるビット列を表している。図10の下の数列“1001011010101”はパタンを変化させた後のビット列を表している。図10において四角で囲まれているビットは反転させたビットであることを示している。図10では“0001011010111”という入力に対し、時間的に最初の入力と最後から2番目の入力を反転させ“1001011010101”とした例を示した。何個反転させるかの設定は、外部から入力するとしても良いし、全体の10%と定めるとしても良い。
 これにより最大電力を発生させる最大電力導出予測パタン304をベースに、少し変化させたパタンである更新最大電力導出パタン307を得ることができる。
 変化させた更新最大電力導出パタン307が最大電力導出予測パタン304より、より大きな電力を発生させることができるかどうかを継続判断(ステップ406)で判断を行う。たとえば大きな電力を発生させることのできるパタンの場合は、パタン変化(ステップ405)を継続して行う。なお継続の条件としては、大きな電力が発生できなくてもある一定回数までは継続するとしてもよいし、最大電力導出予測パタン304からの消費電力の減少がある一定以下ならば継続させるとしてもよい。
 この継続条件は継続判断(ステップ406)が参照するフラグで決定される。フラグの条件はあらかじめ入力されている。これにより大きな消費電力が予測される更新最大電力導出パタン307を求めることができ、これを消費電力見積もり(ステップ407)に回路配線情報301、ライブラリ308とともに入力すれば、消費電力見積もりを行うことができる。図4の場合は、図1の場合と異なり、消費電力見積もり107をパタン変動106後に行って最大消費電力を探索する際の選択の評価に利用するとしている。従って図4の構成では、処理時間は長くなるが、より正確にパタンを得ることができる。
(効果の説明)
本実施形態においては、以下に記載するような効果を奏する。
 即ち本実施形態では、第1の実施形態の場合よりも、処理時間の長大化、必要な記憶容量の増大化を防ぎつつ、より正確に、より大きな消費電力を導出するパタンを生成することのできる回路動作解析方法を提供できる。
(第4の実施形態)
 次に、本発明を実施するための第4の実施形態について説明する。
 図11に第4の実施形態の回路動作解析装置の構成を示す。
 第4の実施形態の回路動作解析装置1100は、回路テストパタンに於ける計測区間を変化させ回路配線情報に含まれるフリップフロップの動作回数が最大となる区間を回路テストパタンから抽出する最大変化抽出手段1101を有する。最大変化抽出手段1101には解析対象である回路配線情報と回路配線情報に印加する回路テストパタンとが入力される。
 更に回路動作解析装置1100は、前記区間に含まれるパタンを基に第2の回路テストパタンを生成するパタン生成処理1102と、第2の回路テストパタンを印加した際の前記回路配線情報の消費電力を解析する消費電力解析処理1103と、を有する。
(効果の説明)
 本実施形態においては、以下に記載するような効果を奏する。
 即ち本実施形態では、処理時間の長大化、必要な記憶容量の増大化を防ぎつつ、より動作率の高いテストパタンを生成し、より大きなピーク消費電力を導出することのできる回路動作解析方法を提供することができる。
 なお、ここまで説明した各実施形態では、次のようなものでもよい。即ち例えば各種データ処理を行うパーソナルコンピュータ装置に、本例に相当する処理を行うボードやカードなどを装着し、各処理を、コンピュータ装置側で実行させる。このようにして、その処理を実行するソフトウェアをパーソナルコンピュータ装置に実装させて実行する構成としても良い。
 以上、実施形態を参照して本願発明を説明したが、本願発明は上記実施形態に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。
 この出願は、2011年8月25日に出願された日本出願特願2011−183793を基礎とする優先権を主張し、その開示の全てをここに取り込む。
 本発明は、半導体集積装置の動的消費電力の解析に関し、特に、必要な回路動作率の解析手法に関するものであり、産業上の利用可能性を有する。
 101 値変化観測処理
 102 値変化総和処理
 103 最大変化抽出
 104 パタン生成
 105 組合せ回路遷移解析
 106 パタン変動
 107 消費電力解析
 110 FF重みづけ
 201 組合せ回路切り出し
 202 関連FF値付与
 203 FF重み計算
 301 回路配線情報
 302 回路テストパタン
 303 計測パタン
 304 最大電力導出予測パタン
 305 FF重みリスト
 306 FFパタン
 307 更新最大電力導出パタン
 308 ライブラリ
 309 消費電力解析結果

Claims (8)

  1.  解析対象である回路配線情報と前記回路配線情報に印加する回路テストパタンとが入力され、前記回路テストパタンに於ける計測区間を変化させ前記回路配線情報に含まれるフリップフロップの動作回数が最大となる区間を前記回路テストパタンから抽出する最大変化抽出処理と、
     前記区間に含まれるパタンを基に第2の回路テストパタンを生成するパタン生成処理と、
     前記第2の回路テストパタンを印加した際の前記回路配線情報の消費電力を解析する消費電力解析処理と
    を有することを特徴する、回路動作解析方法。
  2.  前記値変化観測処理は更に前記フリップフロップが駆動する組合せ回路に関する情報を付加するフリップフロップ重み付けを有する
    ことを特徴とする請求項1に記載の回路動作解析方法。
  3.  前記フリップフロップ重み付けは、前記回路配線情報中より前記組合せ回路を切り出し、切り出した前記組合せ回路の情報を、前記組合せ回路の接続された前記フリップフロップに対して付与し、フリップフロップ重み計算により各前記フリップフロップに重みを付与する、
    ことを特徴とする請求項1または請求項2に記載の回路動作解析方法。
  4.  更に、前記第2の回路テストパタンを加工し、前記フリップフロップの動作回数のより大きなパタンを得るようパタン変動処理を行う、
     ことを特徴とする、請求項1乃至3の何れかに記載の回路動作解析方法。
  5.  更に、前記第2の回路テストパタンの評価のために消費電力解析を利用する、
     ことを特徴とする請求項1乃至4の何れかに記載の回路動作解析方法。
  6.  基本クロック数を入力し、前記基本クロック数で前記回路テストパタンを分割し、前記分割されたパタンのうち回路の動作率が最大のものを選出した後に、パタンが所要のサイズ以上となる様に前記選出されたパタンの前後のパタンのマージを行なうことにより単位時間を決定する
    ことを特徴とする請求項1乃至5の何れかに記載の回路動作解析方法。
  7.  解析対象である回路配線情報と前記回路配線情報に印加する回路テストパタンとが入力され、前記回路テストパタンに於ける計測区間を変化させ前記回路配線情報に含まれるフリップフロップの動作回数が最大となる区間を前記回路テストパタンから抽出する最大変化抽出手段と、
     前記区間に含まれるパタンを基に第2の回路テストパタンを生成するパタン生成手段と、
     前記第2の回路テストパタンを印加した際の前記回路配線情報の消費電力解析手段と
    を有することを特徴とする回路動作解析装置。
  8.  解析対象である回路配線情報と前記回路配線情報に印加する回路テストパタンとが入力され、前記回路テストパタンに於ける計測区間を変化させ前記回路配線情報に含まれるフリップフロップの動作回数が最大となる区間を前記回路テストパタンから抽出する最大変化抽出ステップと、
     前記区間に含まれるパタンを基に第2の回路テストパタンを生成するパタン生成ステップと、
     前記第2の回路テストパタンを印加した際の前記回路配線情報の消費電力解析ステップと
    をコンピュータに実行させる回路動作解析プログラム。
PCT/JP2012/071108 2011-08-25 2012-08-15 回路動作解析方法、回路動作解析装置及び回路動作解析プログラム WO2013027738A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2011183793 2011-08-25
JP2011-183793 2011-08-25

Publications (1)

Publication Number Publication Date
WO2013027738A1 true WO2013027738A1 (ja) 2013-02-28

Family

ID=47746477

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/071108 WO2013027738A1 (ja) 2011-08-25 2012-08-15 回路動作解析方法、回路動作解析装置及び回路動作解析プログラム

Country Status (2)

Country Link
JP (1) JPWO2013027738A1 (ja)
WO (1) WO2013027738A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112162205A (zh) * 2020-09-25 2021-01-01 上海商米科技集团股份有限公司 电子价签的电池寿命测试方法和装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
WENG, CHIA-CHIEN ET AL.: "RT-Level Vector Selection for Realistic Peak Power Simulation", GLSVLSI'07 PROCEEDINGS OF THE 17TH ACM GREAT LAKES SYMPOSIUM ON VLSI, ACM, 2007, pages 576 - 581 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112162205A (zh) * 2020-09-25 2021-01-01 上海商米科技集团股份有限公司 电子价签的电池寿命测试方法和装置

Also Published As

Publication number Publication date
JPWO2013027738A1 (ja) 2015-03-19

Similar Documents

Publication Publication Date Title
US8095354B2 (en) Power consumption peak estimation program for LSI and device therefor
US9141736B2 (en) Method for power estimation for virtual prototyping models for semiconductors
JP2004062902A (ja) Rtl電力推定を効率的に行うための方法とそのシステム
Veetil et al. Fast statistical static timing analysis using smart Monte Carlo techniques
CN105138769A (zh) 一种用于可编程电路的时序模型生成方法及装置
JP4651620B2 (ja) 電力算出装置、電力算出方法、耐タンパ性評価装置及び耐タンパ性評価方法
JP4908281B2 (ja) 消費電力解析プログラム、消費電力解析方法及び消費電力解析装置
Raghunathan et al. High-level macro-modeling and estimation techniques for switching activity and power consumption
WO2013027738A1 (ja) 回路動作解析方法、回路動作解析装置及び回路動作解析プログラム
JP2008299464A (ja) 消費電力計算方法、消費電力計算プログラムおよび消費電力計算装置
JP5370256B2 (ja) 解析支援プログラム、解析支援装置および解析支援方法
US8452581B2 (en) Technique using power macromodeling for register transfer level power estimation
Chiprout On-die power grids: The missing link
JP5561274B2 (ja) 電源設計システム、電源設計方法、及び電源設計用プログラム
JP5146087B2 (ja) 消費電力見積方法、回路設計支援装置及びプログラム
Chou et al. Average-case technology mapping of asynchronous burst-mode circuits
von Kistowski et al. Univariate interpolation-based modeling of power and performance
CN112149370A (zh) 芯片老化的静态时序分析方法、装置和电子设备
JP6242170B2 (ja) 回路設計支援装置及びプログラム
JP5332972B2 (ja) デカップリング容量決定方法、デカップリング容量決定装置およびプログラム
Agni et al. Gate matching algorithm for early false path detection in statistical static timing analysis
JP2007272288A (ja) 消費電力算出プログラム、記録媒体、消費電力算出方法、および消費電力算出装置
JP5510274B2 (ja) 集積回路の消費電力解析装置及びその方法
Liu et al. Simultaneous slack budgeting and retiming for synchronous circuits optimization
JP6175637B2 (ja) 電力見積支援プログラム、電力見積支援装置および電力見積支援方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12825037

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2013530028

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12825037

Country of ref document: EP

Kind code of ref document: A1