File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,8 @@ __local_build()
247247 ${NICE} make install -C tools/yosys -j " ${PROC} " ${YOSYS_ARGS}
248248
249249 echo " [INFO FLW-0030] Compiling yosys-slang."
250- ${NICE} make install -C tools/yosys-slang -j " ${PROC} " YOSYS_PREFIX=" ${INSTALL_PATH} /yosys/bin/"
250+ # CMAKE_FLAGS added to work around yosys-slang#141 (unable to build outside of git checkout)
251+ ${NICE} make install -C tools/yosys-slang -j " ${PROC} " YOSYS_PREFIX=" ${INSTALL_PATH} /yosys/bin/" CMAKE_FLAGS=" -DYOSYS_SLANG_REVISION=unknown -DSLANG_REVISION=unknown"
251252
252253 echo " [INFO FLW-0018] Compiling OpenROAD."
253254 eval ${NICE} ./tools/OpenROAD/etc/Build.sh -dir=" $DIR /tools/OpenROAD/build" -threads=${PROC} -cmake=\' ${OPENROAD_APP_ARGS} \'
You can’t perform that action at this time.
0 commit comments