Apio boards¶
apio boards¶
The apio boards
command lists the FPGA boards supported by Apio.
You can define custom boards by placing a
boards.jsonc
file with your board definition in your project directory, which overrides Apio’s defaultboards.jsonc
.
Examples
apio boards # List all boards.
apio boards -v # List with extra columns.
apio boards | grep ecp5 # Filter boards results.
apio boards --docs # Generate a report for Apio docs
Options
-v, --verbose Show detailed output.
-p, --project-dir path Set the root directory for the project.
-h, --help Show this message and exit.