startCosimProcess abstract method

Future<Process> startCosimProcess(
  1. String directory
)

Starts the execution of the SystemVerilog simulator with all proper arguments to accept communication from ROHD.

Implementation

Future<Process> startCosimProcess(String directory);