Skip to content

Commit b57d874

Browse files
committed
xc7k480t: whitespace/comments in settings file
Signed-off-by: Hans Baier <hansfbaier@gmail.com>
1 parent 225c1a2 commit b57d874

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

settings/kintex7_480t.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ export XRAY_PIN_01=AL19
1414
export XRAY_PIN_02=AK18
1515
export XRAY_PIN_03=AK19
1616

17-
# All CLB's in part, all BRAM's in part, all DSP's in part.
18-
# tcl queries IOB => don't bother adding
17+
# select the whole part
1918
export XRAY_ROI_TILEGRID="SLICE_X0Y0:SLICE_X153Y349 DSP48_X0Y0:DSP48_X5Y139 RAMB18_X0Y0:RAMB18_X5Y139 RAMB36_X0Y0:RAMB36_X4Y69"
2019

2120
export XRAY_EXCLUDE_ROI_TILEGRID=""
@@ -40,6 +39,6 @@ source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
4039
env=$(python3 ${XRAY_UTILS_DIR}/create_environment.py)
4140
ENV_RET=$?
4241
if [[ $ENV_RET != 0 ]] ; then
43-
return $ENV_RET
42+
return $ENV_RET
4443
fi
4544
eval $env

0 commit comments

Comments
 (0)