nextpnr/himbaechel/uarch
Catherine 90d746f79e CMake: add support for exporting and importing .bba files.
This is useful for certain cross-compilation workloads, and to cache
rarely changing build products.

To use this functionality, build e.g. as follows:

    cmake . -B build-export -DEXPORT_BBA_FILES=../bba-files -DARCH=all
    cmake --build build-export -t nextpnr-all-bba

    cmake . -B build-import -DIMPORT_BBA_FILES=../bba-files -DARCH=all
    cmake --build build-import
2025-01-23 07:49:12 +00:00
..
example CMake: add support for exporting and importing .bba files. 2025-01-23 07:49:12 +00:00
gowin CMake: add support for exporting and importing .bba files. 2025-01-23 07:49:12 +00:00
ng-ultra CMake: add support for exporting and importing .bba files. 2025-01-23 07:49:12 +00:00
xilinx CMake: add support for exporting and importing .bba files. 2025-01-23 07:49:12 +00:00