You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Include linter requirements in README setup instructions
Added isort, black, and flake8 to Python setup steps and mentioned Verible as a dependency for RTL linting.
Signed-off-by: Miguel Osorio <miguelosorio@google.com>
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Files under the [tools](tools/) directory may be available under a different lic
43
43
- Verilator **(4.106 or later)** must be installed on the system if running with Verilator
44
44
- If adding/removing instructions, [`espresso`](https://github.com/chipsalliance/espresso/tree/master) must be installed (used by `tools/coredecode`). Remember to checkout on `3.x` branch.
45
45
- RISCV tool chain (based on gcc version 8.3 or higher) must be installed so that it can be used to prepare RISCV binaries to run.
46
+
-[**Verible**](https://github.com/chipsalliance/verible) is used for SystemVerilog linting and formatting.
46
47
-**Python 3.10+** is required for verification, documentation, and linting.
0 commit comments