Menu

Netlist file

vmapp
2011-11-14
2013-06-12
  • vmapp

    vmapp - 2011-11-14

    In the source code Ngspice, you can tell me where the netlist files are managed

     
  • Holger Vogt

    Holger Vogt - 2011-11-14

    src/frontend/inp.c
    src/frontend/inpcom.c

    Regards

    Holger

     
  • vmapp

    vmapp - 2011-11-21

    Thank you for the answer,
    Can you tell me please where are stored the data from netlist files after treatment.

    Regards

     
  • Holger Vogt

    Holger Vogt - 2011-11-27

    Hi,

    the circuit data are stored in a linked list ft_circuits, the actual circuit is available in ft_curckt.

    The simulation results are stored as vectors in a linked list of plots plot_list, the current plot is named plot_cur.

    Please have a look at the original spice3 documentation, whre the basic data structures are described:
    http://www.eecs.berkeley.edu/Pubs/TechRpts/1989/ERL-89-43.pdf
    http://www.eecs.berkeley.edu/Pubs/TechRpts/1989/ERL-89-44.pdf

    There may be some additions and modifications, but the basic ngspice structures are the same as with spice3.

    Regards

    Holger

     

Log in to post a comment.