verilogSources property

List<String>? verilogSources

A list of verilog source files to include in the build.

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

Implementation

List<String>? get verilogSources => null;