-
Notifications
You must be signed in to change notification settings - Fork 138
Apio Install
Juan Gonzalez-Gomez edited this page Mar 28, 2024
·
34 revisions
apio install [OPTIONS] [PACKAGES]
Install apio packages. By default it installs the latest stable version. Other versions can be installed using the following notation: package@version
(Ex. [email protected]
)
Flag | Long Flag | Description |
---|---|---|
-a |
--all |
Install all packages |
-l |
--list |
List all available packages |
-f |
--force |
Force the packages installation |
-p |
--platform |
Set the platform [linux, linux_x86_64, linux_i686, linux_armv7l, linux_aarch64, windows, windows_amd64, windows_x86, darwin] (Advanced) |
Package | Installation | Description |
---|---|---|
tools-oss-cad-suite | apio install oss-cad-suite | Selected binaries from the YosysHQ/oss-cad-suite project |
examples | apio install examples | Verilog basic examples, pinouts, etc |
drivers | apio install drivers | Drivers tools (only for Windows) |
gtkwave | apio install gtkwave | Simulation viewer. GTKWave project (only for Windows) |
- Install
oss-cad-suite
andexamples
packages (latest stable versions):
apio install oss-cad-suite examples
- Install
oss-cad-suite
package version 0.0.8
apio install [email protected]
- Show all available/installed packages
$ apio install --list
- 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)