-
Notifications
You must be signed in to change notification settings - Fork 137
Apio Config
Juan Gonzalez-Gomez edited this page Mar 31, 2024
·
12 revisions
apio config [OPTIONS]
Apio configuration commands
Flag | Long Flag | Description |
---|---|---|
-l |
--list |
List all configuration parameters |
-e |
--exe [default|native] |
Configure executables: default selects apio packages, native selects native binaries |
-v |
--verbose [0|1] |
Verbose mode: 0 General, 1 Information |
apio config --list
apio config --exe native
apio config --verbose 1
The configurations are stored in the apio profile file, located in the apio home dir
- Ex. in Linux:
/home/obijuan/.apio/profile.json
- Ex. in Windows:
C:\Users\JANEL\.apio\profile.json
These are the contents of a typical profile.json
file:
{
"config": {
"exe": "default",
"verbose": "0"
},
"packages": {
"oss-cad-suite": {
"version": "0.0.9"
}
},
"settings": {}
}
- 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)