Out-of-bounds range should not be used to select from an array.
logic [7:0] a; logic [2:0] b = a[9:7];
logic [7:0] a; logic [2:0] b = a[5:3];