| Author |
Message |
arsenal
Joined: 22 Sep 2005
Posts: 20
|
Posted:
Wed Sep 28, 2005 10:20 pm Post subject:
artist cannot generate type for vpwl |
|
|
hi,
my cadence is 5.10.41
and there is a vpwl in my schematic, and when i do simulation using analog artist, it cannot generate the type of the vpwl in the netlist although there is srcType=pwl in the CDF of vpwl cell, even it cannot generate the voltage at different time points,
then what shall do?
thank you
arsenal
|
|
| Back to top |
|
 |
Andrew Beckett
Guest
|
Posted:
Thu Sep 29, 2005 8:10 am Post subject:
Re: artist cannot generate type for vpwl |
|
|
On Wed, 28 Sep 2005 19:10:12 -0500, dennishgj@yahoo-dot-com.no-spam.invalid
(arsenal) wrote:
| Quote: | hi,
my cadence is 5.10.41
and there is a vpwl in my schematic, and when i do simulation using
analog artist, it cannot generate the type of the vpwl in the netlist
although there is srcType=pwl in the CDF of vpwl cell,
then what shall do?
thank you
arsenal
|
I'd guess that you haven't got CDS_Netlisting_Mode set to Analog. Try:
setenv CDS_Netlisting_Mode Analog
if your shell is csh. If it is ksh or bash:
export CDS_Netlisting_Mode=Analog
or sh:
export CDS_Netlisting_Mode
CDS_Netlisting_Mode=Analog
before starting DFII. Alternatively, from SKILL you can do:
setShellEnvVar("CDS_Netlisting_Mode=Analog")
cdsSetNetlistMode()
What you describe is a common symptom of not netlisting in Analog mode (i.e.
using CDF-based netlisting).
Regards,
Andrew. |
|
| Back to top |
|
 |
arsenal
Joined: 22 Sep 2005
Posts: 20
|
Posted:
Thu Sep 29, 2005 3:57 pm Post subject:
re:artist cannot generate type for vpwl |
|
|
Andrew,
problem still exists. i use csh.
thank you
|
|
| Back to top |
|
 |
|
|
|
|