nextpnr/cmake
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
..
BBAsm.cmake CMake: add support for exporting and importing .bba files. 2025-01-23 07:49:12 +00:00
CheckCXXCompilerHashEmbed.cmake Fix #embed support in bbasm and use it when available. 2025-01-21 17:13:03 +00:00
CodeCoverage.cmake CMake: eliminate family.cmake/CMakeLists.txt split. 2025-01-21 17:13:03 +00:00
FindApycula.cmake CMake: align Himbaechel targets with non-Himbaechel ones. 2025-01-21 17:13:03 +00:00
FindIceStorm.cmake CMake: eliminate family.cmake/CMakeLists.txt split. 2025-01-21 17:13:03 +00:00
FindOxide.cmake CMake: eliminate family.cmake/CMakeLists.txt split. 2025-01-21 17:13:03 +00:00
FindTrellis.cmake CMake: eliminate family.cmake/CMakeLists.txt split. 2025-01-21 17:13:03 +00:00