mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-01 10:06:19 +02:00
5 lines
89 B
Systemverilog
5 lines
89 B
Systemverilog
// pattern: unexpected token 'highz1'
|
|
module top;
|
|
wire (highz0, highz1) x;
|
|
endmodule
|