Lines Matching full:if

82     if [[ -d ${WORKING_DIR}/corstone300_download ]]; then
83 …echo "Corstone300 already installed. If you wish to install a new version, please delete the old f…
85 if [[ ${UNAME_M} == x86_64 ]]; then
101 if [[ -d ${WORKING_DIR}/arm_gcc_download ]]; then
102 …echo "Arm GCC already installed. If you wish to install a new version, please delete the old folde…
104 if [[ ${UNAME_M} == x86_64 ]]; then
118 if [[ -d ${WORKING_DIR}/CMSIS_5 ]]; then
119 …echo "CMSIS-5 already installed. If you wish to install a new version, please delete the old folde…
125 if [[ -d ${WORKING_DIR}/ethos-u-core-platform ]]; then
126 …echo "Ethos-U core platform already installed. If you wish to install a new version, please delete…
132 if [[ -d ${WORKING_DIR}/cmsis_nn_venv ]]; then
133 …echo "Python venv already installed. If you wish to install a new version, please delete the old f…
145 if [[ ${QUIET} -eq 0 ]]; then
169 if [[ $? -eq 0 ]]; then
180 if [[ ${BUILD} -eq 0 && ${RUN} -eq 0 && ${SETUP_ENVIRONMENT} -eq 0 ]]; then
188 if [[ ${UNAME_S} != Linux ]]; then
197 if [[ ${SETUP_ENVIRONMENT} -eq 1 ]]; then
202 if [[ ${USE_PYTHON_VENV} -eq 1 ]]; then
206 if [[ -z "${ETHOS_U_CORE_PLATFORM_PATH}" ]]; then
210 if [[ -z "${CMSIS_5_PATH}" ]]; then
217 if [[ ${BUILD} -eq 1 || ${RUN} -eq 1 ]]; then
221 if [[ ${USE_ARM_COMPILER} -eq 1 ]]; then
225 if [[ ${USE_GCC_FROM_DOWNLOAD} -eq 1 ]]; then
232 if [[ $USE_FVP_FROM_DOWNLOAD -eq 1 ]]; then
233 if [[ ${UNAME_M} == x86_64 ]]; then
240 if [[ ${BUILD} -eq 1 ]]; then
244 if [[ ${RUN} -eq 1 ]]; then
252 if [[ ${USE_PYTHON_VENV} -eq 1 ]]; then