aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using/Foreign.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/using/Foreign.rst')
-rw-r--r--doc/using/Foreign.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/using/Foreign.rst b/doc/using/Foreign.rst
index 7a50e4358..0fe799943 100644
--- a/doc/using/Foreign.rst
+++ b/doc/using/Foreign.rst
@@ -127,7 +127,7 @@ Note the :file:`c` library is always linked with an executable.
.. _Starting_a_simulation_from_a_foreign_program:
Wrapping and starting a GHDL simulation from a foreign program
-=================================================
+==============================================================
You may run your design from an external program. You just have to call
the ``ghdl_main`` function which can be defined:
@@ -182,7 +182,7 @@ design apex is ``design``.
$ ghdl --bind design
Finally, compile/bind your program and link it with your `VHDL`
-design::
+design:
in C: