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
|
||
|---|---|---|
| .. | ||
| examples | ||
| gen | ||
| meta@57de921663 | ||
| CMakeLists.txt | ||
| cells.cc | ||
| constids.inc | ||
| extra_data.h | ||
| fasm.cc | ||
| pack.cc | ||
| pack.h | ||
| pack_carry.cc | ||
| pack_clocking.cc | ||
| pack_dram.cc | ||
| pack_dsp_xc7.cc | ||
| pack_io.cc | ||
| pins.cc | ||
| pins.h | ||
| xdc.cc | ||
| xilinx.cc | ||
| xilinx.h | ||
| xilinx_place.cc | ||