aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@tu-dresden.de>2017-03-04 21:13:55 +0100
committertgingold <tgingold@users.noreply.github.com>2017-12-10 12:02:05 +0100
commitcab44a1f8580880e59e9ccfd7d98e71fa111b16a (patch)
treee4df0a89ff59b0f0d310d5f7d68ab02e587098dc /doc/building
parent3f5cd97cc29039f8f153541808ca85938c00eef4 (diff)
downloadghdl-cab44a1f8580880e59e9ccfd7d98e71fa111b16a.tar.gz
ghdl-cab44a1f8580880e59e9ccfd7d98e71fa111b16a.tar.bz2
ghdl-cab44a1f8580880e59e9ccfd7d98e71fa111b16a.zip
Fixed more syntax problems.
Diffstat (limited to 'doc/building')
-rw-r--r--doc/building/Building.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/building/Building.rst b/doc/building/Building.rst
index 92e2de96f..e46b9c0b7 100644
--- a/doc/building/Building.rst
+++ b/doc/building/Building.rst
@@ -12,12 +12,12 @@ GHDL currently supports three supported different backends (code generators): `m
| | - very quick analysis | - simulation is slower |
| | - can handle very large designs | |
+------------------------+------------------------------------------------------------------------------------------+---------------------------------------------------------+
-| GCC | - generated code is faster (particularly with :samp:`-O` or :samp:`-O2`) | - analysis can take time (particularly for large units) |
+| GCC | - generated code is faster (particularly with :samp:`-O` or :samp:`-O2`) | - analysis can take time (particularly for large units) |
| | - generated code can be debugged (with :samp:`-g`) | - build is more complex |
| | - ported to many platforms (:samp:`x86`, :samp:`x86_64`, :samp:`powerpc`, :samp:`sparc`) | |
+------------------------+------------------------------------------------------------------------------------------+---------------------------------------------------------+
-| LLVM | - Same as GCC | Coverage, :samp:`gcov`, is unique to GCC |
-| | - Easier to build than GCC | |
+| LLVM | - Same as GCC | Coverage, :samp:`gcov`, is unique to GCC |
+| | - Easier to build than GCC | |
+------------------------+------------------------------------------------------------------------------------------+---------------------------------------------------------+
.. HINT:: The output of both GCC and LLVM is an executable file, but `mcode` does not generate any. Therefore, if using GCC/LLVM, the call with argument :samp:`-r` can be replaced with direct execution of the binary. See section :ref:`USING:QuickStart`.