Skip to content

Commit 5082cbf

Browse files
committed
remove repetition
1 parent 548d2e9 commit 5082cbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

constraints/ace.air

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ ev section_block_flags_constraints([s0, s1, s2, s2_next, s3, s3_next, sstart, ss
162162
#
163163
# Hence:
164164
#
165-
# Constraint degree: deg(f_ACE) + 2 = 3 + 2 = 5
166-
let f_ace = flag_ace_active(s0, s1, s2, s3);
165+
# Constraint degree: 5
166+
#
167167
# The kernel ROM's sfirst would be at ace[1] (i.e., sblock) in the chiplets column layout
168168
# as the chiplet selector for the kernel ROM chiplet (i.e., s4) would correspond to ace[0]
169-
enf f_ace * s3' * (1 - sblock') = 0;
169+
enf s3' * (1 - sblock') = 0 when flag_ace;
170170
}
171171

172172
# Constrains binary columns for flags and selectors

0 commit comments

Comments
 (0)