definitionParameters property

List<SystemVerilogParameterDefinition>? get definitionParameters

A collection of SystemVerilog SystemVerilogParameterDefinitions to be declared on the definition when generating SystemVerilog for this Module if generatedDefinitionType is DefinitionGenerationType.standard.

If null is returned (the default), then no parameters will be generated. Otherwise, this function should have no side effects and always return the same thing for the same inputs.

Implementation

List<SystemVerilogParameterDefinition>? get definitionParameters => null;