LtiMainClusterAgent class

Wrapper agent around the LTI channels.

Inheritance

Constructors

LtiMainClusterAgent({required Axi5SystemInterface sys, required LtiLaChannelInterface la, required LtiLrChannelInterface lr, required LtiLcChannelInterface lc, required LtiManagementInterface lm, required Component parent, LtiLtChannelInterface? lt, String name = 'ltiMainClusterAgent', int? timeoutCycles, int? dropDelayCycles})
Constructs a new LtiMainClusterAgent.

Properties

compAgent LtiMainLcChannelAgent
LC channel agent.
latefinal
components UnmodifiableListView<Component>
A List of all children Components.
no setterinherited
dropDelayCycles int?
The number of cycles before an objection will be dropped when there are no pending packets to send.
final
hashCode int
The hash code for this object.
no setterinherited
la LtiLaChannelInterface
LA interface.
latefinal
lc LtiLcChannelInterface
LC interface.
latefinal
lm LtiManagementInterface
Management interface.
latefinal
logger Logger
A Logger for messages related to the test or testbench.
latefinalinherited
lr LtiLrChannelInterface
LR interface.
latefinal
lt LtiLtChannelInterface?
LT interface.
latefinal
manDriver LtiManagementMainDriver
Management driver.
latefinal
name String
A name for this instance of the Component.
finalinherited
parent Component?
The Component which constructed and contains this Component.
finalinherited
reqAgent LtiMainLaChannelAgent
LA channel agent.
latefinal
respAgent LtiMainLrChannelAgent
LR channel agent.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sys Axi5SystemInterface
system interface (for clocking).
latefinal
tagAgent LtiMainLtChannelAgent?
LT channel agent.
latefinal
timeoutCycles int?
The number of cycles before timing out if no transactions can be sent.
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.
inherited
toString() String
A string representation of this object.
inherited

Operators

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