Home
  • Products
  • Solutions
  • Support
  • Company
  • Products
  • Solutions
  • Support
  • Company
Community Analog/Custom Design Spectre Tech Tips: Introducing Spectre FMC Analysis

Author

Jianhe Guo
Jianhe Guo

Community Member

Blog Activity
Options
  • Subscriptions

    Never miss a story from Analog/Custom Design. Subscribe for in-depth analysis and articles.

    Subscribe by email
  • More
  • Cancel
Spectre Circuit Simulator
Monte Carlo analysis
Spectre Fast Monte Carlo
Virtuoso ADE Assembler
ADE Assembler

Spectre Tech Tips: Introducing Spectre FMC Analysis

31 Aug 2023 • 3 minute read

 As the process feature sizes have scaled down, the impact of device mismatch on circuit performance has increased and now, even more Monte Carlo simulations are required to analyze the impact of this mismatch on performance metrics. With standard Monte Carlo algorithms, it is not feasible (high cost) to complete even one million Monte Carlo simulations needed in memory design to determine 4σ yield numbers. It is obvious that more than one billion simulations would be required for high-sigma yield analysis.

Spectre FMC Analysis has been developed with an advanced algorithm to speed up the high-sigma simulation with two capabilities, FMC worst sample prediction and FMC yield estimation. This blog describes the command-line options to use these capabilities of Spectre FMC analysis. 

FMC Worst Sample Prediction

This new feature allows you to extract useful statistical information without running the full set of Monte Carlo samples, especially for a high-sigma analysis. It simulates the worst samples of a measurement only in the tail of distribution based on the machine learning sample reordering method. Building a model with job distribution can further speed up the performance, as shown below.

 Spectre FMC analysis flow

Spectre FMC worst sample prediction is supported in both Virtuoso ADE Product Suite and Spectre command line.

To perform the worst sampling simulation, you need to specify any two of these parameters: numruns, fmcsigma and fmcnumtailsamples.

mc1 montecarlo numruns=20000 firstrun=1 seed=12345 \
   variations=all donominal=no savefamilyplots=no \
    fmcmethod=worstsample fmcsigma=3 {
       tran tran step=1p stop=2n
 }

Then, specify the selected measurements to be identified for the worst sample in the statistics target goal block.   

 statistics {
  target {
     goal  <measurement_name>  min=<value>
     goal  <measurement_name>  max=<value>
     goal  <measurement_name>  min=<value> max =<value>
  }
}

FMC Yield Estimation

Spectre FMC yield estimation provides a fast answer for quick sigma, failure rate, and confidence intervals when the simulation budget is limited. It determines the yield based on the boundaries of a measurement goal with a fixed cost of simulations.

mc1 montecarlo numruns=1e+6 fmcmethod=yieldest  \
fmcbudget=3000 fmcconfidence=0.95 {
    tran tran step=1p stop=tran_time autostop=yes
}

To improve performance, you can use distributed mode for both FMC worst sample prediction and FMC yield estimation analyses. Use one of the available options, fork, lsf, or sge, to launch child processes. In addition, use the command-line option +mp=<number_of_processes> to specify the number of child processes to be launched.

 %bsub –R "(OSNAME==Linux)" "spectre +aps -mt +mp=50 input.scs –outdir fullpath/out_mp/"

 To run all the distributed jobs on the same host, specify +mplauncher=ksh in addition to the above command.

Related Resources

  • Blog: Early, Accurate, and Faster Exploration and Debug of Worst-Case Design Failures with ML-Based Spectre FMC Analysis
  • Spectre Classic Simulator, Spectre APS, Spectre X, Spectre XPS, Spectre FMC Analysis, and Legato Reliability Solution User Guide

You may also contact your Cadence Customer Support for guidance.

For more information on Cadence products and services, visit www.cadence.com.

 
Jianhe Guo

About Spectre Tech Tips

Spectre Tech Tips is a blog series aimed at exploring the capabilities and potential of Spectre®. In addition to providing insight into the useful features and enhancements in Spectre, this series broadcasts the voice of different bloggers and experts, who share their knowledge and experience on all things related to Spectre. Enter your email address in the Subscriptions box and click SUBSCRIBE NOW to receive notifications about our latest Spectre Tech Tips posts.


© 2023 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information