1QucsDigiLib(1) User Commands QucsDigiLib(1)
2
3
4
6 QucsDigiLib - A wrapper script for digital modules and libraries.
7
9 qucsdigilib [OPTION] infile dir entity library
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 QucsDigiLib is a wrapper script for digital modules and libraries cre‐
23 ated by Qucs. The program utilizes the FreeHDL compiler in order to
24 convert the VHDL output of Qucs into a C++ file. Thereafter this C++
25 source is compiled to a binary. The binary is then copied into the
26 VHDL directory.
27
28
30 INFILE
31 the filename of the VHDL file to be simulated located in the
32 directory specified in DIR
33
34 DIR the name of the directory where the compilation is going to be
35 performed
36
37 ENTITY
38 the entity name implemented in the VHDL file
39
40 LIBRARY
41 library name into which the module will reside
42
44 The latest version of Qucs can always be obtained from www.source‐
45 forge.net or www.freshmeat.net
46
48 Known bugs are documented within the BUGS file. Report bugs to <qucs-
49 bugs@lists.sourceforge.net>.
50
52 Copyright © 2005 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
53
54 This is free software; see the source for copying conditions. There is
55 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
56 PURPOSE.
57
59 Written by Michael Margraf <michael.margraf@alumni.tu-berlin.de> and
60 Stefan Jahn <stefan@lkcc.org>.
61
62
63
64Debian/GNU Linux October 2009 QucsDigiLib(1)