Axi5MemRespDataTagSignalsStruct class
This corresponds to mixin Axi5MemRespDataTagSignals from axi5_mixins.dart.
Constructors
Properties
- comp → bool?
-
Completion response.
Width is always 1.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- persist → bool?
-
Persist response.
Width is always 1.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → int?
-
Tag.
Width is equal to ceil(dataWidth/128)*4.
final
- tagMatch → int?
-
Results of tag comparisons.
Width is equal to 2 if present.
final
- tagUpdate → int?
-
Tags to update.
Width is equal to ceil(dataWidth/128).
final
Methods
-
clone(
) → Axi5MemRespDataTagSignalsStruct - Creates a copy of this struct.
-
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