Skip to main content

ACE_INIT_LABEL

Constant ACE_INIT_LABEL 

Source
pub const ACE_INIT_LABEL: Felt;
Expand description

Unique label ACE operation, computed as the chiplet selector with the bits reversed, plus one. selector = [1, 1, 1, 0], flag = rev(selector) + 1 = [0, 1, 1, 1] + 1 = 8