diff options
| author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-01-05 02:03:42 +0100 | 
|---|---|---|
| committer | tgingold <tgingold@users.noreply.github.com> | 2021-01-05 18:50:44 +0100 | 
| commit | d62ac2d4973b6f6f34ab804c91ab8be5ddb2f86f (patch) | |
| tree | 10bdb8aa1ea304fbc5cb241233d7f687c71ba39f /doc/quick_start | |
| parent | 072bfb7557da49d84a5709656af93e464359a994 (diff) | |
| download | ghdl-d62ac2d4973b6f6f34ab804c91ab8be5ddb2f86f.tar.gz ghdl-d62ac2d4973b6f6f34ab804c91ab8be5ddb2f86f.tar.bz2 ghdl-d62ac2d4973b6f6f34ab804c91ab8be5ddb2f86f.zip | |
Fixed -P option.
Diffstat (limited to 'doc/quick_start')
| -rw-r--r-- | doc/quick_start/README.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/doc/quick_start/README.rst b/doc/quick_start/README.rst index b5876bd9b..fc5f1a81a 100644 --- a/doc/quick_start/README.rst +++ b/doc/quick_start/README.rst @@ -30,7 +30,7 @@ The following tips might be useful:  * Use :option:`--work=LIB_NAME <--work>` to analyze files into the ``LIB_NAME`` library.    To use files analyzed to a different directory, give the path -  to the ``LIB_NAME`` library using :option:`-P/path/to/name/directory/ <-P<DIRECTORY>>`. +  to the ``LIB_NAME`` library using :option:`-P/path/to/name/directory/ <-P>`.  * Use the same options for analysis and elaboration. E.g., first analyse with ``ghdl -a --std=08 --work=mylib myfile.vhdl``;    and then elaborate and run with ``ghdl --elab-run --std=08 top``. | 
