startCosimProcess method
- String directory
override
Starts the execution of the SystemVerilog simulator with all proper arguments to accept communication from ROHD.
Implementation
@override
Future<Process> startCosimProcess(String directory) =>
_startCosimProcess(directory);