w and l must be exact altermod parameter for MOS binning
This commit is contained in:
parent
d3da0d5ebf
commit
3999dcc700
|
|
@ -1311,7 +1311,7 @@ com_alter_common(wordlist *wl, int do_model)
|
|||
|
||||
/* If we want alter the geometry of a MOS device
|
||||
we have to ensure that we are in the valid model bin. */
|
||||
if ((dev[0] == 'm') && ((param[0] == 'w') || (param[0] == 'l')))
|
||||
if ((dev[0] == 'm') && (eq(param, "w") || eq(param, "l")))
|
||||
if_set_binned_model(ft_curckt->ci_ckt, dev, param, dv);
|
||||
|
||||
if_setparam(ft_curckt->ci_ckt, &dev, param, dv, do_model);
|
||||
|
|
|
|||
Loading…
Reference in New Issue