diff --git a/src/db/db/dbLayoutToNetlistFormatDefs.h b/src/db/db/dbLayoutToNetlistFormatDefs.h index d77386a2d..428eaaeaa 100644 --- a/src/db/db/dbLayoutToNetlistFormatDefs.h +++ b/src/db/db/dbLayoutToNetlistFormatDefs.h @@ -46,55 +46,76 @@ namespace db * The file follows the declaration-before-use principle * (circuits before subcircuits, nets before use ...) * - * Global statements: + * Main body: + * [version|description|unit|top|layer|connect|global|circuit|class|device|any]* * + * [version]: * version() - file format version [short key: V] + * + * [description]: * description() - an arbitrary description text [short key: B] + * + * [unit]: * unit() - specifies the database unit [short key: U] + * + * [top]: * top() - specifies the name of the top circuit [short key: W] + * + * [layer]: * layer( ?) - define a layer [short key: L] + * + * [connect]: * connect( ...) - connects layer1 with the following layers [short key: C] + * + * [global]: * global( ...) * - connects the shapes of the layer with the given global * nets [short key: G] + * + * [circuit]: * circuit( [circuit-def]) - circuit (cell) [short key: X] + * + * [class]: * class(