summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok2025-12-27 18:27:20 +0100
committeruvok2025-12-27 18:27:20 +0100
commitaf3683a610e677b1ede12cd91273dc521bde1b32 (patch)
tree505f765a2e6f63107cd5dbb75a4f5a049b9eea83
parent282c232e01a2bfd42b07a78bec7c366b9caec16d (diff)
Add verilator linting
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e241b34..214771e 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,9 @@ clean:
simu: $(PROGRAM).lxt2
gtkwave $<
+lint: $(PROGRAM).v
+ verilator --lint-only -Wall -Wno-PROCASSINIT $(PROGRAM).v
+
## Patterns
# synthesize