1
2xschem(1)                        xschem manual                       xschem(1)
3
4
5

NAME

7       xschem - schematic capture and netlisting EDA tool
8

SYNPOSIS

10       xschem [options] [inputfile]
11

DECSRIPTION

13       Xschem is a schematic capture program, it allows creation of hierarchi‐
14       cal representation of circuits with a top down approach.
15

OPTIONS

17       -h, --help
18              Print help and exit.
19
20
21       -n, --netlist
22              Do a netlist of the given schematic cell.
23
24
25       -v, --version
26              Print version information and exit.
27
28
29       -V, --vhdl
30              Set netlist type to VHDL.
31
32
33       -S, --simulate
34              Run a  simulation  of  the  current  schematc  file  (spice/Ver‐
35              ilog/VHDL, depending on the netlist type chosen).
36
37
38       -w, --verilog
39              Set netlist type to Verilog.
40
41
42       -i, --no_rcload
43              Do not load any xschemrc file.
44
45
46       -o, --netlist_path
47              Set output for netlist.
48
49
50       -t, --tedax
51              Set netlist type to tEDAx.
52
53
54       -s, --spice
55              Set netlist type to SPICE.
56
57
58       -3, --a3page
59              Set page size for pdf export to A3.
60
61
62       -x, --no_x
63              Dont use X (only command mode).
64
65
66       -z, --rainbow
67              Use a raibow-looking layer color table.
68
69
70       -W, --waves
71              Show simulation waveforms.
72
73
74       -f, --flat_netlist
75              Set flat netlist (for spice format only).
76
77
78       -r, --no_readline
79              Start  without  the  tclreadline  package ( this is necessary if
80              stdin and stdout are to be redirected for example to /dev/null).
81
82
83       -c, --color_ps
84              Set color postscript.
85
86
87       --plotfile <file>
88              Use <file> as output for plot export (png, svg, postscript/pdf)
89
90
91       --rcfile <file>
92              Use <file> as a rc file  for  startup  instead  of  the  default
93              xschemrc.
94
95
96       -p, --postscript
97              Export pdf schematic.
98
99
100       --png  Export png schematic.
101
102
103       --svg  Export svg schematic.
104
105
106       -q, --quit
107              Quit after doing things (no interactive mode).
108
109
110       -l file, --log file
111              Set a log file.
112
113
114       -d n, --debug n
115              Set  debug  level:  1, 2, 3,...: C program debug, -1, -2, -3...:
116              TCL frontend debug.
117
118
119

FILES

121       /usr/share/xschem/xschemrc
122              default configuration.
123
124
125       ~/.xschem/xschemrc
126              user configuration; if exists overrides  settings  from  default
127              configuration;  may  be  partial:  settings  not overridden will
128              remain as set from the system config.
129
130
131       ./xschemrc
132              local/per-project configuration; if  exists  overrides  settings
133              from the user configuration and default configuration.
134
135
136       /usr/share/xschem/systemlib
137              builtin essentials, such as font and missing symbol graphics.
138
139
140       /usr/share/xschem/utile
141              TODO.
142
Impressum