compileArgs property
A list of additional arguments to pass to both compile phase of the SystemVerilog simulator.
The contents are put in a Makefile, so environment variables
should use parentheses, like $(MYENVVAR)
.
Implementation
List<String>? get compileArgs => null;