isRohdNetlistVersion method
- String version
Whether this is a ROHD-authored netlist with the specified version.
Use this to enable features tied to one schema version, not as a prerequisite for fundamental rendering.
Implementation
bool isRohdNetlistVersion(String version) =>
netlistCreator == 'NetlistSynthesizer (rohd)' &&
netlistVersion == version;