Question.4
If neither count nor bus_data is explicitly initialized or driven anywhere in an RTL design, what are their default primitive simulation states at time 0?
count
bus_data
0
reg [7:0] count; wire [7:0] bus_data;
Select Answer
Both uniformly default to 8'h00
8'h00
count defaults to 8'hxx, and bus_data defaults to 8'hzz
8'hxx
8'hzz
count defaults to 8'hzz, and bus_data defaults to 8'hxx
Both uniformly default to 8'hxx