File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ if (${WITH_PARMYS})
8888 if (${SLANG_SYSTEMVERILOG} )
8989 set (SLANG_SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR} /yosys-slang)
9090 set (SLANG_BUILD_DIR ${CMAKE_BINARY_DIR} /yosys-slang)
91- set (YOSYS_CONFIG_EXECUTABLE ${CMAKE_BINARY_DIR} /bin/yosys-config CACHE STRING "Path to the yosys-config helper" FORCE)
9291 #Initialize yosys-slang submodules
9392 execute_process (
9493 COMMAND ${GIT_EXECUTABLE} submodule update --init
@@ -121,10 +120,15 @@ if (${WITH_PARMYS})
121120
122121 INSTALL_COMMAND ""
123122
123+ LOG_BUILD ON
124+ LOG_UPDATE ON
125+ LOG_INSTALL ON
126+ LOG_CONFIGURE OFF
127+ LOG_OUTPUT_ON_FAILURE ON
128+
124129 DEPENDS yosys
125130
126- #Suppress warnings in the yosys-slang build
127- LOG_BUILD OFF
131+
128132 )
129133 endif ()
130134endif ()
You can’t perform that action at this time.
0 commit comments