update yosys-plugins
This commit is contained in:
parent
c91b77eedd
commit
938728175f
|
@ -243,9 +243,10 @@ add_custom_target(
|
||||||
|
|
||||||
add_custom_target(
|
add_custom_target(
|
||||||
yosys-plugins ALL
|
yosys-plugins ALL
|
||||||
COMMAND $(MAKE)
|
COMMAND $(MAKE) clean YOSYS_PATH=${CMAKE_CURRENT_SOURCE_DIR}/yosys/install
|
||||||
COMMAND $(MAKE) install
|
COMMAND $(MAKE) install YOSYS_PATH=${CMAKE_CURRENT_SOURCE_DIR}/yosys/install
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/yosys-plugins
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/yosys-plugins
|
||||||
|
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/yosys/install/bin/yosys
|
||||||
COMMENT "Compile Yosys-plugins with given Makefile"
|
COMMENT "Compile Yosys-plugins with given Makefile"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9fad20e359c678ebc4674e0442afd5f7b1a4fe19
|
Subproject commit 7dbd4e461d758c164f001efb349918659b75d694
|
Loading…
Reference in New Issue