Skip to main content

MEMORY_READ_ELEMENT_LABEL

Constant MEMORY_READ_ELEMENT_LABEL 

Source
pub const MEMORY_READ_ELEMENT_LABEL: u8 = _; // 12u8
Expand description

Unique label when r/w=1 and e/w=0, computed as the full chiplet selector with the bits reversed, plus one. selector = [1, 1, 0 | 1, 0], flag = rev(selector) + 1 = [0, 1 | 0, 1, 1] + 1 = 12