From 5a423cc6742b02922533e9ac279677684322e655 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Tue, 25 Jun 2019 06:09:45 +0200 Subject: Fix some issues with the docs (#857) * fix: minor doc issues * fix: doc/helpers.py --- doc/using/Foreign.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/using') 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: -- cgit v1.2.3