srini.pes
Member level 3
- Joined
- May 28, 2010
- Messages
- 61
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Location
- NIT calicut
- Activity points
- 1,725
Hi to all
i am writing a verilogA model for a FET.
In that., i have some calculation with the error function erf(A1)
and 'A1' is some fraction with square root.
i have mentioned 'A1' earlier and mentioned as follows..
A1 = sqrt(A_S1/`kT);
erf(A1)
The error was
'A1' (0) is neither a branch nor a net name.
and i have one more term in my calculation as
exp(-(A_S1/`kT)
when i removed my erf function then the error was
'A_S1' (0) is neither a branch nor a net name.
Please clarify this to me
Thanks and Regards
SRINI
i am writing a verilogA model for a FET.
In that., i have some calculation with the error function erf(A1)
and 'A1' is some fraction with square root.
i have mentioned 'A1' earlier and mentioned as follows..
A1 = sqrt(A_S1/`kT);
erf(A1)
The error was
'A1' (0) is neither a branch nor a net name.
and i have one more term in my calculation as
exp(-(A_S1/`kT)
when i removed my erf function then the error was
'A_S1' (0) is neither a branch nor a net name.
Please clarify this to me
Thanks and Regards
SRINI