CosimProcessConfig class abstract

Abstract class for configurations that can be passed to start a cosimulation.

By default, just creates the connector, which is useful at least as a reference.

Inheritance
Implementers

Constructors

CosimProcessConfig({String directory = _defaultCosimDirectory, bool enableLogging = false, bool throwOnUnexpectedEnd = true})
Creates a configuration which launches a sub-process to cosimulate with.
const

Properties

directory String
Directory where files will be dumped into.
final
enableLogging bool
If true, additional debug logging will be enabled for cosimulation.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throwOnUnexpectedEnd bool
If true, throws an UnexpectedEndOfSimulation exception in case the cosimulation ends unexpectedly. Otherwise, just prints a warning.
finalinherited

Methods

connect() Future<CosimConnection>
Initializes the connection to cosimulation.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startCosimProcess(String directory) Future<Process>
Starts the execution of the SystemVerilog simulator with all proper arguments to accept communication from ROHD.
toString() String
A string representation of this object.
inherited

Operators

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