Axi4Channel class
An AXI4 channel that may or may not support reads and/or writes.
Constructors
- Axi4Channel.new({int channelId = 0, Axi4ReadInterface? rIntf, Axi4WriteInterface? wIntf})
- Constructor.
Properties
- channelId → int
-
A unique identifier for the given channel.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasRead → bool
-
Does this channel support read transactions.
final
- hasWrite → bool
-
Does this channel support write transactions.
final
- rIntf → Axi4ReadInterface?
-
Read interface.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wIntf → Axi4WriteInterface?
-
Write interface.
final
Methods
-
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