| This is not an official Google product. |
| |
| # HomeBrew formula for [Google's Verible tools](https://google.github.io/verible/) |
| |
| Enables [Google's Verible](https://google.github.io/verible/), a suite of |
| SystemVerilog developer tools, including a parser, |
| [style-linter](https://google.github.io/verible/verilog_lint.html), and |
| [formatter](https://google.github.io/verible/verilog_format.html) be installed |
| on Mac OX X using homebrew. |
| |
| ``` |
| brew tap google/verible |
| brew install verible |
| ``` |
| |
| You can find more information at; |
| - [Verible's website](https://google.github.io/verible/), |
| - [Verible's code repository](https://github.com/google/verible). |
| |