ApbCompleterAgent class

A model for the completer side of an ApbInterface.

Inheritance

Constructors

ApbCompleterAgent({required ApbInterface intf, required Component parent, MemoryStorage? storage, int selectIndex = 0, int responseDelay(ApbPacket request)?, bool respondWithError(ApbPacket request)?, bool invalidReadDataOnError = true, bool dropWriteDataOnError = true, String name = 'apbCompleter'})
Creates a new model ApbCompleterAgent.

Properties

components UnmodifiableListView<Component>
A List of all children Components.
no setterinherited
dropWriteDataOnError bool
If true, then writes that respond with an error will not store into the storage.
final
hashCode int
The hash code for this object.
no setterinherited
intf ApbInterface
The interface to drive.
final
invalidReadDataOnError bool
If true, then returned data on an error will be x.
final
logger Logger
A Logger for messages related to the test or testbench.
latefinalinherited
name String
A name for this instance of the Component.
finalinherited
parent Component?
The Component which constructed and contains this Component.
finalinherited
respondWithError → (bool Function(ApbPacket request)?)
A function that determines whether a response for a request should contain an error (slvErr).
final
responseDelay → (int Function(ApbPacket request)?)
A function which delays the response for the given request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectIndex int
The index that this is listening to on the intf.
final
storage MemoryStorage
A place where the completer should save and retrieve data.
final

Methods

build() → void
Performs additional build-related activities required before run.
inherited
check() → void
Performs additional checks at the end of the simulation.
inherited
fullName() String
A descriptive name including the full hierarchical path of this Component.
inherited
hierarchy() List<Component>
Returns a List of Components representing the full hierarchy of this Component, with the top-most parent at index 0 and this as the last element of the List.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(Phase phase) Future<void>
Executes this Component's activities related to running the test.
override
toString() String
A string representation of this object.
inherited

Operators

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