aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update CMakeLists.txtYehowshua Immanuel2020-11-171-1/+1
| | | | | I believe Prjtrellis has CMAKE define pytrellis as a shared module, not library. On MacOS, this makes a difference and NextPNR expected ``.dylib`` instead of ``.so``. Things still work on Linux.
* Fix MESSAGE indicating where externally-built .bbas live.William D. Jones2020-08-221-1/+1
|
* CMake: improve logic for discovering Trellis.whitequark2020-07-011-1/+25
|
* CMake: fix path checks in chipdb build scripts.whitequark2020-07-011-2/+2
| | | | | | | `if(NOT DEFINED)` is not appropriate since a variable that contains `-NOTFOUND` still counts as `DEFINED`. This can cause issues if configuration fails, writes `-NOTFOUND` to the cache, and is then restarted.
* CMake: require at least version 3.5 (Ubuntu 16.04).whitequark2020-06-251-1/+1
|
* CMake: rewrite chipdb handling from ground up.whitequark2020-06-251-0/+92