Example : wire [1:0] some_output ; wire input_0 , input_1 ; always @ * begin if ( input_0 == input_1 ) some_output = 2'b00 ; else
確定! 回上一頁