mirror of https://github.com/YosysHQ/nextpnr.git
mistral: Support the new routes-to-bin intermediate tool generation
This commit is contained in:
parent
c71a20e805
commit
60833abd3b
|
|
@ -1,6 +1,7 @@
|
|||
set(MISTRAL_ROOT "" CACHE STRING "Mistral install path")
|
||||
set(MISTRAL_DONT_INSTALL ON)
|
||||
|
||||
add_subdirectory(${MISTRAL_ROOT}/routes-to-bin ${CMAKE_CURRENT_BINARY_DIR}/routes-to-bin)
|
||||
add_subdirectory(${MISTRAL_ROOT}/libmistral ${CMAKE_CURRENT_BINARY_DIR}/libmistral)
|
||||
|
||||
find_package(LibLZMA REQUIRED)
|
||||
|
|
|
|||
Loading…
Reference in New Issue