Skip to content
Version 0.7.3:
* VerilogAE now compiles abi3 compatible wheels (these wheels can be used with any cpyhon 3.6+ as long as the operating sytstem and cpu architecture is the same)
    * On linux and mc a python interpreter is no longer required to build wheels
* VerilogAE now supports reporducible builds:
        * VerilogAE generates a fixed Cargo.lock and allows splitting the compilation phase to allow reproducible builds
        * Added nix configuration to generate reproducible VAE builds and wheel builds using vae (see the example in the flack.nix)
* Fixed CI for more reliable testing and deployment
* Versions may now be manually specified with the --version argument
* The build directory can be specified with the --build-dir argument