Patentable/Patents/US-10762166
US-10762166

Adaptive accelerated yield analysis

PublishedSeptember 1, 2020
Assigneenot available in USPTO data we have
Inventorsnot available in USPTO data we have
Technical Abstract

Methods, systems, can computer program products for optimizing statistical method of computing output yields are provided. Aspects include determining a target criteria of a system for statistical analysis, based on the target criteria, determining a statistical analysis algorithm for the simulation, determining a block size for a plurality of statistical samples of the system for a parallelization of the statistical analysis algorithm, generating the plurality of statistical samples of the system, simulating the plurality of statistical samples of the system to determine one or more output yields, calculating a confidence interval for each of the one or more output yields, wherein the confidence interval comprises a lower bound, comparing the lower bound to a threshold standard deviation of a probability density function, and adjusting the block size for the plurality of statistical samples based on determining that the lower bound is less than the threshold standard deviation.

Patent Claims
20 claims

Legal claims defining the scope of protection, as filed with the USPTO.

1

1. A computer-implemented method for optimizing statistical methods of computing output yields, the method comprising: determining a target criteria of a circuit design for statistical analysis; based at least in part on the target criteria, determining a statistical analysis algorithm for the statistical analysis; determining a block size for a plurality of statistical samples of the circuit design for a parallelization of the statistical analysis algorithm; generating the plurality of statistical samples of the circuit design; simulating the plurality of statistical samples of the circuit design to determine one or more output yields; calculating a confidence interval for each of the one or more output yields, wherein the confidence interval comprises a lower bound; comparing the lower bound to a threshold standard deviation of a probability density function; adjusting the block size for the plurality of statistical samples of the circuit design based on determining that the lower bound is less than the threshold standard deviation of the probability density function; generating a block of new statistical samples of the circuit design, wherein the block comprises the adjust block size; performing a simulation utilizing the block of new statistical samples of the circuit design; determining a result of the simulation; and manufacturing a circuit based on based on the result of the simulation.

2

2. The computer-implemented method of claim 1 , further comprising: determining that the target criteria comprises a target failure probability; determining a failure rate for a first output yield of the one or more output yields, wherein the failure rate for the first output yield is determined based on comparing the first output yield to a failure threshold; based at least in part on the determining that the failure rate of the first output yield does not match the target failure probability, adjusting the failure threshold.

3

3. The computer-implemented method of claim 1 , further comprising: determining that the target criteria comprises a target output yield; comparing a first output yield of the one or more output yields to the target output yield; based at least in part on determining that the first output yield is greater than the target output yield, removing the first output yield from the statistical analysis.

4

4. The computer-implemented method of claim 1 , further comprising: determining a second statistical analysis algorithm based on determining that the lower bound is greater than the threshold standard deviation of the probability density function.

5

5. The computer-implemented method of claim 1 , further comprising: analyzing, using a machine learning model, the plurality of statistical samples of the circuit design for the statistical analysis algorithm; predicting, by the machine learning model, one or more statistical samples of the plurality of samples of the circuit design that satisfy the target criteria; removing one or more target criteria from one or more target criteria of the circuit design.

6

6. The computer-implemented method of claim 5 , further comprising: storing the one or more statistical samples in a memory; simulating the one or more statistical samples to determine output yields for the one or more sample configurations; and based on the output yields of the one or more of the target criteria, adjusting one or more parameters of the machine learning model.

7

7. The computer-implemented method of claim 1 , further comprising: modifying the statistical analysis algorithm based on determining that the lower bound is greater than the threshold standard deviation of the probability density function.

8

8. The computer-implemented method of claim 1 , wherein the confidence interval comprises a Wilson score interval.

9

9. The computer-implemented method of claim 1 , wherein the probability density function comprises a normal distribution of historical output yields of historical simulations.

10

10. The computer-implemented method of claim 1 , wherein the statistical analysis algorithm comprises a Monte Carlo method computational algorithm.

11

11. The computer-implemented method of claim 1 , wherein the statistical analysis comprises a circuit simulation.

12

