Merge branch 'master' into dependabot/submodules/yosys-8649e30
This commit is contained in:
commit
156e6fa207
|
@ -320,7 +320,9 @@ if (OPENFPGA_WITH_YOSYS)
|
|||
else ()
|
||||
# run makefile provided, we pass-on the options to the local make file
|
||||
add_custom_target(
|
||||
yosys ALL
|
||||
yosys ALL
|
||||
# add step to remove the 'built-in' quicklogic plugins code in yosys
|
||||
COMMAND rm -rf techlibs/quicklogic
|
||||
COMMAND $(MAKE) config-gcc
|
||||
COMMAND $(MAKE) install PREFIX=${CMAKE_CURRENT_BINARY_DIR}/yosys/
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/yosys
|
||||
|
|
Loading…
Reference in New Issue