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:
parent
52c231dd64
commit
b14a651142
3 changed files with 16 additions and 3 deletions
|
@ -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
|
||||
----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue