Skip to main content

MEMORY_WRITE_WORD_LABEL

Constant MEMORY_WRITE_WORD_LABEL 

Source
pub const MEMORY_WRITE_WORD_LABEL: u8 = _; // 20u8
Expand description

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