SystemVerilogParameterDefinition class

Represents the definition of a SystemVerilog parameter at the time of declaration of a module definition.

Constructors

SystemVerilogParameterDefinition(String name, {required String type, required String defaultValue})
Creates a new SystemVerilog parameter definition with name of the provided type with the defaultValue.
const

Properties

defaultValue String
The default value for this parameter.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the parameter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The SystemVerilog type to use for declaring this parameter.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited