mux8.N.sel0 bit in
mux8.N.sel1 bit in
mux8.N.sel2 bit in
Together, these determine which inN value is copied to out.
mux8.N.out float out
Follows the value of one of the inN values according to the three sel values
sel2=FALSE, sel1=FALSE, sel0=FALSEout follows in0sel2=FALSE, sel1=FALSE, sel0=TRUEout follows in1sel2=FALSE, sel1=TRUE, sel0=FALSEout follows in2sel2=FALSE, sel1=TRUE, sel0=TRUEout follows in3sel2=TRUE, sel1=FALSE, sel0=FALSEout follows in4sel2=TRUE, sel1=FALSE, sel0=TRUEout follows in5sel2=TRUE, sel1=TRUE, sel0=FALSEout follows in6sel2=TRUE, sel1=TRUE, sel0=TRUEout follows in7mux8.N.in0 float in
mux8.N.in1 float in
mux8.N.in2 float in
mux8.N.in3 float in
mux8.N.in4 float in
mux8.N.in5 float in
mux8.N.in6 float in
mux8.N.in7 float in