summaryrefslogtreecommitdiff
path: root/ale_linters/verilog
AgeCommit message (Expand)Author
2021-07-12Add Yosys linter for Verilog files. (#3713)Nathan Sharp
2021-02-11Verilator current file search path (#3500)Tarik Graba
2020-08-14Merge pull request #2924 from patrick96/vlog-filenamew0rp
2020-08-06Adds hdl_checker LSP support (#2804)Andre Souto
2020-04-18Adds column number to the verilator verilog linterTG
2019-12-05verilog: Add filename to vlog linter outputpatrick96
2019-10-05Correct vint-discovered advisory in vlog handlerThomas A. Werne
2019-10-05Update vlog parser to handle new output formatThomas A. Werne
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-02-06Update syntax checkingw0rp
2019-01-27Add VHDL Support & Newer Verilog Linters (#2229)John Gentile
2019-01-26#2132 Unify temporary file management in command.vimw0rp
2018-07-12Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIRw0rp
2017-11-19Make options configurable for iverilog (#1143)RedBug312
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-08-05Fix #823 - Write Windows files with CRLFw0rp
2017-06-29Adds an option to pass additional arguments to the verilog/verilator … (#698)Tarik Graba
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-03-30Remove 'col' from linters where it is hardcoded to 1 (#434)Adriaan Zonnenberg
2017-02-26Copy all loclist items returned from handlers, and set up defaults for conven...w0rp
2017-02-11Replace every stdin-wrapper script with the new %t formatting supportw0rp
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ...w0rp
2017-01-15Improve Verilator support (#205) (#258)Masahiro H
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-11Match both error and syntax error in verilogBjorn Neergaard
2016-10-11Default handlers to warningBjorn Neergaard
2016-10-11Use explicit scope in all ale_lintersBjorn Neergaard
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard
2016-10-09Add comment headers to verilog lintersmshr-h
2016-10-08Add verilator for verilogmshr-h
2016-10-08Add iverilog for verilog (#63)Masahiro H