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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
|
.. raw:: latex
\part{Introduction}
This manual is the user and reference manual for GHDL. It does not contain an
introduction to VHDL. Thus, the reader should have at least a basic knowledge
of VHDL. A good knowledge of VHDL language reference manual (usually called
LRM) is a plus.
--------------------------------------------------------------------------------
.. only:: html
.. image:: /_static/logos/GitHub-Mark-32px.png
:scale: 60
:target: https://www.github.com/tgingold/ghdl
:alt: Source Code on GitHub
.. image:: https://travis-ci.org/tgingold/ghdl.svg?branch=release
:target: https://travis-ci.org/tgingold/ghdl
:alt: Build status by Travis-CI
.. image:: https://ci.appveyor.com/api/projects/status/r5dtv6amsppigpsp/branch/release?svg=true
:target: https://ci.appveyor.com/project/Paebbels/poc/branch/release
:alt: Build status by AppVeyor
.. image:: https://badges.gitter.im/ghdl/ghdl1.svg
:target: https://gitter.im/ghdl/ghdl1
:alt: Join
.. raw:: html
<br />
.. image:: https://img.shields.io/github/tag/tgingold/ghdl.svg?style=flat
:alt: Latest tag
.. image:: https://img.shields.io/github/release/tgingold/ghdl.svg?style=flat
:target: https://github.com/tgingold/ghdl/releases
:alt: Latest release
.. image:: https://img.shields.io/github/license/tgingold/ghdl.svg?style=flat
:target: License.html
:alt: GNU General Public License 2
.. raw:: html
<hr />
GHDL Documentation
##################
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor
sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et
accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet
.. only:: html
News
****
23.10.2015 - GHDL 0.33 was released.
====================================
.. only:: latex
.. rubric:: 23.10.2015 - GHDL 0.33 was released.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor
sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et
accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet
------------------------------------
.. |docdate| date:: %b %d, %Y - %H:%M
.. only:: html
This document was generated on |docdate|.
.. toctree::
:caption: Introduction
:hidden:
0_Intro/WhatIsVHDL
0_Intro/WhatIsGHDL
0_Intro/Contributing
License/gpl-2.0
.. raw:: latex
\part{GHDL usage}
.. toctree::
:caption: GHDL usage
:hidden:
1_Using/QuickStartGuide
1_Using/InvokingGHDL
1_Using/Simulation
.. raw:: latex
\part{Getting GHDL}
.. toctree::
:caption: Getting GHDL
:hidden:
2_Releases/index
3_Building/index
.. raw:: latex
\part{References}
.. toctree::
:caption: References
:hidden:
4_References/CommandReference
4_References/ImplementationOfVHDL
4_References/ImplementationOfVITAL
.. raw:: latex
\part{Appendix}
.. toctree::
:caption: Appendix
:hidden:
X_ChangeLog/index
genindex
|