1QucsVeri(1) User Commands QucsVeri(1)
2
3
4
6 QucsVeri - A wrapper script for digital simulations.
7
9 qucsveri [OPTION] infile outfile time dir bindir
10
12 Qucs is an integrated circuit simulator which means you are able to
13 setup a circuit with a graphical user interface (GUI) and simulate the
14 large-signal, small-signal and noise behaviour of the circuit. After
15 that simulation has finished you can view the simulation results on a
16 presentation page or window.
17
18 The software aims to support all kinds of circuit simulation types,
19 e.g. DC, AC, S-parameter, harmonic balance analysis, noise analysis,
20 etc.
21
22 QucsVeri is a wrapper script for digital simulations performed by Qucs.
23 The program utilizes the Icarus Verilog compiler in order to convert
24 the Verilog output of Qucs into a iverilog program. This file is then
25 executed using vvp and its VCD output file is converted to a Qucs
26 dataset.
27
29 INFILE
30 the filename of the Verilog file to be simulated located in the
31 directory specified in DIR
32
33 OUTFILE
34 the filename of the Qucs dataset file to be produced
35
36 TIME duration of the digital simulation
37
38 DIR the name of the directory where the simulation is going to be
39 performed
40
41 BINDIR
42 the location where the qucsconv program is installed
43
45 The latest version of Qucs can always be obtained from www.source‐
46 forge.net or www.freshmeat.net
47
49 Known bugs are documented within the BUGS file. Report bugs to <qucs-
50 bugs@lists.sourceforge.net>.
51
53 Copyright © 2007 Stefan Jahn <stefan@lkcc.org>
54
55 This is free software; see the source for copying conditions. There is
56 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
57 PURPOSE.
58
60 Written by Michael Margraf <michael.margraf@alumni.tu-berlin.de> and
61 Stefan Jahn <stefan@lkcc.org>.
62
63
64
65Debian/GNU Linux March 2007 QucsVeri(1)