Axi5WChannelTracker class

A tracker for the AXI5 W channel.

Inheritance

Constructors

Axi5WChannelTracker({String name = 'Axi5WChannelTracker', bool dumpJson = true, bool dumpTable = true, String? outputFolder, int timeColumnWidth = 12, int dataColumnWidth = 64, int lastColumnWidth = 0, int strbColumnWidth = 0, int poisonColumnWidth = 0, int tagColumnWidth = 0, int tagUpdateColumnWidth = 0, int tagMatchColumnWidth = 0, int compColumnWidth = 0, int persistColumnWidth = 0, int traceColumnWidth = 0, int loopColumnWidth = 0, int userColumnWidth = 0})
Constructor.

Properties

dumpJson bool
If true, will dump a JSON file log to jsonFileName.
finalinherited
dumpTable bool
If true, will dump an ASCII table log to tableFileName.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
jsonFileName String
The path to the generated JSON log file, if enabled by dumpJson.
no setterinherited
name String
The name of this Tracker, used for naming output files.
finalinherited
outputFolder String?
An optional output directory for the logs.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableFileName String
The path to the generated ASCII table log file, if enabled by dumpTable.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
record(Axi5WChannelPacket trackable, {Map<String, String?> defaults = const {}}) → void
Records trackable into all enabled logs.
inherited
terminate() Future<void>
Cleans up and finalizes all logs.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

compField → const String
compField
dataField → const String
dataField
lastField → const String
lastField
loopField → const String
loopField
persistField → const String
persistField
poisonField → const String
poisonField
strbField → const String
strbField
tagField → const String
tagField
tagMatchField → const String
tagMatchField
tagUpdateField → const String
tagUpdateField
timeField → const String
time
traceField → const String
traceField
userField → const String
userField