Home - noqsi/gnet-spice-noqsi GitHub Wiki

Welcome to the gnet-spice-noqsi wiki!

This code is a netlist "back end" for producing SPICE simulation code from gEDA schematics. It gives the user more control of the process than previous SPICE back ends. This allows you to use gEDA's native hierarchy approach to create hierarchical netlists and subcircuit libraries, rather than special SPICE-oriented symbols. It also provides for customization of the netlist generation via spice-prototype attributes. This helps avoid the conflicts that overloaded attributes like pinseq and value cause between SPICE and printed circuit layout: you can now create schematics that can drive both simulation and layout without modification.

To get started, have a look at a simple circuit:

Hello World Tutorial

A more complicated design, suitable both for simulation and layout:

Board Project Tutorial

You can also use this for IC design:

ASIC tutorial using Open-IP

Finally, the Reference Document