A python wrapper to provide a pip-installable verible binary.
Internally this package provides a convenient way to download the pre-built verible binary for your particular platform.
pip install verible-py
After installation, the verible
binary should be available in your
environment (or verible.exe
on windows).
See pre-commit for instructions
Sample .pre-commit-config.yaml
:
- repo: https://github.com/imc-trading/verible-py.git
rev: v0.0-3426
hooks:
- id: verible-verilog-lint
- id: verible-verilog-format