summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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