vhda / verilog_systemverilog.vim

Verilog/SystemVerilog Syntax and Omni-completion
359 stars 86 forks source link

Verilator error format changed. #201

Closed prwang closed 3 years ago

prwang commented 3 years ago

The default error format does not work for verilator version 4.106 (from MSYS2 repository). Now the error string contains an column number : %Error: example.v:32:27: syntax error, unexpected or, expecting ',' or ';' So the column must be matched CompilerSet errorformat=%%%trror%.%#:\ %f:%l:%c:\ %m or the vim will try to open a file called example.v:32 which does not exist at all.

vhda commented 3 years ago

Hi @prwang, Could you please confirm if the merged commit resolves this issue? Thanks!