Netlist Syntax ~~~~~~~~~~~~~~ This document describes the syntax to be used to describe a circuit and its relative analyses. .. contents:: Table of Contents The netlist file """""""""""""""" Circuits are described in text files called *netlists* (or sometimes 'decks'). Each line in a netlist file falls in one of these categories: * The title. * A element declaration. * A analysis declaration. * A directive declaration (e.g. ``.ic`` or ``.end``). * A comment. Comments start with ``*``. * A continuation line. Continuation lines start with ``+``. * Blank line (ignored). Title """"" The title is a special type of comment and it is **always the first line in the file**. *Do not put any other directive here, it will be silently ignored.* Elements """""""" In general, an element is declared with the following general syntax: `` [value] [