Question.2
What is the 8-bit binary map smoothly assigned right over onto data?
data
wire [7:0] data = { {2{2'b10}}, 4'hF };
Select Answer
10001111
10110000
10101111
11001111