12. A system for optimizing statistical methods of computing output yields, the system comprising: a processor communicatively coupled to a memory, the processor configured to: determine a target criteria of a circuit design for statistical analysis; based at least in part on the target criteria, determine a statistical analysis algorithm for the statistical analysis; determine a block size for a plurality of statistical samples of the circuit design for a parallelization of the statistical analysis algorithm; generate the plurality of statistical samples of the circuit design; simulate the plurality of statistical samples of the circuit design to determine one or more output yields; calculate a confidence interval for each of the one or more output yields, wherein the confidence interval comprises a lower bound; compare the lower bound to a threshold standard deviation of a probability density function; adjust the block size for the plurality of statistical samples of the circuit design based on determining that the lower bound is less than the threshold standard deviation of the probability density function; generate a block of new statistical samples of the circuit design, wherein the block comprises the adjust block size; perform a simulation utilizing the block of new statistical samples of the circuit design; and determine a result of the simulation; and manufacturing a circuit based on based on the result of the simulation.

13

13. The system of claim 12 , wherein the processor is further configured to: determine that the target criteria comprises a target failure probability; determine a failure rate for a first output yield of the one or more output yields, wherein the failure rate for the first output yield is determined based on comparing the first output yield to a failure threshold; based at least in part on the determining that the failure rate of the first output yield does not match the target failure probability, adjust the failure threshold.

14

14. The system of claim 12 , wherein the processor is further configured to: determine that the target criteria comprises a target output yield; compare a first output yield of the one or more output yields to the target output yield; based at least in part on determining that the first output yield is greater than the target output yield, remove the first output yield from the statistical analysis.

15

15. The system of claim 12 , wherein the processor is further configured to: determine a second statistical analysis algorithm based on determining that the lower bound is greater than the threshold standard deviation of the probability density function.

16

16. A computer program product for optimizing simulation output yields comprising a computer readable storage medium having program instructions embodied therewith, the program instructions executable by a processor to cause the processor to perform a method comprising: determining a target criteria of a circuit design for statistical analysis; based at least in part on the target criteria, determining a statistical analysis algorithm for the statistical analysis; determining a block size for a plurality of statistical samples of the circuit design for a parallelization of the statistical analysis algorithm; generating the plurality of statistical samples of the circuit design; simulating the plurality of statistical samples of the circuit design to determine one or more output yields; calculating a confidence interval for each of the one or more output yields, wherein the confidence interval comprises a lower bound; comparing the lower bound to a threshold standard deviation of a probability density function; adjusting the block size for the plurality of statistical samples of the circuit design based on determining that the lower bound is less than the threshold standard deviation of the probability density function; generating a block of new statistical samples of the circuit design, wherein the block comprises the adjust block size; performing a simulation utilizing the block of new statistical samples of the circuit design; determining a result of the simulation; and manufacturing a circuit based on based on the result of the simulation.

17

17. The computer program product of claim 16 , further comprising: determining that the target criteria comprises a target failure probability; determining a failure rate for a first output yield of the one or more output yields, wherein the failure rate for the first output yield is determined based on comparing the first output yield to a failure threshold; based at least in part on the determining that the failure rate of the first output yield does not match the target failure probability, adjusting the failure threshold.

18

18. The computer program product of claim 16 , further comprising: determining that the target criteria comprises a target output yield; comparing a first output yield of the one or more output yields to the target output yield; based at least in part on determining that the first output yield is greater than the target output yield, removing the first output yield from the statistical analysis.

19

19. The computer program product of claim 16 , further comprising: determining a second simulation algorithm based on determining that the lower bound is greater than the threshold standard deviation of the probability density function.

20

20. The computer program product of claim 16 , further comprising: analyzing, using a machine learning model, the plurality of statistical samples of the circuit design for the statistical analysis algorithm; predicting, by the machine learning model, one or more statistical samples of the plurality of statistical samples of the circuit design that satisfy the target criteria; removing the one or more statistical samples from one or more target criteria of the circuit design.

Classification Codes (CPC)

Cooperative Patent Classification codes for this invention. Click any code to explore related patents in that topic.

Patent Metadata

Filing Date

June 7, 2019

Publication Date

September 1, 2020

Want to explore more patents?

Browse 5M+ US patents with plain-English claim translations and AI-generated analysis.

Citation & reuse

Analysis on this page is generated by Patentable — an AI-powered patent intelligence platform. AI-generated summaries, explanations, and analysis may be reused with attribution and a visible link back to the canonical URL below. Patent abstracts and claims are USPTO public domain.

Cite as: Patentable. “Adaptive accelerated yield analysis” (US-10762166). https://patentable.app/patents/US-10762166

© 2026 Patentable. All rights reserved.

Patentable is a research and drafting-assistant tool, not a law firm, and does not provide legal advice. Documents we generate are drafts for review by a licensed patent attorney.