1QucsDigi(1) User Commands QucsDigi(1)
2
3
4
6 QucsDigi - A wrapper script for digital simulations.
7
9 qucsdigi [OPTION] infile outfile time dir bindir vlibs
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 QucsDigi is a wrapper script for digital simulations performed by Qucs.
23 The program utilizes the FreeHDL compiler in order to convert the VHDL
24 output of Qucs into a C++ program. Thereafter this C++ source is com‐
25 piled and linked to a binary. This binary is then executed and its VCD
26 output file is converted to a Qucs dataset.
27
29 INFILE
30 the filename of the VHDL 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
44 VLIBS a -Wl linker option passing extraneous libraries against which
45 resulting simulation binary is linked
46
48 The latest version of Qucs can always be obtained from www.source‐
49 forge.net or www.freshmeat.net
50
52 Known bugs are documented within the BUGS file. Report bugs to <qucs-
53 bugs@lists.sourceforge.net>.
54
56 Copyright © 2005 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
57
58 This is free software; see the source for copying conditions. There is
59 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
60 PURPOSE.
61
63 Written by Michael Margraf <michael.margraf@alumni.tu-berlin.de> and
64 Stefan Jahn <stefan@lkcc.org>.
65
66
67
68Debian/GNU Linux December 2005 QucsDigi(1)