aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: Make HeAP placer always-enabledgatecat2023-03-171-6/+2
* CMake: detect platform support for threadsCatherine2023-02-231-14/+13
* CMake: check if warning flag is supported before use.Catherine2023-02-231-1/+9
* use eigen as an IMPORTED target in CMakeDan Callaghan2023-01-241-2/+1
* Replace deprecated method of finding Python 3LAK1322022-08-171-4/+4
* Enable building against unbundled pybind11Gabriel Somlo2022-07-041-1/+6
* Bump minimum CMake to 3.13Lofty2022-05-211-1/+1
* ci: Restructure and move entirely to GH actions from Cirrusgatecat2022-04-081-1/+1
* Split up common into kernel,place,routegatecat2022-04-081-3/+6
* cmake: properly include TBB libraries.Irides2022-04-051-1/+1
* gui: Improve Fatal Error messagegatecat2021-07-201-0/+5
* mistral: Build libmistral as a cmake subdirgatecat2021-06-041-0/+1
* Remove redundant code after hashlib movegatecat2021-06-021-15/+1
* mistral: Renamed arch from cyclonevgatecat2021-05-151-2/+2
* cyclonev: Update in line with nextpnr changesgatecat2021-05-151-1/+1
* cyclonev: basic platformDan Ravensloft2021-05-151-1/+1
* Hash table refactoringgatecat2021-04-141-2/+9
* Add CMake option to enable IPO (enabled by default).William D. Jones2021-04-071-2/+13
* Initial lookahead for FPGA interchange.Keith Rothman2021-03-231-0/+7
* cmake: Use IPO only if supportedgatecat2021-03-191-3/+4
* Add option to link against "libprofiler".Keith Rothman2021-03-181-0/+4
* Add IPO support for nextpnr, and have it enabled by default.Keith Rothman2021-03-181-0/+7
* Fixup GUI link dependencies on headers from libraries.Keith Rothman2021-03-181-4/+12
* CMake: Don't include Abseil if it is not used.whitequark2021-03-121-1/+3
* Only depend on Abseil in threaded builds.whitequark2021-03-101-2/+4
* Add absl::flat_hash_map.Keith Rothman2021-03-011-0/+5
* cmake: Don't enable any -Werror flags without opt-in.whitequark2021-02-261-1/+1
* Fix compiler warnings introduced by -Wextragatecat2021-02-251-1/+2
* cmake: Enable -Wextra, and -Werror in some casesgatecat2021-02-251-3/+8
* Add FPGA interchange frontend and backend.Keith Rothman2021-02-151-1/+1
* machxo2: Add clang-format exception to machxo2 binary blob C sources.gatecat2021-02-121-0/+1
* Create machxo2 backend (renamed from generic).gatecat2021-02-121-2/+2
* Initial FPGA interchange (which is just a cut-down xilinx arch).Keith Rothman2021-02-041-2/+2
* Default to Release, but allow other modes (e.g. Debug, RelWithDebInfo).Keith Rothman2021-01-271-1/+3
* Gowin target (#542)Pepijn de Vos2020-12-301-2/+2
* cmake: Disable building GUI by defaultDavid Shah2020-12-081-1/+1
* nexus: Update docs and CMakeDavid Shah2020-11-301-1/+9
* nexus: Build and embed chipdb automaticallyDavid Shah2020-11-301-0/+1
* Adding archdefs and bba PODsDavid Shah2020-11-301-1/+1
* Building nextpnr on Devuan ascii 2.0 needs the "C" language enabled.Rob Landley2020-09-161-1/+1
* fix whitespaceMiodrag Milanovic2020-07-241-4/+4
* Needed by python lib itself for staticMiodrag Milanovic2020-07-231-0/+5
* Initial conversion to pybind11Miodrag Milanovic2020-07-231-56/+1
* Fix clangformat and execute itMiodrag Milanovic2020-06-271-2/+2
* CMake: require at least version 3.5 (Ubuntu 16.04).whitequark2020-06-251-2/+1
* CMake: rewrite chipdb handling from ground up.whitequark2020-06-251-10/+10
* CMake: only request a CXX compiler.whitequark2020-06-241-1/+1
* CMake: promote bba to a true subproject.whitequark2020-06-231-1/+15
* Merge pull request #447 from whitequark/wasiDavid Shah2020-05-241-2/+26
|\
| * Port nextpnr-{ice40,ecp5} to WASI.whitequark2020-05-231-2/+26