From f81f3805234ccca8d2198adbb7989c97e8ae3100 Mon Sep 17 00:00:00 2001 From: uvok Date: Fri, 26 Dec 2025 16:49:10 +0100 Subject: make: Add flags to iverilog support g2012 for assertions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3