2021-06-20 21:30:21 +02:00
|
|
|
// pattern: pattern index 1 is out of bounds for struct packed \{..logic x;.\}
|
2021-10-18 05:40:12 +02:00
|
|
|
// location: struct_out_of_bounds.sv:4:5
|
2021-06-20 21:30:21 +02:00
|
|
|
module top;
|
|
|
|
|
struct packed {
|
|
|
|
|
logic x;
|
|
|
|
|
} s = '{ 1: 1 };
|
|
|
|
|
endmodule
|