Re: gnucap: ../Gnucap/e_elemnt.h:150: double ELEMENT::dampdiff(double*, const double&): Assertion `*v0 == *v0' failed.
"a r" <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.general |
|---|---|
| Message-ID | <[email protected]> |
Just an information to others. Setting "m" parameter for bsim310 devices still doesn't work. -r. On Feb 19, 2008 9:36 PM, a r <[email protected]> wrote: > gnucap: ../Gnucap/e_elemnt.h:150: double ELEMENT::dampdiff(double*, > const double&): Assertion `*v0 == *v0' failed. > > in code: > .subckt inv vdd vss out in > .parameter pwn=0.9u > .parameter pwp=1.5u > .parameter pl=0.25u > Mp out in vdd vdd CMOSP l=pl w=pwp m=fo > Mn out in vss vss CMOSN l=pl w=pwn m=fo > .ends inv > > ('fo' is a hierarchical parameter). > > Using numerical values for l= and w= solves the problem. > > -r. >