verilator/docs
Krzysztof Obłonczek 67ea819d82
Fix toggle coverage aggregation on same line (#5248)
Documentation states that minimum of all reported coverage of all signals in a line should be taken.
Previous logic would break if there were any signals with zero coverage followed by signals with
nonzero coverage - a minimum from those nonzero toggle count would be taken, disregarding zero
coverage of previous signals.

Internal-tag: [#62193]

Signed-off-by: Krzysztof Obłonczek <koblonczek@antmicro.com>
2024-07-14 17:05:58 -04:00
..
_static
bin Copyright year update 2024-01-01 03:19:59 -05:00
gen Defer conversion of set flag based AssignDlys (#5091) 2024-05-02 00:24:00 +01:00
guide Commentary: Surfer (#5253) 2024-07-11 18:33:35 -04:00
.gitignore
CONTRIBUTING.rst
CONTRIBUTORS Fix toggle coverage aggregation on same line (#5248) 2024-07-14 17:05:58 -04:00
internals.rst Support constrained randomization with external solvers (#4947) 2024-05-17 10:38:34 -04:00
Makefile Copyright year update 2024-01-01 03:19:59 -05:00
README.rst Commentary: add docs/README.rst 2023-11-11 17:19:27 -05:00
spelling.txt Commentary: Changes update 2024-07-14 07:34:36 -04:00
verilated.dox
xml.rst Copyright year update 2024-01-01 03:19:59 -05:00

Verilator Documentation
=======================

This folder contains sources for Verilator documentation.

For formatted documentation see:

- `Verilator README <https://github.com/verilator/verilator>`_

- `Verilator installation and package directory structure
  <https://verilator.org/install>`_

- `Verilator manual (HTML) <https://verilator.org/verilator_doc.html>`_,
  or `Verilator manual (PDF) <https://verilator.org/verilator_doc.pdf>`_

- `Subscribe to Verilator announcements
  <https://github.com/verilator/verilator-announce>`_

- `Verilator forum <https://verilator.org/forum>`_

- `Verilator issues <https://verilator.org/issues>`_