Files
yosys/tests/errors/syntax_err03.v
2026-06-23 07:23:41 +02:00

7 lines
54 B
Verilog

module a;
task to (
input [3]x
);
endtask
endmodule