adapt painter

This commit is contained in:
2021-02-27 13:33:15 +00:00
parent b69e1886b9
commit 1d2395e00d
3 changed files with 15 additions and 16 deletions

View File

@@ -113,7 +113,8 @@ public class VCDDbLoader implements IWaveformDbLoader, IVCDDatabaseBuilder {
moduleStack=null;
throw new InputFormatException(e.toString());
}
if(!res) throw new InputFormatException("Could not parse VCD file");
if(!res)
throw new InputFormatException("Could not parse VCD file");
// calculate max time of this database
for(IWaveform waveform:signals) {
IEventList events =waveform.getEvents();