From ccafb134e56b9cfbbe946b2445fd1ebcf15c07b0 Mon Sep 17 00:00:00 2001 From: Guido Sanchez Date: Tue, 17 Dec 2024 17:03:45 -0300 Subject: [PATCH] Update iverilog command to suport SystemVerilog --- apio/scons/scons_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apio/scons/scons_util.py b/apio/scons/scons_util.py index ececa9c4..40d676d3 100644 --- a/apio/scons/scons_util.py +++ b/apio/scons/scons_util.py @@ -643,7 +643,7 @@ def make_iverilog_action( # -- Construct the action string. action = ( - "iverilog {0} {1} -o $TARGET {2} {3} {4} {5} {6} $SOURCES" + "iverilog -g2012 {0} {1} -o $TARGET {2} {3} {4} {5} {6} $SOURCES" ).format( ivl_path_param, "-v" if verbose else "",