extraArgs property

List<String>? extraArgs

A list of additional arguments to pass to both compile and execute phase of the SystemVerilog simulation.

The contents are put in a Makefile, so environment variables should use parentheses, like $(MYENVVAR).

Implementation

List<String>? get extraArgs => null;