diff options
author | w0rp <w0rp@users.noreply.github.com> | 2016-10-08 16:54:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-08 16:54:06 +0100 |
commit | cb68741717ba02796d36e34a2dcc73b7f7ae1161 (patch) | |
tree | 97f41da7d853f1674621404b766f05731e77a61e /doc | |
parent | 85d8d2f217ddbf8b02d1ef5dd181f3cc44bb1f00 (diff) | |
parent | e59264023a83bca3092eb4e22de24714eb503044 (diff) | |
download | ale-cb68741717ba02796d36e34a2dcc73b7f7ae1161.zip |
Merge pull request #65 from mshr-h/support-verilator
Support 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' |