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.
1 parent 52c4472 commit 66e3569Copy full SHA for 66e3569
build_openroad.sh
@@ -357,6 +357,11 @@ __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
0 commit comments