From d62ac2d4973b6f6f34ab804c91ab8be5ddb2f86f Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 5 Jan 2021 02:03:42 +0100 Subject: Fixed -P option. --- doc/using/InvokingGHDL.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/using') diff --git a/doc/using/InvokingGHDL.rst b/doc/using/InvokingGHDL.rst index 4940637f5..6ee2c66dd 100644 --- a/doc/using/InvokingGHDL.rst +++ b/doc/using/InvokingGHDL.rst @@ -249,7 +249,7 @@ Options Specify the directory where the ``WORK`` library is located. When this option is not present, the ``WORK`` library is in the current directory. The object files created by the compiler are always placed in the same directory as the ``WORK`` library. - Use option :option:`-P <-P>` to specify where libraries other than ``WORK`` are placed. + Use option :option:`-P <-P>` to specify where libraries other than ``WORK`` are placed. .. option:: --std= @@ -551,7 +551,7 @@ Library commands A new library is created implicitly, by compiling entities (packages etc.) into it: ``ghdl -a --work=my_custom_lib my_file.vhdl``. -A library's source code is usually stored and compiled into its own directory, that you specify with the :option:`--workdir` option: ``ghdl -a --work=my_custom_lib --workdir=my_custom_libdir my_custom_lib_srcdir/my_file.vhdl``. See also the :option:`-P <-P>` command line option. +A library's source code is usually stored and compiled into its own directory, that you specify with the :option:`--workdir` option: ``ghdl -a --work=my_custom_lib --workdir=my_custom_libdir my_custom_lib_srcdir/my_file.vhdl``. See also the :option:`-P <-P>` command line option. Furthermore, GHDL provides a few commands which act on a library: -- cgit v1.2.3