Skip to content

python3/pip3 wrapper for installing verible

License

Notifications You must be signed in to change notification settings

imc-trading/verible-py

 
 

Repository files navigation

verible-py

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.

installation

pip install verible-py

usage

After installation, the verible binary should be available in your environment (or verible.exe on windows).

As a pre-commit hook

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

About

python3/pip3 wrapper for installing verible

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 82.3%
  • Python 17.7%