verilator/docs/guide
Geza Lore 63c694f65f Streamline dump control options
- Rename `--dump-treei` option to `--dumpi-tree`, which itself is now a
  special case of `--dumpi-<tag>` where tag can be a magic word, or a
  filename
- Control dumping via static `dump*()` functions, analogous to `debug()`
- Make dumping independent of the value of `debug()` (so dumping always
  works even without the debug flag)
- Add separate `--dumpi-graph` for dumping V3Graphs, which is again a
  special case of `--dumpi-<tag>`
- Alias `--dump-<tag>` to `--dumpi-<tag> 3` as before
2022-09-22 17:24:41 +01:00
..
figures
changes.rst
conf.py
connecting.rst Tests/examples: Remove some legacy Verilator:: calls. 2022-07-09 09:50:50 -04:00
contributing.rst
contributors.rst
copyright.rst
deprecations.rst
environment.rst
example_cc.rst
example_common_install.rst
example_dist.rst
example_sc.rst
examples.rst
exe_sim.rst Tests/examples: Remove some legacy Verilator:: calls. 2022-07-09 09:50:50 -04:00
exe_verilator_coverage.rst
exe_verilator_gantt.rst
exe_verilator_profcfunc.rst
exe_verilator.rst Streamline dump control options 2022-09-22 17:24:41 +01:00
executables.rst
extensions.rst
faq.rst
files.rst Documentation fixes (#3514) 2022-07-28 08:41:01 -04:00
index.rst
install.rst
languages.rst Tests/examples: Remove some legacy Verilator:: calls. 2022-07-09 09:50:50 -04:00
overview.rst
simulating.rst Commentary 2022-09-05 15:20:08 -04:00
verilating.rst
warnings.rst