Skip to main content

MR_UPDATE_OLD_LABEL

Constant MR_UPDATE_OLD_LABEL 

Source
pub const MR_UPDATE_OLD_LABEL: u8 = _; // 7u8
Expand description

Unique label computed as 1 plus the full chiplet selector with the bits reversed. selector = [0 | 1, 1, 0], flag = rev(selector) + 1 = [0, 1, 1 | 0] + 1 = 7