3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-24 06:43:41 +00:00

Docs: Mention verilator for linting

Link to verilator in the introduction.
Include `verilator --lint-only fifo.v` in the example synth doc.
Fix linter warnings in fifo.v.
This commit is contained in:
Krystine Sherwin 2024-11-05 13:29:45 +13:00
parent 52c231dd64
commit b14a651142
No known key found for this signature in database
3 changed files with 16 additions and 3 deletions

View file

@ -69,9 +69,14 @@ Things you can't do
- Check out `nextpnr`_ for that
- Rely on built-in syntax checking
- Use an external tool like `verilator`_ instead
.. todo:: nextpnr for FPGAs, consider mentioning openlane, vpr, coriolis
.. _nextpnr: https://github.com/YosysHQ/nextpnr
.. _verilator: https://www.veripool.org/verilator/
The Yosys family
----------------