diff options
author | David Shah <davey1576@gmail.com> | 2018-07-11 10:44:06 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-07-11 10:44:06 +0200 |
commit | 6601adf76074e793501b52cf0f0ad0ec1f049855 (patch) | |
tree | d3f8f462a0e446b20a1a184da6efd1cacbbdfe9a | |
parent | eac5a6dbd829b82117f814ed99f6959c82973935 (diff) | |
download | nextpnr-6601adf76074e793501b52cf0f0ad0ec1f049855.tar.gz nextpnr-6601adf76074e793501b52cf0f0ad0ec1f049855.tar.bz2 nextpnr-6601adf76074e793501b52cf0f0ad0ec1f049855.zip |
cmake: Post-rebase ecp5 fixes
Signed-off-by: David Shah <davey1576@gmail.com>
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | gui/ecp5/family.cmake | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 32063af6..cbcdf67d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,6 @@ option(BUILD_PYTHON "Build Python Integration" ON) option(BUILD_TESTS "Build GUI" OFF) # List of families to build -if(DEFINED TRELLIS_ROOT) set(FAMILIES generic ice40 ecp5) set(ARCH "" CACHE STRING "Architecture family for nextpnr build") diff --git a/gui/ecp5/family.cmake b/gui/ecp5/family.cmake new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/gui/ecp5/family.cmake |