blob: f7c84f95d8fa737f1d422d8ceda4da44fb10b0cd (
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
|
.. include:: shields.inc
|SHIELD:gh-logo| |SHIELD:gitter| |SHIELD:code-lic| |SHIELD:doc-lic| |br| |SHIELD:travis-ci| |SHIELD:appveyor| |SHIELD:tag| |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
****
15.08.2017 - GHDL 0.34 was released.
====================================
23.10.2015 - GHDL 0.33 was released.
====================================
.. only:: latex
.. 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
|