- Add VlThreadingAdvisor class to detect potential threading misconfigurations - Reads CPU topology on Linux via /sys/devices/system/cpu/ to detect: - Hyperthreading-enabled systems where threads > physical cores - Warns users when threading configuration may reduce performance - Integrates automatically when thread pool is created (threads > 1) - Respects quiet() flag to suppress output - Advisory only - does not affect simulation behavior This provides earlier feedback than verilator_gantt which requires explicit profiling and post-hoc analysis. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| _static | ||
| bin | ||
| gen | ||
| guide | ||
| .gitignore | ||
| CONTRIBUTING.rst | ||
| CONTRIBUTORS | ||
| Makefile | ||
| README.rst | ||
| internals.rst | ||
| security.rst | ||
| spelling.txt | ||
| verilated.dox | ||
| xml.rst | ||
README.rst
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>`_