-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Statistical modeling with parameter mc_ok #149
Comments
@dwarning Can you share your testbench or at least how you invoke this corner with Sigma=6?
I want to try the Monte Carlo simulation in combination with CACE. What is a suitable value for Sigma = mc_ok? Where do you get 6 from? Thanks! Edit: Ok, never mind. Just make |
@simi1505 |
Yes, these should be 3-Sigma |
Thanks for the fast support! However, there is something I do not understand. I thought mc_ok equals sigma? The Ngspice manual defines gauss() as follows:
And in the sg13g2_moslv_stat.lib file it is called with If I now define |
Expected Behavior
Turning on and off statistical modeling by choosing different corners
Actual Behavior
Turning on and off statistical modeling by choosing different corners PLUS option to change the sigma of the Gaussian function using mc_ok.
Fix
There are multiple options depending on the wanted behavior. The most obvious is:
Replace all mc_ok appearances with Sigma in the ngspice/models/cornerXXX.lib files
Thanks
I report this here after someone else reported this to me.
The text was updated successfully, but these errors were encountered: