SubNormalAsZeroSelecKnob class
Set of knobs for subnormal treatment.
- Inheritance
-
- Object
- ConfigKnob<
String> - GroupOfKnobs
- SubNormalAsZeroSelecKnob
Constructors
- SubNormalAsZeroSelecKnob.new({String name = 'DAZ/FTZ Selection'})
- Creates a new knob for setting up subnormal treatment.
Properties
- denormalAsZeroA → ToggleConfigKnob
-
Treat input 'a' as zero when subnormal.
final
- denormalAsZeroB → ToggleConfigKnob
-
Treat input 'b' as zero when subnormal.
final
- flushToZero → ToggleConfigKnob
-
If addition output is subnormal, flush to zero.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of this group.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subKnobs
→ Map<
String, ConfigKnob> -
Create the knobs for adder selection.
no setteroverride
- value ↔ String
-
The primary value being stored in this knob.
getter/setter pairinherited
Methods
-
loadJson(
Map< String, dynamic> decodedJson) → void -
Reconfigures this knob based on the provided deserialized JSON.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this knob into a JSON-compatible map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited