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