diff options
Diffstat (limited to 'doc/changelog')
-rw-r--r-- | doc/changelog/Meta.rst | 15 | ||||
-rw-r--r-- | doc/changelog/Roadmap.rst | 26 |
2 files changed, 19 insertions, 22 deletions
diff --git a/doc/changelog/Meta.rst b/doc/changelog/Meta.rst index 4b86d7d32..b14927205 100644 --- a/doc/changelog/Meta.rst +++ b/doc/changelog/Meta.rst @@ -5,7 +5,7 @@ Meta * Python snippet for Sphinx's `conf.py` to extract the current version number from Git (latest tag name). - * :ghdlsharp:`200` + * :ghdlsharp:`200`, :ghdlsharp:`221` * Reference :samp:`genindex.html` from the navigation bar. @@ -15,4 +15,17 @@ Meta * :ghdlsharp:`200` +* Intersphinx files + + * :ghdlsharp:`200` + * To decompress the inventory file: `curl -s http://ghdl.readthedocs.io/en/latest/objects.inv | tail -n+5 | openssl zlib -d`. From `how-to-uncompress-zlib-data-in-unix <http://unix.stackexchange.com/questions/22834/how-to-uncompress-zlib-data-in-unix>`_. + * External ref and link to section:: + + :ref:`GHDL Roadmap <ghdl:CHANGE:Roadmap>` + + * External ref to option (no link):: + + :ghdl:option:`--ieee` + :option:`ghdl:--ieee` + * Ubuntu uses `dash` instead of `bash` when a shell script is run. As a result, some functionalities, such as arrays like :samp:`array[1]`, are not supported. Therefore, build scripts in `dist/linux` should not use those functionalities unless they are sourced in a `bash` shell. That is, :file:`tavis-ci.sh` uses arrays, since it is sourced in the Travis CI machine. But :file:`docker-buildtest.sh` and :file:`buildtest.sh` do not use any. The same applies to the scripts in `testsuite`.
\ No newline at end of file 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 |