nextpnr/himbaechel/uarch/example
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
..
blinky.v himbaechel: Add support for new constants API 2023-11-07 09:00:03 +01:00
CMakeLists.txt CMake: add support for exporting and importing .bba files. 2025-01-23 07:49:12 +00:00
constids.inc Add GroupId related calls to Himbaechel API (#1399) 2024-12-05 13:59:33 +01:00
example_arch_gen.py Add GroupId related calls to Himbaechel API (#1399) 2024-12-05 13:59:33 +01:00
example.cc Various fixes for clang/libc++ build (#1415) 2025-01-12 08:11:33 +01:00
gfxids.inc Himbaechel GUI (#1295) 2024-11-21 15:13:22 +01:00