We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29ddedc + 4e63538 commit 99e8d3eCopy full SHA for 99e8d3e
build_openroad.sh
@@ -357,13 +357,18 @@ __cleanup()
357
fi
358
echo "[INFO FLW-0026] Cleaning up previous binaries and build files."
359
git clean ${CLEAN_CMD} tools
360
+ YOSYS_ABC_PATH="tools/yosys/abc"
361
+ if [[ -d "${YOSYS_ABC_PATH}" ]]; then
362
+ echo "Entering '${YOSYS_ABC_PATH}'"
363
+ git --work-tree=${YOSYS_ABC_PATH} --git-dir=${YOSYS_ABC_PATH}/.git clean ${CLEAN_CMD}
364
+ fi
365
git submodule foreach --recursive git clean ${CLEAN_CMD}
366
}
367
368
+__logging
369
if [ ! -z "${CLEAN_BEFORE+x}" ]; then
370
__cleanup
371
-__logging
372
__args_setup
373
__common_setup
374
tools/OpenROAD
0 commit comments