verilator/docs
Ricardo Barbedo 87d1c10fa7
Fix compiler coroutine check (#5190) (#5300)
The necessary options to support C++ coroutines vary greatly between
compilers, its versions, and the standard library being used. This
patch makes the check for coroutine support more robust by adding a
declaration of a coroutine variable, instead of just including the
header. It also makes sure that the HAVE_COROUTINE and
CFG_CXXFLAGS_COROUTINES flags are always set together, and only when
coroutine support is detected.
2024-07-24 17:21:14 -04:00
..
_static
bin Copyright year update 2024-01-01 03:19:59 -05:00
gen Commentary: Clarify some warning messages. 2024-07-20 17:50:14 -04:00
guide Commentary: Clarify some warning messages. 2024-07-20 17:50:14 -04:00
.gitignore
CONTRIBUTING.rst
CONTRIBUTORS Fix compiler coroutine check (#5190) (#5300) 2024-07-24 17:21:14 -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>`_