We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f220ab commit a6a73c2Copy full SHA for a6a73c2
src/trans-word-level/sequence.cpp
@@ -82,6 +82,8 @@ sequence_matchest instantiate_sequence(
82
const mp_integer &t,
83
const mp_integer &no_timeframes)
84
{
85
+ PRECONDITION(t < no_timeframes);
86
+
87
if(expr.id() == ID_sva_cycle_delay) // ##[1:2] something
88
89
auto &sva_cycle_delay_expr = to_sva_cycle_delay_expr(expr);
0 commit comments