CosimCustomConfig class
A cosimulation configuration which is intended for use when you already have a custom build and/or simulation setup created and wish to cosimulate using that rather than an auto-generated one.
- Inheritance
-
- Object
- CosimConfig
- CosimProcessConfig
- CosimCustomConfig
Constructors
Properties
- directory → String
-
Directory where files will be dumped into.
finalinherited
- 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.
inherited
-
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.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited