Merge branch 'master' into dependabot/submodules/yosys-8649e30

This commit is contained in:
tangxifan 2024-01-22 11:59:48 -08:00 committed by GitHub
commit 156e6fa207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

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