From ecef96f954302ec17cad5f7b9f8d613bbeb2718a Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 31 Oct 2021 12:29:46 +1300 Subject: Enable icarus for linting Out of icarus and verilator I'm not sure which way I'll go for simming, but I'll probably want to make the one I don't go with, optional for linting. For now, enable both. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4a9e3c1..e7433aa 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ clean: lint: verilator --lint-only $(OBJS) + iverilog -tnull $(OBJS) program: $(TOP).svf # probably not very useful to anyone without more configurable paths -- cgit v1.1