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
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CMakeLists.txt | ||
| arch.cc | ||
| arch.h | ||
| arch_place.cc | ||
| arch_pybindings.cc | ||
| arch_pybindings.h | ||
| archdefs.h | ||
| bba_version.inc | ||
| constids.inc | ||
| fasm.cc | ||
| global.cc | ||
| io.cc | ||
| main.cc | ||
| pack.cc | ||
| pdc.cc | ||
| pins.cc | ||
| post_place.cc | ||