| Author |
Message |
saby
Guest
|
Posted:
Fri Nov 04, 2005 9:10 am Post subject:
Spectre to Spice |
|
|
I have my layout in DFII and I do the extraction using diva. Is there
any way I can save the extracted netlist in spice format (that pspice
or spice3 can simulate?) instead of spectre format?
saby
|
|
| Back to top |
|
 |
fogh
Guest
|
Posted:
Mon Nov 07, 2005 9:10 pm Post subject:
Re: Spectre to Spice |
|
|
saby wrote:
| Quote: | I have my layout in DFII and I do the extraction using diva. Is there
any way I can save the extracted netlist in spice format (that pspice
or spice3 can simulate?) instead of spectre format?
saby
if your design kit supports it, yes. Can you netlist your schematics for |
spice (using the proper simulator setting in analog artist) ? |
|
| Back to top |
|
 |
saby
Guest
|
Posted:
Thu Nov 10, 2005 9:10 am Post subject:
Re: Spectre to Spice |
|
|
I don't have the schematic of the design. All I have is its layout, and
I am extracting it using Diva.
|
|
| Back to top |
|
 |
Svenn Are Bjerkem
Guest
|
Posted:
Thu Nov 10, 2005 9:10 am Post subject:
Re: Spectre to Spice |
|
|
In article <1131595137.588685.161300@z14g2000cwz.googlegroups.com>,
s_saby23@yahoo.com says...
| Quote: | I don't have the schematic of the design. All I have is its layout, and
I am extracting it using Diva.
|
I would write a short script in my favourite scripting language which
maps spectre to spice. It is not so difficult as you think.
I wrote such a program in a different company in tcl heavily using
regular expressions. It was not more than two pages of code.
--
Svenn |
|
| Back to top |
|
 |
S. Badel
Guest
|
Posted:
Thu Nov 10, 2005 1:10 pm Post subject:
Re: Spectre to Spice |
|
|
If you can extract it using Assura, it has the ability to produce a SPICE netlist directly...
Stéphane
saby wrote:
| Quote: | I don't have the schematic of the design. All I have is its layout, and
I am extracting it using Diva.
|
|
|
| Back to top |
|
 |
saby
Guest
|
Posted:
Thu Nov 10, 2005 9:10 pm Post subject:
Re: Spectre to Spice |
|
|
But as far as I know, Assura needs LVS to be run first. I don't have
the schematic of the design. Can assura be used directly to extract
the layout without LVS?
Saby. |
|
| Back to top |
|
 |
S. Badel
Guest
|
Posted:
Fri Nov 11, 2005 1:10 am Post subject:
Re: Spectre to Spice |
|
|
Yes, you can but unfortunately it's not available directly from the UI.
You can write your own RSF file with the usual avParameters and
rxcParameters, then include these commands
avDX()
avNX()
avRCX()
(notice there's no avLVS())
Another way is to simply run LVS against a dummy netlist, that should
enable the RCX UI, I guess.
Stéphane
saby wrote:
| Quote: | But as far as I know, Assura needs LVS to be run first. I don't have
the schematic of the design. Can assura be used directly to extract
the layout without LVS?
Saby.
|
|
|
| Back to top |
|
 |
|
|
|
|