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

4 lines
34 B
Verilog

module a;
input x[2:0];
endmodule