-
Notifications
You must be signed in to change notification settings - Fork 139
Apio Lint
Juan Gonzalez-Gomez edited this page Apr 2, 2024
·
3 revisions
apio lint [OPTIONS]
Lint the verilog code. It is agnostic of the FPGA. It does not use the constraints files (.pcf
,.lpf
)
Warning
apio lint
is broken for [email protected] apio package
Flag | Long Flag | Description |
---|---|---|
-a |
--all |
Enable all warnings, including code style warnings |
-t |
--top |
Set top module |
--nowarn |
Disable all style warnings | |
--warn |
Enable specific warning(s) | |
-p |
--project-dir |
Set the target directory for the project |
apio lint
- Project structure
- Project configuration file (apio.ini)
- apio
- Project Commands:
- Setup commands:
- Utility Commands:
- Downloading the Blinky example
- The apio-examples package: Adding examples
-
Apio packages
- Tools-oss-cad-suite
- Apio examples
- Tools-drivers (Windows)
- Gtkwave (Windows)