cereal
Newbie level 4
Hello everyone,
In the Cadence Virtuoso, the correlations between parameters or devices can be easily done by following definitions.
The correlations are considered due to spatial locations of devices which result in the process variations.
However, I would like to know whether the correlations can be defined in HSPICE? And how?
Thanks a lot...
In the Cadence Virtuoso, the correlations between parameters or devices can be easily done by following definitions.
Code:
statistics{
process{
vary Lb dist=gauss std=1.46n/3 percent=no
}
correlate param = [Lb_W1 Lb_W2] cc=0.9
mismatch{
vary Lb dist=gauss std=2.5n/3 percent=no
}
correlate dev = [I10 I13] cc = 0.8 // cc is coefficient.
}
However, I would like to know whether the correlations can be defined in HSPICE? And how?
Thanks a lot...
Last edited by a moderator: