Configurator class abstract

An object that enables a consisten API for configuring a Module and performing common tasks with it.

Implementers

Constructors

Configurator()

Properties

hashCode int
The hash code for this object.
no setterinherited
knobs Map<String, ConfigKnob>
A mapping from configuration names to ConfigKnobs that can be used to configure this component.
no setter
name String
The name of this Configurator.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sanitaryName String
A version of the name which has been sanitized to meet SystemVerilog variable naming requirements.
no setter

Methods

createModule() Module
Creates a Module instance as configured.
generateSV() Future<String>
Generates SystemVerilog for the module as configured.
loadJson(String json) → void
Loads the configuration from a serialized JSON representation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson({bool pretty = false}) String
Serializes the configuration information into a JSON structure.
toString() String
A string representation of this object.
inherited

Operators

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