Ace5LiteWChannelConfig class

A config object for constructing an ACE-5 W channel.

Inheritance

Constructors

Ace5LiteWChannelConfig({int userWidth = 32, int dataWidth = 64, bool useLast = true, int tagDataWidth = 0, bool useTag = false, bool useTagUpdate = false, bool useTagMatch = false, bool tracePresent = false, int loopWidth = 0, int strbWidth = 0, bool usePoison = false})
Constructor.

Properties

dataWidth int
The width of the transaction data bus in bits.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
loopWidth int
The width of the loop signal in bits.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strbWidth int
The width of the write strobe signal in bits.
finalinherited
tagDataWidth int
The width of the tag data signal in bits.
finalinherited
tracePresent bool
Indicates whether trace functionality is present.
finalinherited
useLast bool
Controls the presence of last which is an optional port for multi burst transactions.
finalinherited
usePoison bool
Indicates whether a poison bit is used.
finalinherited
userWidth int
The width of the user-defined signal in bits.
finalinherited
useTag bool
Indicates whether the tag feature is used.
finalinherited
useTagMatch bool
Indicates whether the tag match feature is used.
finalinherited
useTagUpdate bool
Indicates whether the tag update feature is used.
finalinherited

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