Hi , how do I run a Monte Carlo simulation and ex...
# ieee-sscs-dc-22
a
Hi , how do I run a Monte Carlo simulation and export the results in.csv format file ? and corner test analysis in xschem @Boris Murmann @Tim Edwards
b
I haven't done this with ngspice, but the manual should tell you. Perhaps others can chime in.
👍 1
t
Make sure the ngspice testbench includes (with "`.lib`") the
sky130.lib.spice
file with the Monte Carlo corner
mc
.
a
thank you @Tim Edwards