1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-02-18 13:37:27 +00:00
Files
YosysHQ.nextpnr/ice40
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
..
2018-06-13 12:30:15 +02:00
2020-06-27 13:18:06 +02:00
2024-01-03 13:42:18 +01:00
2023-06-20 10:57:10 +02:00
2024-09-30 14:51:33 +02:00
2018-06-12 13:09:36 +02:00
2018-07-21 12:22:41 +02:00
2018-07-21 17:02:53 +02:00