mirror of https://github.com/YosysHQ/nextpnr.git
cmake: Post-rebase ecp5 fixes
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
eac5a6dbd8
commit
6601adf760
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue