mirror of https://github.com/YosysHQ/nextpnr.git
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
|
||
|---|---|---|
| .. | ||
| gen | ||
| tests | ||
| CMakeLists.txt | ||
| bitstream.cc | ||
| cells.cc | ||
| constids.inc | ||
| csv.cc | ||
| extra_data.h | ||
| location_map.cc | ||
| location_map.h | ||
| ng_ultra.cc | ||
| ng_ultra.h | ||
| pack.cc | ||
| pack.h | ||