From d0e56777607a66777bc678399b54b013935e49f7 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Sat, 9 Nov 2024 04:30:06 +1300 Subject: [PATCH] Docs: Less exaggeration --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16146da8a..c0da4b3cc 100644 --- a/README.md +++ b/README.md @@ -264,8 +264,8 @@ 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 +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``.