cmd apio fpgas - zapta/apio-new-doc-wiki.delete-me GitHub Wiki
The command apio fpgas
lists the FPGAs recognized by Apio. Custom
FPGAs supported by the underlying Yosys toolchain can be defined by
placing a custom fpgas.jsonc
file in the project directory,
overriding Apio’s standard fpgas.jsonc
file.
EXAMPLES
apio fpgas # List all fpgas.
apio fpgas -v # List with extra columns.
apio fpgas | grep gowin # Filter FPGA results.
OPTIONS
-v, --verbose Show detailed output.
-p, --project-dir path Set the root directory for the project.
-h, --help Show this message and exit.