Merge pull request #848 from galibert/master
mistral: Support the new routes-to-bin intermediate tool generation
This commit is contained in:
commit
3b99db294f
2
.github/workflows/mistral_ci.yml
vendored
2
.github/workflows/mistral_ci.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Execute build nextpnr
|
- name: Execute build nextpnr
|
||||||
env:
|
env:
|
||||||
MISTRAL_PATH: ${{ github.workspace }}/deps/mistral
|
MISTRAL_PATH: ${{ github.workspace }}/deps/mistral
|
||||||
MISTRAL_REVISION: b5bd534444364688a57e4c0f99af1bb4037a495a
|
MISTRAL_REVISION: 8f78291541df10d70fde6c9c58765c437807c68d
|
||||||
run: |
|
run: |
|
||||||
source ./.github/ci/build_mistral.sh
|
source ./.github/ci/build_mistral.sh
|
||||||
get_dependencies
|
get_dependencies
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
set(MISTRAL_ROOT "" CACHE STRING "Mistral install path")
|
set(MISTRAL_ROOT "" CACHE STRING "Mistral install path")
|
||||||
set(MISTRAL_DONT_INSTALL ON)
|
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)
|
add_subdirectory(${MISTRAL_ROOT}/libmistral ${CMAKE_CURRENT_BINARY_DIR}/libmistral)
|
||||||
|
|
||||||
find_package(LibLZMA REQUIRED)
|
find_package(LibLZMA REQUIRED)
|
||||||
|
Loading…
Reference in New Issue
Block a user