artix7.sh: shrinking Y_MAX to exclude BRKH tiles

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2019-03-06 18:40:54 +01:00
parent 885d5599aa
commit aaa0406c27
1 changed files with 1 additions and 1 deletions

View File

@ -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"