Skip to content

Commit

Permalink
README: Add note on linting
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Nov 5, 2024
1 parent b14a651 commit f2517f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,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 any 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
=================================

Expand Down

0 comments on commit f2517f7

Please sign in to comment.