yosys/tests/errors/syntax_err11.v

4 lines
48 B
Verilog

module a;
parameter integer real x=0;
endmodule