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
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
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 © 2005 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
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 December 2005 QucsDigi(1)