aboutsummaryrefslogtreecommitdiffstats
path: root/mistral
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-10-17 19:02:25 +0100
committerGitHub <noreply@github.com>2021-10-17 19:02:25 +0100
commit3b99db294f95d7da8160efd6d67ebfd50ca9ef0f (patch)
tree851775972a355cb0fbddc23b06b637d7a590771d /mistral
parent6bd1ab41b77e3d038398ee6f2c5ba0dc46ef01c2 (diff)
parentd90de7f696bb9bdcaa5709e7626ec597767c0034 (diff)
downloadnextpnr-3b99db294f95d7da8160efd6d67ebfd50ca9ef0f.tar.gz
nextpnr-3b99db294f95d7da8160efd6d67ebfd50ca9ef0f.tar.bz2
nextpnr-3b99db294f95d7da8160efd6d67ebfd50ca9ef0f.zip
Merge pull request #848 from galibert/master
mistral: Support the new routes-to-bin intermediate tool generation
Diffstat (limited to 'mistral')
-rw-r--r--mistral/family.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/mistral/family.cmake b/mistral/family.cmake
index 80b67e63..4f135391 100644
--- a/mistral/family.cmake
+++ b/mistral/family.cmake
@@ -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)