employer cover photo
employer logo
employer logo

Integrated Device Technology

Is this your company?

Integrated Device Technology interview question

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

Interview Answer

Anonymous

Jun 26, 2018

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