21. Vectors - I

Question.4

In a standard Verilog simulation, what logic state natively outputs to out?

wire [3:0] data;
wire out = data[12];
Need Help? Refer to the Quick Guide below

Select Answer