Juan Andres
05/15/2022, 10:46 PMRyan Wans
05/16/2022, 12:47 AMalter @name_of_fet[width] = 2
Juan Andres
05/16/2022, 12:52 AMRyan Wans
05/16/2022, 12:53 AMStefan Schippers
05/16/2022, 6:41 AMalter m.xm2.msky130_fd_pr__nfet_01v8 W='0.4 + run * 0.1'
, assuming run
is a loop parameter (1, 2, 3....10), xm2
is the nmos in the schematic.
It does not work:
Error: no model available for w= 5.0000000e-01 l= 1.5000000e-07.
I have also tried to scale down the alter assignment by 1e-6 :
alter m.xm2.msky130_fd_pr__nfet_01v8 W='4e-7 + run * 1e-7'
. This also didn't work.
These are the things i tested some time ago, after all the failures i decided this is not possible to do with ngspice.Juan Andres
05/17/2022, 3:34 PMStefan Schippers
05/17/2022, 10:20 PM