aboutsummaryrefslogtreecommitdiffstats
path: root/doc/about.rst
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2019-07-07 19:16:43 +0200
committertgingold <tgingold@users.noreply.github.com>2019-07-07 19:16:43 +0200
commit75c3c0249c259380ad3dee1a3b88480b9a9713f3 (patch)
tree512d11b77ed54febdbf5fb23209ac858b2fc1731 /doc/about.rst
parenta4cfca32777b128f6f5eb9d7cd56daca65f576ef (diff)
downloadghdl-75c3c0249c259380ad3dee1a3b88480b9a9713f3.tar.gz
ghdl-75c3c0249c259380ad3dee1a3b88480b9a9713f3.tar.bz2
ghdl-75c3c0249c259380ad3dee1a3b88480b9a9713f3.zip
add info about the structure of the project (#861)
Diffstat (limited to 'doc/about.rst')
-rw-r--r--doc/about.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/about.rst b/doc/about.rst
index 6558b77d8..17cb5046b 100644
--- a/doc/about.rst
+++ b/doc/about.rst
@@ -42,7 +42,10 @@ Several third party projects are supported: `VUnit <https://vunit.github.io/>`_,
.. HINT::
- Although synthesis is not supported yet, there is some experimental code. On the one hand, subcommand ``--synth`` is a proof-of-concept to generate a netlist (RTL) with GHDL. For now, it is a dump of an internal structure, so it is not very useful, except for debugging. In the future, it might be an EDIF or VHDL file. On the other hand, `ghdlsynth <https://github.com/tgingold/ghdlsynth-beta>`_ is a complementary repository that allows GHDL to be loaded by `yosys <http://www.clifford.at/yosys/>`_ as a module, which can be used to generate bitstreams for some FPGA devices.
+ Although synthesis is not supported yet, there is some experimental feature to generate RTL netlists (VHDL or EDIF) from synthesisable code. For subcommand ``--synth`` to be available, GHDL must be configured/built with option ``--enable-synth`` (GCC 8.1>= required, due to some new GNAT features which are only available in recent releases). Since this is a proof-of-concept, the output is mostly a dump of an internal structure for now. Therefore, it is not very useful, except for debugging.
+
+ Moreover, `ghdlsynth <https://github.com/tgingold/ghdlsynth-beta>`_ is a complementary repository that lets GHDL to be loaded by `yosys <http://www.clifford.at/yosys/>`_ as a frontend plugin module, in order to generate bitstreams for some FPGA devices.
+
.. _INTRO:WHO: