summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoruvok2025-12-26 16:49:10 +0100
committeruvok2025-12-26 16:49:10 +0100
commitf81f3805234ccca8d2198adbb7989c97e8ae3100 (patch)
tree91a224896e04d4870b1b94e05aa44568f03a0344 /Makefile
parentdc4bbf201f2a4a0855bf501c8f273e1694c94517 (diff)
make: Add flags to iverilog
support g2012 for assertions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 669aa17..e241b34 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ simu: $(PROGRAM).lxt2
./$< -lxt2
%.vvp: %.v %.tb.v
- iverilog -o $*.vvp $*.v $*.tb.v
+ iverilog -g2012 -o $*.vvp $*.v $*.tb.v
## inter-file dependencies
-include $(DEPS)