The strategy here is just to ensure that all control-flow instructions are synchronous. This basically boils down to re-labeling the start times of such instructions to the max across the various waveform and marker sequences. This happens to also simplify some logic inside create_seq_instructions().
Fixes issue #90.
The strategy here is just to ensure that all control-flow instructions are synchronous. This basically boils down to re-labeling the start times of such instructions to the max across the various waveform and marker sequences. This happens to also simplify some logic inside
create_seq_instructions()
.