Skip to content

Commit

Permalink
Doc: add cli option -n
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHero committed Jan 19, 2025
1 parent a70984c commit ae77fcb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/reference/cli_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,15 @@ Help ``-h``, ``--help``
-----------------------

Print command line help and quit.

Allow non-determinism ``-n``, ``--non-deterministic``
-----------------------------------------------------

Enable non-deterministic behaviour.
MSIM must be run with this option when using a non-deterministic device.

Tip - When used repeatedly creating an alias might be useful (shell example):

.. code-block:: shell
alias msim='msim -n'

0 comments on commit ae77fcb

Please sign in to comment.