| Author |
Message |
Guest
|
Posted:
Fri Dec 02, 2005 8:32 am Post subject:
about the netlist genarated by spectre |
|
|
the voltage source isn't the define of voltage type in my netlist.
lt's a correct netlist:
V1(vdd gnd!) vsource dc=3 type=dc
but in my netlist,the voltage source is definded as follow:
V1(vdd gnd!) vsource dc=3
so,if the voltage source is pwl or pulse,the simultion can't be go on.
how to deal with the problem???
|
|
| Back to top |
|
 |
Andrew Beckett
Guest
|
Posted:
Fri Dec 02, 2005 9:10 am Post subject:
Re: about the netlist genarated by spectre |
|
|
On 1 Dec 2005 18:32:19 -0800, mendenz@gmail.com wrote:
| Quote: | the voltage source isn't the define of voltage type in my netlist.
lt's a correct netlist:
V1(vdd gnd!) vsource dc=3 type=dc
but in my netlist,the voltage source is definded as follow:
V1(vdd gnd!) vsource dc=3
so,if the voltage source is pwl or pulse,the simultion can't be go on.
how to deal with the problem???
|
From your rather vague description, my guess is that you've generated the
netlist from ADE, and the source type is missing. This is most likely to be due
to the fact that you've not told the netlister it needs to use CDF-based
netlisting instead of NLP-based netlisting. Do:
setenv CDS_Netlisting_Mode Analog
before starting DFII, or you can also put:
setShellEnvVar("CDS_Netlisting_Mode=Analog")
cdsSetNetlistMode()
in your .cdsinit
If I've guessed the right problem from your description, this should solve it.
Regards,
Andrew. |
|
| Back to top |
|
 |
dreamday
Guest
|
Posted:
Fri Dec 02, 2005 5:10 pm Post subject:
Re: about the netlist genarated by spectre |
|
|
Thanks to Andrew.
The problem occured after acrode reader installed, so when I deleted
the directory ".adobe",
everything turns right.
|
|
| Back to top |
|
 |
Andrew Beckett
Guest
|
Posted:
Sat Dec 03, 2005 1:10 am Post subject:
Re: about the netlist genarated by spectre |
|
|
On 2 Dec 2005 05:29:51 -0800, "dreamday" <mendenz@gmail.com> wrote:
| Quote: | Thanks to Andrew.
The problem occured after acrode reader installed, so when I deleted
the directory ".adobe",
everything turns right.
|
That seems an extremely unlikely explanation to me! I can't see why that could
have anything to do with this.
Andrew. |
|
| Back to top |
|
 |
|
|
|
|