blob: ba9015e70109d499cf49ac06ad3c485115823e33 (
plain)
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>GHDL home page</title>
<link rel="shortcut icon" href="favicon.ico">
<style type="text/css">
H1 { text-align: center}
</style>
</head>
<body>
<h1>GHDL home page</h1>
<table>
<tr>
<td valign="top">
<table border="0" width="100%">
<tr>
<td style="white-space: nowrap">
<a href="download.html">Download</a><br/>
<a href="features.html">Features</a><br/>
<a href="manual.html">Manual</a><br/>
<a href="waveviewer.html">Wave viewer</a><br/>
<a href="bug.html">Bug report</a><br/>
<a href="more.html">More</a><br/>
<a href="roadmap.html">Roadmap</a><br/>
<a href="links.html">Links</a><br/>
</td>
</tr>
</table>
</td>
<td valign="top">
<p>
GHDL is a complete <a href="http://www.vhdl.org">VHDL</a>
simulator, using the <a href="http://gcc.gnu.org">GCC</a>
technology.
</p>
<p>
VHDL is a language standardized by the
<a href="http://www.ieee.org">IEEE</a>, intended for developing
electronic systems.
</p>
<p>
GHDL implements the VHDL language according to the IEEE
1076-1987 or the IEEE 1076-1993 standard. GHDL compiles VHDL
files and creates a binary which simulates (or executes) your
design. See the <a href="features.html">features</a> page for
more details.
</p>
<p>
GHDL does not do synthesis: it cannot translate your design into
a netlist.
</p>
<p>
Go to the <a href="download.html">download</a> page to download the
sources or the binaries of GHDL.
</p>
<p>
There is a low-traffic mailing list managed by ezmlm,
<a href="mailto:ghdl-discuss@lists.suug.ch">ghdl-discuss@lists.suug.ch
</a>. You can subscribe by sending a mail to
<a href="mailto:ghdl-discuss-subscribe@lists.suug.ch">
ghdl-discuss-subscribe@lists.suug.ch</a>.
</p>
<p>
GHDL is Free Software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
</p>
<p>
GHDL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
</p>
</td>
</tr>
</table>
<!--
vhdl simulator
what is vhdl ?
vhdl 87, 93
gcc back end
todo
main features
install the files.
simple example
-->
<hr/>
<p>
Copyright (C) 2004, 2005 Tristan Gingold -- tgingold AT free DOT fr
</p>
<p>
<!-- Created: Thu Nov 7 11:13:57 CET 2002 -->
<!-- hhmts start -->
Last modified: Mon Aug 22 18:31:42 CEST 2005
<!-- hhmts end -->
</p>
</body>
</html>
|