S
Svenn Bjerkem
Guest
Hi,
I am having a bit trouble with an ac simulation on an NMOS transistor.
ac1 ac param=vgs freq=100k start=-0.5 stop=1.0 step=0.05
ac1Info info what=all where=rawfile
In the mdl file I now specify my measurement as:
alias measurement cvmeas {
export real cv = im(NMOS:d)
run ac1
}
But I get an error message telling me that
Error found by spectre.
NMOS: Undefined parameter name `d'.
line `6': MDL expression for identifier 'cv' can not be evaluated
due to previous
errors.
When I use the result browser in wavescan I can see that there is a
variable called NMOS:d in the cvsmeas-foreach folder and the calculator
function im(NMOS:d) give me a result that I can use. I run wavescan in
mdl mode.
I also have a
save NMOS:all
in my spectre netlist.
I wonder what I am missing here....
--
Svenn
I am having a bit trouble with an ac simulation on an NMOS transistor.
ac1 ac param=vgs freq=100k start=-0.5 stop=1.0 step=0.05
ac1Info info what=all where=rawfile
In the mdl file I now specify my measurement as:
alias measurement cvmeas {
export real cv = im(NMOS:d)
run ac1
}
But I get an error message telling me that
Error found by spectre.
NMOS: Undefined parameter name `d'.
line `6': MDL expression for identifier 'cv' can not be evaluated
due to previous
errors.
When I use the result browser in wavescan I can see that there is a
variable called NMOS:d in the cvsmeas-foreach folder and the calculator
function im(NMOS:d) give me a result that I can use. I run wavescan in
mdl mode.
I also have a
save NMOS:all
in my spectre netlist.
I wonder what I am missing here....
--
Svenn