aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using/Foreign.rst
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2019-06-25 06:09:45 +0200
committertgingold <tgingold@users.noreply.github.com>2019-06-25 06:09:45 +0200
commit5a423cc6742b02922533e9ac279677684322e655 (patch)
tree300f7976a4a48f1932642d62486ba9a7cf398d51 /doc/using/Foreign.rst
parent8ed91011ffeeb38b725a5645e76efe3969d152c9 (diff)
downloadghdl-5a423cc6742b02922533e9ac279677684322e655.tar.gz
ghdl-5a423cc6742b02922533e9ac279677684322e655.tar.bz2
ghdl-5a423cc6742b02922533e9ac279677684322e655.zip
Fix some issues with the docs (#857)
* fix: minor doc issues * fix: doc/helpers.py
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: