blob: 7413f3ba687784eae5e79a2dbef7eccf2967188e (
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
|
.. include:: shields.inc
.. only:: html
|SHIELD:gh-logo| |SHIELD:gitter| |SHIELD:code-lic| |SHIELD:doc-lic| |SHIELD:travis-ci| |SHIELD:appveyor| |SHIELD:release|
------------------------------------
GHDL Documentation
##################
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
News
****
20.12.2017 - A new GitHub organization was created.
===================================================
A new GitHub organization is created and the main repo is moved from github.com/tgingold/ghdl to
github.com/ghdl/ghdl. Old refs will continue working, because permanent redirects are set up. However, we suggest
every contributor to update the remote URLs in their local clones.
14.12.2017 - `GHDL 0.35 was released <https://github.com/ghdl/ghdl/milestone/3?closed=1>`_.
===========================================================================================
15.08.2017 - `GHDL 0.34 was released <https://github.com/ghdl/ghdl/milestone/1?closed=1>`_.
===========================================================================================
23.10.2015 - GHDL 0.33 was released.
====================================
.. only:: latex
.. rubric:: 20.12.2017 - GHDL 0.35 was released.
.. rubric:: 15.08.2017 - GHDL 0.34 was released.
.. rubric:: 23.10.2015 - GHDL 0.33 was released.
.. |docdate| date:: %b %d, %Y - %H:%M
.. container:: lastdocbuilddate
This document was generated on |docdate|.
.. toctree::
:caption: Introduction
:hidden:
about
contribute
licenses
.. raw:: latex
\part{GHDL usage}
.. toctree::
:caption: GHDL usage
:hidden:
using/QuickStartGuide
using/InvokingGHDL
using/Simulation
.. raw:: latex
\part{Getting GHDL}
.. toctree::
:caption: Getting GHDL
:hidden:
getting/Releases
Building GHDL <building/Building>
building/PrecompileVendorPrimitives
.. raw:: latex
\part{References}
.. toctree::
:caption: Implementation References
:hidden:
references/CommandReference
references/CodingStyle
references/ImplementationOfVHDL
references/ImplementationOfVITAL
.. raw:: latex
\part{Appendix}
.. toctree::
:caption: Appendix
:hidden:
appendix/Roadmap
appendix/Meta
genindex
|