From aaa0406c2798ea712f1d05c05a546f3032f1578c Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Wed, 6 Mar 2019 18:40:54 +0100 Subject: [PATCH] artix7.sh: shrinking Y_MAX to exclude BRKH tiles Signed-off-by: Alessandro Comodi --- settings/artix7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/artix7.sh b/settings/artix7.sh index a20f9fec..7c8a9386 100644 --- a/settings/artix7.sh +++ b/settings/artix7.sh @@ -13,7 +13,7 @@ export XRAY_ROI_GRID_X1="10" export XRAY_ROI_GRID_X2="58" # Include VBRK / VTERM export XRAY_ROI_GRID_Y1="0" -export XRAY_ROI_GRID_Y2="52" +export XRAY_ROI_GRID_Y2="51" export XRAY_PIN_00="E22" export XRAY_PIN_01="D22"