aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using/InvokingGHDL.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/using/InvokingGHDL.rst')
-rw-r--r--doc/using/InvokingGHDL.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/using/InvokingGHDL.rst b/doc/using/InvokingGHDL.rst
index 1b5b144e6..29f5e1681 100644
--- a/doc/using/InvokingGHDL.rst
+++ b/doc/using/InvokingGHDL.rst
@@ -661,10 +661,10 @@ Make a local copy of an existing library. This is very useful if you want to add
.. _VPI_build_commands:
-VPI build commands
-==================
+VPI/VHPI build commands
+=======================
-These commands simplify the compile and the link of a user vpi module. They are all wrappers: the arguments are in fact a
+These commands simplify the compile and the link of a user VPI or VHPI module. They are all wrappers: the arguments are in fact a
whole command line that is executed with additional switches. Currently a unix-like compiler (like `cc`, `gcc` or `clang`)
is expected: the additional switches use their syntax. The only option is `-v` which displays the command before its
execution.