Spectre to Spice

Discussion in 'Cadence' started by saby, Nov 4, 2005.

  1. saby

    saby Guest

    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
     
    saby, Nov 4, 2005
    #1
  2. saby

    fogh Guest

    if your design kit supports it, yes. Can you netlist your schematics for
    spice (using the proper simulator setting in analog artist) ?
     
    fogh, Nov 8, 2005
    #2
  3. saby

    saby Guest

    I don't have the schematic of the design. All I have is its layout, and
    I am extracting it using Diva.
     
    saby, Nov 10, 2005
    #3
  4. 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 Are Bjerkem, Nov 10, 2005
    #4
  5. saby

    S. Badel Guest

    If you can extract it using Assura, it has the ability to produce a SPICE netlist directly...

    Stéphane
     
    S. Badel, Nov 10, 2005
    #5
  6. saby

    saby Guest

    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.
     
    saby, Nov 10, 2005
    #6
  7. saby

    S. Badel Guest

    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
     
    S. Badel, Nov 10, 2005
    #7
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.