1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-05 15:43:30 +00:00
Files
YosysHQ.nextpnr/himbaechel/uarch/xilinx
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
..
2024-09-26 17:30:36 +02:00
2024-09-27 17:09:15 +02:00
2024-09-27 17:37:46 +02:00
2024-09-27 17:37:46 +02:00
2024-09-27 17:09:15 +02:00
2024-09-27 17:37:46 +02:00