<#445 Different random variables for each device i...
# open_pdks
g
#445 Different random variables for each device in monte-carlo simulation Issue created by rnunes2311 Hi, It looks like every device is getting independent/different random variables assigned in a monte-carlo simulation. I also realised that the resistors were not getting any variation. This appears to be a mistake in the parameters_res_nom.spice. For example:
.param sw_sky130_fd_pr__res_high_po_rs = {325.0+corner_factor*0.0} + process_mc_factor*MC_PR_SWITCH*GAUSS(0,0.035,1)
GAUSS generates random values relative to the mean, which is 0. Therefore it always generates 0, I believe. RTimothyEdwards/open_pdks