diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2019-06-25 06:09:45 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2019-06-25 06:09:45 +0200 |
commit | 5a423cc6742b02922533e9ac279677684322e655 (patch) | |
tree | 300f7976a4a48f1932642d62486ba9a7cf398d51 /doc/using | |
parent | 8ed91011ffeeb38b725a5645e76efe3969d152c9 (diff) | |
download | ghdl-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')
-rw-r--r-- | doc/using/Foreign.rst | 4 |
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: |