Merge pull request #848 from galibert/master

mistral: Support the new routes-to-bin intermediate tool generation
This commit is contained in:
gatecat 2021-10-17 19:02:25 +01:00 committed by GitHub
commit 3b99db294f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Execute build nextpnr
env:
MISTRAL_PATH: ${{ github.workspace }}/deps/mistral
MISTRAL_REVISION: b5bd534444364688a57e4c0f99af1bb4037a495a
MISTRAL_REVISION: 8f78291541df10d70fde6c9c58765c437807c68d
run: |
source ./.github/ci/build_mistral.sh
get_dependencies

View File

@ -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)