mistral: Renamed arch from cyclonev
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
2938682295
commit
879ac39e53
@ -95,9 +95,9 @@ endif()
|
||||
set(PROGRAM_PREFIX "" CACHE STRING "Name prefix for executables")
|
||||
|
||||
# List of families to build
|
||||
set(FAMILIES generic ice40 ecp5 nexus gowin fpga_interchange machxo2 cyclonev)
|
||||
set(FAMILIES generic ice40 ecp5 nexus gowin fpga_interchange machxo2 mistral)
|
||||
set(STABLE_FAMILIES generic ice40 ecp5)
|
||||
set(EXPERIMENTAL_FAMILIES nexus gowin fpga_interchange machxo2 cyclonev)
|
||||
set(EXPERIMENTAL_FAMILIES nexus gowin fpga_interchange machxo2 mistral)
|
||||
|
||||
set(ARCH "" CACHE STRING "Architecture family for nextpnr build")
|
||||
set_property(CACHE ARCH PROPERTY STRINGS ${FAMILIES})
|
||||
|
@ -1,7 +1,7 @@
|
||||
set(MISTRAL_ROOT "" CACHE STRING "Mistral install path")
|
||||
|
||||
aux_source_directory(${MISTRAL_ROOT}/lib MISTRAL_FILES)
|
||||
add_library(mistral STATIC ${MISTRAL_FILES})
|
||||
aux_source_directory(${MISTRAL_ROOT}/lib MISTRAL_LIB_FILES)
|
||||
add_library(mistral STATIC ${MISTRAL_LIB_FILES})
|
||||
|
||||
find_package(LibLZMA REQUIRED)
|
||||
|
Loading…
Reference in New Issue
Block a user