Axi5BChannelPacket class
A response packet on an AXI5 B channel interface.
- Inheritance
-
- Object
- ROHDVFObject
- SequenceItem
- Axi5BChannelPacket
- Implemented types
Constructors
- Axi5BChannelPacket({required Axi5ResponseSignalsStruct response, Axi5UserSignalsStruct? user, Axi5IdSignalsStruct? id, Axi5MemRespDataTagSignalsStruct? tag, Axi5DebugSignalsStruct? debug})
- Constructor
Properties
-
completed
→ Future<
void> -
A Future that completes once the the read has been completed.
no setter
- debug → Axi5DebugSignalsStruct?
-
Debug signals
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → Axi5IdSignalsStruct?
-
ID signals
final
- logger → Logger
-
A Logger for messages related to the test or testbench.
latefinalinherited
- response → Axi5ResponseSignalsStruct
-
Response signals
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → Axi5MemRespDataTagSignalsStruct?
-
Tag signals
final
- user → Axi5UserSignalsStruct?
-
User signals
final
Methods
-
clone(
) → Axi5BChannelPacket - Creates a copy of this packet.
-
complete(
) → void - Called by a completer when a transfer is completed.
-
fullName(
) → String -
A descriptive name representing this instance of the object.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
trackerString(
TrackerField field) → String? -
Returns a formatted String value associated with
fieldin this object.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited