-
Notifications
You must be signed in to change notification settings - Fork 140
Apio Raw
Juan Gonzalez-Gomez edited this page Apr 1, 2024
·
6 revisions
apio raw '[CMD]'
apio raw "[CMD]"
Execute commands using Apio packages
Argument | Description |
---|---|
cmd |
Command to be executed using installed Apio packages |
apio raw "yosys --version"
$ apio raw "yosys --version"
Yosys 0.33+103 (git sha1 11ffd7df4, clang 10.0.0-4ubuntu1 -fPIC -Os)
apio raw 'yosys -p "read_verilog leds.v; show" -q'
apio raw "nextpnr-ice40 --version"
$ apio raw "nextpnr-ice40 --version"
"nextpnr-ice40" -- Next Generation Place and Route (Version nextpnr-0.6-118-g0eb9a9ad)
- 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)