Pergunta de entrevista da empresa Integrated Device Technology

to write verilog code for 4X1 mux using assign statement without using equality operator

Resposta da entrevista

Sigiloso

26 de jun. de 2018

assign out = (s0)?(S1?(in3:in2)):(s1?(in1:in0));