Files

5 lines
97 B
Systemverilog
Raw Permalink Normal View History

// pattern: unexpected packed range\(s\) applied to byte
module top;
byte [1:0] x;
endmodule