mirror of https://github.com/zachjs/sv2v.git
5 lines
97 B
Systemverilog
5 lines
97 B
Systemverilog
|
|
// pattern: unexpected packed range\(s\) applied to byte
|
||
|
|
module top;
|
||
|
|
byte [1:0] x;
|
||
|
|
endmodule
|