Interesting, it seems it works.. (win10):
A few tips for Apio users.
1. You can disable the text coloring using the command
apio preference --theme no-colors2. You can file any issue or questions you have in the 'issues' and 'discussion' section on github at
https://github.com/FPGAwars/apio, or ask here here or ping me. Apio is actively maintained.
3. You can explore the commands using the '-h' flag. For example,
apio -h or
apio build -h4. You can add custom fpgas and board definitions by adding fpgas.jsonc or borads.jsconc in your project directory.
5. You can organize your source code in subdirectories under the project dir, apio will find them.
6. (experimental) You can use System Verilog source and testbench files using the file extension .sv (instead of .v for verilog)
7. You can explore the provided examples, e.g. run
apio examples fetch alhambra-ii/bcd-counter in an empty directory and then
apio sim.