make ITxGenerator as stream

This commit is contained in:
2021-01-09 10:34:22 +01:00
parent 90f45c698f
commit d970d07048
11 changed files with 333 additions and 221 deletions

View File

@ -113,4 +113,9 @@ public class VCDSignal<T extends IEvent> extends HierNode implements IWaveform {
return width;
}
@Override
public String getKind() {
return "signal";
}
}