Example
A selector chooses a data input or turns one bit into one-hot wires.
highlighted = computed this step
Build the concrete table
Compute the highlighted logic-table value.
S=0 D0=1 D1=0mux output=1
Build the concrete table
Compute the highlighted logic-table value.
S=0 D0=1 D1=0S=1 D0=1 D1=0mux output=1mux output=0
Build the concrete table
Compute the highlighted logic-table value.
S=0 D0=1 D1=0S=1 D0=1 D1=0S=0mux output=1mux output=0decoder=(1,0)
Build the concrete table
Compute the highlighted logic-table value.
S=0 D0=1 D1=0S=1 D0=1 D1=0S=0S=1mux output=1mux output=0decoder=(1,0)decoder=(0,1)
logic-computation
Every row is intentionally ordered and pinned to the lesson specification.