Update build step to remove quicklogic-integrated-plugins-code, Update yosys to latest bump-version

This commit is contained in:
coolbreeze413 2024-01-22 23:16:32 +05:30
parent d2fa9aca09
commit 5c45291763
2 changed files with 4 additions and 2 deletions

View File

@ -320,7 +320,9 @@ if (OPENFPGA_WITH_YOSYS)
else () else ()
# run makefile provided, we pass-on the options to the local make file # run makefile provided, we pass-on the options to the local make file
add_custom_target( 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) config-gcc
COMMAND $(MAKE) install PREFIX=${CMAKE_CURRENT_BINARY_DIR}/yosys/ COMMAND $(MAKE) install PREFIX=${CMAKE_CURRENT_BINARY_DIR}/yosys/
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/yosys WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/yosys

2
yosys

@ -1 +1 @@
Subproject commit 8bd681acfc3b0913e57f6312ed357b2334cf19cb Subproject commit 8649e306682e44b7f3e1b869d1043041db00b13e