This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/verilog
TG 00eee550ea Adds column number to the verilator verilog linter
Since version 4.032 (04/2020) verilator linter messages also contain the
column number, and look like:

%Error: /tmp/test.sv:3:1: syntax error, unexpected endmodule, expecting ';'

To stay compatible with old versions of the tool, the column number is
optional in the researched pattern regular expression.

See commit:
81c659957e
2020-04-18 09:57:01 +02:00
..
iverilog.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
verilator.vim Adds column number to the verilator verilog linter 2020-04-18 09:57:01 +02:00
vlog.vim Correct vint-discovered advisory in vlog handler 2019-10-05 11:25:56 -07:00
xvlog.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00