Skip to content

Commit

Permalink
add clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed Sep 13, 2024
1 parent d9673c2 commit a058ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/design/decoder/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ p_3' \cdot (f_{dg} \cdot u + 1 - f_{dg}) = p_3 \cdot (f_{g2} \cdot v_1 + f_{g4}
$$
The above constraint specifies that:
* When `SPAN` or `RESPAN` operations are executed, we add between $1$ and $7$ groups to the op group table.
* When group count is decremented inside a *span* block, we remove a group from the op group table.
* When `SPAN` or `RESPAN` operations are executed, we add between $1$ and $7$ groups to the op group table; else, leave $p3$ untouched.
* When group count is decremented inside a *span* block, we remove a group from the op group table; else, leave $p3'$ untouched.

The degree of this constraint is $9$.

Expand Down

0 comments on commit a058ae8

Please sign in to comment.