Document the use all file optional argument

parent 809f1da5
......@@ -1532,6 +1532,11 @@ Shows help message that is automatically generated with Python's optparse module
Print the version of the ``hdlmake`` instance on execution an quit.
``-a, --all``
--------------
Disable the stage in which ``hdlmake`` purges the files that are considered as not dependent on the top entity. In this way, by activating this flag all of the files listed by the module hierarchy will be used for the issued action.
``--log LOG``
-------------
Set logging level for the Python logger facility. You can choose one of the levels in the following tables, in which the the associated internal logging numeric value is also included:
......@@ -1554,7 +1559,6 @@ Set logging level for the Python logger facility. You can choose one of the leve
``--logfile LOGFILE``
---------------------
Use a file to store all of the log information generated by ``hdlmake``. For example, if we want to list the files contained by a design while storing the log in ``/var/log/hdlmake.log``, we should run the following command:
.. code-block:: bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment