Skip to content

Commit 36bf19d

Browse files
committed
Fix scheduling of endvalue
We need to actually switch to the next gap if the current gap does not work out
1 parent f3847ed commit 36bf19d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/nacs-seq/zynq/bc_gen.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,6 +1286,8 @@ struct PulseSequence {
12861286
// no need to output the end value anymore.
12871287
return it;
12881288
}
1289+
t = it->first + it->second.mintime();
1290+
++it;
12891291
}
12901292
}
12911293
};

0 commit comments

Comments
 (0)