Merge pull request #1640 from dnltz/WIP/dnltz/parts_fixups

Minor fixups for #1627
This commit is contained in:
Alessandro Comodi 2021-04-02 17:03:39 +02:00 committed by GitHub
commit 3bbb46bbf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -99,7 +99,7 @@ Step 3
The project needs to know which device is now available and which fabric it
uses. Because some devices share the same fabric, this mapping needs to be
done manuelly. Edit the device.yaml file for the used family under
done manually. Edit the device.yaml file for the used family under
settings/<familiy>/device.yaml be adding the device-fabric mapping:
::

View File

@ -33,7 +33,7 @@ export XRAY_ROI_GRID_Y2="51"
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
env=`python3 ${XRAY_UTILS_DIR}/create_environment.py`
env=$(python3 ${XRAY_UTILS_DIR}/create_environment.py)
ENV_RET=$?
if [[ $ENV_RET != 0 ]] ; then
return $ENV_RET

View File

@ -23,7 +23,7 @@ export XRAY_IOI3_TILES="RIOI3_X105Y9 LIOI3_X0Y9"
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
env=`python3 ${XRAY_UTILS_DIR}/create_environment.py`
env=$(python3 ${XRAY_UTILS_DIR}/create_environment.py)
ENV_RET=$?
if [[ $ENV_RET != 0 ]] ; then
return $ENV_RET

View File

@ -32,7 +32,7 @@ export XRAY_ROI_GRID_Y2="51"
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
env=`python3 ${XRAY_UTILS_DIR}/create_environment.py`
env=$(python3 ${XRAY_UTILS_DIR}/create_environment.py)
ENV_RET=$?
if [[ $ENV_RET != 0 ]] ; then
return $ENV_RET

View File

@ -27,7 +27,7 @@ export XRAY_ROI_GRID_Y2="156"
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
env=`python3 ${XRAY_UTILS_DIR}/create_environment.py`
env=$(python3 ${XRAY_UTILS_DIR}/create_environment.py)
ENV_RET=$?
if [[ $ENV_RET != 0 ]] ; then
return $ENV_RET

View File

@ -29,7 +29,7 @@ export XRAY_ROI_GRID_Y2="155"
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
env=`python3 ${XRAY_UTILS_DIR}/create_environment.py`
env=$(python3 ${XRAY_UTILS_DIR}/create_environment.py)
ENV_RET=$?
if [[ $ENV_RET != 0 ]] ; then
return $ENV_RET

View File

@ -29,7 +29,7 @@ export XRAY_ROI_GRID_Y2="51"
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
env=`python3 ${XRAY_UTILS_DIR}/create_environment.py`
env=$(python3 ${XRAY_UTILS_DIR}/create_environment.py)
ENV_RET=$?
if [[ $ENV_RET != 0 ]] ; then
return $ENV_RET