hasSv property
Whether the module has SystemVerilog output available and found on disk.
Implementation
bool get hasSv => formats[RohdSourceFormat.sv]?.usable ?? false;
Whether the module has SystemVerilog output available and found on disk.
bool get hasSv => formats[RohdSourceFormat.sv]?.usable ?? false;