Axi5AcChannelPacket class

A packet on an AXI5 AC channel interface.

Inheritance
Implemented types

Constructors

Axi5AcChannelPacket({required int addr, required int vmidExt, Axi5DebugSignalsStruct? debug})
Constructor

Properties

addr int
Address.
final
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
logger Logger
A Logger for messages related to the test or testbench.
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vmidExt int
MVID extension
final

Methods

clone() Axi5AcChannelPacket
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 field in this object.
override

Operators

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