We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225c1a2 commit b57d874Copy full SHA for b57d874
settings/kintex7_480t.sh
@@ -14,8 +14,7 @@ export XRAY_PIN_01=AL19
14
export XRAY_PIN_02=AK18
15
export XRAY_PIN_03=AK19
16
17
-# All CLB's in part, all BRAM's in part, all DSP's in part.
18
-# tcl queries IOB => don't bother adding
+# select the whole part
19
export XRAY_ROI_TILEGRID="SLICE_X0Y0:SLICE_X153Y349 DSP48_X0Y0:DSP48_X5Y139 RAMB18_X0Y0:RAMB18_X5Y139 RAMB36_X0Y0:RAMB36_X4Y69"
20
21
export XRAY_EXCLUDE_ROI_TILEGRID=""
@@ -40,6 +39,6 @@ source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
40
39
env=$(python3 ${XRAY_UTILS_DIR}/create_environment.py)
41
ENV_RET=$?
42
if [[ $ENV_RET != 0 ]] ; then
43
- return $ENV_RET
+ return $ENV_RET
44
fi
45
eval $env
0 commit comments