ReadyValidPacket class

A packet to be transmitted over a ready/valid interface.

Inheritance
Implemented types

Constructors

ReadyValidPacket(LogicValue data)
Constructs a new packet with associated data.

Properties

data LogicValue
The data associated with this packet.
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

Methods

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