-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathrelated.html
More file actions
88 lines (69 loc) · 2.7 KB
/
related.html
File metadata and controls
88 lines (69 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Mac OS X (vers 25 March 2009), see www.w3.org" />
<meta http-equiv="content-type" content=
"text/html; charset=us-ascii" />
<title>Qucs project: download</title>
<link href="qucsweb.css" rel="stylesheet" type="text/css" />
<!-- header and footer include scripts -->
<script src="headerfooter.js" type="text/javascript">
</script>
</head>
<body>
<!-- include the common web page header -->
<script type="text/javascript">
//<![CDATA[
header()
//]]>
</script>
<div id="main">
<hr />
<center>
[ <a href="docs.html">user manual</a> -
<a href= "thirdparty.html">third party</a> -
<a href= "technical.html">technical papers</a> -
<a href="components.html">components</a> -
related -
<a href= "press.html">press/education</a> -
<a href="contact.html">contact</a> ]
</center>
<h3><a name="related" id="related">Related Software</a></h3>The
following list of software is either used in Qucs or relevant for
the users of Qucs.
<ul>
<li><a href="http://sourceforge.net/projects/mot-adms">ADMS</a>
- Verilog-A translator and code generator</li>
<li><a href="http://members.aon.at/fschmid7/page_3_1.html">ps2sp.pl</a>
- SPICE preprocessor, convert from Pspice to Spice3/Xspice.</li>
<li><a href="http://asco.sourceforge.net/">ASCO</a>
- A SPICE Circuit Optimizer</li>
<li><a href="http://freehdl.seul.org/">FreeHDL</a> - for
VHDL digital simulations</li>
<li><a href="http://icarus.com/eda/verilog/">Icarus
Verilog</a> - for Verilog-HDL digital simulations</li>
<li><a href="http://tinyperl.sourceforge.net/">TinyPerl for
Windows</a> - necessary for SPICE preprocessor on Win32
platforms</li>
<li><a href="http://bleyer.org/icarus/">Icarus Verilog for
Windows</a></li>
<li><a href="http://www.gnu.org/software/octave/">GNU
Octave</a> - for Octave interactive interface</li>
<li><a href="http://octave.sourceforge.net/">GNU Octave for
Windows and MacOS</a> - Octave installer</li>
<li>
<a href="http://scikit-rf-web.readthedocs.org/">scikit-rf</a>
- package for RF/Microwave engineering implemented in the Python programming language
</li>
</ul>
<hr />
</div><!-- include the common web page header -->
<script type="text/javascript">
//<![CDATA[
footer()
//]]>
</script>
</body>
</html>