Axi5BaseRChannelConfig class abstract

A config object for constructing an AXI5 R channel.

Implementers

Constructors

Axi5BaseRChannelConfig({int userWidth = 0, int dataWidth = 0, int idWidth = 0, bool useIdUnq = false, bool useTag = false, int tagDataWidth = 0, bool useTagUpdate = false, bool useTagMatch = false, bool tracePresent = false, int loopWidth = 0, int respWidth = 0, bool useBusy = false, int chunkNumWidth = 0, int chunkStrbWidth = 0, bool useLast = false, int strbWidth = 0, bool usePoison = false})
Constructor.

Properties

chunkNumWidth int
The width of the chunk number signal in bits.
final
chunkStrbWidth int
The width of the chunk strobe signal in bits.
final
dataWidth int
The width of the transaction data bus in bits.
final
hashCode int
The hash code for this object.
no setterinherited
idWidth int
The width of the ID signal in bits.
final
loopWidth int
The width of the loop signal in bits.
final
respWidth int
The width of the response signal in bits.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strbWidth int
The width of the write strobe signal in bits.
final
tagDataWidth int
The width of the tag data signal in bits.
final
tracePresent bool
Indicates whether trace functionality is present.
final
useBusy bool
Indicates whether the busy signal is used.
final
useIdUnq bool
Indicates whether the unique ID feature is used.
final
useLast bool
Controls the presence of last which is an optional port for multi burst transactions.
final
usePoison bool
Indicates whether a poison bit is used.
final
userWidth int
The width of the user-defined signal in bits.
final
useTag bool
Indicates whether the tag feature is used.
final
useTagMatch bool
Indicates whether the tag match feature is used.
final
useTagUpdate bool
Indicates whether the tag update feature is used.
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