blob: ede665fd84c09066535c8c955cf81fd541d5e384 (
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
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
138
139
|
.. only:: html
.. exec::
from helpers import createShields
createShields()
|SHIELD:gh-logo| |SHIELD:gitter| |SHIELD:code-lic| |SHIELD:doc-lic| |SHIELD:travis-ci| |SHIELD:appveyor| |SHIELD:release|
.. only:: html
News
****
28.02.2020 - GHDL v0.37 was released.
======================================
The major changes are:
* Experimental support of synthesis (either with --synth or with
the Yosys plugin).
* Fixes and improved support of vhdl 2008.
* Last version that supports the Mentor variation of
std_logic_arith. The Synopsys one is still available.
03.03.2019 - GHDL v0.36 was released.
=========================================
23.02.2019 - GHDL v0.36-rc1 was released.
=========================================
The major improvements are:
* more support of unbounded arrays and records
* support of UVVM and Vunit
29.11.2018 - GHDL 20181129 was released.
========================================
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 <https://github.com/tgingold/ghdl>`_ to
`github.com/ghdl/ghdl <https://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:: 03.03.2019 - GHDL v0.36 was released.
.. rubric:: 23.02.2019 - GHDL v0.36-rc1 was released.
.. rubric:: 29.11.2018 - GHDL 20181129 was released.
.. rubric:: 20.12.2017 - A new GitHub organization was created.
.. rubric:: 14.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.
.. toctree::
:caption: Introduction
:hidden:
about
contribute
licenses
.. raw:: latex
\part{Getting GHDL}
.. toctree::
:caption: Getting GHDL
:hidden:
getting/Releases
Building GHDL <getting/index>
getting/PrecompileVendorPrimitives
.. raw:: latex
\part{GHDL usage}
.. toctree::
:caption: GHDL usage
:hidden:
examples/quick_start/README
using/InvokingGHDL
using/Simulation
using/Synthesis
using/CommandReference
using/Foreign
using/ImplementationOfVHDL
using/ImplementationOfVITAL
.. raw:: latex
\part{Development}
.. toctree::
:caption: Development
:hidden:
development/Debugging
development/CodingStyle
.. raw:: latex
\part{Internals}
.. toctree::
:caption: Internals
:hidden:
internals/Overview
internals/Frontend
internals/AST
.. raw:: latex
\part{Index}
.. toctree::
:caption: Index
:hidden:
genindex
|