diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2017-02-28 22:19:30 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2017-12-10 12:02:05 +0100 |
commit | 48cb17bc2a6fd8ee130e549f3b8d13bf20dedcef (patch) | |
tree | 59ed515303a32db26203d375b7c56f0b1f2c1a28 /doc/changelog/Roadmap.rst | |
parent | e3047c70d11bcbe9998518733c2fcb61cb729ab5 (diff) | |
download | ghdl-48cb17bc2a6fd8ee130e549f3b8d13bf20dedcef.tar.gz ghdl-48cb17bc2a6fd8ee130e549f3b8d13bf20dedcef.tar.bz2 ghdl-48cb17bc2a6fd8ee130e549f3b8d13bf20dedcef.zip |
Describe commands as options. Fix internal refs to options. Apply
suggestions about ch 2. Add options given by the executable but not
documented earlier.
Diffstat (limited to 'doc/changelog/Roadmap.rst')
-rw-r--r-- | doc/changelog/Roadmap.rst | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/doc/changelog/Roadmap.rst b/doc/changelog/Roadmap.rst index 5dfba58b1..93589170e 100644 --- a/doc/changelog/Roadmap.rst +++ b/doc/changelog/Roadmap.rst @@ -22,27 +22,11 @@ TODOs Options shown in the command line help, but not found in the doc: -* :samp:`--expect-failure invert exit status` -* :samp:`--has-feature=X test presence of feature X` -* :samp:`--list-features display the list of features` -* :samp:`--vpi=FILENAME load VPI module` -* :samp:`--vpi-trace[=FILE] trace vpi calls to FILE` -* :samp:`--dump-rti dump Run Time Information` -* :samp:`--trace-signals disp signals after each cycle` -* :samp:`--trace-processes disp process name before each cycle` -* :samp:`--stats display run-time statistics` -* :samp:`--disp-order disp signals order` -* :samp:`--disp-sources disp sources while displaying signals` -* :samp:`--disp-sig-types disp signal types` -* :samp:`--disp-signals-map disp map bw declared sigs and internal sigs` -* :samp:`--disp-signals-table disp internal signals` -* :samp:`--checks do internal checks after each process run` -* :samp:`--activity=LEVEL watch activity of LEVEL signals: LEVEL is all, min (default) or none (unsafe)` -* :samp:`-C --mb-comments allow multi-bytes chars in a comment` - - * https://github.com/tgingold/ghdl/issues/132 - -* :samp:`--bootstrap allow --work=std` * :samp:`--syn-binding use synthesis default binding rule` +* VPI Commands + + * :samp:`--vpi=FILENAME load VPI module` + * :samp:`--vpi-trace[=FILE] trace vpi calls to FILE` + .. todolist::
\ No newline at end of file |