3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-23 19:47:55 +00:00

Merge pull request #4705 from YosysHQ/docs-preview-lintonly

Emphasise that read_verilog doesn't lint
This commit is contained in:
KrystalDelusion 2024-11-19 03:57:01 +13:00 committed by GitHub
commit 22e214ec6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 3 deletions

View file

@ -266,6 +266,16 @@ The command ``prep`` provides a good default word-level synthesis script, as
used in SMT-based formal verification.
Additional information
======================
The ``read_verilog`` command, used by default when calling ``read`` with Verilog
source input, does not perform syntax checking. You should instead lint your
source with another tool such as
[Verilator](https://www.veripool.org/verilator/) first, e.g. by calling
``verilator --lint-only``.
Unsupported Verilog-2005 Features
=================================