SConstruct modifications by users are discouraged since there is good no upgrade path to the next release of apio (which can change the invocation of the SConstruct). If a user hack is absolutely required, users can modify the SConstruct file of the installed apio package (or have a symlink to their copy of the file).
This changes deletes the command
apio init
. Below is an analysis of its replacement:apio.ini
is now covered byapio create
andapio modify
respectively.SConstruct
developement can be done in the dev repository using thepip install -e .
setup explained here https://github.com/FPGAwars/apio/blob/develop/DEVELOPER.md#using-the-dev-repository-for-apio-commandsSConstruct
modifications by users are discouraged since there is good no upgrade path to the next release of apio (which can change the invocation of the SConstruct). If a user hack is absolutely required, users can modify theSConstruct
file of the installedapio
package (or have a symlink to their copy of the file).