gaf: Fix memory leak
[geda-gaf.git] / docs / wiki / geda-gnetlist_ug-introduction.html
blob406c1c49054c7f03477126bd86ca27298d411fcf
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <head>
5 <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
6 <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
7 <link rel="stylesheet" media="print" type="text/css" href="./print.css" />
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 </head>
11 <body>
12 <a href=.>start</a>&nbsp;=>&nbsp;<a href=geda-gnetlist_ug.html>gnetlist_ug</a></br>
13 <div class="table sectionedit1"><table class="inline">
14 <tr class="row0">
15 <td class="col0 leftalign"> &lt;&lt; <a href="geda-gnetlist_ug.html" class="wikilink1" title="geda-gnetlist_ug.html">Contents</a> </td><td class="col1 centeralign"> <strong><a href="geda-gnetlist_ug.html" class="wikilink1" title="geda-gnetlist_ug.html">gEDA gnetlist User Guide</a></strong> </td><td class="col2 rightalign"> <a href="geda-gnetlist_ug-running_gnetlist.html" class="wikilink1" title="geda-gnetlist_ug-running_gnetlist.html">Running gnetlist</a> &gt;&gt; </td>
16 </tr>
17 </table></div>
18 <!-- EDIT1 TABLE [1-156] -->
21 <h2 id="introduction">Introduction</h2>
22 <div class="level2">
24 <p>
25 <strong>gnetlist</strong> is a <em>netlisting</em> tool, and is part of the <a href="geda-faq.html" class="wikilink1" title="geda-faq.html">gEDA (GPL Electronic Design Automation)</a> toolset. It is used to extract information about electronic components and the connections between them from <em>schematic diagrams</em>, which describe the logical structure of an circuit. gnetlist outputs the <em>netlist</em> in a variety of formats that can be automatically processed by other tools, such as printed circuit board (PCB) layout tools or circuit simulators.
26 </p>
28 </div>
30 <h3 id="readingthisguide">Reading this guide</h3>
31 <div class="level3">
33 <p>
34 Several typographical conventions are used in this guide to indicate different concepts.
35 </p>
36 <ul>
37 <li class="level1"><div class="li"> When key terms or concepts are introduced, an <em>italic typeface</em> is used. For example, &quot;gnetlist accepts a number of <em>command-line arguments</em>.&quot;</div>
38 </li>
39 <li class="level1"><div class="li"> Text you might type in a text editor or at a command line is indicated using a <code>fixed space typeface</code>. For example, &quot;The <code>--list-backends</code> option to gnetlist prints a list of installed netlist backends.&quot;</div>
40 </li>
41 </ul>
43 </div>
45 <h3 id="gettingadditionalhelp">Getting additional help</h3>
46 <div class="level3">
48 <p>
49 If you have a question about using gnetlist, you may wish to send a message to one of the gEDA <a href="geda-mailinglists.html" class="wikilink1" title="geda-mailinglists.html">mailing lists</a>. Alternatively, you can ask your question on the geda Launchpad page, and one of the developers will try to answer it for you.
50 </p>
52 <p>
53 If you think you have found a bug in gnetlist, please file a bug report in the Launchpad bug tracker. Please add the tag &quot;gnetlist&quot;. It will help the developers to fix your problem quickly if you can describe in detail how to reproduce the bug.
54 </p>
56 </div>
57 </body>
58 </html>