M
Mike Lyu
Guest
If I want when two-input mux sel is \"x\" but still want to output D0, intead of \"x\", how should I build the mux in verilog? This is for both simulation and synthesis.
The truth table will be:
Output
S=0 D0
S=x D0
S=1 D1
The truth table will be:
Output
S=0 D0
S=x D0
S=1 D1