hasSv property

bool get hasSv

Whether the module has SystemVerilog output available and found on disk.

Implementation

bool get hasSv => formats[RohdSourceFormat.sv]?.usable ?? false;