Skip to content

Commit

Permalink
Document -n option
Browse files Browse the repository at this point in the history
See #78 from PeterHero/docs-update
  • Loading branch information
vhotspur authored Feb 3, 2025
2 parents a70984c + ae77fcb commit bbd5334
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 bbd5334

Please sign in to comment.