Cadence Monte Carlo Simulation - PTM Model
Hi,
I am trying to make monte carlo simulations with PTM model files. As attached to this post,
I have added this quoted lines to my model file. The cellNMOSwidth is the parameter for the width
of the bottom nmos of regular 6T sram cell, as can be guessed. This is working and results are
as expected. BUT, If i put for example toxe (which is parameter defined for nmos in model file,
it can be checked from attachment ) to place of cellNMOSwidth, it does not work, I cannot make it.
It gives me error "toxe is not a parameter". Yes I know indeed it is not in the parameter list, it is obvious when I create my whole netlist.
But I need to play with those parameters, and I dont know how to make it work.
Secondly,
My aim is to play with oxide thickness... and I thought toxe or toxp are related to oxide thickness.
Can anyone also inform me whether I am true or not?
statistics{
process{
vary cellNMOSwidth dist=gauss std=12 percent=yes
vary cellPMOSwidth dist=gauss std=12 percent=yes
}
mismatch {
vary cellPMOSwidth dist=gauss std=24 percent=yes
}
}
Many Thanks
-CG