diff options
author | mshr-h <mshr-h@users.noreply.github.com> | 2016-10-08 21:38:31 +0900 |
---|---|---|
committer | mshr-h <mshr-h@users.noreply.github.com> | 2016-10-08 21:39:54 +0900 |
commit | e59264023a83bca3092eb4e22de24714eb503044 (patch) | |
tree | 583a431cf0388ad5342a36fc9596399842aa3865 /doc | |
parent | edc5cedd8ce019d4d06931ec8b449a5179153b71 (diff) | |
download | ale-e59264023a83bca3092eb4e22de24714eb503044.zip |
Add verilator for verilog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index fff6e43a..2a6ac580 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -61,7 +61,7 @@ The following languages and tools are supported. * SCSS: 'sasslint', 'scsslint' * Scala: 'scalac' * TypeScript: 'tslint' -* Verilog: 'iverilog' +* Verilog: 'iverilog', 'verilator' * Vim: 'vint' * YAML: 'yamllint' |