diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2017-02-24 19:00:45 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2017-12-10 12:02:05 +0100 |
commit | 6871bbba1bdc4332cf68e1494e3c6f1615fefbcb (patch) | |
tree | 11312327321a34dee990a575bf3eaaa2df8cdd0c /doc/changelog | |
parent | 1a38eff0e9f9814f5d0615e238544fac62d2f1f3 (diff) | |
download | ghdl-6871bbba1bdc4332cf68e1494e3c6f1615fefbcb.tar.gz ghdl-6871bbba1bdc4332cf68e1494e3c6f1615fefbcb.tar.bz2 ghdl-6871bbba1bdc4332cf68e1494e3c6f1615fefbcb.zip |
Files in the root not capitalized.
Second chapter ready for first review:
Invoking reordered, some content moved to Command Reference, information compacted, command shortcuts added to titles. Known features which are missing in the doc added to TODOs or to Roadmap.
Add export subsections to Using/Simulation
Directory structure described in Building
Diffstat (limited to 'doc/changelog')
-rw-r--r-- | doc/changelog/Roadmap.rst | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/doc/changelog/Roadmap.rst b/doc/changelog/Roadmap.rst index d5b3be9fb..5dfba58b1 100644 --- a/doc/changelog/Roadmap.rst +++ b/doc/changelog/Roadmap.rst @@ -13,9 +13,36 @@ I have several axes for `GHDL` improvements: * Style checks * VITAL acceleration -.. TODO:: +TODOs +================= - - Convert VendorPrimitives Markdown to RST - - SVG images are not shown in the PDF. That's because LaTeX is used. Can any package be added to allow so? +- RTD builds fail if EPUB is activated. +- Convert VendorPrimitives Markdown to RST +- SVG images are not shown in the PDF. That's because LaTeX is used. Can any package be added to allow so? + +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` .. todolist::
\ No newline at end of file |