Skip to content

Commit

Permalink
Update iverilog command to suport SystemVerilog
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsanchez committed Dec 17, 2024
1 parent e138c5b commit ccafb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apio/scons/scons_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "",
Expand Down

0 comments on commit ccafb13

Please sign in to comment.