SummationConfigurator class abstract
A configurator for a module like SummationBase
.
- Inheritance
-
- Object
- Configurator
- SummationConfigurator
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
knobs
→ Map<
String, ConfigKnob> -
A mapping from configuration names to
ConfigKnob
s that can be used to configure this component.no setteroverride - maxValueKnob → IntOptionalConfigKnob
-
The maximum value.
final
- minValueKnob → IntOptionalConfigKnob
-
The minimum value.
final
- name → String
-
The name of this Configurator.
no setterinherited
- 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 setterinherited
- saturatesKnob → ToggleConfigKnob
-
Whether the output saturates (vs. rolling over/under).
final
- sumInterfaceKnobs → ListOfKnobsKnob
-
The interface knobs.
final
- widthKnob → IntOptionalConfigKnob
-
The width.
final
Methods
-
createModule(
) → Module -
Creates a Module instance as configured.
inherited
-
generateSV(
) → Future< String> -
Generates SystemVerilog for the module as configured.
inherited
-
loadJson(
String json) → void -
Loads the configuration from a serialized JSON representation.
inherited
-
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.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited