An out-of-bounds value used to index an array should be fixed.
logic [7:0] a; logic b = a[9];
logic [7:0] a; logic b = a[2];